/* @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;}
html.cyb-preloading,html.cyb-preloading body{overflow:hidden;}.cyb-preloader{position:fixed;inset:0;z-index:20000;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#0a4f2f 0%,#0e6c3e 52%,#138450 100%);color:#ffffff;transition:opacity 0.4s ease,visibility 0.4s ease;}.cyb-preloader--done{opacity:0;visibility:hidden;pointer-events:none;}.cyb-preloader__inner{display:flex;flex-direction:column;align-items:center;gap:1.1rem;}.cyb-preloader__ring{width:4.25rem;height:4.25rem;border-radius:50%;border:3px solid rgba(255,255,255,0.18);border-top-color:#8fd0b3;border-right-color:#e8f6ee;animation:cyb-preloader-spin 0.85s linear infinite;box-shadow:0 0 0 8px rgba(10,47,28,0.18);}.cyb-preloader__mark{font-family:var(--cyb-font-text,"Source Sans 3","Segoe UI",Roboto,Helvetica,Arial,sans-serif);font-weight:800;font-size:1.35rem;letter-spacing:0.08em;text-transform:uppercase;color:#ffffff;-webkit-text-fill-color:#ffffff;animation:cyb-preloader-pulse 1.2s ease-in-out infinite;}.cyb-preloader__dot{width:2.4rem;height:3px;border-radius:99px;background:#8fd0b3;transform-origin:center;animation:cyb-preloader-bar 1.1s ease-in-out infinite;}@keyframes cyb-preloader-spin{to{transform:rotate(360deg);}}@keyframes cyb-preloader-pulse{0%,100%{opacity:0.72;}50%{opacity:1;}}@keyframes cyb-preloader-bar{0%,100%{transform:scaleX(0.55);opacity:0.55;}50%{transform:scaleX(1);opacity:1;}}@media (prefers-reduced-motion:reduce){.cyb-preloader__ring,.cyb-preloader__mark,.cyb-preloader__dot{animation:none;}}
.ui-dialog{position:absolute;inset-block-start:0;left:0;padding:0;border:0;border-radius:var(--jui-dialog-border-radius);background:transparent;box-shadow:var(--jui-dialog-box-shadow);&:focus{outline:var(--jui-dialog--focus-outline);box-shadow:var(--jui-dialog--focus-box-shadow);}}@media (forced-colors:active){.ui-dialog{border:1px solid transparent;}}@media all and (max-width:48em){.ui-dialog:not(.ui-dialog-off-canvas){min-width:92%;max-width:92%;}}.ui-dialog{.ui-dialog-titlebar{position:relative;box-sizing:border-box;padding-block:var(--space-m);padding-inline:var(--space-l) var(--jui-dialog-close-button-reserved-space);color:var(--jui-dialog-title-color);border-start-end-radius:var(--jui-dialog-border-radius);border-start-start-radius:var(--jui-dialog-border-radius);background:var(--jui-dialog-title-bg-color);line-height:calc(var(--space-m) * 2);.ui-dialog-title{-webkit-font-smoothing:antialiased;margin:0;font-size:var(--jui-dialog-title-font-size);font-weight:bold;}.ui-dialog-titlebar-close{position:absolute;inset-block-start:50%;inset-inline-end:0;box-sizing:border-box;inline-size:var(--jui-dialog-close-button-size);block-size:var(--jui-dialog-close-button-size);margin-inline:var(--space-l);padding:0;transition:all 0.1s;transform:translateY(-50%);border:2px solid transparent;border-radius:var(--jui-dialog-close-button-border-radius);background:none;&:hover{border-color:var(--color-white);}&:focus{border-color:var(--color-focus);outline:var(--jui-dialog--focus-outline);box-shadow:none;}.ui-icon.ui-icon-closethick{width:100%;height:100%;margin:0;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;@media (forced-colors:active){background:buttontext;mask:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;}}}}> .ui-dialog-content{overflow:auto;padding:var(--space-m) var(--space-l);color:var(--color-text);background:var(--color-white);.form-actions,.field-actions{margin:0;padding:0;}}> .ui-dialog-buttonpane{color:var(--color-text);border-bottom-right-radius:var(--jui-dialog-border-radius);border-bottom-left-radius:var(--jui-dialog-border-radius);background:var(--color-gray-050);.ui-dialog-buttonset{display:flex;gap:var(--space-s);justify-content:flex-end;margin-block:var(--space-m);margin-inline-end:var(--space-l);& > *{margin:0;}}.ui-button-text-only .ui-button-text{padding:0;}}&.ui-dialog-off-canvas{.ui-widget-content.ui-dialog-content{background:none;}}}#drupal-off-canvas{.form-item .form-item__description{color:var(--color-gray-050);font-size:0.75rem;}}
.copyright-footer{font-size:15px;margin-left:auto !important;margin-right:auto !important;margin-top:1rem !important;max-width:100%;text-align:center;}.page-node-type-service .field.field-field-text-bg.field-type-string.field-label-above{margin-left:1rem !important;}.cy-badge-amber,.cy-badge.cy-badge-red,.cy-badge{border-radius:10px !important;}#wrapper #block-martis-customblocktoaddpricingpackages .nnc-pricing-table-price,#wrapper #block-martis-customblocktoaddpricingpackagesforatvs-2 .nnc-pricing-table-price,#wrapper #block-martis-customblocktoaddpricingpackagesformotorcycles .nnc-pricing-table-price,#wrapper #block-martis-customblocktoaddpricingpackagesforboat .nnc-pricing-table-price,#wrapper #block-martis-customblocktoaddpricingpackagesforjetskis .nnc-pricing-table-price{margin-top:0px;margin-bottom:0px;padding-top:1.25rem;padding-bottom:1.25rem;}#block-martis-customblocktoaddpricingpackages .pricing-table,#block-martis-customblocktoaddpricingpackagesforatvs-2 .pricing-table,#block-martis-customblocktoaddpricingpackagesformotorcycles .pricing-table,#block-martis-customblocktoaddpricingpackagesforboat .pricing-table,#block-martis-customblocktoaddpricingpackagesforjetskis .pricing-table{background-color:transparent !important;}#wrapper .service-icon{margin-top:19rem !important;margin-left:17rem;}img{vertical-align:middle;}.next{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-22px;color:white;font-weight:bold;font-size:18px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;}.next{right:0;border-radius:3px 0 0 3px;}.next:hover{background-color:rgba(0,0,0,0.8);}.text{color:#f2f2f2;font-size:15px;padding:8px 12px;position:absolute;bottom:8px;width:100%;text-align:center;}@keyframes fade{from{opacity:.4}to{opacity:1}}@media only screen and (max-width:300px){.next,.text{font-size:11px}}.views-field.views-field-title,.views-field.views-field-field-image{align-items:first baseline;}.brand.logo{display:block;max-width:72px;margin:0;line-height:1;}.brand.site-name{margin-left:0;margin-top:0;font-size:1.1rem;}.row.layout.layout--onecol h1{color:black !important;}.region.region-content p{border:2px solid black !important;}.page-node-type-page #block-martis-content--3{display:block !important;}.views-label.views-label-field-vehicle-detailed{margin-bottom:0.75rem !important;}.views-field.views-field-title{margin-left:10rem !important;}#views_slideshow_cycle_main_testimonials-block_1 .views-field.views-field-field-image{margin-left:-30rem !important;}#block-martis-views-block-testimonials-block-1 .views-field.views-field-body,#views_slideshow_cycle_main_testimonials-block_1 .views-field.views-field-body{width:72% !important;margin-left:25rem !important;margin-top:-8rem !important;}.views-field.views-field-title,.views-field.views-field-field-image{flex-direction:column;}#footer{border-top:2px solid black;}#block-martis-views-block-partners-block-1{border:2px solid black;padding:15px;}.views-slideshow-controls-top.clearfix{border-bottom:2px solid black;padding-bottom:2rem;}#block-martis-views-block-testimonials-block-1{border:0px;padding:15px;margin-bottom:1.25rem;}#views_slideshow_cycle_div_partners-block_1_0{height:fit-content !important;}#views_slideshow_cycle_div_partners-block_1_1{height:fit-content !important;}#views_slideshow_cycle_div_partners-block_1_2{height:fit-content !important;}#views_slideshow_cycle_div_partners-block_1_3{height:fit-content !important;}.col-md-9.left-content.main-content{margin-top:0.5rem;}.path-frontpage #block-martis-content--3{display:none !important;}*:hover{text-decoration:none !important;}#views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body{margin-top:0 !important;}#views_slideshow_slide_counter_partners-block_1{margin-top:2.5rem;}#views_slideshow_slide_counter_testimonials-block_1{margin-top:2.5rem;}.fullwidth{overflow:hidden !important;}.fullwidth .block-title-wrap{padding:0 !important;}.field-content a img{margin-top:-7.5rem;margin-left:30rem !important;}.field-content{display:flex;justify-content:space-between;gap:5px;}.views-field.views-field-body{border:2px solid black;margin-top:1rem;}#views_slideshow_cycle_main_testimonials-block_1 img{border:2px solid black;}.views-field.views-field-body{border:2px solid black;}.views-field.views-field-field-image{margin-bottom:0rem !important;}.views-label.views-label-field-image,.views-label.views-label-field-link{display:flex !important;justify-content:center !important;font-size:1rem !important;font-weight:700 !important;}#views_slideshow_cycle_main_partners-block_1 .field-content{display:flex !important;justify-content:center !important;font-weight:600 !important;}.field-content img{margin-bottom:-1rem !important;}.views-label.views-label-title{margin-bottom:0rem !important;}.field-content p{display:flex;justify-content:center;}.views-label.views-label-body{justify-content:center;display:flex;}.views-label.views-label-field-vehicle-detailed{display:flex;justify-content:center;}.views-field-field-image .field-content img{width:120px;height:120px;}.views-field.views-field-field-image a{justify-content:center;display:flex;}.views_slideshow_cycle_slide{position:relative;flex-direction:column;background:#fff;border-radius:16px;margin:0px !important;transition:transform 0.3s ease,box-shadow 0.3s ease;padding:0 !important;width:100% !important;}.views-row{padding:24px;display:flex;flex-direction:column;gap:20px;}.views-field-title{display:flex;align-items:center;gap:16px;font-size:1.5rem;font-weight:500;color:#1a1a1a;}.views-label-title{font-weight:700;color:#138450;}.field-content{color:#333;}.views-field-field-image .field-content img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid black !important;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.views-field-body{background:#f5f5f5;border-radius:12px;padding:20px;font-size:1rem;line-height:1.6;color:#555;position:relative;}.views-field-body .field-content::before{content:'“';font-size:2rem;color:#138450;position:absolute;top:0px;left:10px;}.views-field-body .field-content::after{content:'”';font-size:2rem;color:#138450;position:absolute;bottom:-1rem;right:0.5rem;}.views-label-body{font-weight:700;color:#138450;display:block;margin-bottom:8px;}.views-field-field-vehicle-detailed{margin-top:16px;}.views-label-field-vehicle-detailed{font-weight:700;color:#138450;}.media--image img{border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.1);}.colorbox{display:inline-block;transition:opacity 0.3s ease;}.colorbox:hover{opacity:0.8;}@media screen and (max-width:1000px){.brand.logo{display:block;max-width:65px;margin:0;line-height:1;}.brand.site-name{margin-left:0;margin-top:0;font-size:1.1rem;}.row.layout.layout--onecol h1{margin-bottom:-1.5rem;}.content-wide .block-title-wrap.clearfix{padding-left:0 !important;}#views_slideshow_cycle_main_testimonials-block_1 .views-field.views-field-title .field-content{margin-left:2.5rem !important;margin-top:-0.5rem !important;}.views-field.views-field-title,.views-field.views-field-field-image{align-items:unset;}.views-field.views-field-title{margin-left:0 !important;}#views_slideshow_cycle_main_testimonials-block_1 .views-field.views-field-field-image{margin-left:unset !important;}.views-field.views-field-body{width:unset !important;margin-left:unset !important;margin-top:1rem !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-title .field-content{margin-top:0rem !important;}.views-field.views-field-title .field-content{margin-left:1rem !important;}#block-martis-views-block-testimonials-block-1{margin-top:0.75rem;border-left:0px !important;border-right:0px !important;}#block-martis-views-block-partners-block-1{margin-bottom:0.5rem;border-left:0px !important;border-right:0px !important;}#views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body{margin-top:0rem !important;}#views_slideshow_slide_counter_partners-block_1{margin-top:0rem;padding-left:15px;}#views_slideshow_cycle_main_partners-block_1{padding-left:15px;margin-right:15px;display:flex;}#views_slideshow_cycle_teaser_section_partners-block_1{width:100% !important;}* .views-field.views-field-field-link{order:3;}.views-label.views-label-field-image{margin-top:1.5rem;font-size:20px !important;margin-left:-30px !important;}.views-label.views-label-title{margin-left:15px !important;}.views-field.views-field-field-link{margin-left:auto !important;display:flow-root;margin-right:auto;}#block-martis-views-block-partners-block-1 .field-content{font-size:12px;}#views_slideshow_cycle_div_partners-block_1_0 .views-field.views-field-title .field-content{margin-left:25px;}#block-martis-views-block-partners-block-1 .views-field.views-field-title .field-content{margin-top:1.5rem;}#views_slideshow_slide_counter_testimonials-block_1{margin-top:0;margin-left:15px !important;}.block-title-wrap.clearfix{padding-left:15px !important;padding-right:15px !important;}.field-content a img{margin-top:unset !important;margin-left:unset !important;}.views-field.views-field-field-image{margin-left:1rem !important;}.views-field.views-field-field-vehicle-detailed{margin-top:-1rem;}.views-slideshow-controls-top.clearfix{justify-content:center;display:flex;margin-bottom:-1rem !important;}#views_slideshow_cycle_main_testimonials-block_1{margin-left:1rem !important;margin-right:1rem;}#views_slideshow_cycle_teaser_section_testimonials-block_1{width:100% !important;}#views_slideshow_cycle_main_testimonials-block_1{margin-left:1rem;margin-right:1rem;background-color:unset !important;}.views-field.views-field-field-image{margin-bottom:-1rem !important;}.views_slideshow_cycle_slide{margin:8px;border-radius:12px;}.views-row{padding:16px;gap:16px;}.views-field-title{font-size:1.25rem;gap:12px;}.views-field-field-image .field-content img{width:120px;height:120px;}.views-field-body{font-size:0.9rem;}.media--image img{height:100%;}}@media screen and (min-width:1001px){.views-field.views-field-field-link{order:3;}.views-field-title{font-size:1.5rem;}.views-field-body{font-size:1rem;}.views-field-field-image .field-content img{width:120px;height:120px;}}#block-martis-views-block-partners-block-1 .block-subtitle{margin-bottom:2rem !important;}.views-slideshow-controls-top.clearfix{margin-bottom:2rem !important;}#block-martis-views-block-testimonials-block-1 .block-subtitle{margin-bottom:2rem !important;}.views-slideshow-controls-top.clearfix a{background-color:#138450 !important;padding:10px !important;border:2px solid black;border-radius:5px;color:white !important;}#block-martis-views-block-partners-block-1 *,#block-martis-views-block-testimonials-block-1 *{color:black;text-align:left !important;margin-left:0;margin-bottom:0rem;}.col-md-9{flex:100% !important;max-width:100% !important;}.logo-container{margin-top:-3rem;}.nav.menu.menu-parent .menu-item{border-bottom:0 !important;}#block-user-account-menu{margin-top:0.75rem;}.breadcrumb ul{margin-bottom:-0.5rem;}.node-content .row.layout.layout--onecol{margin-bottom:-1rem;}.row.justify-content-center{margin-bottom:3rem !important;}.footer-bottom .jd-site-footer > .row,footer.footer .row.justify-content-center{width:100%;max-width:520px;margin:10px auto 0;}a.button.slide-button-link,a.button.promotion-button{background-color:#138450 !important;}.button.slide-button-link,.button.promotion-button{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:none !important;}.nav.menu.alt-button.mt-4.slide-button,.page-node-type-slide .slide-content-wrap,.node--type-slide.slide-page .slide-content-wrap,.slide-wrap{overflow:visible !important;}.slide-carousel .slide-content-wrap,.hero.slide-carousel .slide-content-wrap{overflow:hidden !important;}img{padding:0 !important;}.collapse{color:white;}.collapse:hover{color:white;}footer:not(.jd-site-footer) ul.social_footer_ul{scale:1.5;margin-bottom:15px;}.dropdown-toggle::after,.nice-select::after{border-bottom:1px solid gray !important;border-right:1px solid gray !important;}.header-top.dark-header-top .dropdown-toggle::after,.nice-select::after{border-bottom:1px solid white !important;border-right:1px solid white !important;}#block-martis-main-menu .menu-item:last-child{border-bottom:0 !important;}#block-martis-main-menu .menu.menu-parent .menu-item:first-child{border-top:0px !important;margin-top:0px;}.mega-menu > ul{border-bottom:0px !important;}.page-node-243.path-frontpage.page-node-type-page.page-corporate-03 .slide-image{border:0px !important;}.slide-image{border:2px solid black !important;}.navbar.header-center{border-bottom:2px solid black;}.text-light .button{color:#fff !important;}.footer_ul_amrc,.social_footer_ul{list-style-type:none;}.header-top.dark-header-top{border-bottom:2px solid #000;line-height:1.2;}.header-top.dark-header-top .container > .row{align-items:center;}.header-top.dark-header-top .header-top-second{display:flex;align-items:center;justify-content:flex-end;}.header-top.dark-header-top .region.region-header-top-second{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:0.25rem 0.75rem;}@media (max-width:767.98px){.header-top.dark-header-top{text-align:center;padding:12px 0;}.header-top.dark-header-top .header-top-first{margin-bottom:8px;}.header-top.dark-header-top .header-top-second{justify-content:center;text-align:center;}.header-top.dark-header-top .region.region-header-top-second{justify-content:center;width:100%;}.header-top.dark-header-top #block-clearance-sales,.header-top.dark-header-top #block-clearance-sales p{width:100%;text-align:center;}}#block-uiupdateforsocialiconsandborders{display:none;}.block-subtitle,.block.block-layout-builder.block-field-blockblock-contentbasicbody h4,.breadcrumb a,h4{color:#000;}.region.region-content .header,header{border:2px solid #000;}.content{border:2px solid #000;border-top:0;}button.close{margin-top:-5px;}#block-boatandrvcapitalization,.block.block-layout-builder.block-field-blocknodepagefield-media-image,.breadcrumb ul li::after,.breadcrumb ul li:last-child,.brochure-btn::after,.field-label,.field.field-field-media-image.field-type-entity-reference.field-label-above{display:none;}div#block-home09-slider{margin-top:20px;}.breadcrumb ul li{padding-right:0 !important;margin-right:5px !important;margin-left:5px !important;}.header-top .header-top-second .button,input[value="Save Draft"]{display:none !important;}.block.block-layout-builder.block-field-blockblock-contentbasicbody{padding-top:0;}.block .block-title-wrap{margin-bottom:0;}.breadcrumb{text-align:center !important;background:#f8f8f8;padding:10px;margin-top:-25px;}.content-wide .block,.header-top-second,.region.region-content{padding-top:10px;}.content-wide .container-wrap{padding-top:15px;}.col-5.text-center{display:block;}a.button.side-btn{margin-bottom:10px;}.button + .button{background-color:#fff !important;color:#000 !important;}.block.block-layout-builder.block-field-blockblock-contentbasicbody p{color:#fff;text-align:center;}input#edit-subscribe{background-color:#4fa36f !important;}.region.region-header-top-second{padding-bottom:5px;}.region.region-header-top-first{width:125%;margin-top:-5px;}div#block-clearance-sales{width:100%;max-width:100%;margin-left:auto;margin-right:auto;color:#fff;text-align:center;}.block.block-layout-builder.block-field-blockblock-contentbasicbody .container-wrap.clearfix{padding-left:0;padding-right:0;}.site-name a{font-weight:600;font-size:larger;}.page-wrapper{background-color:transparent;}a.button.slide-button-link{background-image:linear-gradient(204deg,#8fd0b3,#0e6c3e) !important;}div#user-account-block-wrap a[href*="edit"],div#user-account-block-wrap a[href*="login"],div#user-account-block-wrap a[href*="user"]{padding-right:30px;text-indent:20px;border-bottom:1px solid rgba(0,0,0,0.15);color:#000;}.header{background-color:#f8f8f8;}body{background-color:#19212c;}.slide-image{margin-top:15px;}div#user-account-block-wrap li.menu-item:hover{text-decoration:underline;}ul.social_footer_ul{padding-right:15px;}footer.footer:not(.jd-site-footer) .row.justify-content-center{width:40%;margin:10px auto -10px;}.dropdown-menu.user-account-block-wrap .nav{padding-bottom:0;margin-bottom:-1px;}.dropdown-menu{border-radius:0;}.mega-menu > ul > li > ul,.navbar.header-center,ul.nav.menu.menu-parent{background-color:#f6f6f6;}.container-wrap.clearfix.menu-wrap a.dropdown-toggle::after,.container-wrap.clearfix.menu-wrap a.dropdown-toggle:after{display:inline-block;content:"";border:none !important;border-bottom:2px solid rgba(255,255,255,0.95) !important;border-right:2px solid rgba(255,255,255,0.95) !important;height:5px;width:5px;position:absolute;right:0;top:50%;margin-top:-3px;margin-right:7px;-webkit-transform:rotate(45deg) !important;-ms-transform:rotate(45deg) !important;transform:rotate(45deg) !important;box-shadow:1px 1.5px 0 rgba(0,0,0,0.6);transition:0.15s ease-in-out;}@media (max-width:1000px){.container-wrap.clearfix.menu-wrap a.dropdown-toggle::after,.container-wrap.clearfix.menu-wrap a.dropdown-toggle:after{margin-right:10px;}}div#user-account-block-wrap a[href*="login"]{background-size:2em 0.6em;background-color:#f6f6f6;border-radius:0;}div#user-account-block-wrap a[href*="user"]{background-size:2em 1.45em !important;}div#user-account-block-wrap a[href*="edit"]{background:url(/files/edit-account.svg) 5px center/2em 1.45em no-repeat #f6f6f6 !important;}a.button.brochure-btn{background-size:cover;background-position:center;margin-top:-5px;font-weight:600;}a.button.promotion-button{background-position:right;background-image:unset !important;}.header-top,a.button.brochure-btn{background-image:linear-gradient(204deg,#8fd0b3,#0e6c3e);}.header-top,a.button.promotion-button,a.button.slide-button-link{background-size:cover;}.text-light .button{border-color:#fff;background-color:#9d9d9df2;color:#fbf9f9;font-weight:600;}a.button.side-btn{font-weight:600;font-size:13px;color:#000;}.header-menu .nav-menu:before{border-color:rgba(255,255,255,0.5);}.field.field-body.field-type-text-with-summary.field-label-hidden.field-item{font-weight:550;}a.dropdown-toggle{color:#fff;font-weight:500;}.dropdown-toggle:after,.nice-select:after{border-bottom:2px solid rgba(255,255,255,0.7);border-right:2px solid rgba(255,255,255,0.7);}.header-top .block{border-right:1px solid rgba(255,255,255,0.3);}.block.slide-block{margin-top:12px;}.slide-content-body{font-size:20px;}.slide-content-wrap .container.slide-wrap{max-width:65%;}.slide-content-wrap{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);}.region.region-header-top-second{margin-top:-8px;}.slide-content-main.float-center.text-left{margin-top:-150px;}.slide-carousel .slide-content-wrap,.hero.slide-carousel .slide-content-wrap,.hero .slide-content-wrap{top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;transform:none !important;-ms-transform:none !important;-webkit-transform:none !important;}.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left,.slide-carousel .slide-content-main.text-left,.hero .slide-content-main.float-center,.hero .slide-content-main.float-center.text-left,.hero.slide-carousel .slide-content-main.float-center.text-left{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;}@media (max-width:1000px){#block-martis-customblocktoaddpricingpackagesforatvs-2 .nnc-tab-content-container{display:none !important;}.nav.menu.menu-parent .menu-item{border-bottom:2px solid white !important;}#block-martis-views-block-testimonials-block-1 #views_slideshow_cycle_main_testimonials-block_1{background-color:#ededed;background-size:300px 300px,cover,cover;background-repeat:repeat,no-repeat,no-repeat;background-blend-mode:screen;}#views_slideshow_cycle_main_testimonials-block_1 img{margin-bottom:4rem;}#block-user-account-menu{margin-top:-1rem;}.mega-menu > ul > li{margin-bottom:-20px;}.mega-menu > ul{margin-top:-20px;}.mega-menu > ul > li{width:100%;display:block;background-color:#19212e !important;height:80%;margin-top:20px;}#wrapper li.menu-item{border-bottom:0 !important;}.main-menu .nav > li > a,.mega-menu > ul > li > a{color:#fefefe;line-height:28px;width:100%;text-align:center;}.mega-menu > ul{margin-bottom:35px;}.content-wide .container-wrap{padding-top:0;}.content-wide .block{padding-top:10px;}.content-wide .block,.page-wrapper{padding-bottom:0;}.header-top-first{margin-bottom:0;}}.content-wide .block{padding-bottom:10px;}footer{width:100%;background-color:#263238;min-height:250px;padding:10px 0 35px;}.pt2{padding-top:40px;margin-bottom:20px;}footer p{color:#ccc;padding-bottom:0;margin-bottom:8px;font-size:11px;}.footer_ul_amrc{margin:0;font-size:14px;padding:0 0 10px;}.footer_ul_amrc li{padding:0 0 5px;}.social_footer_ul{display:table;margin:15px auto 0;}.social_footer_ul li{padding-left:20px;padding-top:10px;float:left;}.social_footer_ul li a{border:0;margin-right:13px;padding:8px;border-radius:50%;}.social_footer_ul li i{width:20px;height:15px;text-align:center;}.headin5_amrc.col_white_amrc.pt2{font-size:15px;text-align:center;}footer a,footer_ul_amrc{font-size:12px;}.footer-bottom p{margin:revert;}.footer-bottom .block{padding:unset;}.page-wrapper{padding-top:0;margin-top:-10px;}.h1,.h2,.h4,.h5,h1,h2,h4,h5{color:#fff;margin-top:0;font-weight:600;}.footer-bottom{border-top:unset;background-color:unset;}@media (max-width:1000px){.views-slideshow-controls-top.clearfix{margin-bottom:0rem !important;}#block-martis-views-block-partners-block-1 *,#block-martis-views-block-testimonials-block-1 *{text-align:center !important;}.views-row{display:flex;flex-wrap:wrap;align-items:flex-start;}.views-field-title{order:2;position:static;margin-left:0 !important;top:auto;width:100%;max-width:100%;}.views-field-field-image{order:1;flex-shrink:0;}.views-field-field-image img{max-width:150px;height:auto;}.views-field-body,.views-field-field-vehicle-detailed{flex:1 1 100%;order:3;}#views_slideshow_cycle_main_testimonials-block_1 img{margin-bottom:0rem !important;}.logo-container{margin-top:-8rem !important;}.breadcrumb{margin-top:-10px !important;}.mega-menu > ul > li,.navbar.header-center,.primary-menu{background-color:#f8f8f8 !important;}#wrapper li.menu-item{border-bottom:2px solid white !important;}.block.slide-block,.header-main-wrap,.region.region-header-top-second,a.button.brochure-btn{margin-top:0;}.slide-content-main.float-center.text-left{margin-top:-7px;}.slide-carousel .slide-content-main.float-center.text-left,.hero .slide-content-main.float-center.text-left{margin-top:auto !important;margin-bottom:auto !important;}.primary-menu{margin-top:0;margin-bottom:unset;}.mega-menu > ul{margin-top:-20px;}button.close{margin-top:7px;margin-left:10px;}.text-light,.text-light *{color:#fff;}.slide-content-wrap .container.slide-wrap{max-width:100%;}.col-5.text-center{display:block;}.header-top.dark-header-top{margin-top:-5px;}.nav.menu.alt-button.mt-4.slide-button{justify-content:center;display:flex;}.site-branding-slogan{margin-bottom:5px;}.slide-content-body{font-size:unset;}.footer-bottom p{width:100%;max-width:100%;margin-left:0;margin-right:0;}body.page-node-243.path-frontpage.page-node-type-page.page-corporate-03 .region.region-content-wide-top{padding-left:unset;padding-right:unset;margin-top:unset;}body.page-node-243.path-frontpage.page-node-type-page.page-corporate-03 .hero .slide-content-body{font-size:12px;}[class*=" ti-"],[class^="ti-"]{color:#000;}.container{padding-right:10px;padding-left:10px;}.content-wide .container-wrap{padding-right:14.5px;}.social_footer_ul li{margin-right:0;}.header-menu{margin-left:0;}.mega-menu > ul > li{width:100%;display:block;margin-top:unset;margin-bottom:unset;}.navbar.navbar-expand-md.nav-menu{margin-right:0;max-width:100%;}.mega-menu{text-indent:1px;}.mega-menu > ul > li a:hover{text-decoration:underline;}button.navbar-toggler.nav-button[aria-expanded="true"],button.navbar-toggler.nav-button[aria-expanded="false"],button.navbar-toggler.nav-button{transform:none !important;padding-top:0 !important;transition:background-color 0.15s ease,border-color 0.15s ease;}div#user-account-block-wrap li.menu-item{border-bottom:0;}footer.footer .row.justify-content-center{width:100%;margin-bottom:-25px;}.col-5.text-center{padding-right:10px;padding-left:10px;margin-left:-10px;}.region.region-header-top-first .block-content.clearfix{margin-left:-6px;font-size:14px;text-align:center;margin-right:-6px;}#main-menu .menu-item,#main-menu li.menu-item,.header #main-menu .menu-item,.primary-menu .menu-item{background-color:transparent !important;background:transparent !important;border-bottom:1px solid rgba(255,255,255,0.18) !important;}.main-menu .nav > li > a,.mega-menu > ul > li > a,#main-menu a,#main-menu .menu-item a{color:#ffffff !important;line-height:1.35;width:100%;text-align:left;}.mega-menu > ul{margin-top:-unset;margin-bottom:unset;}.primary-menu .main-menu{padding:unset;padding-top:15px;}footer.footer a,footer.footer p{font-size:x-small;}ul.social_footer_ul a{font-size:revert;}div#block-clearance-sales{width:100%;}.region.region-header-top-first{width:unset;margin-top:unset;}.region.region-header-top-second{padding-bottom:unset;margin-top:unset;}.owl-next,.owl-prev{margin-top:0 !important;}.page-node-type-team .row.content-layout{margin-top:-35px;margin-bottom:-17px;}#block-martis-main-menu .menu-item:last-child{border-bottom:2px solid black !important;}.navbar-toggler.nav-button{border:2px solid #000;background-color:#0a4f2f;color:#fff;}.navbar-toggler.nav-button i,.navbar-toggler.nav-button .ti-menu{color:#fff;}#block-martis-branding{margin-top:5px;}.logo-container{margin-top:2.5rem;}.mega-menu > ul{margin-top:-15px;margin-bottom:unset;border-bottom:2px solid black;}.col-5.text-center{padding-right:10px;padding-left:10px;justify-content:center;display:block;}#wrapper li.menu-item{border-bottom:2px solid white !important;}#wrapper .menu-item:nth-child(1){margin-top:-2px !important;}#wrapper .menu-item:last-child{border-top:0 !important;}#block-martis-main-menu .menu.menu-parent .menu-item:first-child{border-top:0 !important;}.nnc-pricing-tab{box-shadow:1px 1px 0px rgba(0,0,0,0.2);}.pricing-table{box-shadow:1px 1px 0px rgba(0,0,0,0.2);}#block-home09-slider{border-bottom:0px solid black;}.logo-container{margin-top:0rem;}}a.button.slide-button-link{background-image:unset !important;}.nav.menu.alt-button.mt-4.slide-button{overflow:visible !important;}.slide-content-wrap,.slide-wrap{overflow:hidden !important;}.button.promotion-button:hover,.button.slide-button-link:hover{color:white !important;}.page-wrapper p strong{color:#138450 !important;}.views-label.views-label-field-vehicle-detailed{margin-top:1rem;}.views-label.views-label-field-vehicle-detailed .field-content{margin-bottom:-2rem !important;}.img{position:absolute;}@media (max-width:1000px){.copyright-footer{margin-left:auto !important;font-size:15px !important;margin-right:auto !important;}a.button.brochure-btn{margin-top:-10px;}}.field-label{display:none;}@media screen and (max-width:1000px){html,body{overflow-x:clip;max-width:100%;}footer.footer{overflow-x:clip;max-width:100%;padding-left:10px;padding-right:10px;box-sizing:border-box;}footer.footer .row{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}footer.footer p,footer.footer a,footer.footer li{max-width:100%;overflow-wrap:anywhere;word-break:break-word;}.col-5.text-center{display:block !important;max-width:100%;margin-left:0 !important;}.copyright-footer{margin-left:auto !important;margin-right:auto !important;max-width:100%;padding-left:10px;padding-right:10px;box-sizing:border-box;}.row.layout.layout--onecol{margin-left:0 !important;margin-right:0 !important;max-width:100%;}#block-home09-slider,.block.slide-block,.owl-stage-outer,.nav.menu.alt-button.mt-4.slide-button,.slide-content-wrap,.slide-wrap{overflow-x:hidden !important;max-width:100%;}#block-martis-views-block-testimonials-block-1,#block-martis-views-block-partners-block-1{overflow-x:clip;max-width:100%;}.views-label.views-label-field-image{margin-left:0 !important;}}#block-martis-blog-search-form .views-exposed-form,.view-id-blog_search.view-display-id-blog_search .views-exposed-form{margin-bottom:0;padding:0;background:transparent;box-shadow:none;}#block-martis-blog-search-form form,.blog-search-page .views-exposed-form form{display:flex;align-items:stretch;gap:0.5rem;flex-wrap:wrap;}#block-martis-blog-search-form .form-item-keys,.blog-search-page .views-exposed-form .form-item-keys{flex:1 1 220px;margin:0;}#block-martis-blog-search-form .form-item-keys input,.blog-search-page .views-exposed-form .form-item-keys input{width:100%;min-height:2.75rem;padding:0.55rem 0.85rem;border:1px solid #ddd;border-radius:6px;}.page-node-type-slide .slide-page .slide-image,.node--type-slide.slide-page .slide-image{position:relative;min-height:55vh;display:flex;align-items:center;justify-content:center;}.page-node-type-slide .slide-page .slide-image img,.node--type-slide.slide-page .slide-image img{width:100%;height:auto;object-fit:cover;}.hero .slide-image,.slide-carousel .slide-image,.owl-item .slide-image,.owl-stage-outer .slide-image{min-height:auto !important;background:transparent !important;height:auto !important;overflow:visible !important;}.hero .slide-image img,.slide-carousel .slide-image img,.owl-item .slide-image img{height:auto !important;max-height:none !important;width:100% !important;object-fit:contain !important;}.page-node-type-slide .slide-page .slide-h1,.node--type-slide.slide-page .slide-h1{font-size:2.1rem;line-height:1.15;font-weight:700;margin:0 0 0.4rem;color:inherit;text-shadow:0 2px 8px rgba(0,0,0,0.35);}.page-node-type-slide .slide-page .slide-h1 .service-type,.node--type-slide.slide-page .slide-h1 .service-type{display:block;font-size:1.05rem;letter-spacing:2px;text-transform:uppercase;opacity:0.95;margin-bottom:0.15em;}.page-node-type-slide .slide-page .slide-h1 .location,.node--type-slide.slide-page .slide-h1 .location{font-weight:600;}.page-node-type-slide .slide-page .pre-heading-text .slide-category,.node--type-slide.slide-page .pre-heading-text .slide-category{display:inline-block;background:rgba(255,255,255,0.15);padding:2px 14px;border-radius:20px;font-size:0.85rem;font-weight:600;letter-spacing:1.5px;margin-top:0.4rem;}.page-node-type-slide .slide-page .slide-content-body,.node--type-slide.slide-page .slide-content-body{font-size:1.05rem;max-width:620px;margin:0.6rem 0 1rem;}.node--type-slide .slide-additional-content{background:#eaf7ee;border:2px solid #000;border-radius:10px;padding:1.75rem 1.5rem;margin-top:1rem;margin-bottom:1rem;color:#222;clear:both;display:block !important;visibility:visible !important;opacity:1 !important;position:relative;z-index:2;width:100%;max-width:1140px;box-sizing:border-box;}.slide-carousel .node--type-slide .slide-additional-content,.slide-block .slide-carousel .slide-additional-content,.hero.slide-carousel .slide-additional-content{max-width:100% !important;width:100% !important;box-sizing:border-box !important;}.node--type-slide .slide-additional-content h2.section-title{font-size:1.65rem;margin-bottom:1rem;color:#222;border-bottom:3px solid #138450;display:inline-block;padding-bottom:6px;}.node--type-slide .slide-additional-content,.node--type-slide .slide-additional-content p,.node--type-slide .slide-additional-content ul,.node--type-slide .slide-additional-content li{color:#222 !important;}.node--type-slide .slide-additional-content ul{padding-left:1.2rem;}.node--type-slide .slide-additional-content ul li{margin-bottom:0.3rem;}.node--type-slide .seo-benefits,.slide-page .seo-benefits{padding-left:1.1rem;list-style:none;}.node--type-slide .seo-benefits li,.slide-page .seo-benefits li{margin-bottom:0.35rem;position:relative;}.node--type-slide .seo-benefits li:before,.slide-page .seo-benefits li:before{content:"✓";color:#138450;font-weight:bold;margin-right:8px;}.node--type-slide .trust-badges .badge,.slide-page .trust-badges .badge{display:inline-block;background:#fff;border:1px solid #138450;color:#138450 !important;font-size:0.75rem;padding:3px 10px;border-radius:4px;margin:0 4px 6px 0;font-weight:600;}.node--type-slide .slide-additional-content p,.slide-page .slide-additional-content p{color:#333 !important;}..node--type-slide .slide-additional-content a.button.btn-lg,.node--type-slide .slide-additional-content a.slide-seo-cta,.slide-block .slide-additional-content a.button.btn-lg{display:inline-block !important;visibility:visible !important;opacity:1 !important;background-color:#138450 !important;color:#fff !important;border:2px solid #000 !important;padding:0.65rem 1.5rem !important;border-radius:6px !important;font-weight:700 !important;text-decoration:none !important;}.node--type-slide .slide-additional-content .slide-seo-foot,.node--type-slide .slide-additional-content p.small.mt-2{display:block !important;font-size:1rem !important;color:#158e52 !important;width:80% !important;margin-left:auto !important;margin-right:auto !important;-webkit-text-fill-color:#158e52 !important;background:#83e38317 !important;border:2px solid #158e52 !important;}@media (max-width:767px){.slide-page .slide-h1{font-size:1.65rem;}.hero.slide-carousel .slide-additional-content,.slide-carousel.owl-carousel .owl-item .slide-additional-content,.slide-block .hero.slide-carousel .slide-additional-content.container{padding-left:15px !important;padding-right:15px !important;}}#block-martis-blog-search-form .form-item-keys input:focus,.blog-search-page .views-exposed-form .form-item-keys input:focus{border-color:#1f8a58;outline:none;}#block-martis-blog-search-form .form-actions,.blog-search-page .views-exposed-form .form-actions{margin:0;}#block-martis-blog-search-form .form-actions input,.blog-search-page .views-exposed-form .form-actions input{min-height:2.75rem;padding:0.55rem 1.15rem;border-radius:6px;background:#1f8a58;color:#fff;font-weight:600;}.page-node-type-slide .slide-hero,.node--type-slide.slide-page .slide-hero{position:relative;min-height:60vh;overflow:hidden;background:#000;}.page-node-type-slide .slide-image,.node--type-slide.slide-page .slide-image{position:relative;width:100%;height:auto;background:transparent;}.page-node-type-slide .slide-image img,.node--type-slide .slide-image img{width:100%;height:100%;object-fit:cover;display:block;}.page-node-type-slide .slide-content-wrap,.node--type-slide.slide-page .slide-content-wrap,.hero .slide-content-wrap,.slide-carousel .slide-content-wrap{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;z-index:2;display:flex !important;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;text-align:center;}.page-node-type-slide .container.slide-wrap,.node--type-slide.slide-page .container.slide-wrap,.hero .container.slide-wrap,.slide-carousel .container.slide-wrap{max-width:720px !important;width:100%;padding:0 1rem;display:table;height:100%;margin:0 auto;text-align:center;}.page-node-type-slide .slide-content,.node--type-slide .slide-content{display:table-cell !important;vertical-align:middle !important;}.page-node-type-slide .slide-content-main,.node--type-slide .slide-content-main{margin-top:0 !important;position:relative;}.page-node-type-slide .slide-content-wrap .slide-content-main,.node--type-slide .slide-content-wrap .slide-content-main{max-width:620px;}.page-node-type-slide .slide-hero,.node--type-slide .slide-hero{position:relative;display:block;}.page-node-type-slide .slide-image,.node--type-slide .slide-image{display:block;width:100%;}.page-node-type-slide .slide-content-wrap,.node--type-slide .slide-content-wrap{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:2;display:flex !important;align-items:center !important;justify-content:center !important;padding:2rem 1rem;}.page-node-type-slide .container.slide-wrap,.node--type-slide .container.slide-wrap{width:100% !important;max-width:720px !important;height:auto !important;display:block !important;}.page-node-type-slide .slide-content,.node--type-slide.slide-page .slide-content{display:block !important;width:100% !important;opacity:1 !important;transform:none !important;}.page-node-type-slide .slide-content-main,.node--type-slide.slide-page .slide-content-main{margin:0 auto !important;float:none !important;text-align:center;max-width:100%;}.hero .slide-content,.slide-carousel .slide-content,.slide-carousel .slide-carousel-hero .slide-content{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;height:100% !important;text-align:center !important;margin:0 !important;float:none !important;}.hero .slide-content-main,.slide-carousel .slide-content-main,.slide-carousel .slide-carousel-hero .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;float:none !important;text-align:center !important;max-width:100% !important;width:100% !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;}.slide-carousel .slide-content-wrap .field-items,.slide-carousel .slide-content-wrap .field-item,.slide-carousel .pre-heading-text,.slide-carousel .heading-text,.slide-carousel .slide-content-body,.hero.slide-carousel .slide-content-wrap .field-items,.hero.slide-carousel .slide-content-wrap .field-item{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}.page-node-type-slide .slide-content *,.node--type-slide.slide-page .slide-content *{opacity:1 !important;visibility:visible !important;}.page-node-type-slide .slide-content:hover,.node--type-slide.slide-page .slide-content:hover,.page-node-type-slide .slide-content-main:hover,.node--type-slide.slide-page .slide-content-main:hover{transform:none !important;margin-top:0 !important;opacity:1 !important;}.page-node-type-slide .slide-content-main.float-center,.node--type-slide .slide-content-main.float-center,.page-node-type-slide .slide-content-main.float-center.text-left,.node--type-slide .slide-content-main.float-center.text-left{margin-top:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-node-type-slide .slide-content,.node--type-slide .slide-content{width:100%;position:relative;}.page-node-type-slide .slide-content.text-light,.node--type-slide .slide-content.text-light,.page-node-type-slide .slide-content.text-light *,.node--type-slide .slide-content.text-light *{color:#ffffff !important;text-shadow:0 2px 6px rgba(0,0,0,0.75),0 1px 3px rgba(0,0,0,0.5) !important;}.page-node-type-slide .button.slide-button-link,.node--type-slide .button.slide-button-link,.page-node-type-slide a.btn,.node--type-slide a.btn{background-color:#138450 !important;border-color:#138450 !important;color:#ffffff !important;transition:all 0.2s ease;}.page-node-type-slide .button.slide-button-link:hover,.node--type-slide .button.slide-button-link:hover{background-color:#0a4f2f !important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(19,132,80,0.4);}.page-node-type-slide .slide-content,.node--type-slide .slide-content,.page-node-type-slide .slide-content-main,.node--type-slide .slide-content-main,.page-node-type-slide .slide-content.text-light,.node--type-slide .slide-content.text-light{transition:color 0.2s ease,text-shadow 0.2s ease;will-change:transform;}.page-node-type-slide .slide-content:hover,.node--type-slide .slide-content:hover{}.page-node-type-slide .pre-heading-text,.node--type-slide .pre-heading-text,.page-node-type-slide .heading-text,.node--type-slide .heading-text,.page-node-type-slide .slide-content-body,.node--type-slide .slide-content-body{color:inherit;text-shadow:inherit;}.page-node-type-slide .slide-additional-content,.node--type-slide.slide-page .slide-additional-content{position:relative;z-index:3;background:#eaf7ee;border:2px solid #000;border-radius:10px;padding:1.75rem 1.5rem;margin-top:1.25rem;margin-bottom:2rem;color:#222;clear:both;}.page-node-type-slide .slide-additional-content h2.section-title,.node--type-slide .slide-additional-content h2.section-title{color:#222;border-color:#138450;}.page-node-type-slide .slide-additional-content ul,.node--type-slide .slide-additional-content ul,.page-node-type-slide .seo-benefits,.node--type-slide .seo-benefits{color:#222 !important;}.page-node-type-slide .slide-additional-content ul li,.node--type-slide .slide-additional-content ul li{color:#222 !important;}.slide-carousel .owl-item.active .slide-additional-content{display:block !important;visibility:visible !important;opacity:1 !important;margin-top:1rem;position:relative;z-index:3;}.slide-block{overflow:visible;}.slide-block .hero.slide-carousel{max-height:none !important;height:auto !important;display:block !important;}.slide-carousel.owl-carousel .owl-stage-outer,.slide-carousel.owl-carousel .owl-stage,.slide-carousel.owl-carousel .owl-item,.slide-carousel.owl-carousel .owl-item > .node--type-slide{height:auto !important;}.slide-carousel.owl-carousel .owl-item:not(.active) .slide-additional-content{pointer-events:none;}.hero.slide-carousel:not(.owl-loaded) > .node--type-slide:not(:first-child){display:none !important;}.hero.slide-carousel:not(.owl-loaded) > .node--type-slide:first-child{display:block !important;}.hero.slide-carousel:not(.owl-loaded) .slide-content-wrap{opacity:1 !important;transform:none !important;}.hero.slide-carousel:not(.owl-loaded),.hero.slide-carousel:not(.owl-loaded) .slide-carousel-hero,.hero.slide-carousel:not(.owl-loaded) .slide-content-wrap,.hero.slide-carousel:not(.owl-loaded) .slide-additional-content{display:block !important;opacity:1 !important;visibility:visible !important;min-height:0 !important;}.slide-carousel.owl-carousel .owl-stage-outer{}.slide-carousel .slide-carousel-hero{position:relative;width:100%;min-height:52vh;max-height:85vh;overflow:hidden;}.slide-carousel .slide-carousel-hero .slide-image{position:relative !important;width:100%;height:100%;min-height:inherit;}.slide-carousel .slide-carousel-hero .slide-image img,.slide-carousel .slide-carousel-hero .slide-image picture,.slide-carousel .slide-carousel-hero .slide-image picture img{width:100% !important;height:100% !important;min-height:52vh;object-fit:cover !important;object-position:center center;}.page-node-type-slide .text-center.mt-4 a.button,.node--type-slide .text-center.mt-4 a.button,.page-node-type-slide .text-center.mt-4 .button,.node--type-slide .text-center.mt-4 .button{background-color:#138450 !important;color:#fff !important;border:2px solid #000 !important;padding:0.6rem 1.4rem;border-radius:6px;font-weight:600;display:inline-block;text-decoration:none;}.page-node-type-slide .text-center.mt-4 a.button:hover,.node--type-slide .text-center.mt-4 a.button:hover{background-color:#0a4f2f !important;color:#fff !important;}.page-node-type-slide [data-animation-in],.node--type-slide.slide-page [data-animation-in]{animation:none !important;opacity:1 !important;transform:none !important;}.hero .slide-carousel .slide-content-wrap,.slide-carousel .slide-content-wrap,.hero .slide-content,.slide-carousel .slide-content,.hero .heading-text,.slide-carousel .heading-text,.hero .slide-content-body,.slide-carousel .slide-content-body{opacity:1 !important;transform:none !important;visibility:visible !important;}#block-martis-blog-search-form .form-actions input:hover,.blog-search-page .views-exposed-form .form-actions input:hover{background:#156f45;}.blog-search-page .view-empty{padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 4px 12px rgba(111,66,193,0.15);color:#555;}@media (max-width:576px){#block-martis-blog-search-form form,.blog-search-page .views-exposed-form form{flex-direction:column;}#block-martis-blog-search-form .form-actions input,.blog-search-page .views-exposed-form .form-actions input{width:100%;}}a.visually-hidden.focusable.skip-link:focus,a.visually-hidden.focusable.skip-link:active,a.visually-hidden.focusable:focus,a.visually-hidden.focusable:active{position:fixed !important;top:0;left:0;z-index:100000;overflow:visible !important;clip:auto !important;width:auto !important;height:auto !important;margin:0;padding:0.75rem 1.25rem;background:#000;color:#fff !important;text-decoration:none;font-size:1rem;font-weight:600;border:2px solid #fff;}.header-top.dark-header-top .container-wrap.clearfix.menu-wrap a.dropdown-toggle,.header-top a.header-icon.account-icon,.header-top a.dropdown-toggle.header-icon,.path-frontpage .header-top.dark-header-top .container-wrap.clearfix.menu-wrap a.dropdown-toggle,.path-frontpage .header-top a.dropdown-toggle.header-icon.account-icon,.page-node-243 .header-top.dark-header-top .container-wrap.clearfix.menu-wrap a.dropdown-toggle{box-sizing:border-box !important;display:inline-block !important;position:relative;min-width:0 !important;min-height:0 !important;height:auto !important;max-height:none !important;line-height:normal !important;vertical-align:middle;padding-top:0 !important;padding-right:15px !important;padding-bottom:3px !important;padding-left:5px !important;}#block-call-to-order p.call-phone{margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}#block-call-to-order a.call-phone-link{display:block !important;width:auto !important;margin:0 !important;padding:0 !important;background:transparent !important;background-color:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;color:white !important;font-size:20px !important;font-weight:700 !important;text-align:center !important;text-decoration:none !important;line-height:1.2 !important;min-width:0 !important;min-height:0 !important;}.brand.logo{display:block;max-width:72px;margin:0;line-height:1;}.brand.site-name{margin-left:0 !important;margin-top:0 !important;font-size:1.1rem !important;}.site-branding-logo img{scale:none !important;max-width:100%;height:auto;display:block;}#block-martis-branding .container-wrap,.site-branding .container-wrap{display:flex;align-items:center;gap:0.65rem 0.75rem;}.navbar.header-center{background-color:#4fa36f !important;}#block-martis-views-block-testimonials-block-1 h2.views-label.views-label-field-image,#block-martis-views-block-testimonials-block-1 .views-label.views-label-field-image,[id^="block-martis-views-block-partners-block-"] h2.views-label.views-label-field-image.partner,[id^="block-martis-views-block-partners-block-"] .views-label.views-label-field-image.partner{color:#333333 !important;-webkit-text-stroke:0 !important;text-stroke:0 !important;}.block-title-wrap .block-subtitle{opacity:1;color:#444444;}.node-type-testimonial .testimonial-rating,.node--type-testimonial .testimonial-rating,.node-type-testimonial .field-rating{margin:0.5rem 0 1rem;}.node-type-testimonial .testimonial-rating img,.node-type-testimonial .field-rating img{display:block;max-width:220px;width:100%;height:auto;}.page-node-type-blog .post-body .faq-accordion,.page-node-type-blog .post-body .faq-list,.page-node-type-blog .faq-accordion{width:100%;clear:both;margin:1rem 0 1.5rem;}.page-node-type-blog .post-body .faq-accordion dt,.page-node-type-blog .post-body .faq-accordion dt.faq-question,.page-node-type-blog .post-body dl.faq-list dt.faq-question,.page-node-type-blog .faq-accordion dt,.page-node-type-blog .faq-accordion dt.faq-question,.faq-accordion dt,.faq-accordion dt.faq-question{cursor:pointer !important;background:#0e6c3e !important;margin-top:5px !important;margin-bottom:0 !important;font-weight:bold !important;position:relative !important;padding:0 !important;list-style:none !important;color:#fff !important;user-select:none;-webkit-user-select:none;border-radius:5px;}.page-node-type-blog .post-body .faq-accordion dt p,.page-node-type-blog .post-body .faq-accordion dt.faq-question p,.page-node-type-blog .post-body dl.faq-list dt.faq-question p,.faq-accordion dt p,.faq-accordion dt.faq-question p{margin:0 !important;margin-bottom:0 !important;padding:0.75rem 2.75rem 0.75rem 1rem !important;line-height:1.5 !important;font-size:1rem !important;font-weight:bold !important;color:#fff !important;background:transparent !important;border-radius:0 !important;pointer-events:none;}.page-node-type-blog .post-body .faq-accordion dt::after,.page-node-type-blog .post-body .faq-accordion dt.faq-question::after,.page-node-type-blog .post-body dl.faq-list dt.faq-question::after,.faq-accordion dt::after,.faq-accordion dt.faq-question::after{content:'+' !important;position:absolute !important;right:20px !important;top:45% !important;transform:translateY(-50%) !important;color:#fff !important;font-weight:bold !important;font-size:30px !important;line-height:1 !important;z-index:2 !important;pointer-events:none !important;}.page-node-type-blog .post-body .faq-accordion dt.active::after,.page-node-type-blog .post-body .faq-accordion dt.faq-question.active::after,.page-node-type-blog .post-body dl.faq-list dt.faq-question.active::after,.faq-accordion dt.active::after,.faq-accordion dt.faq-question.active::after{content:'-' !important;}.page-node-type-blog .post-body .faq-accordion dd,.page-node-type-blog .post-body .faq-accordion dd.faq-answer,.page-node-type-blog .post-body dl.faq-list dd.faq-answer,.faq-accordion dd,.faq-accordion dd.faq-answer{display:none !important;padding:10px 12px !important;margin:0 !important;background:transparent !important;border:0 !important;max-height:none !important;overflow:visible !important;}.page-node-type-blog .post-body .faq-accordion dt.active + dd,.page-node-type-blog .post-body .faq-accordion dt.faq-question.active + dd,.page-node-type-blog .post-body .faq-accordion dt.faq-question.active + dd.faq-answer,.page-node-type-blog .post-body dl.faq-list dt.faq-question.active + dd.faq-answer,.faq-accordion dt.active + dd,.faq-accordion dt.faq-question.active + dd,.faq-accordion dt.faq-question.active + dd.faq-answer{display:block !important;}.page-node-type-blog .post-body .faq-accordion .faq-answer p,.page-node-type-blog .post-body div .faq-accordion .faq-answer p,.page-node-type-blog .post-body .faq-list .faq-answer p,.page-node-type-blog .post-body dl.faq-list dd.faq-answer p,.post-body div .faq-accordion .faq-answer p,.faq-accordion dd.faq-answer p{background:#c8ebd4 !important;color:#0a3d24 !important;font-weight:650 !important;margin-top:0 !important;margin-bottom:0 !important;padding:0.75rem 1rem !important;border-radius:5px !important;line-height:1.6 !important;}.page-node-type-blog .post-body .faq-accordion .faq-answer p strong,.page-node-type-blog .post-body div .faq-accordion .faq-answer p strong,.post-body div .faq-accordion .faq-answer p strong{color:#0e6c3e !important;font-weight:800 !important;}.page-node-type-service .service-cards-wrapper .card h2,.service-cards-wrapper .card h2{color:#fff !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;display:inline-block;padding:0.5rem 1rem;border-radius:8px;border:2px solid #000 !important;margin:0 0 12px 0;font-weight:800;}.page-node-type-service .service-cards-wrapper .card h3,.service-cards-wrapper .card h3{color:#fff !important;background:#138450 !important;display:inline-block;padding:0.4rem 0.9rem;border-radius:7px;border:2px solid #000 !important;margin:0.25rem 0 10px 0;font-weight:800;}.page-node-type-service .service-cards-wrapper .card p,.service-cards-wrapper .card p{color:#0a2f1c !important;background:#e8f6ee !important;line-height:1.65 !important;margin-bottom:10px;padding:0.7rem 0.95rem !important;border-radius:8px;border-top:1px solid #c5e6d4;border-right:1px solid #c5e6d4;border-bottom:1px solid #c5e6d4;border-left:4px solid #4fa36f;}.page-node-type-service .service-cards-wrapper .card li,.service-cards-wrapper .card li{color:#0a2f1c !important;background:#ffffff !important;line-height:1.6 !important;margin-bottom:8px;padding:0.65rem 0.9rem !important;border-radius:8px;border-top:1px solid #c5e6d4;border-right:1px solid #c5e6d4;border-bottom:1px solid #c5e6d4;border-left:5px solid #4fa36f;}.page-node-type-service .service-cards-wrapper .card p strong,.page-node-type-service .service-cards-wrapper .card li strong,.service-cards-wrapper .card p strong,.service-cards-wrapper .card li strong{color:#0e6c3e !important;font-weight:800 !important;}.page-node-type-service .service-cards-wrapper .card a,.service-cards-wrapper .card a{color:#0b5c38 !important;text-decoration:underline;text-decoration-color:#8fd0b3;font-weight:700;}.page-node-type-service .service-cards-wrapper .card a:hover,.service-cards-wrapper .card a:hover{color:#138450 !important;text-decoration-color:#138450;}.page-node-type-service .service-cards-wrapper .card,.service-cards-wrapper .card{background:#ffffff !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.1) !important;}.page-node-type-service .service-cards-wrapper .summary-box,.service-cards-wrapper .summary-box{background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid #0e6c3e !important;}.page-node-type-service .service-cards-wrapper .summary-box h2,.service-cards-wrapper .summary-box h2{color:#fff !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;border:2px solid #000 !important;border-radius:8px;padding:0.45rem 0.95rem;display:inline-block;font-weight:800;}.page-node-type-service .service-cards-wrapper .process-step .num,.service-cards-wrapper .process-step .num{background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#fff !important;border:2px solid #000 !important;}#block-boatdetailingblock a[href*="/form/get-in-touch"],#block-rvdetailingblock a[href*="/form/get-in-touch"],#block-traditionaldetailingblock a[href*="/form/get-in-touch"],#block-boatdetailingblock a.button.side-btn,#block-rvdetailingblock a.button.side-btn,#block-traditionaldetailingblock a.button.side-btn,.block-block-content5c1849b2-9a82-4ad5-bb52-49cd7e7ab10c a[href*="/form/get-in-touch"],.block-block-content1721cebb-58d8-4205-b6b8-ffe3b042f439 a[href*="/form/get-in-touch"],.block-block-content211619c1-4bda-463d-a17e-08728b3803e1 a[href*="/form/get-in-touch"]{display:inline-block !important;box-sizing:border-box !important;background-color:#c8ebd4 !important;color:#fff !important;border:2px solid #000 !important;border-radius:7px !important;font-weight:600 !important;font-size:13px !important;text-decoration:none !important;padding:0.5rem 1rem !important;margin-bottom:-1rem !important;line-height:1.4 !important;cursor:pointer;}#block-boatdetailingblock .container-wrap:hover a[href*="/form/get-in-touch"],#block-rvdetailingblock .container-wrap:hover a[href*="/form/get-in-touch"],#block-traditionaldetailingblock .container-wrap:hover a[href*="/form/get-in-touch"],#block-boatdetailingblock .container-wrap:hover a.button.side-btn,#block-rvdetailingblock .container-wrap:hover a.button.side-btn,#block-traditionaldetailingblock .container-wrap:hover a.button.side-btn{box-shadow:3px 3px 3px rgba(0,0,0,0.6) !important;}.slide-carousel .slide-content-wrap,.hero.slide-carousel .slide-content-wrap,.slide-carousel .slide-carousel-hero .slide-content-wrap{overflow:hidden !important;}.hero.slide-carousel:not(.owl-loaded),.hero.slide-carousel:not(.owl-loaded) .slide-carousel-hero,.hero.slide-carousel:not(.owl-loaded) .slide-content-wrap,.hero.slide-carousel:not(.owl-loaded) .slide-additional-content{min-height:0 !important;}.hero.slide-carousel:not(.owl-loaded) .slide-content-wrap{min-height:0 !important;}@media screen and (max-width:768px){.header .header-top,.header .header-top.dark-header-top{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;border-top:2px solid #000 !important;border-bottom:2px solid #000 !important;}.header .header-top > .container{width:100% !important;max-width:100% !important;padding-left:12px !important;padding-right:12px !important;margin-left:0 !important;margin-right:0 !important;}.header .header-top > .container > .row{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}.header .header-top .col-md-6{width:100% !important;max-width:100% !important;flex:0 0 100% !important;padding-left:0 !important;padding-right:0 !important;}.header .region-header-top-first,.header .region-header-top-second,.header #block-clearance-sales,.header .header-top-first,.header .header-top-second{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}.header .header-main,.header .header-right,.header .header-main-wrap,.header .region-header,.header .region-header-right,.header #block-header-info2,.header #block-call-to-order,.header [id^="block-martis-headerinfo"],.header [id*="headerinfo"]{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important;overflow:visible !important;}.header .header-main-wrap,.header .header-main,.header .header-item.header-main{width:100% !important;max-width:100% !important;flex:0 0 100% !important;order:2 !important;padding:0.25rem 0 0 !important;margin:0.15rem 0 0 !important;text-align:left !important;}.header .header-right-wrap{display:flex !important;flex-wrap:wrap !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;order:3 !important;padding:0.15rem 0 0 !important;position:static !important;}.header .header-info .header-info-item--phone{display:none !important;}.header .header-info,.header .header-info-container{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:flex-start !important;justify-content:space-between !important;width:100% !important;gap:0.5rem 0.75rem !important;margin:0 !important;text-align:left !important;}.header .header-info-item{margin-left:0 !important;margin-right:0 !important;}.header .header-info-item--location,.header .header-info-location{flex:1 1 50% !important;max-width:50% !important;justify-content:flex-start !important;padding-right:0.65rem !important;border-right:1px solid rgba(255,255,255,0.28) !important;box-sizing:border-box !important;}.header .header-info-item--hours,.header .header-info-hours{flex:1 1 50% !important;max-width:50% !important;justify-content:flex-end !important;padding-left:0.65rem !important;box-sizing:border-box !important;}.header .header-info-item--location .header-info-desc,.header .header-info-location .header-info-desc{text-align:left !important;}.header .header-info-item--hours .header-info-desc,.header .header-info-hours .header-info-desc{text-align:right !important;}.header .header-info-desc span,.header .header-info-desc strong{display:block !important;}.header .header-info-hours-label{display:block !important;text-transform:uppercase !important;font-size:0.68rem !important;font-weight:700 !important;letter-spacing:0.04em !important;margin-bottom:0.15rem !important;}.header .header-info-hours-row{display:grid !important;grid-template-columns:5.75rem max-content !important;column-gap:0.35rem !important;align-items:baseline !important;justify-content:end !important;width:max-content !important;max-width:100% !important;margin-left:auto !important;line-height:1.35 !important;white-space:nowrap !important;}.header .header-info-hours-row .header-info-day,.header .header-info-hours-row .header-info-time{display:block !important;margin:0 !important;}.header .header-info-hours-row .header-info-day{text-align:right !important;}.header .header-info-hours-row .header-info-time{text-align:left !important;font-weight:600 !important;}.header .header-right,.header .header-right .block,.header .header-right .block-content,.header #block-call-to-order,.header #block-call-to-order .container-wrap,.header #block-call-to-order .block-content{width:100% !important;text-align:center !important;margin-left:0 !important;margin-right:0 !important;}.header #block-call-to-order .block-content,.header #block-call-to-order .field-item,.header .header-right .field-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;min-height:0 !important;padding-top:0.75rem !important;padding-bottom:0.15rem !important;}.header #block-call-to-order strong.text-sm,.header .header-right strong.text-sm{margin:0 !important;}.header .header-right p,.header #block-call-to-order p{margin:0 !important;line-height:1.2 !important;}.header .header-right h4{font-size:1.1rem !important;margin:0 !important;line-height:1.25 !important;}.header .header-right .text-sm,.header .header-right strong.text-sm{display:block !important;font-size:0.72rem !important;margin:0 0 2px !important;}.header .navbar.header-center{position:relative !important;}.header .navbar.header-center > .container{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-start !important;position:relative !important;padding:0.5rem 1rem !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}.header .navbar-brand,.header .header-side.navbar-brand,.header .region-branding,.header #block-martis-branding{display:flex !important;justify-content:flex-start !important;align-items:center !important;max-width:calc(100% - 5.75rem) !important;width:auto !important;flex:1 1 auto !important;margin:0 !important;margin-left:0 !important;margin-right:auto !important;padding:0 5.5rem 0 0 !important;order:1;text-align:left !important;min-height:56px;float:none !important;}.header .site-branding .container-wrap,.header .block-system-branding-block .container-wrap,.header .site-branding{justify-content:flex-start !important;align-items:center !important;width:100%;margin:0 !important;text-align:left !important;}.header .brand.logo{max-width:56px !important;width:56px !important;flex:0 0 auto !important;margin:0 !important;}.header .brand.site-name{align-items:flex-start !important;text-align:left !important;overflow:visible !important;width:auto !important;max-width:none !important;}.header .brand.site-name .site-branding-name a{font-size:1.05rem !important;font-weight:700 !important;white-space:nowrap !important;}.header .brand.site-name .site-branding-slogan{font-size:0.72rem !important;font-weight:400 !important;line-height:1.25 !important;margin-top:0.1rem !important;margin-bottom:0 !important;opacity:0.9 !important;color:#ffffff !important;white-space:nowrap !important;text-wrap:nowrap !important;width:max-content !important;max-width:none !important;text-shadow:-1px -1px 0 #000,0 0 0 #000,0 0 0 #000,0 0 0 #000 !important;}.header .header-element{position:absolute !important;top:0.5rem !important;right:1rem !important;left:auto !important;height:56px !important;min-height:56px !important;display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-end !important;gap:0.4rem !important;z-index:30 !important;margin:0 !important;padding:0 !important;pointer-events:auto !important;transform:none !important;}.header .header-element .header-element-item,.header .header-element .header-cart,.header .header-element .navbar-toggler.nav-button{pointer-events:auto !important;position:relative !important;z-index:31 !important;flex:0 0 auto !important;}.header .header-element .navbar-toggler.nav-button{cursor:pointer !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:40px !important;height:40px !important;min-width:40px !important;min-height:40px !important;margin:0 !important;padding:0 !important;line-height:1 !important;background:#0a4f2f !important;background-color:#0a4f2f !important;border:2px solid #000 !important;border-radius:4px !important;transform:none !important;top:auto !important;-webkit-tap-highlight-color:rgba(0,0,0,0.15);}.header .header-element .navbar-toggler.nav-button:hover,.header .header-element .navbar-toggler.nav-button:focus,.header .header-element .navbar-toggler.nav-button[aria-expanded="true"]{background:#083d24 !important;background-color:#083d24 !important;transform:none !important;}.header .header-element .navbar-toggler.nav-button i,.header .header-element .navbar-toggler.nav-button .ti-menu,.header .header-element .navbar-toggler.nav-button [class*="ti-"]{pointer-events:none !important;font-size:1.25rem !important;line-height:1 !important;color:#ffffff !important;}.header #main-menu.collapse.show,.header #main-menu.show,#main-menu.collapse.show,#main-menu.show{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;overflow:visible !important;width:100% !important;position:relative !important;z-index:20 !important;background:#0a4f2f !important;background-color:#0a4f2f !important;color:#ffffff !important;padding:0.5rem 0.75rem 0.75rem !important;}.header #main-menu.collapse:not(.show),#main-menu.collapse:not(.show){display:none !important;}.header .header-menu,.header .navbar.nav-menu,.header .primary-menu{overflow:visible !important;max-height:none !important;background:transparent !important;}.header .primary-menu .main-menu,.header .mega-menu > ul,.header #main-menu .mega-menu > ul,.header #main-menu ul.menu,.header #main-menu ul.nav.menu.menu-parent,#block-martis-main-menu ul.nav.menu.menu-parent{display:block !important;width:100% !important;background:transparent !important;margin:0 !important;padding:0 !important;}.header #main-menu .menu-item,.header #main-menu li.menu-item,#block-martis-main-menu .menu-item{background:transparent !important;background-color:transparent !important;border-bottom:0 !important;list-style:none !important;margin:0 0 0.4rem !important;padding:0 !important;width:100% !important;}#wrapper .header #main-menu.show a,#wrapper .header #main-menu.show .menu-item a,#wrapper .header #main-menu.show .mega-menu > ul > li > a,#wrapper .header #main-menu.show .main-menu .nav > li > a,.header #main-menu.show a,.header #main-menu.show .menu-item a,.header #main-menu.show .mega-menu > ul > li > a,.header #main-menu.show .main-menu .nav > li > a,#block-martis-main-menu .menu-item a{color:#ffffff !important;background:#4fa36f !important;background-color:#4fa36f !important;border-radius:10px !important;border:2px solid #000 !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;padding:0.65rem 1rem !important;margin:0 !important;opacity:1 !important;visibility:visible !important;text-shadow:none !important;text-decoration:none !important;font-weight:600 !important;box-sizing:border-box !important;}.header #main-menu.show .menu-item--active-trail > a,.header #main-menu.show li.menu-item--active-trail > a,.header #main-menu.show a.is-active,#block-martis-main-menu .menu-item--active-trail > a,#block-martis-main-menu a.is-active{background:#8fd0b3 !important;background-color:#8fd0b3 !important;color:white !important;-webkit-text-fill-color:white !important;}.header #main-menu.show a:hover,.header #main-menu.show a:focus{background:#6ecf9a !important;background-color:#6ecf9a !important;color:#ffffff !important;}.slide-block .hero.slide-carousel,.slide-carousel.owl-carousel,.hero.slide-carousel{overflow:hidden !important;width:100% !important;max-width:100% !important;display:block !important;touch-action:pan-y pinch-zoom;}.slide-carousel.owl-carousel .owl-stage-outer{overflow:hidden !important;width:100% !important;}.slide-carousel.owl-carousel .owl-stage{touch-action:pan-y;}.slide-carousel.owl-carousel .owl-item{float:left;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.slide-carousel .node--type-slide{width:100% !important;max-width:100% !important;overflow:hidden !important;}.slide-carousel .slide-carousel-hero{position:relative !important;width:100% !important;min-height:260px !important;height:0 !important;padding-bottom:68% !important;max-height:none !important;overflow:hidden !important;margin:0 !important;}#wrapper .slide-carousel .slide-carousel-hero,.slide-carousel .slide-carousel-hero{max-height:none !important;}.slide-carousel .slide-carousel-hero .slide-image{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;min-height:0 !important;margin:0 !important;overflow:hidden !important;}.slide-carousel .slide-carousel-hero .slide-image img,.slide-carousel .slide-carousel-hero .slide-image picture,.slide-carousel .slide-carousel-hero .slide-image picture img{position:absolute !important;inset:0 !important;min-height:0 !important;max-height:none !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;display:block !important;margin:0 !important;}.slide-carousel .slide-carousel-hero .slide-content-wrap,.hero.slide-carousel .slide-content-wrap,.slide-carousel .slide-content-wrap,.hero.slide-carousel:not(.owl-loaded) .slide-content-wrap{position:absolute !important;inset:0 !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-height:0 !important;margin:0 !important;padding:0.55rem 0.75rem !important;box-sizing:border-box !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;transform:none !important;-webkit-transform:none !important;z-index:2 !important;pointer-events:none;overflow:hidden !important;}.slide-carousel .slide-carousel-hero .container.slide-wrap,.slide-carousel .container.slide-wrap{max-width:100% !important;width:100% !important;height:100% !important;max-height:100% !important;min-height:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 auto !important;text-align:center !important;overflow:hidden !important;transform:none !important;}.slide-carousel .slide-carousel-hero .slide-content,.slide-carousel .slide-content{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;max-width:100% !important;height:100% !important;max-height:100% !important;min-height:0 !important;overflow-x:hidden !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;text-align:center !important;transform:none !important;margin:0 !important;padding:0 !important;pointer-events:auto !important;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.55) rgba(0,0,0,0.25);}.slide-carousel .slide-content::-webkit-scrollbar{width:4px;}.slide-carousel .slide-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.55);border-radius:4px;}.slide-carousel .slide-carousel-hero .slide-content-main,.slide-carousel .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left,.slide-carousel .slide-content-main.text-left{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;max-width:100% !important;width:100% !important;height:auto !important;max-height:none !important;min-height:0 !important;flex:0 0 auto !important;text-align:center !important;float:none !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:0.35rem;box-sizing:border-box !important;transform:none !important;overflow:visible !important;pointer-events:auto !important;padding:0.25rem 0.35rem !important;}.slide-carousel .pre-heading-text,.slide-carousel .heading-text,.slide-carousel .slide-content-body,.slide-carousel .pre-heading-text .field-items,.slide-carousel .pre-heading-text .field-item,.slide-carousel .heading-text .field-item,.slide-carousel .heading-text .heading-text-content,.slide-carousel .slide-content-body .field-item{text-align:center !important;width:100%;max-width:100%;opacity:1 !important;visibility:visible !important;flex-shrink:0;}.slide-carousel .pre-heading-text{font-size:0.72rem !important;line-height:1.25 !important;margin:0 0 0.15rem !important;}.slide-carousel .heading-text,.slide-carousel .heading-text .heading-text-content{font-size:1.05rem !important;line-height:1.2 !important;margin:0 !important;}.slide-carousel .slide-content-body,.slide-carousel .owl-item .slide-content-body,.hero.slide-carousel .slide-content-body{font-size:0.78rem !important;line-height:1.35 !important;margin:0.15rem 0 !important;max-height:none !important;overflow:visible !important;flex-shrink:0;}.slide-carousel .slide-content-body p{margin:0 0 0.35rem !important;max-height:none !important;overflow:visible !important;}.slide-carousel .nav.menu.alt-button.mt-4.slide-button,.slide-carousel .slide-button{margin-top:0.35rem !important;margin-bottom:0 !important;display:flex !important;justify-content:center !important;align-items:center !important;width:auto !important;max-width:100% !important;flex-shrink:0;pointer-events:auto !important;overflow:visible !important;}.slide-carousel .button.slide-button-link,.slide-carousel a.button.slide-button-link{font-size:0.72rem !important;line-height:1.2 !important;padding:0.4rem 0.75rem !important;margin:0 auto !important;white-space:normal !important;max-width:min(90%,15rem) !important;width:auto !important;box-sizing:border-box !important;text-align:center !important;display:inline-block !important;pointer-events:auto !important;}.slide-carousel .owl-nav,.slide-carousel .owl-nav button,.slide-carousel .owl-prev,.slide-carousel .owl-next{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;}.slide-carousel .slide-carousel-hero + .slide-additional-content,.slide-carousel .owl-item .slide-additional-content,.hero.slide-carousel .slide-additional-content,.slide-block .hero.slide-carousel .slide-additional-content{margin-top:1rem !important;margin-bottom:1rem !important;padding-top:0 !important;position:relative !important;z-index:1 !important;}.slide-carousel .slide-additional-content.container,.slide-carousel .owl-item .slide-additional-content.container{margin-top:1rem !important;margin-bottom:1rem !important;padding-left:1rem !important;padding-right:1rem !important;}}@media screen and (max-width:480px){.slide-carousel .slide-carousel-hero{min-height:240px !important;padding-bottom:72% !important;}.slide-carousel .heading-text,.slide-carousel .heading-text .heading-text-content{font-size:0.95rem !important;}.slide-carousel .pre-heading-text{font-size:0.68rem !important;}.slide-carousel .slide-content-body,.slide-carousel .owl-item .slide-content-body{font-size:0.72rem !important;max-height:none !important;overflow:visible !important;}.slide-carousel .button.slide-button-link,.slide-carousel a.button.slide-button-link{font-size:0.68rem !important;padding:0.35rem 0.65rem !important;max-width:min(92%,13.5rem) !important;}.header .brand.logo{max-width:50px !important;width:50px !important;}.header .navbar-brand,.header .header-side.navbar-brand,.header .header-element{min-height:50px !important;height:auto;}.header .header-element{height:50px !important;}}.slide-additional-nav{display:none;}.slide-carousel .slide-additional-content{position:relative !important;}.slide-carousel .slide-additional-nav,.hero.slide-carousel .slide-additional-nav,.slide-carousel.owl-carousel .owl-item .slide-additional-nav{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:space-between !important;gap:0.75rem !important;width:100% !important;max-width:100% !important;margin:0 0 1rem !important;padding:0 !important;box-sizing:border-box !important;position:relative !important;z-index:4 !important;pointer-events:auto !important;}.slide-carousel .slide-additional-nav__btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:0.35rem !important;min-height:2.5rem !important;min-width:2.5rem !important;padding:0.4rem 0.85rem !important;margin:0 !important;border:2px solid #000 !important;border-radius:999px !important;background:#0a4f2f !important;color:#fff !important;font-size:0.85rem !important;font-weight:700 !important;line-height:1 !important;cursor:pointer !important;pointer-events:auto !important;box-shadow:0 2px 8px rgba(0,0,0,0.18) !important;-webkit-tap-highlight-color:rgba(0,0,0,0.12);transition:background-color 0.15s ease,transform 0.15s ease,box-shadow 0.15s ease;}.slide-carousel .slide-additional-nav__btn:hover,.slide-carousel .slide-additional-nav__btn:focus{background:#063820 !important;color:#fff !important;outline:none !important;box-shadow:0 3px 12px rgba(10,79,47,0.35) !important;}.slide-carousel .slide-additional-nav__btn:active{transform:scale(0.97);}.slide-carousel .slide-additional-nav__icon{font-size:1.5rem !important;line-height:1 !important;font-weight:700 !important;display:inline-block !important;}.slide-carousel .slide-additional-nav__label{font-size:0.8rem !important;letter-spacing:0.02em !important;text-transform:none !important;}@media (max-width:576px){.slide-carousel .slide-additional-nav{margin-bottom:0.75rem !important;}.slide-carousel .slide-additional-nav__btn{min-width:2.75rem !important;min-height:2.75rem !important;padding:0.35rem 0.65rem !important;gap:0.2rem !important;}.slide-carousel .slide-additional-nav__label{font-size:0.72rem !important;}.slide-carousel .slide-additional-nav__icon{font-size:1.35rem !important;}}.page-node-type-slide .slide-page .slide-additional-nav,.node--type-slide.slide-page .slide-additional-nav{display:none !important;}
#block-martis-branding.site-branding,.site-branding#block-martis-branding,.header-side.navbar-brand .site-branding,.navbar-brand .site-branding{display:block !important;visibility:visible !important;opacity:1 !important;width:auto !important;max-width:100% !important;}#block-martis-branding .container-wrap,.site-branding .container-wrap{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:0.55rem 0.75rem !important;width:auto !important;max-width:100% !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}#block-martis-branding .brand.logo,.site-branding .brand.logo,.brand.logo{display:block !important;position:relative !important;float:none !important;flex:0 0 auto !important;max-width:72px !important;width:auto !important;margin:0 !important;margin-left:0 !important;margin-top:0 !important;line-height:1 !important;}#block-martis-branding .brand.logo a,.site-branding .brand.logo a,.site-branding-logo{display:block !important;line-height:0 !important;}#block-martis-branding .brand.logo img,.site-branding .brand.logo img,.site-branding-logo img{display:block !important;width:100% !important;max-width:72px !important;height:auto !important;scale:1 !important;transform:none !important;}#block-martis-branding .brand.site-name,.site-branding .brand.site-name,.brand.site-name{display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:flex-start !important;position:relative !important;float:none !important;flex:1 1 auto !important;min-width:0 !important;max-width:100% !important;margin:0 !important;margin-left:0 !important;margin-top:0 !important;padding:0 !important;font-size:1.05rem !important;line-height:1.2 !important;}.site-branding-name,.site-branding-name a,.brand.site-name a{display:block !important;visibility:visible !important;opacity:1 !important;color:#ffffff !important;font-weight:700 !important;font-size:1.15rem !important;line-height:1.15 !important;text-decoration:none !important;white-space:nowrap !important;}.site-branding-slogan,.brand.site-name .site-branding-slogan,.header .brand.site-name .site-branding-slogan{display:block !important;visibility:visible !important;opacity:0.9 !important;color:#ffffff !important;font-size:0.8rem !important;font-weight:400 !important;line-height:1.25 !important;margin:0.15rem 0 0 !important;margin-bottom:0 !important;max-width:none !important;width:auto !important;white-space:nowrap !important;text-wrap:nowrap !important;text-shadow:-1px -1px 0 #000,0 0 0 #000,0 0 0 #000,0 0 0 #000 !important;}@media (min-width:768px){.navbar.header-center > .container{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;}.header-side.navbar-brand{display:flex !important;align-items:center !important;flex:0 1 auto !important;max-width:42% !important;min-width:0 !important;}.header-main-wrap{display:flex !important;align-items:center !important;justify-content:center !important;flex:1 1 auto !important;min-width:0 !important;}.header-right-wrap{display:flex !important;align-items:center !important;justify-content:flex-end !important;flex:0 0 auto !important;}.header-info,.header-info .header-info-container{display:flex !important;visibility:visible !important;opacity:1 !important;align-items:center !important;justify-content:center !important;flex-wrap:wrap !important;}}@media (max-width:767.98px){.navbar.header-center > .container{display:flex !important;flex-wrap:wrap !important;justify-content:flex-start !important;align-items:center !important;position:relative !important;padding:0.5rem 1rem !important;box-sizing:border-box !important;}.header-side.navbar-brand{width:auto !important;max-width:calc(100% - 5.75rem) !important;flex:1 1 auto !important;order:1 !important;display:flex !important;justify-content:flex-start !important;text-align:left !important;margin:0 !important;padding:0 5.5rem 0 0 !important;min-height:56px;}#block-martis-branding .container-wrap,.site-branding .container-wrap{justify-content:flex-start !important;width:100% !important;text-align:left !important;}#block-martis-branding .brand.site-name,.site-branding .brand.site-name,.brand.site-name{align-items:flex-start !important;text-align:left !important;}#block-martis-branding .brand.logo,.site-branding .brand.logo,.brand.logo{max-width:58px !important;margin:0 !important;}#block-martis-branding .brand.logo img,.site-branding-logo img{max-width:58px !important;}.site-branding-name a{font-size:1.05rem !important;}.site-branding-slogan,.brand.site-name .site-branding-slogan,.header .brand.site-name .site-branding-slogan{font-size:0.72rem !important;font-weight:400 !important;line-height:1.25 !important;margin-top:0.1rem !important;margin-bottom:0 !important;opacity:0.9 !important;white-space:nowrap !important;text-wrap:nowrap !important;max-width:none !important;width:max-content !important;}#block-martis-branding .brand.site-name,.header .brand.site-name,.site-branding .brand.site-name{flex:1 1 auto !important;min-width:0 !important;width:auto !important;max-width:none !important;overflow:visible !important;}.header-item.header-main,.header-main,.header-main-wrap{display:block !important;visibility:visible !important;opacity:1 !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;order:2 !important;justify-content:flex-start !important;text-align:left !important;margin:0.15rem 0 0 !important;padding:0.25rem 0 !important;}.header-info{display:block !important;visibility:visible !important;opacity:1 !important;width:100% !important;max-width:100% !important;}.header-info .header-info-container{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;visibility:visible !important;opacity:1 !important;width:100% !important;max-width:100% !important;justify-content:space-between !important;align-items:flex-start !important;gap:0.5rem 0.75rem !important;}.header-info .header-info-item--phone{display:none !important;}.header-info .header-info-item--location{flex:1 1 auto !important;max-width:58% !important;justify-content:flex-start !important;}.header-info .header-info-item--hours{flex:0 1 auto !important;max-width:42% !important;justify-content:flex-end !important;}.header-info .header-info-item--location .header-info-desc{text-align:left !important;}.header-info .header-info-item--hours .header-info-desc{text-align:right !important;}.header-info .header-info-desc span,.header-info .header-info-desc strong{display:block !important;}.header-right-wrap{display:flex !important;flex-direction:column !important;visibility:visible !important;opacity:1 !important;order:3 !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;justify-content:center !important;align-items:center !important;text-align:center !important;margin:0.15rem 0 0 !important;padding:0 !important;position:static !important;}.header-item.header-right,.header-right{display:block !important;visibility:visible !important;opacity:1 !important;width:100% !important;justify-content:center !important;text-align:center !important;}.header-element{position:absolute !important;top:0.5rem !important;right:1rem !important;z-index:30 !important;}}.slide-carousel .slide-carousel-hero{position:relative !important;overflow:hidden !important;}.slide-carousel .slide-content-wrap,.slide-carousel .slide-carousel-hero .slide-content-wrap{position:absolute !important;inset:0 !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important;overflow:hidden !important;z-index:3 !important;transform:none !important;text-align:center !important;}.slide-carousel .container.slide-wrap,.slide-carousel .slide-content,.slide-carousel .slide-content-main,.slide-carousel .slide-carousel-hero .container.slide-wrap,.slide-carousel .slide-carousel-hero .slide-content,.slide-carousel .slide-carousel-hero .slide-content-main{max-width:100% !important;width:100% !important;box-sizing:border-box !important;}.slide-carousel .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;float:none !important;}.slide-carousel .slide-content-wrap .field-items,.slide-carousel .slide-content-wrap .field-item,.slide-carousel .heading-text,.slide-carousel .heading-text .field-item,.slide-carousel .pre-heading-text,.slide-carousel .pre-heading-text .field-item,.slide-carousel .slide-content-body,.slide-carousel .slide-content-body .field-item{text-align:center !important;}.slide-carousel .nav.menu.alt-button.mt-4.slide-button,.slide-carousel .slide-button{display:flex !important;justify-content:center !important;flex-wrap:wrap !important;margin-top:0.65rem !important;overflow:visible !important;position:relative !important;z-index:4 !important;}.slide-carousel a.button.slide-button-link{display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;white-space:normal !important;word-break:break-word !important;text-align:center !important;}.slide-carousel.owl-carousel .owl-nav button.owl-prev,.slide-carousel.owl-carousel .owl-nav button.owl-next,.slide-block .owl-next,.slide-block .owl-prev{margin-top:0 !important;top:50% !important;transform:translateY(-50%) !important;}@media (max-width:1000px){.slide-carousel.owl-carousel .owl-nav button.owl-prev,.slide-carousel.owl-carousel .owl-nav button.owl-next,.owl-next,.owl-prev{margin-top:0 !important;}}@media (max-width:767.98px){.slide-carousel .slide-carousel-hero{min-height:260px !important;max-height:none !important;height:0 !important;padding-bottom:68% !important;overflow:hidden !important;}.slide-carousel .slide-carousel-hero .slide-image img,.slide-carousel .slide-carousel-hero .slide-image picture img{min-height:0 !important;max-height:none !important;object-fit:cover !important;}.slide-carousel .slide-content-wrap,.slide-carousel .slide-carousel-hero .slide-content-wrap{padding:0.55rem 0.75rem !important;overflow:hidden !important;align-items:center !important;justify-content:center !important;transform:none !important;}.slide-carousel .container.slide-wrap,.slide-carousel .slide-carousel-hero .container.slide-wrap{top:0 !important;padding:0 !important;max-width:100% !important;height:100% !important;min-height:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;}.slide-carousel .slide-content,.slide-carousel .slide-carousel-hero .slide-content{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;text-align:center !important;overflow-x:hidden !important;overflow-y:auto !important;height:100% !important;max-height:100% !important;min-height:0 !important;}.slide-carousel .slide-content-main,.slide-carousel .slide-carousel-hero .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;max-height:none !important;height:auto !important;min-height:0 !important;flex:0 0 auto !important;overflow:visible !important;pointer-events:auto !important;justify-content:center !important;align-items:center !important;text-align:center !important;display:flex !important;flex-direction:column !important;}.slide-carousel .pre-heading-text{font-size:0.78rem !important;margin-bottom:0.2rem !important;text-align:center !important;}.slide-carousel .heading-text,.slide-carousel .heading-text .field-item,.slide-carousel .slide-h1{font-size:clamp(1rem,4.6vw,1.45rem) !important;line-height:1.15 !important;margin:0 0 0.25rem !important;text-align:center !important;}.slide-carousel .slide-content-body,.hero .slide-content-body,.slide-content .slide-button{font-size:0.78rem !important;line-height:1.35 !important;margin-top:0.2rem !important;text-align:center !important;}.slide-carousel .slide-content-body,.slide-carousel .owl-item .slide-content-body,.hero.slide-carousel .slide-content-body{max-height:none !important;overflow:visible !important;}.slide-carousel .pre-heading-text .field-items,.slide-carousel .pre-heading-text .field-item,.slide-carousel .heading-text .field-item,.slide-carousel .slide-content-body .field-item{text-align:center !important;}.slide-carousel .nav.menu.alt-button.mt-4.slide-button,.slide-carousel .slide-button{margin-top:0.4rem !important;max-width:100% !important;}.slide-carousel a.button.slide-button-link{font-size:0.78rem !important;padding:0.42rem 0.85rem !important;line-height:1.2 !important;max-width:min(100%,18rem) !important;}.slide-carousel .slide-additional-content{position:static !important;width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}}@media (max-width:480px){.slide-carousel .slide-carousel-hero{min-height:240px !important;max-height:none !important;}.slide-carousel .slide-content-body,.slide-carousel .owl-item .slide-content-body{max-height:none !important;overflow:visible !important;}.slide-carousel a.button.slide-button-link{font-size:0.74rem !important;padding:0.38rem 0.7rem !important;}}#js-modal-page-show-modal.modal,#js-modal-page-show-modal{display:none !important;opacity:0 !important;pointer-events:none !important;}#js-modal-page-show-modal.modal.show,#js-modal-page-show-modal.show{display:block !important;opacity:1 !important;pointer-events:auto !important;z-index:1050 !important;}#js-modal-page-show-modal.modal.fade:not(.show),#js-modal-page-show-modal.fade:not(.show){display:none !important;opacity:0 !important;pointer-events:none !important;}#js-modal-page-show-modal.show .modal-page-dialog,#js-modal-page-show-modal.show .modal-page-content{pointer-events:auto !important;}#js-modal-page-show-modal .modal-header-right .close,#js-modal-page-show-modal .js-modal-page-left-button,#js-modal-page-show-modal .js-modal-page-ok-button,#js-modal-page-show-modal [data-dismiss="modal"]{pointer-events:auto !important;cursor:pointer !important;position:relative !important;z-index:2 !important;}#js-modal-page-show-modal .modal-header-right .close{min-width:2.5rem !important;min-height:2.5rem !important;line-height:1 !important;opacity:1 !important;color:#fff !important;}body:not(.modal-open) .modal-backdrop{display:none !important;}.slide-carousel .slide-additional-nav{display:flex !important;justify-content:space-between !important;align-items:center !important;width:100% !important;margin:0 0 1rem !important;z-index:5 !important;pointer-events:auto !important;}.slide-carousel .slide-additional-nav__btn{pointer-events:auto !important;cursor:pointer !important;display:inline-flex !important;}@media (max-width:767.98px){.header .header-element .navbar-toggler.nav-button,button.navbar-toggler.nav-button,.navbar-toggler.nav-button.collapsed,.navbar-toggler.nav-button[aria-expanded="true"],.navbar-toggler.nav-button[aria-expanded="false"]{background:#0a4f2f !important;background-color:#0a4f2f !important;border:2px solid #000 !important;color:#ffffff !important;transform:none !important;-webkit-transform:none !important;top:auto !important;margin-top:0 !important;}.navbar-toggler.nav-button i,.navbar-toggler.nav-button .ti-menu,.navbar-toggler.nav-button [class*="ti-"],.header .header-element .navbar-toggler.nav-button i{color:#ffffff !important;}#main-menu.collapse.show,#main-menu.show,.header #main-menu.collapse.show,.header #main-menu.show,#main-menu.navbar-collapse.collapse.show{display:block !important;background:#0a4f2f !important;background-color:#0a4f2f !important;color:#ffffff !important;padding:0.5rem 0.75rem 0.75rem !important;}#main-menu.show .primary-menu,#main-menu.show .mega-menu,#main-menu.show .mega-menu > ul,#main-menu.show ul.menu.menu-parent,#main-menu.show .nav.menu.menu-parent,#block-martis-main-menu ul.nav.menu.menu-parent{background:transparent !important;background-color:transparent !important;width:100% !important;margin:0 !important;padding:0 !important;}#main-menu.show .menu-item,#main-menu.collapse.show .menu-item,#main-menu.show li.menu-item,#main-menu .menu-item,#block-martis-main-menu .menu-item{background:transparent !important;background-color:transparent !important;border-bottom:0 !important;list-style:none !important;margin:0 0 0.4rem !important;padding:0 !important;width:100% !important;}#wrapper #main-menu.show a,#wrapper .header #main-menu.show .mega-menu > ul > li > a,#wrapper .header #main-menu.show .main-menu .nav > li > a,#wrapper .header #main-menu.show a,#main-menu.show .mega-menu > ul > li > a,#main-menu.show .main-menu .nav > li > a,#main-menu.show a,#main-menu.show .menu-item a,#block-martis-main-menu .menu-item a{color:#ffffff !important;background-color:#4fa36f !important;background:#4fa36f !important;border-radius:10px !important;border:2px solid #000 !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;padding:0.65rem 1rem !important;margin:0 !important;box-sizing:border-box !important;opacity:1 !important;visibility:visible !important;text-decoration:none !important;font-weight:600 !important;}#main-menu.show .menu-item--active-trail > a,#main-menu.show li.menu-item--active-trail > a,#main-menu.show .menu-item--active-trail a.is-active,#main-menu.show a.is-active,#block-martis-main-menu .menu-item--active-trail > a,#block-martis-main-menu a.is-active{background-color:#8fd0b3 !important;background:#8fd0b3 !important;color:white !important;-webkit-text-fill-color:white !important;border-color:#000 !important;}#main-menu.show a:hover,#main-menu.show a:focus,#block-martis-main-menu .menu-item a:hover,#block-martis-main-menu .menu-item a:focus{background-color:#6ecf9a !important;background:#6ecf9a !important;color:#ffffff !important;text-decoration:none !important;}.slide-carousel .slide-content-wrap,.slide-carousel .slide-carousel-hero .slide-content-wrap,.slide-carousel .container.slide-wrap,.slide-carousel .slide-carousel-hero .container.slide-wrap{display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;}.slide-carousel .slide-content,.slide-carousel .slide-carousel-hero .slide-content{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;text-align:center !important;overflow-x:hidden !important;overflow-y:auto !important;}.slide-carousel .slide-content-main,.slide-carousel .slide-carousel-hero .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left,.slide-carousel .slide-content-main.text-left{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;height:auto !important;max-height:none !important;flex:0 0 auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;overflow:visible !important;}.slide-carousel .slide-content-wrap .field-items,.slide-carousel .slide-content-wrap .field-item,.slide-carousel .heading-text .field-item,.slide-carousel .pre-heading-text .field-item{text-align:center !important;}}#wrapper .header .header-top .header-top-second,#wrapper .header .header-top .region-header-top-second{display:block !important;text-align:right !important;}#wrapper .header .header-top nav#block-martis-useraccountmenu{display:inline-block !important;float:none !important;margin:8px 15px 0 0 !important;max-width:100% !important;text-align:center !important;width:auto !important;}#wrapper .header .header-top nav#block-martis-useraccountmenu > .account-menu-wrap{align-items:center !important;display:flex !important;float:none !important;justify-content:flex-end !important;margin:0 !important;max-width:100% !important;width:auto !important;}#wrapper .header .header-top nav#block-martis-useraccountmenu .account-menu{margin:0 !important;}@media (max-width:767.98px){.header-top.dark-header-top,.path-frontpage .header-top.dark-header-top,.page-node-243 .header-top.dark-header-top{text-align:center !important;padding:0.45rem 0.75rem 0.55rem !important;}.header-top.dark-header-top .container > .row,.header-top.dark-header-top .col-md-6{display:block !important;width:100% !important;max-width:100% !important;flex:none !important;margin:0 !important;padding-left:0 !important;padding-right:0 !important;}.header-top.dark-header-top .header-top-first{margin:0 0 0.2rem !important;padding:0 !important;text-align:center !important;}.header-top.dark-header-top .header-top-second{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;margin:0 !important;padding:0 !important;text-align:center !important;min-height:0 !important;}#wrapper .header .header-top .header-top-second{display:flex !important;text-align:center !important;}.header-top.dark-header-top .region.region-header-top-first,.header-top.dark-header-top .region.region-header-top-second{display:block !important;width:100% !important;text-align:center !important;margin:0 !important;padding:0 !important;}#wrapper .header .header-top .region-header-top-second{display:block !important;text-align:center !important;}.header-top #block-clearance-sales,.header-top div#block-clearance-sales,.header-top #block-clearance-sales .container-wrap,.header-top #block-clearance-sales .block-content,.header-top #block-clearance-sales .field-item,.header-top #block-clearance-sales p,.header-top.dark-header-top #block-clearance-sales,.header-top.dark-header-top #block-clearance-sales p,.header-top.dark-header-top #block-clearance-sales .field-item{display:block !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;margin-top:1rem !important;margin-bottom:0.35rem !important;padding-left:0 !important;padding-right:0 !important;text-align:center !important;float:none !important;box-sizing:border-box !important;position:static !important;left:auto !important;right:auto !important;transform:none !important;}.header-top .header-top-first,.header-top .region-header-top-first,.header-top #block-clearance-sales{margin-left:auto !important;margin-right:auto !important;text-align:center !important;}#wrapper .header .header-top nav#block-martis-useraccountmenu,.header-top nav#block-martis-useraccountmenu,.path-frontpage .header-top nav#block-martis-useraccountmenu,.page-node-243 .header-top nav#block-martis-useraccountmenu,body.path-frontpage nav#block-martis-useraccountmenu,body .header-top nav#block-martis-useraccountmenu{margin-top:0.2rem !important;margin-bottom:-0.5rem !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;width:100% !important;max-width:100% !important;display:flex !important;justify-content:center !important;text-align:center !important;}#wrapper .header .header-top nav#block-martis-useraccountmenu > .account-menu-wrap{justify-content:center !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;width:100% !important;}#wrapper .header .header-top nav#block-martis-useraccountmenu .account-menu{margin-left:auto !important;margin-right:auto !important;}.header-top.dark-header-top .header-top-second{padding-top:0 !important;}.header-top a.dropdown-toggle.header-icon.account-icon,.header-top a.header-icon.account-icon,.path-frontpage .header-top a.dropdown-toggle.header-icon.account-icon,.page-node-243 .header-top a.dropdown-toggle.header-icon.account-icon{display:inline-block !important;margin:0.15rem auto 0 !important;vertical-align:middle !important;position:relative !important;top:0 !important;}.header-top #block-martis-gtranslate:empty,.header-top #block-martis-gtranslate .gtranslate_wrapper:empty{display:none !important;height:0 !important;margin:0 !important;}.header .header-element{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:0.45rem !important;height:44px !important;min-height:44px !important;}.header .header-element .header-cart,.header .header-element .header-element-item.header-cart,.header .header-element .navbar-toggler.nav-button{display:inline-flex !important;align-items:center !important;justify-content:center !important;height:40px !important;min-height:40px !important;max-height:40px !important;margin:0 !important;vertical-align:middle !important;align-self:center !important;}.header .header-cart .cart-block--summary,.header .header-cart .cart-block--summary a,.header .header-element-item.header-cart .cart-block--summary a{display:inline-flex !important;align-items:center !important;justify-content:center !important;height:40px !important;min-height:40px !important;min-width:40px !important;padding:0 10px !important;margin:0 !important;box-sizing:border-box !important;line-height:1 !important;border:none !important;}.header .header-cart .cart-block--summary i,.header .header-cart .cart-block--summary i.ti-shopping-cart{display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;line-height:1 !important;font-size:1.15rem !important;}.header .header-element .navbar-toggler.nav-button{width:40px !important;min-width:40px !important;padding:0 !important;line-height:1 !important;}.header .header-element .navbar-toggler.nav-button i,.header .header-element .navbar-toggler.nav-button .ti-menu,.header .header-element .navbar-toggler.nav-button [class*="ti-"]{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;line-height:1 !important;font-size:1.2rem !important;position:relative !important;top:0 !important;left:0 !important;}.header .header-element .navbar-toggler.nav-button i::before,.header .header-element .navbar-toggler.nav-button .ti-menu::before{display:block !important;margin:0 auto !important;line-height:1 !important;position:static !important;}}@media (max-width:767.98px){.header .header-element > .header-cart,.header .header-element > .header-element-item,.header .header-element > .navbar-toggler.nav-button{align-self:center !important;margin-top:0 !important;margin-bottom:0 !important;position:relative !important;top:0 !important;}.header .header-cart .container-wrap,.header .header-cart .block-content,.header .header-cart .cart--cart-block,.header .header-cart .cart-block--summary{display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important;height:45px !important;min-height:45px !important;line-height:1 !important;}.header .header-cart .cart-block--summary a{height:40px !important;min-height:40px !important;}}button.navbar-toggler.nav-button::before,button.navbar-toggler.nav-button::after,.navbar-toggler.nav-button::before,.navbar-toggler.nav-button::after,.header .header-element .navbar-toggler.nav-button::before,.header .header-element .navbar-toggler.nav-button::after{content:none !important;display:none !important;width:0 !important;height:0 !important;background:none !important;border:0 !important;}@media (max-width:767.98px){.header .header-element .navbar-toggler.nav-button i.ti-menu,.header .header-element .navbar-toggler.nav-button .ti-menu,button.navbar-toggler.nav-button i.ti-menu{font-size:1.05rem !important;line-height:1 !important;}.header .header-element .navbar-toggler.nav-button i.ti-menu::before,button.navbar-toggler.nav-button i.ti-menu::before{content:"\e68e" !important;display:block !important;font-size:inherit !important;}}.header-top a.account-icon,.header-top a.dropdown-toggle.header-icon.account-icon,.header-top.dark-header-top a.account-icon,.path-frontpage .header-top a.account-icon,body .header-top a.dropdown-toggle.header-icon.account-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:0.3rem !important;position:relative !important;overflow:hidden !important;box-sizing:border-box !important;padding:0.12rem 0.55rem !important;vertical-align:middle !important;white-space:nowrap !important;}.header-top a.account-icon::after,.header-top a.dropdown-toggle.header-icon.account-icon::after,.header-top.dark-header-top a.account-icon::after,body .header-top a.dropdown-toggle.header-icon.account-icon::after{position:static !important;display:inline-block !important;margin:-1px 0 0 0 !important;margin-left:0 !important;margin-right:0 !important;top:auto !important;right:auto !important;left:auto !important;bottom:auto !important;transform:rotate(45deg) !important;-webkit-transform:rotate(45deg) !important;width:0.38rem !important;height:0.38rem !important;border-style:solid !important;border-width:0 1.5px 1.5px 0 !important;border-color:currentColor !important;vertical-align:middle !important;content:"" !important;flex:0 0 auto !important;}@media (max-width:767.98px){.header-top #block-clearance-sales,.header-top div#block-clearance-sales,.header-top #block-clearance-sales .field-item,.header-top #block-clearance-sales p,.header-top .header-top-first{text-align:center !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}}.header-top #block-clearance-sales p,.header-top.dark-header-top #block-clearance-sales p,header.header #block-clearance-sales p,div#block-clearance-sales p{margin-left:0 !important;margin-right:0 !important;margin-top:1rem !important;text-align:center !important;}header.header div#block-clearance-sales,.header-top div#block-clearance-sales{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;}@media (max-width:767.98px){.header .header-element{position:absolute !important;top:0.5rem !important;right:1rem !important;height:4rem !important;min-height:4rem !important;max-height:4rem !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:0.45rem !important;z-index:30 !important;}.header .header-right-wrap{position:static !important;}}@media (max-width:767.98px){body .header .navbar > .container > .header-main-wrap,body .header .header-main-wrap,body.path-products .header-main-wrap,body.path-taxonomy .header-main-wrap,body.path-product .header-main-wrap,body.path-frontpage .header-main-wrap{width:100% !important;max-width:100% !important;min-width:0 !important;flex:0 0 100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;position:static !important;box-sizing:border-box !important;}body .header .navbar > .container > .header-right-wrap,body .header .header-right-wrap,body.path-products .header-side.header-right-wrap,body.path-taxonomy .header-side.header-right-wrap,body.path-product .header-side.header-right-wrap,body.path-frontpage .header .header-right-wrap{width:100% !important;max-width:100% !important;min-width:0 !important;flex:0 0 100% !important;margin-left:0 !important;margin-right:0 !important;padding:0.45rem 0 0.25rem !important;position:static !important;box-sizing:border-box !important;}}@media (max-width:767.98px){.header-info .header-info-container,.header .header-info .header-info-container{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:stretch !important;justify-content:space-between !important;width:100% !important;gap:0 !important;}.header-info .header-info-item,.header-info .header-info-location,.header-info .header-info-hours,.header-info .header-info-item--location,.header-info .header-info-item--hours{flex:1 1 50% !important;max-width:50% !important;min-width:0 !important;box-sizing:border-box !important;}.header-info .header-info-location,.header-info .header-info-item--location{padding-right:0.65rem !important;border-right:1px solid rgba(255,255,255,0.28) !important;}.header-info .header-info-hours,.header-info .header-info-item--hours{padding-left:0.65rem !important;}.header-info .header-info-item--phone{display:none !important;}.header-info .header-info-location .header-info-desc,.header-info .header-info-item--location .header-info-desc{text-align:left !important;}.header-info .header-info-hours .header-info-desc,.header-info .header-info-item--hours .header-info-desc{text-align:right !important;}.header-info .header-info-hours-label{display:block !important;text-transform:uppercase !important;font-size:0.68rem !important;letter-spacing:0.04em !important;font-weight:700 !important;opacity:0.9 !important;margin-bottom:0.15rem !important;}.header-info .header-info-hours-row{display:grid !important;grid-template-columns:5.75rem max-content !important;column-gap:0.35rem !important;align-items:baseline !important;justify-content:end !important;width:max-content !important;max-width:100% !important;margin-left:auto !important;line-height:1.35 !important;white-space:nowrap !important;}.header-info .header-info-label,.header-info .header-info-city,.header-info .header-info-areas{display:block !important;}.header-info .header-info-hours-row .header-info-day,.header-info .header-info-hours-row .header-info-time{display:block !important;margin:0 !important;padding:0 !important;line-height:1.35 !important;}.header-info .header-info-hours-row .header-info-day{text-align:right !important;white-space:nowrap !important;}.header-info .header-info-hours-row .header-info-time{text-align:left !important;font-weight:600 !important;white-space:nowrap !important;}.header-info > .header-info-container > .header-info-item > i[class*="ti-"]{display:none !important;}}@media (min-width:768px){.header-info .header-info-container{display:grid !important;grid-template-columns:1fr 1fr !important;align-items:center !important;width:100% !important;gap:0 !important;}.header-info .header-info-item,.header-info .header-info-location,.header-info .header-info-item--location,.header-info .header-info-hours,.header-info .header-info-item--hours{margin:0 !important;margin-left:0 !important;margin-right:0 !important;}.header-info .header-info-location,.header-info .header-info-item--location,.header-info .header-info-hours,.header-info .header-info-item--hours{flex:unset !important;width:auto !important;max-width:none !important;min-width:0 !important;box-sizing:border-box !important;display:flex !important;align-items:center !important;}.header-info .header-info-location,.header-info .header-info-item--location{padding-right:1.5rem !important;padding-left:0.25rem !important;border-right:1px solid rgba(255,255,255,0.28) !important;justify-content:flex-end !important;}.header-info .header-info-hours,.header-info .header-info-item--hours{padding-left:1.5rem !important;padding-right:0.25rem !important;justify-content:flex-start !important;}.header-info .header-info-location .header-info-desc,.header-info .header-info-item--location .header-info-desc{text-align:right !important;}.header-info .header-info-hours .header-info-desc,.header-info .header-info-item--hours .header-info-desc{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;}.header-info .header-info-hours-label{display:block !important;width:100% !important;text-align:center !important;text-transform:uppercase !important;font-size:0.72rem !important;font-weight:700 !important;letter-spacing:0.04em !important;}.header-info .header-info-hours-row{display:grid !important;grid-template-columns:max-content max-content !important;column-gap:0.4rem !important;align-items:baseline !important;justify-content:center !important;width:max-content !important;max-width:100% !important;margin:0 auto !important;line-height:1.35 !important;white-space:nowrap !important;}.header-info .header-info-hours-row .header-info-day,.header-info .header-info-hours-row .header-info-time{display:block !important;margin:0 !important;}.header-info .header-info-hours-row .header-info-day{text-align:right !important;}.header-info .header-info-hours-row .header-info-time{text-align:left !important;font-weight:600 !important;}.header-info .header-info-item--phone{display:none !important;}}@media (max-width:767.98px){.header #block-call-to-order,.header #block-call-to-order .container-wrap,.header #block-call-to-order .block-content,.header .header-right .block-content{min-height:0 !important;padding-top:0 !important;margin-top:0 !important;}.header #block-call-to-order .block-content,.header #block-call-to-order .field-item,.header .header-right .field-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;min-height:0 !important;padding-top:0.75rem !important;padding-bottom:0.15rem !important;text-align:center !important;}.header #block-call-to-order .text-sm,.header #block-call-to-order strong.text-sm,.header .header-right strong.text-sm{margin:0 !important;display:block !important;}.header #block-call-to-order p,.header .header-right p{margin:0 !important;line-height:1.2 !important;}.header #block-call-to-order .call-phone,.header .call-phone{margin-top:0.15rem !important;}}.slide-carousel .owl-nav,.slide-carousel.owl-carousel .owl-nav,.hero.slide-carousel .owl-nav,.slide-carousel .owl-nav button,.slide-carousel .owl-prev,.slide-carousel .owl-next,.slide-carousel.owl-carousel .owl-nav button.owl-prev,.slide-carousel.owl-carousel .owl-nav button.owl-next,.slide-block .owl-prev,.slide-block .owl-next{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;width:0 !important;height:0 !important;overflow:hidden !important;}.slide-carousel .slide-additional-nav__btn,.hero.slide-carousel .slide-additional-nav__btn{background:#0a4f2f !important;background-color:#0a4f2f !important;border:2px solid #000 !important;color:#fff !important;}.slide-carousel .slide-additional-nav__btn:hover,.slide-carousel .slide-additional-nav__btn:focus{background:#063820 !important;background-color:#063820 !important;color:#fff !important;}@media (max-width:768px){.slide-carousel .slide-carousel-hero{position:relative !important;overflow:hidden !important;height:0 !important;padding-bottom:68% !important;}.slide-carousel .slide-content-wrap,.slide-carousel .slide-carousel-hero .slide-content-wrap,.slide-carousel .container.slide-wrap,.slide-carousel .slide-carousel-hero .container.slide-wrap{position:absolute !important;inset:0 !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;box-sizing:border-box !important;transform:none !important;}.slide-carousel .slide-content,.slide-carousel .slide-carousel-hero .slide-content{display:flex !important;flex-direction:column !important;height:100% !important;max-height:100% !important;width:100% !important;overflow-x:hidden !important;overflow-y:auto !important;align-items:center !important;justify-content:flex-start !important;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;pointer-events:auto !important;min-height:0 !important;text-align:center !important;}.slide-carousel .slide-content-main,.slide-carousel .slide-carousel-hero .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left,.slide-carousel .slide-content-main.text-left{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;height:auto !important;max-height:none !important;min-height:0 !important;flex:0 0 auto !important;overflow:visible !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;float:none !important;width:100% !important;}.slide-carousel .pre-heading-text .field-items,.slide-carousel .pre-heading-text .field-item,.slide-carousel .heading-text .field-item,.slide-carousel .slide-content-body .field-item{text-align:center !important;width:100% !important;}.slide-carousel .slide-content-body{max-height:none !important;overflow:visible !important;-webkit-line-clamp:unset !important;line-clamp:unset !important;display:block !important;}.slide-carousel .slide-carousel-hero + .slide-additional-content,.slide-carousel .owl-item .slide-additional-content{margin-top:1rem !important;}}@media (max-width:767.98px){button.navbar-toggler.nav-button,.navbar-toggler.nav-button{background:#0a4f2f !important;background-color:#0a4f2f !important;border:2px solid #000 !important;color:#fff !important;}#main-menu.collapse.show,#main-menu.show{background:#0a4f2f !important;color:#fff !important;}}.header-top.dark-header-top,.header .header-top{border-top:2px solid #000 !important;border-bottom:2px solid #000 !important;}.header #block-call-to-order,.header #block-call-to-order *,.header #block-call-to-order p,.header #block-call-to-order strong,.header #block-call-to-order a,.header #block-call-to-order .text-sm,.header #block-call-to-order .call-phone{background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}.header #block-call-to-order,.header #block-call-to-order > .container-wrap,.header #block-call-to-order > .container-wrap > .block-content{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;text-align:center !important;visibility:visible !important;opacity:1 !important;}.header #block-call-to-order .field-item,.header #block-call-to-order .field.field-body.field-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:0.15rem !important;width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;}.header #block-call-to-order p,.header #block-call-to-order .call-phone{margin:0 !important;padding:0 !important;width:100% !important;text-align:center !important;color:#fff !important;line-height:1.2 !important;}.header #block-call-to-order strong.text-sm,.header #block-call-to-order .text-sm{display:block !important;width:100% !important;margin:0 !important;font-size:0.72rem !important;font-weight:700 !important;letter-spacing:0.06em !important;text-transform:uppercase !important;text-align:center !important;color:#fff !important;text-shadow:0 1px 2px rgba(0,0,0,0.45) !important;}.header #block-call-to-order a.call-phone-link,.header #block-call-to-order .call-phone a{display:block !important;width:auto !important;margin:0 auto !important;padding:0 !important;font-size:1.15rem !important;font-weight:700 !important;line-height:1.2 !important;text-align:center !important;color:#fff !important;text-decoration:none !important;text-shadow:0 1px 2px rgba(0,0,0,0.45) !important;}.header #block-header-info2 .row,.header #block-header-info2 .layout,.header #block-header-info2 .layout__region,.header #block-header-info2 .container-wrap,.header #block-header-info2 .block-content,.header #block-header-info2 .block-layout-builder{background:transparent !important;margin:0 !important;padding:0 !important;width:100% !important;max-width:100% !important;min-height:0 !important;}@media (max-width:991.98px){.header .navbar.header-center,.navbar.header-center,header.header .navbar.header-center{padding-left:0 !important;padding-right:0 !important;padding-top:0 !important;padding-bottom:0 !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin-left:0 !important;margin-right:0 !important;overflow:visible !important;box-sizing:border-box !important;}.header .navbar.header-center > .container,.navbar.header-center > .container,header.header .navbar.header-center > .container{display:flex !important;flex-direction:row !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-start !important;position:relative !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0.5rem 1rem 0.65rem !important;box-sizing:border-box !important;overflow:visible !important;}}@media (max-width:767.98px){.header .header-side.navbar-brand,.navbar.header-center .header-side.navbar-brand{display:flex !important;order:1 !important;flex:1 1 auto !important;width:auto !important;max-width:calc(100% - 6rem) !important;min-width:0 !important;margin:0 !important;padding:0 5.5rem 0 0 !important;min-height:56px !important;align-items:center !important;justify-content:flex-start !important;text-align:left !important;visibility:visible !important;opacity:1 !important;}.header .site-branding,.header .site-branding .container-wrap,.header #block-martis-branding .container-wrap{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;max-width:100% !important;gap:0.55rem !important;visibility:visible !important;opacity:1 !important;}.header .brand.logo,.header .brand.logo img,.header .site-branding-logo img{display:block !important;visibility:visible !important;opacity:1 !important;max-width:56px !important;width:56px !important;height:auto !important;}.header .site-branding-name a,.header .brand.site-name a{display:inline-block !important;visibility:visible !important;color:#fff !important;font-size:1.05rem !important;font-weight:700 !important;line-height:1.15 !important;white-space:nowrap !important;}.header .site-branding-slogan,.header .brand.site-name .site-branding-slogan,.header #block-martis-branding .site-branding-slogan{display:block !important;visibility:visible !important;color:#ffffff !important;font-size:0.72rem !important;font-weight:400 !important;line-height:1.25 !important;margin-top:0.1rem !important;margin-bottom:0 !important;opacity:0.9 !important;white-space:nowrap !important;text-wrap:nowrap !important;width:max-content !important;max-width:none !important;text-shadow:-1px -1px 0 #000,0 0 0 #000,0 0 0 #000,0 0 0 #000 !important;}.header .brand.site-name{overflow:visible !important;width:auto !important;max-width:none !important;}.header .header-element{position:absolute !important;top:0.5rem !important;right:1rem !important;left:auto !important;display:flex !important;align-items:center !important;gap:0.4rem !important;z-index:40 !important;width:auto !important;height:56px !important;}.header .header-main-wrap,.header .navbar > .container > .header-main-wrap,body .header .header-main-wrap,body.path-frontpage .header .header-main-wrap,body.path-products .header .header-main-wrap,body.path-taxonomy .header .header-main-wrap,body.path-product .header .header-main-wrap{display:block !important;order:2 !important;flex:0 0 100% !important;flex-basis:100% !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:0.35rem 0 0 !important;padding:0.35rem 0 0.15rem !important;box-sizing:border-box !important;position:static !important;visibility:visible !important;opacity:1 !important;overflow:visible !important;}.header .header-main-wrap .header-item.header-main,.header .header-item.header-main,.header .header-main,.header .region-header,.header #block-header-info2{display:block !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;visibility:visible !important;opacity:1 !important;}.header .header-info{display:block !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0.35rem 0 !important;visibility:visible !important;opacity:1 !important;color:#fff !important;}.header .header-info .header-info-container{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:stretch !important;justify-content:space-between !important;width:100% !important;max-width:100% !important;min-width:0 !important;gap:0 !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}.header .header-info .header-info-item--phone{display:none !important;}.header .header-info .header-info-location,.header .header-info .header-info-item--location,.header .header-info .header-info-hours,.header .header-info .header-info-item--hours{display:flex !important;flex:1 1 50% !important;max-width:50% !important;min-width:0 !important;margin:0 !important;box-sizing:border-box !important;visibility:visible !important;opacity:1 !important;}.header .header-info .header-info-location,.header .header-info .header-info-item--location{padding-right:0.65rem !important;border-right:1px solid rgba(255,255,255,0.28) !important;justify-content:flex-start !important;}.header .header-info .header-info-hours,.header .header-info .header-info-item--hours{padding-left:0.65rem !important;justify-content:flex-end !important;}.header .header-info .header-info-desc,.header .header-info .header-info-desc span,.header .header-info .header-info-desc strong,.header .header-info .header-info-label,.header .header-info .header-info-city,.header .header-info .header-info-areas,.header .header-info .header-info-hours-label{display:block !important;color:#fff !important;visibility:visible !important;opacity:1 !important;font-size:0.72rem !important;line-height:1.3 !important;}.header .header-info .header-info-item--location .header-info-desc{text-align:left !important;}.header .header-info .header-info-item--hours .header-info-desc{text-align:right !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;width:100% !important;}.header .header-info .header-info-hours-label{text-transform:uppercase !important;font-size:0.68rem !important;font-weight:700 !important;letter-spacing:0.04em !important;margin-bottom:0.15rem !important;text-align:right !important;width:100% !important;}.header .header-info .header-info-hours-row{display:grid !important;grid-template-columns:5.75rem max-content !important;column-gap:0.35rem !important;align-items:baseline !important;justify-content:end !important;width:max-content !important;max-width:100% !important;margin:0 0 0 auto !important;line-height:1.35 !important;white-space:nowrap !important;}.header .header-info .header-info-hours-row .header-info-day,.header .header-info .header-info-hours-row .header-info-time{display:block !important;margin:0 !important;padding:0 !important;line-height:1.35 !important;color:#fff !important;font-size:0.72rem !important;visibility:visible !important;opacity:1 !important;}.header .header-info .header-info-hours-row .header-info-day{text-align:right !important;white-space:nowrap !important;}.header .header-info .header-info-hours-row .header-info-time{text-align:left !important;font-weight:600 !important;white-space:nowrap !important;}.header .header-right-wrap,.header .navbar > .container > .header-right-wrap,.header .header-side.header-right-wrap,body .header .header-right-wrap,body.path-frontpage .header .header-right-wrap,body.path-products .header .header-right-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;order:3 !important;flex:0 0 100% !important;flex-basis:100% !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:0.15rem 0 0 !important;padding:0.45rem 0 0.25rem !important;box-sizing:border-box !important;position:static !important;visibility:visible !important;opacity:1 !important;text-align:center !important;overflow:visible !important;}.header .header-right-wrap .header-item.header-right,.header .header-item.header-right,.header .header-right,.header .region-header-right{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;visibility:visible !important;opacity:1 !important;}.header #block-call-to-order,.header #block-call-to-order .field-item{width:100% !important;max-width:100% !important;min-width:0 !important;}.header #block-call-to-order a.call-phone-link{font-size:1.15rem !important;}}@media (min-width:768px){.header .navbar.header-center > .container{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;width:100% !important;max-width:100% !important;}.header .header-main-wrap,.header .header-right-wrap,.header .header-info,.header #block-call-to-order{visibility:visible !important;opacity:1 !important;overflow:visible !important;max-height:none !important;}.header .header-main-wrap{display:flex !important;flex:1 1 auto !important;min-width:0 !important;width:auto !important;max-width:none !important;align-items:center !important;}.header .header-right-wrap{display:flex !important;flex:0 0 auto !important;width:auto !important;max-width:none !important;align-items:center !important;justify-content:flex-end !important;}}@media screen and (max-width:768px){.slide-carousel .slide-carousel-hero,.hero.slide-carousel .slide-carousel-hero{position:relative !important;width:100% !important;height:0 !important;padding-bottom:68% !important;min-height:260px !important;overflow:hidden !important;}.slide-carousel .slide-carousel-hero .slide-image,.slide-carousel .slide-carousel-hero .slide-image img,.slide-carousel .slide-carousel-hero .slide-image picture,.slide-carousel .slide-carousel-hero .slide-image picture img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;}.slide-carousel .slide-carousel-hero .slide-content-wrap,.slide-carousel .slide-content-wrap,.hero.slide-carousel .slide-content-wrap{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0.55rem 0.75rem !important;box-sizing:border-box !important;transform:none !important;overflow:hidden !important;z-index:2 !important;pointer-events:none !important;}.slide-carousel .container.slide-wrap,.slide-carousel .slide-carousel-hero .container.slide-wrap{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;transform:none !important;}.slide-carousel .slide-content,.slide-carousel .slide-carousel-hero .slide-content,.slide-carousel .owl-item .slide-content,.slide-carousel .owl-item.active .slide-content,.hero.slide-carousel .slide-content{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;height:100% !important;max-height:100% !important;min-height:0 !important;margin:0 !important;padding:0 !important;overflow-x:hidden !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch;text-align:center !important;pointer-events:auto !important;transform:none !important;}.slide-carousel .slide-carousel-hero .slide-content .slide-content-main,.slide-carousel .slide-carousel-hero .slide-content .slide-content-main.float-center,.slide-carousel .slide-carousel-hero .slide-content .slide-content-main.float-center.text-left,.slide-carousel .slide-content .slide-content-main.float-center.text-left,.slide-carousel .owl-item .slide-content-main.float-center.text-left,.slide-carousel .slide-content-main,.slide-carousel .slide-content-main.float-center,.slide-carousel .slide-content-main.float-center.text-left,.slide-carousel .slide-content-main.text-left{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:none !important;min-height:0 !important;flex:0 0 auto !important;float:none !important;transform:none !important;overflow:visible !important;text-align:center !important;padding:0.25rem 0.35rem !important;box-sizing:border-box !important;pointer-events:auto !important;gap:0.35rem !important;}.slide-carousel .pre-heading-text,.slide-carousel .heading-text,.slide-carousel .slide-content-body,.slide-carousel .heading-text .field-item,.slide-carousel .pre-heading-text .field-item,.slide-carousel .slide-button{text-align:center !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;}.slide-carousel .nav.menu.alt-button.mt-4.slide-button,.slide-carousel .slide-button{display:flex !important;justify-content:center !important;margin-top:0.35rem !important;margin-left:auto !important;margin-right:auto !important;}}@media (max-width:991.98px){header.header .header-info .header-info-desc .header-info-hours-row,header.header .header-info-hours .header-info-hours-row,header.header span.header-info-hours-row{display:grid !important;grid-template-columns:5.75rem max-content !important;column-gap:0.35rem !important;align-items:baseline !important;justify-content:end !important;width:max-content !important;max-width:100% !important;margin-left:auto !important;margin-right:0 !important;line-height:1.35 !important;white-space:nowrap !important;}header.header .header-info-hours-row > .header-info-day,header.header .header-info-hours-row > .header-info-time,header.header .header-info-hours-row > span.header-info-day,header.header .header-info-hours-row > strong.header-info-time{display:block !important;margin:0 !important;padding:0 !important;float:none !important;}header.header .header-info-hours-row > .header-info-day,header.header .header-info-hours-row > span.header-info-day{text-align:right !important;white-space:nowrap !important;}header.header .header-info-hours-row > .header-info-time,header.header .header-info-hours-row > strong.header-info-time{text-align:left !important;font-weight:600 !important;white-space:nowrap !important;}}@media (max-width:991.98px){#wrapper .header #main-menu.show,#wrapper #main-menu.show,#wrapper .header #main-menu.collapse.show,#wrapper #main-menu.collapse.show{background-color:#0a4f2f !important;background:#0a4f2f !important;margin-top:0 !important;padding:0.5rem 0.75rem 0.85rem !important;}#wrapper .header #main-menu.show ul.nav.menu.menu-parent,#wrapper #main-menu.show ul.nav.menu.menu-parent,#wrapper #block-martis-main-menu ul.nav.menu.menu-parent{background:transparent !important;background-color:transparent !important;width:100% !important;padding:0 !important;margin:0 !important;}#wrapper .header #main-menu.show li.menu-item,#wrapper #main-menu.show li.menu-item,#wrapper #block-martis-main-menu li.menu-item{background:transparent !important;border:0 !important;border-bottom:0 !important;margin:0 0 0.4rem !important;padding:0 !important;width:100% !important;}#wrapper #main-menu.show a,#wrapper .header #main-menu.show a,#wrapper .header #main-menu.show .mega-menu > ul > li > a,#wrapper .header #main-menu.show .main-menu .nav > li > a,#wrapper #main-menu.show .menu-item a,#wrapper #block-martis-main-menu .menu-item a{background-color:#4fa36f !important;background:#4fa36f !important;color:#ffffff !important;border-radius:10px !important;border:2px solid #000 !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;padding:0.65rem 1rem !important;margin:0 !important;box-sizing:border-box !important;font-weight:600 !important;text-decoration:none !important;}#wrapper #main-menu.show .menu-item--active-trail > a,#wrapper #main-menu.show li.menu-item--active-trail > a,#wrapper #main-menu.show a.is-active,#wrapper #block-martis-main-menu .menu-item--active-trail > a,#wrapper #block-martis-main-menu a.is-active{background-color:#8fd0b3 !important;background:#8fd0b3 !important;color:white !important;-webkit-text-fill-color:white !important;border:2px solid #000 !important;}#wrapper #main-menu.show a:hover,#wrapper #main-menu.show a:focus,#wrapper #block-martis-main-menu .menu-item a:hover{background-color:#6ecf9a !important;background:#6ecf9a !important;color:#ffffff !important;}}@media (min-width:992px){.header .navbar.header-center,.navbar.header-center,header.header .navbar.header-center{padding-left:0 !important;padding-right:0 !important;padding-top:0 !important;padding-bottom:0 !important;width:100% !important;max-width:100% !important;margin:0 !important;box-sizing:border-box !important;overflow:visible !important;}.header .navbar.header-center > .container,.navbar.header-center > .container{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:space-between !important;width:100% !important;max-width:1140px !important;margin-left:auto !important;margin-right:auto !important;padding:0.65rem 1rem !important;box-sizing:border-box !important;gap:0.75rem 1rem !important;}.header .header-side.navbar-brand,.navbar.header-center .header-side.navbar-brand{display:flex !important;flex:0 0 auto !important;width:auto !important;max-width:280px !important;min-width:200px !important;margin:0 !important;padding:0 !important;align-items:center !important;order:1 !important;}.header .site-branding .container-wrap,.header #block-martis-branding .container-wrap{display:flex !important;flex-direction:row !important;align-items:center !important;gap:0.55rem 0.75rem !important;width:auto !important;}.header .brand.logo,.header .brand.logo img{max-width:64px !important;width:64px !important;height:auto !important;flex:0 0 auto !important;}.header .brand.site-name{display:flex !important;flex-direction:column !important;align-items:flex-start !important;width:auto !important;max-width:none !important;overflow:visible !important;}.header .site-branding-name a{font-size:1.15rem !important;font-weight:700 !important;white-space:nowrap !important;color:#fff !important;}.header .site-branding-slogan{font-size:0.8rem !important;font-weight:400 !important;opacity:0.9 !important;white-space:nowrap !important;color:#fff !important;margin-top:0.1rem !important;}.header .header-main-wrap,.header .navbar > .container > .header-main-wrap{display:flex !important;flex:1 1 auto !important;align-items:center !important;justify-content:center !important;width:auto !important;max-width:none !important;min-width:0 !important;margin:0 !important;padding:0 0.5rem !important;order:2 !important;overflow:visible !important;}.header .header-main-wrap .header-item.header-main,.header .header-main,.header .region-header,.header #block-header-info2,.header #block-header-info2 .container-wrap,.header #block-header-info2 .block-content,.header #block-header-info2 .layout,.header #block-header-info2 .layout__region,.header #block-header-info2 .row,.header #block-header-info2 .block-layout-builder{display:block !important;width:100% !important;max-width:520px !important;margin:0 auto !important;padding:0 !important;background:transparent !important;}.header .header-info,.header .header-main-wrap .header-info,body.path-frontpage .header .header-info,body.path-taxonomy .header .header-info,body.path-node .header .header-info,body.page-node-type-service .header .header-info,body.path-products .header .header-info,body.path-product .header .header-info{display:block !important;width:100% !important;max-width:520px !important;min-width:0 !important;margin:0 auto !important;padding:0 !important;color:#fff !important;box-sizing:border-box !important;flex:1 1 auto !important;}.path-taxonomy .header .header-main-wrap,.path-products .header .header-main-wrap,.path-product .header .header-main-wrap,.page-node-type-service .header .header-main-wrap{margin-left:0 !important;margin-right:0 !important;}.header .header-info .header-info-container,.path-taxonomy .header .header-info .header-info-container,.page-node-type-service .header .header-info .header-info-container,.path-frontpage .header .header-info .header-info-container{display:grid !important;grid-template-columns:1fr 1fr !important;grid-template-rows:auto !important;align-items:center !important;justify-content:stretch !important;justify-items:stretch !important;width:100% !important;max-width:100% !important;gap:0 !important;column-gap:0 !important;row-gap:0 !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}.header .header-info .header-info-item--phone,.path-taxonomy .header .header-info .header-info-item--phone,.page-node-type-service .header .header-info .header-info-item--phone{display:none !important;width:0 !important;max-width:0 !important;min-width:0 !important;margin:0 !important;padding:0 !important;border:0 !important;}.header .header-info .header-info-item,.header .header-info .header-info-location,.header .header-info .header-info-item--location,.header .header-info .header-info-hours,.header .header-info .header-info-item--hours,.header .header-info .header-info-item.header-info-location,.header .header-info .header-info-item.header-info-item--location,.header .header-info .header-info-item.header-info-hours,.header .header-info .header-info-item.header-info-item--hours,.header .header-info .header-info-item:first-child,.header .header-info .header-info-item:nth-child(2),.path-taxonomy .header .header-info .header-info-item,.path-taxonomy .header .header-info .header-info-item.header-info-location,.page-node-type-service .header .header-info .header-info-item,.page-node-type-service .header .header-info .header-info-item.header-info-location{margin:0 !important;margin-left:0 !important;margin-right:0 !important;float:none !important;}.header .header-info .header-info-location,.header .header-info .header-info-item--location,.header .header-info .header-info-hours,.header .header-info .header-info-item--hours,.path-taxonomy .header .header-info .header-info-location,.path-taxonomy .header .header-info .header-info-item--location,.path-taxonomy .header .header-info .header-info-hours,.path-taxonomy .header .header-info .header-info-item--hours,.page-node-type-service .header .header-info .header-info-location,.page-node-type-service .header .header-info .header-info-item--location,.page-node-type-service .header .header-info .header-info-hours,.page-node-type-service .header .header-info .header-info-item--hours{flex:unset !important;flex-grow:unset !important;flex-shrink:unset !important;flex-basis:unset !important;width:auto !important;max-width:none !important;min-width:0 !important;display:flex !important;align-items:center !important;box-sizing:border-box !important;}.header .header-info .header-info-location,.header .header-info .header-info-item--location,.path-taxonomy .header .header-info .header-info-location,.path-taxonomy .header .header-info .header-info-item--location,.page-node-type-service .header .header-info .header-info-location,.page-node-type-service .header .header-info .header-info-item--location{padding-right:1.5rem !important;padding-left:0.25rem !important;border-right:1px solid rgba(255,255,255,0.28) !important;justify-content:flex-end !important;}.header .header-info .header-info-hours,.header .header-info .header-info-item--hours,.path-taxonomy .header .header-info .header-info-hours,.path-taxonomy .header .header-info .header-info-item--hours,.page-node-type-service .header .header-info .header-info-hours,.page-node-type-service .header .header-info .header-info-item--hours{padding-left:1.5rem !important;padding-right:0.25rem !important;border-right:0 !important;justify-content:flex-start !important;}.header .header-info .header-info-item--location .header-info-desc,.header .header-info .header-info-location .header-info-desc{text-align:right !important;width:auto !important;max-width:100% !important;}.header .header-info .header-info-item--hours .header-info-desc,.header .header-info .header-info-hours .header-info-desc,.path-taxonomy .header .header-info .header-info-item--hours .header-info-desc,.page-node-type-service .header .header-info .header-info-item--hours .header-info-desc{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;width:auto !important;max-width:100% !important;margin:0 !important;}.header .header-info .header-info-desc,.header .header-info .header-info-desc span,.header .header-info .header-info-desc strong{color:#ffffff !important;font-size:0.82rem !important;line-height:1.3 !important;}.header .header-info .header-info-hours-label,.path-taxonomy .header .header-info .header-info-hours-label,.page-node-type-service .header .header-info .header-info-hours-label{display:block !important;width:100% !important;text-align:center !important;text-transform:uppercase !important;font-size:0.7rem !important;font-weight:700 !important;letter-spacing:0.04em !important;margin:0 0 0.2rem 0 !important;padding:0 !important;}.header .header-info .header-info-hours-row,.path-taxonomy .header .header-info .header-info-hours-row,.page-node-type-service .header .header-info .header-info-hours-row{display:grid !important;grid-template-columns:max-content max-content !important;column-gap:0.4rem !important;justify-content:center !important;justify-items:start !important;width:max-content !important;max-width:100% !important;margin:0 auto !important;white-space:nowrap !important;}.header .header-info .header-info-hours-row .header-info-day{display:block !important;text-align:right !important;}.header .header-info .header-info-hours-row .header-info-time{display:block !important;text-align:left !important;font-weight:600 !important;}.header .header-right-wrap,.header .header-side.header-right-wrap,.header .navbar > .container > .header-right-wrap{display:flex !important;flex:0 0 auto !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-end !important;width:auto !important;max-width:none !important;min-width:200px !important;margin:0 !important;padding:0 !important;gap:0.75rem !important;order:3 !important;position:static !important;}.header .header-item.header-right,.header .header-right,.header .region-header-right{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:auto !important;margin:0 !important;padding:0 !important;text-align:center !important;}.header #block-call-to-order,.header #block-call-to-order > .container-wrap,.header #block-call-to-order > .container-wrap > .block-content,.header #block-call-to-order .field-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:auto !important;min-width:10rem !important;margin:0 !important;padding:0 !important;background:transparent !important;text-align:center !important;}.header #block-call-to-order *,.header #block-call-to-order p,.header #block-call-to-order strong,.header #block-call-to-order a{background:transparent !important;border:0 !important;box-shadow:none !important;}.header #block-call-to-order .text-sm,.header #block-call-to-order strong.text-sm{display:block !important;width:100% !important;font-size:0.7rem !important;font-weight:700 !important;letter-spacing:0.08em !important;text-transform:uppercase !important;color:#fff !important;opacity:0.9 !important;text-align:center !important;margin:0 0 0.2rem !important;line-height:1.2 !important;}.header #block-call-to-order a.call-phone-link,.header #block-call-to-order .call-phone a,.header #block-call-to-order .call-phone{display:block !important;font-size:1.2rem !important;font-weight:700 !important;color:#fff !important;text-align:center !important;text-decoration:none !important;margin:0 auto !important;white-space:nowrap !important;line-height:1.25 !important;letter-spacing:0.01em !important;}.header .header-right-wrap .cart-block,.header .header-right-wrap .block-commerce-cart,.header .header-element .cart-block-wrap,.header .header-right-wrap .cart--cart-block{display:flex !important;align-items:center !important;margin:0 !important;}.header .header-element{position:static !important;display:flex !important;align-items:center !important;height:auto !important;margin:0 !important;padding:0 !important;}.header .header-element .navbar-toggler{display:none !important;}.header-menu,.header-menu .nav-menu,.navbar.nav-menu,.primary-menu,#main-menu.primary-menu,#main-menu.navbar-collapse,#main-menu.col-md-12,#main-menu.main-menu{display:block !important;width:100% !important;max-width:100% !important;background:#0a4f2f !important;background-color:#0a4f2f !important;margin:0 !important;padding:0 !important;box-shadow:none !important;border:0 !important;float:none !important;position:relative !important;height:auto !important;min-height:0 !important;overflow:visible !important;}.header-menu .nav-menu:before{display:none !important;}#main-menu.collapse,#main-menu.navbar-collapse.collapse,#main-menu.navbar-collapse{display:block !important;height:auto !important;visibility:visible !important;opacity:1 !important;overflow:visible !important;}#main-menu .primary-menu,#main-menu .mega-menu,#main-menu .mega-menu > ul,#main-menu ul.nav.menu.menu-parent,#block-martis-main-menu ul.nav.menu.menu-parent,.header-menu ul.nav.menu.menu-parent,.header-menu .mega-menu > ul,.header-menu .nav-menu .mega-menu > ul,.primary-menu ul.nav.menu.menu-parent,.primary-menu .mega-menu > ul{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:0.45rem 0.55rem !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0.5rem 0.85rem !important;min-height:0 !important;background:transparent !important;background-color:transparent !important;list-style:none !important;box-sizing:border-box !important;}#main-menu li.menu-item,#block-martis-main-menu li.menu-item,.header-menu .mega-menu > ul > li,.header-menu .nav-menu .mega-menu > ul > li,#main-menu ul.nav.menu.menu-parent > li.menu-item,.header-menu ul.nav.menu.menu-parent > li.menu-item,.primary-menu ul.nav.menu.menu-parent > li.menu-item{display:flex !important;align-items:center !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-bottom:0 !important;width:auto !important;float:none !important;position:relative !important;height:auto !important;min-height:0 !important;}#wrapper #main-menu a,#wrapper #main-menu .menu-item a,#wrapper #main-menu .mega-menu > ul > li > a,#wrapper #main-menu .main-menu .nav > li > a,#wrapper #block-martis-main-menu .menu-item a,#wrapper .header-menu ul.nav.menu.menu-parent > li.menu-item > a,#wrapper .header-menu .mega-menu > ul > li > a,#wrapper .header-menu .nav-menu .mega-menu > ul > li > a,#wrapper .primary-menu ul.nav.menu.menu-parent > li.menu-item > a,.header-menu .mega-menu > ul > li > a,.header-menu .nav-menu .mega-menu > ul > li > a,.primary-menu .main-menu .nav > li > a,.primary-menu .mega-menu > ul > li > a{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;min-height:2.75rem !important;height:auto !important;padding:0.7rem 1.15rem !important;margin:0 !important;background:#4fa36f !important;background-color:#4fa36f !important;color:#ffffff !important;border:2px solid #000000 !important;border-radius:10px !important;box-shadow:none !important;text-align:center !important;text-decoration:none !important;font-weight:600 !important;font-size:0.95rem !important;line-height:1.25 !important;white-space:nowrap !important;box-sizing:border-box !important;opacity:1 !important;letter-spacing:normal !important;}#wrapper #main-menu .menu-item--active-trail > a,#wrapper #main-menu a.is-active,#wrapper #main-menu .mega-menu > ul > li > a.is-active,#wrapper #main-menu .mega-menu > ul > li.menu-item--active-trail > a,#wrapper #block-martis-main-menu .menu-item--active-trail > a,#wrapper #block-martis-main-menu a.is-active,#wrapper .header-menu ul.nav.menu.menu-parent > li.menu-item--active-trail > a,#wrapper .header-menu .mega-menu > ul > li.menu-item--active-trail > a,#wrapper .header-menu .nav-menu .mega-menu > ul > li.menu-item--active-trail > a{background:#8fd0b3 !important;background-color:#8fd0b3 !important;color:white !important;-webkit-text-fill-color:white !important;border:2px solid #000000 !important;border-radius:10px !important;font-weight:700 !important;}#wrapper #main-menu a:hover,#wrapper #main-menu a:focus,#wrapper #main-menu .mega-menu > ul > li > a:hover,#wrapper #main-menu .mega-menu > ul > li > a:focus,#wrapper #block-martis-main-menu .menu-item a:hover,#wrapper .header-menu ul.nav.menu.menu-parent > li.menu-item > a:hover,#wrapper .header-menu .mega-menu > ul > li > a:hover,#wrapper .header-menu .nav-menu .mega-menu > ul > li > a:hover{background:#6fbf8c !important;background-color:#6fbf8c !important;color:#ffffff !important;border:2px solid #000000 !important;border-radius:10px !important;text-decoration:none !important;}}body.page-node-type-service{--service-gutter:0.95rem;--service-max:1200px;}body.page-node-type-service .node-type-service.node-content.service-node-content,body.page-node-type-service .service-node-content{position:relative !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section,body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page,body.page-node-type-service .block-field-blocknodeservicebody .service-cards-wrapper{position:relative !important;width:100% !important;max-width:var(--service-max) !important;margin-left:auto !important;margin-right:auto !important;padding-left:var(--service-gutter) !important;padding-right:var(--service-gutter) !important;box-sizing:border-box !important;}body.page-node-type-service .block-field-blocknodeservicebody{position:relative !important;width:100% !important;max-width:100% !important;margin:0.5rem 0 1rem 0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}body.page-node-type-service .block-field-blocknodeservicebody > .container-wrap,body.page-node-type-service .block-field-blocknodeservicebody .block-content{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;}body.page-node-type-service .block-field-blocknodeservicebody .service-cards-wrapper,body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page{margin-top:0.75rem !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;background:transparent !important;}body.page-node-type-service .region-content,body.page-node-type-service .region.region-content{max-width:100% !important;width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{display:flex !important;flex-wrap:wrap !important;align-items:flex-start !important;margin-top:0.5rem !important;margin-bottom:1rem !important;gap:0.75rem 1rem !important;}body.page-node-type-service .layout__region.layout__region--first,body.page-node-type-service .layout__region.layout__region--second{position:relative !important;margin:0 !important;padding:0 !important;max-width:100% !important;box-sizing:border-box !important;}body.page-node-type-service .page-wrapper .main-content .block:last-child,body.page-node-type-service .main-content .block:last-child,body.page-node-type-service .region-content .block:last-child{margin-bottom:0 !important;}body.page-node-type-service .service-brag,body.page-node-type-service .layout__region.layout__region--second .service-brag,body.page-node-type-service .layout__region--second .service-brag{display:block !important;position:relative !important;z-index:5 !important;width:100% !important;max-width:100% !important;margin:0 0 0.75rem 0 !important;padding:0 !important;box-sizing:border-box !important;float:none !important;overflow:visible !important;}body.page-node-type-service .service-brag > .container-wrap,body.page-node-type-service .service-brag .block-content,body.page-node-type-service .node-type-service .service-brag .block-content,body.page-node-type-service .node-content .service-brag .block-content{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;overflow-x:hidden !important;box-sizing:border-box !important;}body.page-node-type-service .service-brag table,body.page-node-type-service .service-brag .jd-comparison-table,body.page-node-type-service .service-brag .cy-comparison-table{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important;table-layout:fixed !important;box-sizing:border-box !important;}body.page-node-type-service .service-brag table th,body.page-node-type-service .service-brag table td,body.page-node-type-service .service-brag .jd-comparison-table th,body.page-node-type-service .service-brag .jd-comparison-table td{word-wrap:break-word !important;overflow-wrap:anywhere !important;hyphens:auto !important;}body.page-node-type-service .service-cards-wrapper > h1,body.page-node-type-service .service-page > h1{width:100% !important;max-width:100% !important;margin:0.65rem 0 1rem 0 !important;padding:0.65rem 0.75rem !important;line-height:1.3 !important;box-sizing:border-box !important;}body.page-node-type-service .service-cards-wrapper .summary-box,body.page-node-type-service .service-cards-wrapper .main-grid,body.page-node-type-service .service-cards-wrapper .card,body.page-node-type-service .layout__region.layout__region--content .card{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}body.page-node-type-service .service-cards-wrapper .summary-box,body.page-node-type-service .service-cards-wrapper .card{margin-top:0.65rem !important;margin-bottom:0.85rem !important;}body.page-node-type-service .service-cards-wrapper .main-grid{margin-top:0.35rem !important;margin-bottom:0.5rem !important;}body.page-node-type-service .service-cards-wrapper .main-grid .card{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}body.page-node-type-service .service-teaser.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .block.block-layout-builder.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon{position:relative !important;display:block !important;width:auto !important;max-width:none !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;z-index:6 !important;background:transparent !important;overflow:visible !important;}body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .container-wrap,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .block-content,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .field,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .field-item{margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;width:auto !important;max-width:none !important;}body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .field-label,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .field-label.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon .field-field-teaser-icon > .field-label{display:none !important;}body.page-node-type-service .block.block-layout-builder.block-field-blocknodeservicefield-teaser-icon img,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon img,body.page-node-type-service .service-teaser img,body.page-node-type-service .field-field-teaser-icon img,body.page-node-type-service .field-field-media-image img{display:block !important;width:120px !important;max-width:120px !important;height:120px !important;object-fit:cover !important;margin:0 !important;padding:0 !important;border-radius:50% !important;border:5px solid #000 !important;background-image:linear-gradient(204deg,#8fd4a4,#138450) !important;background-color:#4fa36f !important;box-shadow:0 4px 14px rgba(0,0,0,0.28) !important;position:relative !important;z-index:6 !important;left:0rem !important;top:-14.5rem !important;}body.page-node-type-service .block-field-blocknodeservicefield-image{position:relative !important;margin:0 0 0.5rem 0 !important;padding:0 !important;width:100% !important;max-width:100% !important;overflow:hidden !important;border-radius:8px !important;}body.page-node-type-service .block-field-blocknodeservicefield-image img,body.page-node-type-service .block-field-blocknodeservicefield-image picture,body.page-node-type-service .block-field-blocknodeservicefield-image picture img{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;margin:0 !important;}body.page-node-type-service .block.block-layout-builder.block-field-blocknodeservicefield-text-bg,body.page-node-type-service .block-field-blocknodeservicefield-text-bg,body.page-node-type-service ._none.block.block-layout-builder.block-field-blocknodeservicefield-text-bg{position:absolute !important;left:0.75rem !important;right:auto !important;bottom:16rem !important;top:auto !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;z-index:4 !important;background:transparent !important;pointer-events:none !important;}body.page-node-type-service .block-field-blocknodeservicefield-text-bg .field-label{display:none !important;}body.page-node-type-service .block-field-blocknodeservicefield-text-bg .field-item{display:block !important;color:#fff !important;font-weight:800 !important;font-size:clamp(1.35rem,3.2vw,2.15rem) !important;line-height:1.1 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;text-shadow:0 2px 8px rgba(0,0,0,0.55) !important;margin:0 !important;padding:0.15rem 0.65rem !important;border-radius:10px !important;width:max-content !important;max-width:100% !important;}body.page-node-type-service .block-field-blocknodeservicefield-text-bg .field-item + .field-item{margin-top:0.35rem !important;}body.page-node-type-service .layout__region.layout__region--first{overflow:visible !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-image{position:relative !important;}@media (min-width:992px){body.page-node-type-service{--service-gutter:1rem;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{flex-wrap:nowrap !important;align-items:stretch !important;gap:1rem 1.25rem !important;margin-top:0.75rem !important;margin-bottom:1rem !important;}body.page-node-type-service .layout__region.layout__region--first{flex:1 1 48% !important;width:48% !important;max-width:50% !important;}body.page-node-type-service .layout__region.layout__region--second{flex:1 1 48% !important;width:48% !important;max-width:50% !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important;align-items:stretch !important;}body.page-node-type-service .layout__region--second .service-brag,body.page-node-type-service .service-brag{margin:0 !important;padding:0 !important;max-width:100% !important;width:100% !important;}body.page-node-type-service .layout__region--first{position:relative !important;}body.page-node-type-service .layout__region--first > .service-teaser.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-teaser-icon{position:absolute !important;right:-3.5rem !important;left:auto !important;top:42% !important;bottom:auto !important;transform:translateY(-50%) !important;width:120px !important;height:120px !important;margin:0 !important;z-index:8 !important;}body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon img{width:120px !important;height:120px !important;margin:0 !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-image{position:relative !important;margin-bottom:0 !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-text-bg,body.page-node-type-service .block-field-blocknodeservicefield-text-bg{position:absolute !important;left:1rem !important;bottom:1.35rem !important;top:auto !important;margin:0 !important;z-index:5 !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-text-bg{top:auto !important;bottom:8% !important;}body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page{margin-top:0.5rem !important;margin-bottom:0 !important;}body.page-node-type-service .service-cards-wrapper > h1,body.page-node-type-service .service-page > h1{padding:0.75rem 1rem !important;margin-bottom:1.1rem !important;}}@media (max-width:991.98px){body.page-node-type-service{--service-gutter:0.95rem;}body.page-node-type-service .block.block-layout-builder.block-field-blocknodeservicefield-text-bg,body.page-node-type-service .block-field-blocknodeservicefield-text-bg,body.page-node-type-service ._none.block.block-layout-builder.block-field-blocknodeservicefield-text-bg{bottom:10rem !important;}body.page-node-type-service .block.block-layout-builder.block-field-blocknodeservicefield-teaser-icon img,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon img,body.page-node-type-service .service-teaser img,body.page-node-type-service .field-field-teaser-icon img,body.page-node-type-service .field-field-media-image img{left:7.5rem !important;top:-21.5rem !important;}body.page-node-type-service #page-wrapper > .container,body.page-node-type-service .page-wrapper > .container,body.page-node-type-service #main-content .container,body.page-node-type-service main#main-content .container{padding-left:0 !important;padding-right:0 !important;max-width:100% !important;width:100% !important;}body.page-node-type-service .row.content-layout{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}body.page-node-type-service .col-md-9.left-content.main-content,body.page-node-type-service .left-content.main-content,body.page-node-type-service .main-content{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin:0 !important;}body.page-node-type-service .region-content,body.page-node-type-service .region.region-content,body.page-node-type-service #block-martis-content--3,body.page-node-type-service .lc-main-content{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;margin:0 !important;}body.page-node-type-service .row.layout.layout--onecol,body.page-node-type-service .layout.layout--onecol{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;}body.page-node-type-service .row.layout.layout--onecol .layout__region,body.page-node-type-service .layout.layout--onecol .layout__region,body.page-node-type-service .layout__region.layout__region--content{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;margin:0 !important;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{flex-direction:column !important;flex-wrap:nowrap !important;gap:0.65rem !important;margin-top:0.35rem !important;margin-bottom:0.75rem !important;max-width:100% !important;}body.page-node-type-service .layout__region.layout__region--first,body.page-node-type-service .layout__region.layout__region--second{flex:0 0 auto !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;}body.page-node-type-service .block-field-blocknodeservicefield-image{margin:0 0 0.35rem 0 !important;width:100% !important;}body.page-node-type-service .layout__region--first{position:relative !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-image{position:relative !important;}body.page-node-type-service .block-field-blocknodeservicefield-text-bg,body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-text-bg{position:absolute !important;left:0.65rem !important;bottom:0.85rem !important;top:auto !important;margin:0 !important;z-index:5 !important;}body.page-node-type-service .block-field-blocknodeservicefield-text-bg .field-item{font-size:clamp(1.1rem,5.5vw,1.5rem) !important;padding:0.2rem 0.55rem !important;}body.page-node-type-service .layout__region--first > .service-teaser.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon{position:relative !important;display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:auto !important;margin:-2.5rem auto 0.35rem !important;transform:none !important;right:auto !important;left:auto !important;top:auto !important;bottom:auto !important;z-index:8 !important;}body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon img{width:96px !important;height:96px !important;max-width:96px !important;margin:0 auto !important;}body.page-node-type-service .service-brag,body.page-node-type-service .layout__region--second .service-brag,body.page-node-type-service .layout__region.layout__region--second .service-brag{width:100% !important;max-width:100% !important;margin:0.25rem 0 0.5rem 0 !important;padding:0 !important;overflow:visible !important;}body.page-node-type-service .service-brag > .container-wrap,body.page-node-type-service .service-brag .block-content{overflow-x:hidden !important;width:100% !important;max-width:100% !important;}body.page-node-type-service .service-brag table,body.page-node-type-service .service-brag .jd-comparison-table,body.page-node-type-service .service-brag .cy-comparison-table{width:100% !important;max-width:100% !important;min-width:0 !important;table-layout:fixed !important;}body.page-node-type-service .service-brag table th,body.page-node-type-service .service-brag table td,body.page-node-type-service .service-brag p{font-size:clamp(0.62rem,2.7vw,0.78rem) !important;line-height:1.25 !important;}body.page-node-type-service .layout__region.layout__region--second{margin:0 0 0.5rem 0 !important;padding:0 !important;display:block !important;width:100% !important;}body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page,body.page-node-type-service .block-field-blocknodeservicebody{max-width:100% !important;width:100% !important;margin:0.35rem auto 0 !important;}body.page-node-type-service .block-field-blocknodeservicebody{padding-left:0 !important;padding-right:0 !important;}body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page{padding-left:var(--service-gutter) !important;padding-right:var(--service-gutter) !important;}body.page-node-type-service .service-cards-wrapper > h1,body.page-node-type-service .service-page > h1{padding:0.75rem 0.5rem !important;margin:0.5rem 0 0.9rem 0 !important;}body.page-node-type-service .service-cards-wrapper .summary-box,body.page-node-type-service .service-cards-wrapper .card,body.page-node-type-service .service-cards-wrapper .main-grid,body.page-node-type-service .service-cards-wrapper .main-grid .card{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}body.page-node-type-service .service-cards-wrapper{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}body.page-node-type-service .field.field-field-text-bg,body.page-node-type-service ._none.block.block-layout-builder.block-field-blocknodeservicefield-text-bg{margin-top:0 !important;margin-bottom:-4rem !important;}}@media (max-width:575.98px){body.page-node-type-service{--service-gutter:0.85rem;}body.page-node-type-service .block-field-blocknodeservicefield-teaser-icon img{width:84px !important;height:84px !important;max-width:84px !important;border-width:4px !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-teaser-icon{margin-top:-2rem !important;}body.page-node-type-service .service-cards-wrapper > h1,body.page-node-type-service .service-page > h1{padding:0.7rem 0.4rem !important;}}body.page-node-type-service .layout__region.layout__region--first{display:grid !important;grid-template-columns:1fr !important;grid-template-rows:auto auto !important;grid-template-areas:"hero"
    "icon" !important;align-items:start !important;gap:0 !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-image{grid-area:hero !important;position:relative !important;z-index:1 !important;margin:0 !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-text-bg{grid-area:hero !important;position:relative !important;align-self:end !important;justify-self:start !important;z-index:4 !important;margin:0 0 1.1rem 0.85rem !important;bottom:auto !important;left:auto !important;top:auto !important;right:auto !important;transform:translateY(-0.25rem) !important;width:auto !important;max-width:calc(100% - 1.5rem) !important;pointer-events:none !important;}body.page-node-type-service .layout__region--first > .service-teaser.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-teaser-icon{grid-area:icon !important;position:relative !important;z-index:6 !important;}@media (min-width:992px){body.page-node-type-service .layout__region--first > .service-teaser.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-teaser-icon{grid-area:hero !important;position:absolute !important;right:-3.5rem !important;left:auto !important;top:45% !important;bottom:auto !important;transform:translateY(-50%) !important;margin:0 !important;width:120px !important;height:120px !important;display:block !important;justify-content:unset !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-text-bg{margin:0 0 1.25rem 1rem !important;transform:none !important;}body.page-node-type-service .layout__region--second .service-brag{height:100% !important;}}@media (max-width:991.98px){body.page-node-type-service .layout__region--first > .service-teaser.block-field-blocknodeservicefield-teaser-icon,body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-teaser-icon{grid-area:icon !important;position:relative !important;display:flex !important;justify-content:center !important;margin:-2.75rem 0 0.25rem 0 !important;transform:none !important;right:auto !important;top:auto !important;width:100% !important;height:auto !important;}body.page-node-type-service .layout__region--first > .block-field-blocknodeservicefield-text-bg{margin:0 0 0.85rem 0.65rem !important;}}body.page-node-type-service .row.layout.layout--onecol,body.page-node-type-service .layout.layout--onecol,body.page-node-type-service .node-content .row.layout.layout--onecol,body.page-node-type-service .service-node-content .layout.layout--onecol{margin-bottom:0 !important;margin-top:0 !important;padding-bottom:0 !important;}body.page-node-type-service .layout.layout--onecol > .layout__region,body.page-node-type-service .layout.layout--onecol > .layout__region--content{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page,body.page-node-type-service .block-field-blocknodeservicebody{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .service-cards-wrapper > .card:last-child,body.page-node-type-service .service-cards-wrapper .main-grid .card:last-child,body.page-node-type-service .service-cards-wrapper > *:last-child{margin-bottom:0 !important;}body.page-node-type-service .region-content,body.page-node-type-service .region.region-content,body.page-node-type-service .lc-main-content.block-system-main-block,body.page-node-type-service #block-martis-content--3,body.page-node-type-service .col-md-9.left-content.main-content,body.page-node-type-service .left-content.main-content{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service #content-wide,body.page-node-type-service .content-wide#content-wide,body.page-node-type-service .page-wrapper #content-wide,body.page-node-type-service .region.region-content-wide,body.page-node-type-service #content-wide .region.region-content-wide{margin-top:0 !important;padding-top:0 !important;clear:both !important;}body.page-node-type-service [id*="pricingpackages"],body.page-node-type-service [id*="pricingpackage"],body.page-node-type-service [id^="block-martis-customblocktoaddpricing"],body.page-node-type-service [id^="block-martis-pricingpackages"]{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0.5rem !important;position:relative !important;top:auto !important;transform:none !important;}body.page-node-type-service .nnc-pricing-container{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricing"] .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-instruction-container{margin-top:1rem !important;margin-bottom:1.25rem !important;position:relative !important;top:auto !important;transform:none !important;height:auto !important;min-height:0 !important;max-height:none !important;overflow:visible !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading,body.page-node-type-service .nnc-pricing-menu-heading{scale:1 !important;transform:none !important;max-width:100% !important;overflow:visible !important;}@media (max-width:991.98px){body.page-node-type-service .row.layout.layout--onecol,body.page-node-type-service .layout.layout--onecol{margin-bottom:0 !important;}body.page-node-type-service #content-wide,body.page-node-type-service .region.region-content-wide,body.page-node-type-service #content-wide .region.region-content-wide{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricing"] .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-instruction-container{margin-top:2.75rem !important;margin-bottom:1.25rem !important;height:auto !important;min-height:0 !important;max-height:none !important;overflow:visible !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding-left:0.75rem !important;padding-right:0.75rem !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading,body.page-node-type-service .nnc-pricing-menu-heading{scale:1 !important;transform:none !important;font-size:clamp(1rem,4.2vw,1.25rem) !important;line-height:1.3 !important;width:100% !important;max-width:100% !important;margin:0 0 0.5rem 0 !important;padding:0.25rem 0 !important;text-wrap:balance;overflow:visible !important;}body.page-node-type-service .nnc-pricing-container{margin-top:0 !important;padding-top:0.25rem !important;overflow:visible !important;}body.page-node-type-service [id*="pricingpackages"],body.page-node-type-service [id^="block-martis-customblocktoaddpricing"]{overflow:visible !important;padding-top:0.25rem !important;}}body.page-node-type-service [id*="views-block-blog"] .flexslider .slides img,body.page-node-type-service .flexslider .slides img,body.page-node-type-service div#flexslider-1 .slides img{scale:1 !important;transform:none !important;max-width:100% !important;width:100% !important;height:auto !important;max-height:none !important;margin:0 !important;object-fit:contain !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider,body.page-node-type-service [id*="views-block-blog"] .flexslider .slides,body.page-node-type-service [id*="views-block-blog"] .flexslider .slides > li,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .post-row,body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb{margin-top:0 !important;transform:none !important;scale:1 !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider{overflow:hidden !important;}body.page-node-type-service [id*="views-block-blog"] .block-content{overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider{padding-left:0 !important;padding-right:0 !important;}body.page-node-type-service .flexslider,body.page-node-type-service [id*="views-block-blog"] .flexslider{position:relative !important;overflow:visible !important;}body.page-node-type-service .flexslider .flex-direction-nav,body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav{display:block !important;height:0 !important;margin:0 !important;padding:0 !important;list-style:none !important;z-index:20 !important;}body.page-node-type-service .flexslider .flex-direction-nav li,body.page-node-type-service .flexslider .flex-nav-prev,body.page-node-type-service .flexslider .flex-nav-next{display:block !important;height:0 !important;margin:0 !important;padding:0 !important;list-style:none !important;}body.page-node-type-service .flexslider .flex-direction-nav a,body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev,body.page-node-type-service .flexslider .flex-direction-nav a.flex-next,body.page-node-type-service .flexslider .flex-nav-prev a,body.page-node-type-service .flexslider .flex-nav-next a{display:block !important;visibility:visible !important;opacity:0.85 !important;width:44px !important;height:44px !important;margin:-22px 0 0 !important;position:absolute !important;top:50% !important;z-index:30 !important;overflow:hidden !important;cursor:pointer !important;color:#fff !important;text-shadow:1px 1px 2px rgba(0,0,0,0.55) !important;background:rgba(10,79,47,0.85) !important;border:2px solid #000 !important;border-radius:50% !important;text-indent:-9999px !important;transition:opacity 0.2s ease,background 0.2s ease !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev,body.page-node-type-service .flexslider .flex-nav-prev a.flex-prev,body.page-node-type-service .flexslider .flex-direction-nav .flex-prev{left:10px !important;right:auto !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-next,body.page-node-type-service .flexslider .flex-nav-next a.flex-next,body.page-node-type-service .flexslider .flex-direction-nav .flex-next{right:10px !important;left:auto !important;text-align:center !important;}body.page-node-type-service .flexslider:hover .flex-direction-nav a.flex-prev,body.page-node-type-service .flexslider:hover .flex-direction-nav a.flex-next{opacity:1 !important;left:auto;}body.page-node-type-service .flexslider:hover .flex-direction-nav a.flex-prev{left:10px !important;}body.page-node-type-service .flexslider:hover .flex-direction-nav a.flex-next{right:10px !important;left:auto !important;}body.page-node-type-service .flexslider .flex-direction-nav a:before,body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev:before,body.page-node-type-service .flexslider .flex-direction-nav a.flex-next:before{display:block !important;font-family:"flexslider-icon" !important;font-size:18px !important;line-height:40px !important;text-indent:0 !important;color:#fff !important;position:absolute !important;left:0 !important;right:0 !important;top:0 !important;text-align:center !important;width:100% !important;margin:0 !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev:before{content:"\f001" !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-next:before{content:"\f002" !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-disabled,body.page-node-type-service .flexslider .flex-direction-nav .flex-disabled{opacity:0.35 !important;cursor:default !important;z-index:30 !important;pointer-events:none !important;}@media (max-width:991.98px){body.page-node-type-service .flexslider .flex-direction-nav a,body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev,body.page-node-type-service .flexslider .flex-direction-nav a.flex-next{width:40px !important;height:40px !important;margin-top:-20px !important;opacity:0.9 !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev{left:6px !important;}body.page-node-type-service .flexslider .flex-direction-nav a.flex-next{right:6px !important;}}body.page-node-type-service [id*="views-block-blog"],body.page-node-type-service [id^="block-martis-views-block-blog"]{display:block !important;margin-top:0.75rem !important;margin-bottom:1.25rem !important;overflow:visible !important;position:relative !important;}body.page-node-type-service [id*="views-block-blog"] > .container-wrap{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:0.85rem !important;margin:0 !important;padding:0 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap{order:1 !important;flex:0 0 auto !important;float:none !important;clear:none !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 0 0.35rem 0 !important;position:relative !important;z-index:2 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-content{max-width:100% !important;width:100% !important;margin:0 !important;padding:0 !important;}body.page-node-type-service .block-views .block-title,body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title{margin:0 0 0.5rem 0 !important;padding:0.25rem 0 0.35rem 0 !important;position:relative !important;z-index:2 !important;line-height:1.3 !important;float:none !important;}body.page-node-type-service [id*="views-block-blog"] .block-content{order:2 !important;flex:0 0 auto !important;float:none !important;clear:both !important;width:100% !important;margin:0 !important;padding:0 !important;position:relative !important;z-index:1 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .views-element-container,body.page-node-type-service [id*="views-block-blog"] .flexslider{margin-top:0 !important;margin-bottom:0 !important;position:relative !important;z-index:1 !important;clear:both !important;}@media (max-width:991.98px){body.page-node-type-service [id*="views-block-blog"] > .container-wrap{gap:1.1rem !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap{margin:0 !important;padding-bottom:0.5rem !important;}body.page-node-type-service .block-views .block-title,body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title{margin:0 !important;padding-bottom:0.4rem !important;}body.page-node-type-service [id*="views-block-blog"] .block-content,body.page-node-type-service [id*="views-block-blog"] .flexslider{margin-top:0 !important;}}body.page-node-type-service .row.content-layout,body.page-node-type-service .col-md-9.left-content.main-content,body.page-node-type-service .left-content.main-content{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .region-content,body.page-node-type-service .region.region-content{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .node-type-service.node-content.service-node-content,body.page-node-type-service .service-node-content{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .service-node-content > .post-content:empty,body.page-node-type-service .node-type-service > .post-content:empty,body.page-node-type-service .service-node-content > .post-content:not(:has(*)){display:none !important;margin:0 !important;padding:0 !important;height:0 !important;min-height:0 !important;}body.page-node-type-service .service-node-content > .layout--onecol:has(.block-content:empty):not(:has(.service-cards-wrapper)),body.page-node-type-service .service-node-content > .row.layout.layout--onecol:has(.block-content:empty):not(:has(.service-cards-wrapper)){display:none !important;margin:0 !important;padding:0 !important;height:0 !important;min-height:0 !important;}body.page-node-type-service .service-node-content .bs-m-3.block:has(.block-content:empty),body.page-node-type-service .service-node-content .bs-mb-2.block:has(.block-content:empty),body.page-node-type-service .service-node-content .bs-pb-3.block:has(.block-content:empty){display:none !important;margin:0 !important;padding:0 !important;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{margin-top:0 !important;margin-bottom:1rem !important;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row{margin-bottom:1rem !important;}@media (max-width:991.98px){body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{margin-top:0 !important;margin-bottom:-3.25rem !important;}}@media (min-width:992px){body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{margin-top:0 !important;}}body.page-node-type-service [id*="views-block-blog"] .flexslider,body.page-node-type-service [id*="views-block-blog"] #flexslider-1,body.page-node-type-service div#flexslider-1.flexslider{overflow:hidden !important;margin-top:0 !important;margin-bottom:1rem !important;position:relative !important;top:auto !important;transform:none !important;}body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser.post-row,body.page-node-type-service [id*="views-block-blog"] .post-row,body.page-node-type-service .blog-post-teaser.post-row{margin-top:0 !important;margin-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;transform:none !important;scale:1 !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb,body.page-node-type-service [id*="views-block-blog"] .post-content-wrap,body.page-node-type-service .flexslider .post-image,body.page-node-type-service .flexslider .post-thumb{margin:0 !important;padding:0 !important;transform:none !important;scale:1 !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider .slides img,body.page-node-type-service .flexslider .slides img{scale:1 !important;transform:none !important;margin:0 !important;max-width:100% !important;width:100% !important;height:auto !important;}body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav,body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav a{z-index:40 !important;}@media (max-width:991.98px){body.page-node-type-service [id*="views-block-blog"] > .container-wrap{gap:1.25rem !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap{margin-bottom:0 !important;padding-bottom:0.65rem !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider{margin-top:0.25rem !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-instruction-container{margin-top:3rem !important;min-height:auto !important;height:auto !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading{position:relative !important;top:auto !important;display:block !important;}}body.page-node-type-service .page-wrapper > .container,body.page-node-type-service #page-wrapper > .container{margin-top:1rem !important;}body.page-node-type-service .region.region-content-wide div.views-element-container,body.page-node-type-service #content-wide .region.region-content-wide div.views-element-container,body.page-node-type-service #content-wide div.views-element-container,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"],body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] .views-element-container,body.page-node-type-service [id*="views-block-blog"] .block-content .views-element-container,body.page-node-type-service [id*="views-block-blog"] .views-element-container{margin-top:0 !important;top:auto !important;transform:none !important;}body.page-node-type-service [id*="views-block-blog"] > .container-wrap{display:flex !important;flex-direction:column !important;gap:1rem !important;row-gap:1rem !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap,body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title,body.page-node-type-service .block-views .block-title{margin-top:0 !important;margin-bottom:0 !important;transform:none !important;scale:1 !important;}body.page-node-type-service [id*="views-block-blog"] .block-content,body.page-node-type-service [id*="views-block-blog"] .flexslider{margin-top:0 !important;position:relative !important;top:auto !important;}@media (max-width:991.98px){body.page-node-type-service [id*="views-block-blog"] > .container-wrap{gap:1.35rem !important;row-gap:1.35rem !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap{padding-bottom:0.35rem !important;margin-bottom:0 !important;}body.page-node-type-service [id*="views-block-blog"] .block-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container,body.page-node-type-service [id*="views-block-blog"] .flexslider{margin-top:0.15rem !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricing"] .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-instruction-container,body.page-node-type-service #content-wide .nnc-pricing-instruction-container{margin-top:2.5rem !important;margin-bottom:1.25rem !important;padding-top:0.35rem !important;overflow:visible !important;max-height:none !important;height:auto !important;transform:none !important;top:auto !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading,body.page-node-type-service .nnc-pricing-menu-heading,body.page-node-type-service #content-wide .nnc-pricing-menu-heading{scale:1 !important;transform:none !important;overflow:visible !important;max-height:none !important;position:relative !important;top:auto !important;display:block !important;padding-top:0.15rem !important;}}body.page-node-type-service #page-wrapper,body.page-node-type-service .page-wrapper,body.page-node-type-service section#page-wrapper.page-wrapper{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service #content-wide-top,body.page-node-type-service .content-wide#content-wide-top,body.page-node-type-service .region.region-content-wide-top{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .page-wrapper > .container,body.page-node-type-service #page-wrapper > .container{margin-top:1rem !important;padding-top:0 !important;}body.page-node-type-service .layout.layout--twocol-section.layout--twocol-section--50-50.row,body.page-node-type-service .layout.layout--twocol-section{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .row.content-layout,body.page-node-type-service .region-content,body.page-node-type-service .service-node-content,body.page-node-type-service .node-type-service.node-content{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service div.service-cards-wrapper,body.page-node-type-service .service-cards-wrapper.service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page,body.page-node-type-service .block-field-blocknodeservicebody,body.page-node-type-service .block-field-blocknodeservicebody > .container-wrap{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .layout.layout--onecol,body.page-node-type-service .row.layout.layout--onecol{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .col-md-9.left-content.main-content,body.page-node-type-service .left-content.main-content,body.page-node-type-service .region-content,body.page-node-type-service #page-wrapper,body.page-node-type-service .page-wrapper{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricing"] .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-instruction-container,body.page-node-type-service #content-wide .nnc-pricing-instruction-container{margin-top:1rem !important;margin-bottom:0.5rem !important;padding-top:0 !important;padding-bottom:0 !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading,body.page-node-type-service .nnc-pricing-menu-heading,body.page-node-type-service #content-wide .nnc-pricing-menu-heading{margin:0 0 0.35rem 0 !important;padding:0 !important;}body.page-node-type-service .nnc-tabs,body.page-node-type-service .nnc-tabs.w-tabs,body.page-node-type-service .nnc-tabs-menu,body.page-node-type-service .nnc-pricing-instruction-container + .nnc-tabs{margin-top:0 !important;padding-top:0 !important;}@media (max-width:991.98px){body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricing"] .nnc-pricing-instruction-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-instruction-container,body.page-node-type-service #content-wide .nnc-pricing-instruction-container{margin-top:1rem !important;margin-bottom:0.5rem !important;padding-top:0 !important;padding-bottom:0 !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading,body.page-node-type-service .nnc-pricing-menu-heading{margin:0 0 0.25rem 0 !important;padding:0 !important;font-size:clamp(0.95rem,4vw,1.15rem) !important;line-height:1.25 !important;}body.page-node-type-service [id*="pricingpackages"],body.page-node-type-service [id^="block-martis-customblocktoaddpricing"]{padding-top:0 !important;}}body.page-node-type-service .region.region-content-wide [id*="views-block-blog"],body.page-node-type-service #content-wide [id*="views-block-blog"],body.page-node-type-service [id*="views-block-blog"],body.page-node-type-service [id^="block-martis-views-block-blog"]{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:100% !important;margin-top:0 !important;margin-bottom:1rem !important;margin-left:auto !important;margin-right:auto !important;padding-top:0 !important;padding-bottom:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;text-align:center !important;}body.page-node-type-service [id*="views-block-blog"] > .container-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;gap:0.5rem !important;row-gap:0.5rem !important;box-sizing:border-box !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:1220px !important;margin:0 auto !important;padding:0 !important;text-align:center !important;float:none !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-content{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;}body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title,body.page-node-type-service .block-views .block-title,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] h2.block-title,body.page-node-type-service .region.region-content-wide div.views-element-container h2{margin:0 auto !important;padding:0 !important;text-align:center !important;width:100% !important;max-width:100% !important;float:none !important;}body.page-node-type-service [id*="views-block-blog"] .block-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container,body.page-node-type-service [id*="views-block-blog"] .flexslider{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-top:0 !important;margin-bottom:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}body.page-node-type-service #content-wide [id*="views-block-blog"].block,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,body.page-node-type-service .content-wide [id*="views-block-blog"]{padding-top:0 !important;padding-bottom:0.5rem !important;}body.page-node-type-service #content-wide [id*="pricingpackages"],body.page-node-type-service #content-wide [id^="block-martis-customblocktoaddpricing"],body.page-node-type-service .region.region-content-wide [id*="pricingpackages"],body.page-node-type-service .region.region-content-wide [id^="block-martis-customblocktoaddpricing"]{margin-bottom:0 !important;padding-bottom:0 !important;}@media (max-width:991.98px){body.page-node-type-service .nnc-pricing-container,body.page-node-type-service #content-wide .nnc-pricing-container,body.page-node-type-service [id*="pricingpackages"] .nnc-pricing-container,body.page-node-type-service [id^="block-martis-customblocktoaddpricing"] .nnc-pricing-container{padding-bottom:0 !important;margin-bottom:0 !important;}body.page-node-type-service #content-wide [id*="pricingpackages"],body.page-node-type-service #content-wide [id^="block-martis-customblocktoaddpricing"],body.page-node-type-service .region.region-content-wide [id*="pricingpackages"],body.page-node-type-service .region.region-content-wide [id^="block-martis-customblocktoaddpricing"]{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .nnc-tabs,body.page-node-type-service .nnc-tabs.w-tabs,body.page-node-type-service .nnc-tab-content{margin-bottom:0 !important;padding-bottom:0 !important;}body.page-node-type-service .region.region-content-wide [id*="views-block-blog"],body.page-node-type-service #content-wide [id*="views-block-blog"],body.page-node-type-service [id*="views-block-blog"],body.page-node-type-service [id^="block-martis-views-block-blog"]{margin-top:0 !important;padding-top:0 !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;max-width:100% !important;align-items:stretch !important;}body.page-node-type-service [id*="views-block-blog"] > .container-wrap{gap:0.5rem !important;row-gap:0.5rem !important;width:100% !important;max-width:100% !important;padding-left:var(--service-gutter,0.95rem) !important;padding-right:var(--service-gutter,0.95rem) !important;margin-left:0 !important;margin-right:0 !important;margin-top:0 !important;align-items:stretch !important;box-sizing:border-box !important;}body.page-node-type-service [id*="views-block-blog"] .block-title-wrap{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;justify-content:center !important;}body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title,body.page-node-type-service .block-views .block-title{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;text-align:center !important;}body.page-node-type-service [id*="views-block-blog"] .block-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container,body.page-node-type-service [id*="views-block-blog"] .flexslider{margin-top:0 !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;}body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .post-content-wrap,body.page-node-type-service [id*="views-block-blog"] .content-wrap,body.page-node-type-service [id*="views-block-blog"] .post-content{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}body.page-node-type-service [id*="views-block-blog"] .post-image{width:92% !important;max-width:92% !important;margin-left:auto !important;margin-right:auto !important;}}body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser.post-row{display:flex !important;flex-direction:column !important;align-items:center !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;border:0 !important;background:transparent !important;overflow:visible !important;margin:0 !important;padding:0 !important;gap:0 !important;row-gap:0 !important;column-gap:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-thumb,body.page-node-type-service [id*="views-block-blog"] .post-media{display:flex !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container .post-content,body.page-node-type-service [id*="views-block-blog"] .content-wrap .post-content,body.page-node-type-service .blog-post-teaser .post-content{border:2px solid #000 !important;border-radius:10px !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin:0 auto !important;margin-top:0 !important;margin-bottom:0 !important;margin-left:auto !important;margin-right:auto !important;padding:1rem 1.15rem !important;}body.page-node-type-service [id*="views-block-blog"] .content-wrap,body.page-node-type-service [id*="views-block-blog"] .post-content-wrap > .content-wrap,body.page-node-type-service .blog-post-teaser .content-wrap{width:100% !important;max-width:100% !important;margin:0 auto !important;margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;padding-top:0 !important;display:flex !important;flex-direction:column !important;align-items:center !important;gap:0 !important;row-gap:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb .post-image,body.page-node-type-service .blog-post-teaser .post-image{width:92% !important;max-width:92% !important;margin-top:0.65rem !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:-1.35rem !important;padding:0 !important;border:2px solid #000 !important;border-radius:1rem !important;overflow:hidden !important;height:auto !important;max-height:none !important;box-sizing:border-box !important;background:transparent !important;transform:none !important;scale:1 !important;display:block !important;box-shadow:0 3px 10px rgba(10,79,47,0.14) !important;}body.page-node-type-service [id*="views-block-blog"] .post-image img,body.page-node-type-service [id*="views-block-blog"] .post-image *,body.page-node-type-service [id*="views-block-blog"] .flexslider .slides img,body.page-node-type-service .blog-post-teaser .post-image img{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:none !important;object-fit:cover !important;object-position:center !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;scale:1 !important;transform:none !important;box-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb,body.page-node-type-service [id*="views-block-blog"] .post-content-wrap .post-image{top:auto !important;position:relative !important;}@media (max-width:991.98px){body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb .post-image,body.page-node-type-service .blog-post-teaser .post-image{width:90% !important;max-width:90% !important;margin-top:0.5rem !important;margin-bottom:-1.15rem !important;border:2px solid #000 !important;border-radius:0.9rem !important;overflow:hidden !important;background:transparent !important;}body.page-node-type-service [id*="views-block-blog"] .post-thumb,body.page-node-type-service [id*="views-block-blog"] .content-wrap{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-image img,body.page-node-type-service .blog-post-teaser .post-image img{max-height:none !important;height:auto !important;object-fit:cover !important;border:0 !important;border-radius:0 !important;scale:1 !important;transform:none !important;padding:0 !important;margin:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container .post-content,body.page-node-type-service .blog-post-teaser .post-content{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:1.35rem 0.9rem 0.85rem !important;border:2px solid #000 !important;}}body.page-node-type-service [id*="views-block-blog"] .post-thumb,body.page-node-type-service [id*="views-block-blog"] .post-media{position:relative !important;z-index:3 !important;margin-bottom:0 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb .post-image,body.page-node-type-service .blog-post-teaser .post-image{position:relative !important;z-index:3 !important;margin-top:0.65rem !important;margin-bottom:-1.35rem !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important;height:auto !important;max-height:none !important;border:2px solid #000 !important;border-radius:1rem !important;background:transparent !important;}@media (min-width:992px){body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb .post-image,body.page-node-type-service .blog-post-teaser .post-image{width:92% !important;max-width:92% !important;margin-top:0.75rem !important;margin-bottom:-1.35rem !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important;border-radius:1rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-image img,body.page-node-type-service [id*="views-block-blog"] .flexslider .slides img,body.page-node-type-service .blog-post-teaser .post-image img{height:auto !important;max-height:none !important;object-fit:cover !important;width:100% !important;border:0 !important;border-radius:0 !important;}}body.page-node-type-service [id*="views-block-blog"] .content-wrap{position:relative !important;z-index:1 !important;margin-top:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container .post-content,body.page-node-type-service .blog-post-teaser .post-content{position:relative !important;z-index:1 !important;padding-top:1.75rem !important;padding-bottom:1rem !important;margin-bottom:0 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .post-link,body.page-node-type-service .blog-post-teaser .post-link{position:relative !important;z-index:5 !important;display:flex !important;justify-content:center !important;width:100% !important;margin-top:0 !important;margin-bottom:-1.5rem !important;padding-bottom:0 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .post-link .read-more,body.page-node-type-service [id*="views-block-blog"] a.read-more,body.page-node-type-service .blog-post-teaser .post-link .read-more{position:relative !important;z-index:6 !important;display:flex !important;justify-content:center !important;align-items:center !important;width:80% !important;max-width:20rem !important;margin-top:6px !important;margin-bottom:0 !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider,body.page-node-type-service [id*="views-block-blog"] #flexslider-1,body.page-node-type-service [id*="views-block-blog"] .flex-viewport,body.page-node-type-service [id*="views-block-blog"] .slides,body.page-node-type-service [id*="views-block-blog"] .slides > li,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider{padding-bottom:0.75rem !important;margin-bottom:0 !important;height:auto !important;}body.page-node-type-service .region.region-content-wide [id*="views-block-blog"],body.page-node-type-service #content-wide [id*="views-block-blog"],body.page-node-type-service [id*="views-block-blog"],body.page-node-type-service [id^="block-martis-views-block-blog"]{margin-bottom:0.35rem !important;padding-bottom:0 !important;}body.page-node-type-service #content-wide [id*="views-block-blog"] + .block,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] + .block,body.page-node-type-service #block-rvdetailingblock,body.page-node-type-service [id*="views-block-blog"] + [id*="detailing"],body.page-node-type-service [id*="views-block-blog"] + [id*="customize"]{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav,body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav a{z-index:20 !important;}@media (max-width:991.98px){body.page-node-type-service .region.region-content-wide [id*="views-block-blog"],body.page-node-type-service #content-wide [id*="views-block-blog"],body.page-node-type-service [id*="views-block-blog"],body.page-node-type-service [id^="block-martis-views-block-blog"]{margin-top:-1.2rem !important;margin-bottom:0.25rem !important;padding-top:0 !important;padding-bottom:0 !important;}body.page-node-type-service [id*="views-block-blog"] > .container-wrap{margin-top:0 !important;margin-bottom:0 !important;gap:0.35rem !important;row-gap:0.35rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb .post-image,body.page-node-type-service .blog-post-teaser .post-image{width:90% !important;max-width:90% !important;margin-top:0.25rem !important;margin-bottom:-1.15rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-content,body.page-node-type-service .blog-post-teaser .post-content{padding-top:1.5rem !important;padding-bottom:0.85rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-link,body.page-node-type-service .blog-post-teaser .post-link{margin-top:0 !important;margin-bottom:-1.25rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-link .read-more,body.page-node-type-service .blog-post-teaser .post-link .read-more{margin-top:6px !important;}body.page-node-type-service [id*="views-block-blog"] .flexslider{padding-bottom:0.85rem !important;margin-bottom:0 !important;overflow:visible !important;}body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{padding-bottom:0 !important;margin-bottom:0 !important;overflow:visible !important;}body.page-node-type-service #content-wide [id*="views-block-blog"] + .block,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] + .block,body.page-node-type-service #block-rvdetailingblock{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .content-wide [id*="views-block-blog"] + .block .container-wrap,body.page-node-type-service #block-rvdetailingblock .container-wrap{margin-top:0 !important;padding-top:0 !important;}}body.path-blog .blog-post-teaser,body.page-blog .blog-post-teaser,body.page-node-type-blog .blog-post-teaser{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}body.path-blog .blog-post-teaser .post-content-wrap,body.page-blog .blog-post-teaser .post-content-wrap,body.page-node-type-blog .blog-post-teaser .post-content-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;border:0 !important;background:transparent !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;box-sizing:border-box !important;overflow:visible !important;gap:0 !important;}body.path-blog .blog-post-teaser .post-content,body.path-blog .blog-post-full .post-content,body.path-blog article .post-content,body.page-blog .blog-post-teaser .post-content,body.page-blog .blog-post-full .post-content,body.page-node-type-blog .blog-post-teaser .post-content,body.page-node-type-blog .blog-post-full .post-content,body.page-node-type-blog .post-content{border:2px solid #000 !important;border-radius:10px !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;z-index:1 !important;padding-top:1.5rem !important;}body.path-blog .blog-post-teaser .post-thumb,body.path-blog .blog-post-teaser .post-media,body.page-blog .blog-post-teaser .post-thumb,body.page-node-type-blog .post-thumb,body.page-node-type-blog .post-media{display:flex !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;overflow:visible !important;height:auto !important;position:relative !important;z-index:3 !important;}body.path-blog .blog-post-teaser .post-image,body.path-blog .blog-post-full .post-image,body.path-blog article .post-image,body.page-blog .blog-post-teaser .post-image,body.page-blog .blog-post-full .post-image{border:2px solid #000 !important;border-radius:1.35rem !important;box-sizing:border-box !important;overflow:visible !important;width:92% !important;max-width:92% !important;height:auto !important;max-height:none !important;margin-top:0.65rem !important;margin-bottom:-1.25rem !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;position:relative !important;z-index:3 !important;display:block !important;}body.path-blog .blog-post-teaser .content-wrap,body.page-blog .blog-post-teaser .content-wrap,body.page-node-type-blog .blog-post-teaser .content-wrap{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;display:flex !important;flex-direction:column !important;align-items:center !important;}body.path-blog .post-image img,body.page-blog .post-image img,body.page-node-type-blog .post-image img,body.path-blog .blog-post-teaser .post-image img,body.page-node-type-blog .blog-post-teaser .post-image img{border:0 !important;border-radius:1.2rem !important;box-sizing:border-box !important;display:block !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:center !important;scale:1 !important;transform:none !important;padding:0 !important;margin:0 !important;}@media (min-width:992px){body.path-blog .blog-post-teaser .post-image,body.page-blog .blog-post-teaser .post-image,body.page-node-type-blog .blog-post-teaser .post-image,body.page-node-type-blog .post-image{width:92% !important;max-width:92% !important;margin-top:0.75rem !important;margin-bottom:-1.35rem !important;margin-left:auto !important;margin-right:auto !important;}body.path-blog .blog-post-teaser .post-content,body.page-blog .blog-post-teaser .post-content,body.page-node-type-blog .post-content{padding-top:1.75rem !important;}}body.path-blog article.blog-post-teaser.post-row,body.path-blog .blog-post-teaser.post-row,body.path-blog .blog-post-teaser,body.page-blog article.blog-post-teaser.post-row,body.page-blog .blog-post-teaser.post-row,body.page-blog .blog-post-teaser{margin-bottom:0 !important;margin-top:0 !important;}body.path-blog article.blog-post-teaser .post-link,body.path-blog .blog-post-teaser .post-link,body.page-blog .blog-post-teaser .post-link{margin-bottom:0 !important;}body.path-blog .views-view-responsive-grid__item,body.page-blog .views-view-responsive-grid__item,body.path-blog .views-view-responsive-grid__item-inner,body.page-blog .views-view-responsive-grid__item-inner{margin-bottom:0 !important;margin-top:0 !important;padding-bottom:0 !important;box-sizing:border-box !important;}@media (min-width:992px){body.path-blog .views-view-responsive-grid,body.page-blog .views-view-responsive-grid,body.path-blog .view-blog .views-view-responsive-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr)) !important;gap:1.5rem !important;row-gap:1.75rem !important;column-gap:1.5rem !important;column-count:auto !important;column-width:auto !important;margin-bottom:0 !important;margin-top:0 !important;}body.path-blog .views-view-responsive-grid__item,body.page-blog .views-view-responsive-grid__item{width:100% !important;max-width:100% !important;min-width:0 !important;break-inside:auto !important;page-break-inside:auto !important;}body.path-blog .views-view-responsive-grid__item > *,body.page-blog .views-view-responsive-grid__item > *{padding-bottom:0 !important;break-inside:auto !important;page-break-inside:auto !important;height:100% !important;}body.path-blog .views-view-responsive-grid__item-inner,body.page-blog .views-view-responsive-grid__item-inner{width:100% !important;max-width:100% !important;height:100% !important;}body.path-blog .blog-post-teaser,body.page-blog .blog-post-teaser{width:100% !important;max-width:100% !important;height:100% !important;}}@media (max-width:991.98px){body.path-blog .views-view-responsive-grid,body.page-blog .views-view-responsive-grid,body.path-blog .view-blog .views-view-responsive-grid{display:flex !important;flex-direction:column !important;gap:1rem !important;row-gap:1rem !important;column-count:auto !important;column-width:auto !important;margin-bottom:0 !important;margin-top:0 !important;}body.path-blog .views-view-responsive-grid__item,body.page-blog .views-view-responsive-grid__item,body.path-blog .views-view-responsive-grid__item-inner,body.page-blog .views-view-responsive-grid__item-inner{width:100% !important;}body.path-blog article.blog-post-teaser.post-row,body.path-blog .blog-post-teaser.post-row,body.path-blog .blog-post-teaser,body.page-blog .blog-post-teaser{margin-bottom:0 !important;padding-bottom:0.5rem !important;}body.path-blog article.blog-post-teaser .post-link,body.path-blog .blog-post-teaser .post-link,body.page-blog .blog-post-teaser .post-link{margin-bottom:0.15rem !important;}body.path-blog .page-wrapper > .container,body.page-blog .page-wrapper > .container,body.page-node-type-blog .page-wrapper > .container{padding-left:0.85rem !important;padding-right:0.85rem !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;}body.path-blog .row.content-layout,body.page-blog .row.content-layout,body.page-node-type-blog .row.content-layout{margin-left:0 !important;margin-right:0 !important;width:100% !important;}body.path-blog .col-md-9.left-content.main-content,body.page-blog .col-md-9.left-content.main-content,body.page-node-type-blog .col-md-9.left-content.main-content,body.path-blog .region-content,body.page-blog .region-content{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}body.path-blog .blog-post-teaser,body.page-blog .blog-post-teaser,body.page-node-type-blog .blog-post-teaser,body.path-blog .views-view-responsive-grid,body.path-blog .views-view-responsive-grid__item,body.path-blog .views-view-responsive-grid__item-inner{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}body.path-blog .blog-post-teaser .post-image,body.page-blog .blog-post-teaser .post-image{width:90% !important;max-width:90% !important;margin-top:0.9rem !important;margin-bottom:-1.15rem !important;margin-left:auto !important;margin-right:auto !important;border-radius:1.15rem !important;}body.path-blog .blog-post-teaser .post-content,body.page-blog .blog-post-teaser .post-content,body.page-node-type-blog .post-content{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;padding:1.35rem 0.85rem 0.85rem !important;}body.path-blog .post-image img,body.page-blog .post-image img,body.page-node-type-blog .post-image img{width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;scale:1 !important;transform:none !important;border-radius:1rem !important;}}body.page-node-type-blog .blog-post-full .post-body,body.page-node-type-blog .post-body,body.page-node-type-blog .post-body .field-body,body.page-node-type-blog .post-body .field.field-body{color:#0a2f1c !important;}body.page-node-type-blog .region.region-content .post-body p,body.page-node-type-blog .region.region-content .field-body p,body.page-node-type-blog .region.region-content .field.field-body p,body.page-node-type-blog .region.region-content .blog-post-full p,body.page-node-type-blog .post-body .field-body p,body.page-node-type-blog .post-body .field.field-body p,body.page-node-type-blog .post-body p,body.page-node-type-blog .blog-post-full .post-body p{background-color:#fff !important;background:#fff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;border-radius:8px !important;padding:0.85rem 1.05rem !important;line-height:1.7 !important;font-size:1.02rem !important;margin-bottom:0.95rem !important;box-shadow:0 1px 0 rgba(10,79,47,0.04) !important;}body.page-node-type-blog .post-body .field-body > p:nth-of-type(even),body.page-node-type-blog .post-body .field.field-body > p:nth-of-type(even),body.page-node-type-blog .blog-post-full .post-body .field-body > p:nth-of-type(even){background-color:#fff !important;background:#fff !important;border-top-color:#d7efe3 !important;border-right-color:#d7efe3 !important;border-bottom-color:#d7efe3 !important;border-left-color:#4fa36f !important;}body.page-node-type-blog .post-body .field-body > p,body.page-node-type-blog .post-body .field-body > p span,body.page-node-type-blog .post-body .field-body > p em,body.page-node-type-blog .post-body .field-body > p cite,body.page-node-type-blog .post-body .field.field-body > p span,body.page-node-type-blog .post-body .field.field-body > p em,body.page-node-type-blog .region.region-content .post-body .field-body p span,body.page-node-type-blog .region.region-content .post-body .field-body p em,body.page-node-type-blog .region.region-content .post-body .field-body p cite{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.page-node-type-blog .post-body h2,body.page-node-type-blog .region.region-content .post-body h2,body.page-node-type-blog .region.region-content .field-body h2{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.55rem 1.05rem !important;border-radius:8px !important;border:2px solid #000 !important;font-weight:800 !important;font-size:1.28rem !important;line-height:1.35 !important;margin-top:2rem !important;margin-bottom:0.9rem !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;letter-spacing:0.01em !important;}body.page-node-type-blog .post-body h3,body.page-node-type-blog .region.region-content .post-body h3,body.page-node-type-blog .region.region-content .field-body h3{background:#138450 !important;background-color:#138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.45rem 0.95rem !important;border-radius:7px !important;border:2px solid #000 !important;font-weight:800 !important;font-size:1.12rem !important;line-height:1.35 !important;margin-top:1.35rem !important;margin-bottom:0.75rem !important;box-shadow:0 2px 6px rgba(19,132,80,0.2) !important;}body.page-node-type-blog .post-body h4,body.page-node-type-blog .region.region-content .post-body h4,body.page-node-type-blog .region.region-content .field-body h4,body.page-node-type-blog .field-body h4{background:#8fd0b3 !important;background-color:#8fd0b3 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.4rem 0.85rem !important;border-radius:7px !important;border:2px solid #0a4f2f !important;font-weight:800 !important;font-size:1.05rem !important;line-height:1.35 !important;margin-top:1.15rem !important;margin-bottom:0.65rem !important;}body.page-node-type-blog .post-body h2 strong,body.page-node-type-blog .post-body h2 *,body.page-node-type-blog .post-body h3 strong,body.page-node-type-blog .post-body h3 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}body.page-node-type-blog .post-body h4 strong,body.page-node-type-blog .post-body h4 *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.page-node-type-blog .post-body ul,body.page-node-type-blog .post-body ol{padding-left:0 !important;margin:0.25rem 0 1.1rem !important;list-style-position:inside !important;}body.page-node-type-blog .post-body li,body.page-node-type-blog .region.region-content .post-body li,body.page-node-type-blog .post-body .field-body li{background-color:#ffffff !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;border-radius:8px !important;padding:0.7rem 0.95rem !important;margin-bottom:0.55rem !important;line-height:1.65 !important;box-shadow:0 1px 0 rgba(10,79,47,0.04) !important;}body.page-node-type-blog .post-body ol > li{border-left-color:#0e6c3e !important;}body.page-node-type-blog .post-body li *,body.page-node-type-blog .post-body li span,body.page-node-type-blog .post-body li em{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.page-node-type-blog .post-body li strong{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-weight:800 !important;}body.page-node-type-blog .page-wrapper .post-body p strong,body.page-node-type-blog .page-wrapper p strong,body.page-node-type-blog .post-body p strong,body.page-node-type-blog .post-body strong,body.page-node-type-blog .region.region-content .post-body strong{color:#03c207 !important;-webkit-text-fill-color:#03c207 !important;font-weight:800 !important;}body.page-node-type-blog .post-body a,body.page-node-type-blog .region.region-content .post-body a,body.page-node-type-blog .post-body p a,body.page-node-type-blog .post-body li a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;text-decoration:underline !important;text-decoration-color:#8fd0b3 !important;text-underline-offset:2px !important;font-weight:700 !important;}body.page-node-type-blog .post-body a:hover,body.page-node-type-blog .post-body a:focus,body.page-node-type-blog .region.region-content .post-body a:hover{color:#138450 !important;-webkit-text-fill-color:#138450 !important;text-decoration-color:#138450 !important;}body.page-node-type-blog .post-body blockquote{background:linear-gradient(180deg,#f7fcf9 0%,#e8f6ee 100%) !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid #8fd0b3 !important;border-radius:8px !important;padding:0.95rem 1.1rem !important;margin:0.25rem 0 1.1rem !important;font-style:italic !important;}body.page-node-type-blog .post-body blockquote *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.page-node-type-blog .post-body pre,body.page-node-type-blog .post-body code{background-color:#0a2f1c !important;color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;border-radius:5px !important;}body.page-node-type-blog .post-body pre{padding:0.9rem 1.05rem !important;overflow-x:auto !important;border:2px solid #0e6c3e !important;}body.page-node-type-blog .post-body p code,body.page-node-type-blog .post-body li code{background-color:rgba(14,108,62,0.12) !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;padding:0.12em 0.4em !important;border-radius:4px !important;}body.page-node-type-blog .post-body .faq-accordion,body.page-node-type-blog .post-body .faq-list,body.page-node-type-blog .post-body dl.faq-list{border:0 !important;border-bottom:0 !important;box-shadow:none !important;}body.page-node-type-blog .post-body .faq-accordion dt,body.page-node-type-blog .post-body .faq-accordion dt.faq-question,body.page-node-type-blog .post-body dl.faq-list dt.faq-question{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;border:1px solid rgba(0,0,0,0.35) !important;border-bottom:1px solid rgba(0,0,0,0.35) !important;border-radius:8px !important;box-shadow:none !important;margin-bottom:0 !important;}body.page-node-type-blog .post-body .faq-accordion dt p,body.page-node-type-blog .post-body .faq-accordion dt.faq-question p,body.page-node-type-blog .post-body dl.faq-list dt.faq-question p,body.page-node-type-blog .region.region-content .post-body .faq-accordion dt p,body.page-node-type-blog .region.region-content .post-body .faq-accordion dt.faq-question p,body.page-node-type-blog .post-body .faq-accordion dt p *,body.page-node-type-blog .post-body .faq-accordion dt.faq-question p *{background:transparent !important;background-color:transparent !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:0 !important;border-top:0 !important;border-right:0 !important;border-bottom:0 !important;border-left:0 !important;box-shadow:none !important;padding:0.75rem 2.75rem 0.75rem 1rem !important;margin-bottom:0 !important;}body.page-node-type-blog .post-body .faq-accordion dd,body.page-node-type-blog .post-body .faq-accordion dd.faq-answer,body.page-node-type-blog .post-body dl.faq-list dd.faq-answer{border:0 !important;border-bottom:0 !important;background:transparent !important;box-shadow:none !important;margin:0 !important;padding:0.45rem 0 0.45rem !important;}body.page-node-type-blog .post-body .faq-accordion dd.faq-answer p,body.page-node-type-blog .post-body .faq-list .faq-answer p,body.page-node-type-blog .post-body dl.faq-list dd.faq-answer p,body.page-node-type-blog .region.region-content .post-body .faq-accordion dd.faq-answer p,body.page-node-type-blog .region.region-content .post-body .faq-list .faq-answer p,html body.page-node-type-blog .post-body .faq-accordion dd.faq-answer p{background:#e8f6ee !important;background-color:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #8fd0b3 !important;border-radius:8px !important;box-shadow:none !important;margin-top:0 !important;margin-bottom:0 !important;padding:0.8rem 1rem !important;line-height:1.6 !important;font-size:1rem !important;}body.page-node-type-blog .post-body .faq-accordion .faq-answer p strong,body.page-node-type-blog .post-body .faq-accordion dd.faq-answer p strong{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:0 !important;}body.page-node-type-blog .post-body .faq-accordion dt,body.page-node-type-blog .post-body .faq-accordion dt.faq-question,body.page-node-type-blog .post-body dl.faq-list dt.faq-question{margin-top:0.35rem !important;}body.page-node-type-blog .blog-post-full .post-title,body.page-node-type-blog .post-header .post-title,body.page-node-type-blog .post-title,body.page-node-type-blog .post-title span{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;font-weight:800 !important;}body.page-node-type-blog .post-meta,body.page-node-type-blog .post-meta .post-meta-item,body.page-node-type-blog .post-meta a,body.page-node-type-blog .post-meta i{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.page-node-type-blog .post-meta .post-meta-item{background-color:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;}body.page-node-type-blog .post-tags{background:#f7fcf9 !important;border:2px solid #0a4f2f !important;border-radius:8px !important;color:#0a2f1c !important;}body.page-node-type-blog .post-tags .field-item a,body.page-node-type-blog .post-tags a{background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:2px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;}body.path-blog .blog-post-teaser .post-content-wrap,body.page-blog .blog-post-teaser .post-content-wrap{background-color:transparent !important;background:transparent !important;}body.path-blog .blog-post-teaser .post-content,body.page-blog .blog-post-teaser .post-content,body.path-blog article.blog-post-teaser .post-content{background:linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;border:2px solid #000 !important;box-shadow:0 4px 14px rgba(10,79,47,0.18) !important;}body.path-blog .blog-post-teaser .post-content .post-title,body.path-blog .blog-post-teaser .post-content .post-title a,body.path-blog .blog-post-teaser .post-content .post-excerpt,body.path-blog .blog-post-teaser .post-content .post-excerpt *,body.path-blog .blog-post-teaser .post-content .post-excerpt .field-item,body.page-blog .blog-post-teaser .post-content .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.18) !important;}body.path-blog .blog-post-teaser .post-meta,body.path-blog .blog-post-teaser .post-meta *,body.path-blog .blog-post-teaser .post-meta-item,body.path-blog .blog-post-teaser .post-meta-item *,body.path-blog .blog-post-teaser .post-meta-item a,body.path-blog .blog-post-teaser .post-meta-item i,body.page-blog .blog-post-teaser .post-meta-item,body.page-blog .blog-post-teaser .post-meta-item *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;}body.path-blog .blog-post-teaser .post-meta-item,body.page-blog .blog-post-teaser .post-meta-item{background-color:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;}body.path-blog .blog-post-teaser .post-link .read-more,body.page-blog .blog-post-teaser .post-link .read-more{background:linear-gradient(204deg,#8fd0b3 0%,#4fa36f 45%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;font-weight:700 !important;box-shadow:0 2px 6px rgba(10,79,47,0.2) !important;}body.path-blog .blog-post-teaser .post-link .read-more:hover,body.page-blog .blog-post-teaser .post-link .read-more:hover{background:linear-gradient(204deg,#a8e0c6 0%,#138450 55%,#0a4f2f 100%) !important;color:#ffffff !important;}body.path-blog .blog-post-teaser .post-tags,body.path-blog .blog-post-teaser .post-tags *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.path-blog .blog-post-teaser .tags-list a{background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;}@media (max-width:991.98px){body.page-node-type-blog .post-body p,body.page-node-type-blog .region.region-content .post-body p,body.page-node-type-blog .post-body li{padding:0.72rem 0.85rem !important;font-size:0.98rem !important;line-height:1.65 !important;border-top-width:1px !important;border-right-width:1px !important;border-bottom-width:1px !important;}body.page-node-type-blog .post-body h2{font-size:1.12rem !important;padding:0.45rem 0.8rem !important;margin-top:1.2rem !important;}body.page-node-type-blog .post-body h3{font-size:1.05rem !important;padding:0.4rem 0.75rem !important;}body.page-node-type-blog .post-body h4{font-size:1rem !important;}body.path-blog .blog-post-teaser .post-content{background:linear-gradient(160deg,#138450 0%,#0e6c3e 50%,#0a4f2f 100%) !important;color:#ffffff !important;}body.page-node-type-blog .post-body .faq-accordion dd,body.page-node-type-blog .post-body .faq-accordion dd.faq-answer,body.page-node-type-blog .post-body dl.faq-list dd.faq-answer{padding:0.4rem 0 0.4rem !important;margin:0 !important;}body.page-node-type-blog .post-body .faq-accordion dd.faq-answer p,body.page-node-type-blog .post-body .faq-list .faq-answer p,body.page-node-type-blog .post-body dl.faq-list dd.faq-answer p,body.page-node-type-blog .region.region-content .post-body .faq-accordion dd.faq-answer p{padding:0.75rem 0.9rem !important;margin-top:0 !important;margin-bottom:0 !important;font-size:0.96rem !important;line-height:1.55 !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #8fd0b3 !important;}body.page-node-type-blog .post-body .faq-accordion dt,body.page-node-type-blog .post-body .faq-accordion dt.faq-question{margin-top:0.3rem !important;}body.page-node-type-blog .post-body .faq-accordion dt p,body.page-node-type-blog .post-body .faq-accordion dt.faq-question p{padding:0.7rem 2.5rem 0.7rem 0.9rem !important;}}#block-martis-views-block-product-categories-block-block-1 .container-wrap,#block-martis-views-block-product-categories-block-block-1--2 .container-wrap,body.path-products [id*="product-categories-block-block-1"] .container-wrap,body.path-product [id*="product-categories-block-block-1"] .container-wrap,body.path-store [id*="product-categories-block-block-1"] .container-wrap,body.path-taxonomy [id*="product-categories-block-block-1"] .container-wrap{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}#block-martis-views-block-product-categories-block-block-1 .grid-wrapper,#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,body.path-products [id*="product-categories-block-block-1"] .grid-wrapper,body.path-product [id*="product-categories-block-block-1"] .grid-wrapper,body.path-store [id*="product-categories-block-block-1"] .grid-wrapper,body.path-taxonomy [id*="product-categories-block-block-1"] .grid-wrapper,#block-martis-views-block-product-categories-block-block-1 .row.grid-wrapper,#block-martis-views-block-product-categories-block-block-1--2 .row.grid-wrapper{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:1rem !important;row-gap:1rem !important;column-gap:1rem !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:1.5rem !important;padding-left:0 !important;padding-right:0 !important;justify-content:stretch !important;align-items:stretch !important;box-sizing:border-box !important;}#block-martis-views-block-product-categories-block-block-1 .grid-wrapper > .grid-item,#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper > .grid-item,body.path-products [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,body.path-product [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,body.path-store [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,body.path-taxonomy [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item{width:100% !important;max-width:none !important;min-width:0 !important;flex:none !important;flex-basis:auto !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:0 !important;padding-left:1rem !important;padding-right:1rem !important;box-sizing:border-box !important;}#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-content,#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-content,body.path-products [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-products [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,body.path-product [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-product [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,body.path-taxonomy [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-taxonomy [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,body.path-store [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-store [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content{width:130px !important;height:130px !important;max-width:130px !important;max-height:130px !important;}@media (max-width:991.98px){#block-martis-views-block-product-categories-block-block-1 .container-wrap,#block-martis-views-block-product-categories-block-block-1--2 .container-wrap,body.path-products [id*="product-categories-block-block-1"] .container-wrap,body.path-product [id*="product-categories-block-block-1"] .container-wrap,body.path-store [id*="product-categories-block-block-1"] .container-wrap,body.path-taxonomy [id*="product-categories-block-block-1"] .container-wrap{max-width:100% !important;width:100% !important;padding-left:0.85rem !important;padding-right:0.85rem !important;margin-left:0 !important;margin-right:0 !important;}#block-martis-views-block-product-categories-block-block-1 .grid-wrapper,#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,body.path-products [id*="product-categories-block-block-1"] .grid-wrapper,body.path-product [id*="product-categories-block-block-1"] .grid-wrapper,body.path-store [id*="product-categories-block-block-1"] .grid-wrapper,body.path-taxonomy [id*="product-categories-block-block-1"] .grid-wrapper,#block-martis-views-block-product-categories-block-block-1 .row.grid-wrapper,#block-martis-views-block-product-categories-block-block-1--2 .row.grid-wrapper{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:0.75rem !important;row-gap:0.75rem !important;column-gap:0.75rem !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}#block-martis-views-block-product-categories-block-block-1 .grid-wrapper > .grid-item,#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper > .grid-item,body.path-products [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,body.path-product [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,body.path-store [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,body.path-taxonomy [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item{width:100% !important;max-width:none !important;flex:none !important;padding:0.85rem 0.65rem 0.9rem !important;}#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-content,#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-content,body.path-products [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-products [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,body.path-product [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-product [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,body.path-taxonomy [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-taxonomy [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,body.path-store [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,body.path-store [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content{width:96px !important;height:96px !important;max-width:96px !important;max-height:96px !important;padding:0.4rem !important;}#block-martis-views-block-product-categories-block-block-1 .views-field-name a,#block-martis-views-block-product-categories-block-block-1--2 .views-field-name a,body.path-products [id*="product-categories-block-block-1"] .views-field-name a{font-size:0.95rem !important;}#block-martis-views-block-product-categories-block-block-1 .views-field-description__value,#block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value,body.path-products [id*="product-categories-block-block-1"] .views-field-description__value{font-size:0.75rem !important;line-height:1.35 !important;}}@media (min-width:992px) and (max-width:1199.98px){#block-martis-views-block-product-categories-block-block-1 .grid-wrapper,#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,body.path-products [id*="product-categories-block-block-1"] .grid-wrapper,body.path-product [id*="product-categories-block-block-1"] .grid-wrapper,body.path-store [id*="product-categories-block-block-1"] .grid-wrapper,body.path-taxonomy [id*="product-categories-block-block-1"] .grid-wrapper{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}html body.path-taxonomy #wrapper #block-breadcrumbs,html body.path-taxonomy #block-breadcrumbs,html body.path-taxonomy .block-system-breadcrumb-block{margin-top:0 !important;margin-bottom:0 !important;padding-top:0rem !important;padding-bottom:0.5rem !important;}html body.path-taxonomy #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy #block-breadcrumbs .breadcrumb,html body.path-taxonomy .breadcrumb{margin-top:0 !important;margin-bottom:0 !important;padding-top:0rem !important;padding-bottom:0.35rem !important;}html body.path-taxonomy .breadcrumb ul{margin-top:0 !important;margin-bottom:0 !important;}html body.path-taxonomy #wrapper [id*="frontpagetitle"],html body.path-taxonomy #wrapper [id*="pagetitle"],html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"],html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"]{margin-top:0.75rem !important;margin-bottom:0.75rem !important;padding-top:0 !important;padding-bottom:0 !important;}html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"] h1,html body.path-taxonomy #wrapper #content-wide-top .block-block-content .field-item > h1,html body.path-taxonomy #wrapper #content-wide-top .block-block-content .field-body > h1,html body.path-taxonomy #wrapper [id*="frontpagetitle"] h1,html body.path-taxonomy #wrapper [id*="pagetitle"] h1,html body.path-taxonomy #wrapper .row.layout.layout--onecol h1,html body.path-taxonomy .row.layout.layout--onecol h1{margin-top:0.75rem !important;margin-bottom:1rem !important;}html body.path-taxonomy #wrapper [id*="frontpagetitle"] + .block,html body.path-taxonomy #wrapper [id*="pagetitle"] + .block,html body.path-taxonomy #wrapper [id*="frontpagetitle"] + .views-element-container,html body.path-taxonomy #wrapper [id*="pagetitle"] + .views-element-container,html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"] + .block,html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"] + .block{margin-top:0.75rem !important;}html body.path-taxonomy #wrapper .commerce-content-header.brand-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.category-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-taxonomy .commerce-content-header.brand-listing-h1,html body.path-taxonomy .commerce-content-header.category-listing-h1,html body.path-taxonomy .commerce-content-header{margin-top:1rem !important;margin-bottom:1rem !important;padding-top:0 !important;padding-bottom:0 !important;}html body.path-taxonomy #wrapper .commerce-content-header .commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-taxonomy .commerce-content-header .commerce-content-h1,html body.path-taxonomy h1.commerce-content-h1{margin-top:0 !important;margin-bottom:0 !important;}@media (max-width:991.98px){html body.path-taxonomy #wrapper #block-breadcrumbs,html body.path-taxonomy #block-breadcrumbs,html body.path-taxonomy .block-system-breadcrumb-block{padding-top:0rem !important;padding-bottom:0.4rem !important;}html body.path-taxonomy #wrapper [id*="frontpagetitle"],html body.path-taxonomy #wrapper [id*="pagetitle"],html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"],html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"]{margin-top:0.6rem !important;margin-bottom:0.6rem !important;}html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"] h1,html body.path-taxonomy #wrapper #content-wide-top .block-block-content .field-item > h1,html body.path-taxonomy #wrapper #content-wide-top .block-block-content .field-body > h1,html body.path-taxonomy #wrapper [id*="frontpagetitle"] h1,html body.path-taxonomy #wrapper [id*="pagetitle"] h1,html body.path-taxonomy #wrapper .row.layout.layout--onecol h1,html body.path-taxonomy .row.layout.layout--onecol h1{margin-top:0.6rem !important;margin-bottom:0.6rem !important;}html body.path-taxonomy #wrapper [id*="frontpagetitle"] + .block,html body.path-taxonomy #wrapper [id*="pagetitle"] + .block,html body.path-taxonomy #wrapper [id*="frontpagetitle"] + .views-element-container,html body.path-taxonomy #wrapper [id*="pagetitle"] + .views-element-container,html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"] + .block,html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"] + .block{margin-top:0.6rem !important;}html body.path-taxonomy #wrapper .commerce-content-header.brand-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.category-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-taxonomy .commerce-content-header{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}}@media (max-width:575.98px){html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.path-taxonomy #wrapper #content-wide-top [id*="pagetitle"] h1,html body.path-taxonomy #wrapper #content-wide-top .block-block-content .field-item > h1,html body.path-taxonomy #wrapper #content-wide-top .block-block-content .field-body > h1,html body.path-taxonomy #wrapper [id*="frontpagetitle"] h1,html body.path-taxonomy #wrapper [id*="pagetitle"] h1,html body.path-taxonomy #wrapper .row.layout.layout--onecol h1{margin-top:0.5rem !important;margin-bottom:0.75rem !important;}html body.path-taxonomy #wrapper [id*="frontpagetitle"],html body.path-taxonomy #wrapper [id*="pagetitle"]{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}html body.path-taxonomy #wrapper [id*="frontpagetitle"] + .block,html body.path-taxonomy #wrapper [id*="pagetitle"] + .block,html body.path-taxonomy #wrapper #content-wide-top [id*="frontpagetitle"] + .block{margin-top:0.5rem !important;}}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2{margin-bottom:1.25rem !important;padding-bottom:0.25rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #block-martis-exposedformproduct-catalogproduct-catalog-search{display:block !important;box-sizing:border-box !important;width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-top:-1.5rem !important;margin-bottom:0.5rem !important;padding-left:0.85rem !important;padding-right:0.85rem !important;padding-top:0.5rem !important;padding-bottom:0.5rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search,html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search,html body.path-product #wrapper #views-exposed-form-product-catalog-product-catalog-search,html body.path-store #wrapper #views-exposed-form-product-catalog-product-catalog-search,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-product-search-form,html body.path-taxonomy #wrapper #block-martis-product-search-form,html body.path-product #wrapper #block-martis-product-search-form,html body.path-store #wrapper #block-martis-product-search-form{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-top:1.25rem !important;margin-bottom:1rem !important;padding-left:0.85rem !important;padding-right:0.85rem !important;box-sizing:border-box !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-product #wrapper .commerce-content-header,html body.path-store #wrapper .commerce-content-header,html body.path-products #wrapper .commerce-content-header.brand-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.brand-listing-h1,html body.path-products #wrapper .commerce-content-header.category-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.category-listing-h1,html body.path-products .commerce-content-header,html body.path-taxonomy .commerce-content-header,html body.path-product .commerce-content-header,html body.path-store .commerce-content-header{width:100% !important;max-width:100% !important;margin-top:1rem !important;margin-bottom:1rem !important;margin-left:0 !important;margin-right:0 !important;padding-left:1rem !important;padding-right:1rem !important;box-sizing:border-box !important;}html body.path-products #wrapper .commerce-content-header .commerce-content-h1,html body.path-taxonomy #wrapper .commerce-content-header .commerce-content-h1,html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-product #wrapper h1.commerce-content-h1,html body.path-store #wrapper h1.commerce-content-h1,html body.path-products h1.commerce-content-h1,html body.path-taxonomy h1.commerce-content-h1{width:100% !important;max-width:100% !important;margin-top:-1rem !important;margin-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-product #wrapper .product-catalog,html body.path-store #wrapper .product-catalog,html body.path-products #wrapper .view-product-catalog,html body.path-taxonomy #wrapper .view-product-catalog,html body.path-products #wrapper .view-id-product_catalog,html body.path-taxonomy #wrapper .view-id-product_catalog,html body.path-products #wrapper .view-brand-product-listings,html body.path-taxonomy #wrapper .view-brand-product-listings,html body.path-products #wrapper .view-product-category-listings,html body.path-taxonomy #wrapper .view-product-category-listings,html body.path-products .product-catalog,html body.path-taxonomy .product-catalog{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;margin-top:0.5rem !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;}html body.path-products #wrapper .product-catalog > .view-header,html body.path-taxonomy #wrapper .product-catalog > .view-header,html body.path-products #wrapper .view-product-catalog > .view-header,html body.path-taxonomy #wrapper .view-product-catalog > .view-header,html body.path-products #wrapper .view-brand-product-listings > .view-header,html body.path-taxonomy #wrapper .view-brand-product-listings > .view-header,html body.path-products #wrapper .view-product-category-listings > .view-header,html body.path-taxonomy #wrapper .view-product-category-listings > .view-header,html body.path-products #wrapper .product-catalog > .view-filters,html body.path-taxonomy #wrapper .product-catalog > .view-filters,html body.path-products #wrapper .product-catalog > .view-content,html body.path-taxonomy #wrapper .product-catalog > .view-content,html body.path-products #wrapper .product-catalog > .grid-wrapper,html body.path-taxonomy #wrapper .product-catalog > .grid-wrapper,html body.path-products #wrapper .product-catalog > .row.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog > .row.grid-wrapper,html body.path-products #wrapper .product-catalog > nav.pager,html body.path-taxonomy #wrapper .product-catalog > nav.pager,html body.path-products #wrapper .product-catalog > .pager,html body.path-taxonomy #wrapper .product-catalog > .pager,html body.path-products #wrapper .product-catalog > .pagerer-container,html body.path-taxonomy #wrapper .product-catalog > .pagerer-container,html body.path-products #wrapper .product-catalog > .view-footer,html body.path-taxonomy #wrapper .product-catalog > .view-footer{width:100% !important;max-width:100% !important;flex:0 0 auto !important;float:none !important;box-sizing:border-box !important;text-align:center !important;}html body.path-products #wrapper .product-catalog > .view-header,html body.path-taxonomy #wrapper .product-catalog > .view-header,html body.path-products #wrapper .view-product-catalog > .view-header,html body.path-taxonomy #wrapper .view-product-catalog > .view-header,html body.path-products #wrapper .view-brand-product-listings > .view-header,html body.path-taxonomy #wrapper .view-brand-product-listings > .view-header,html body.path-products #wrapper .view-product-category-listings > .view-header,html body.path-taxonomy #wrapper .view-product-category-listings > .view-header{display:block !important;position:relative !important;z-index:2 !important;margin-left:0 !important;margin-right:0 !important;margin-top:-3.5rem !important;margin-bottom:0.5rem !important;padding-bottom:0.15rem !important;clear:both !important;overflow:visible !important;background:transparent !important;}html body.path-products #wrapper .product-catalog .switch-icon,html body.path-taxonomy #wrapper .product-catalog .switch-icon,html body.path-products #wrapper .view-product-catalog .switch-icon,html body.path-taxonomy #wrapper .view-product-catalog .switch-icon{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:0.5rem !important;margin:0 0 0.35rem 0 !important;position:relative !important;z-index:3 !important;min-height:42px !important;}html body.path-products #wrapper .product-catalog > form.views-exposed-form,html body.path-taxonomy #wrapper .product-catalog > form.views-exposed-form,html body.path-products #wrapper .product-catalog > .views-exposed-form,html body.path-taxonomy #wrapper .product-catalog > .views-exposed-form,html body.path-products #wrapper .view-product-catalog > form.views-exposed-form,html body.path-taxonomy #wrapper .view-product-catalog > form.views-exposed-form{display:block !important;position:relative !important;z-index:1 !important;width:100% !important;max-width:100% !important;flex:0 0 auto !important;float:none !important;clear:both !important;margin-top:0.35rem !important;margin-bottom:0.85rem !important;margin-left:0 !important;margin-right:0 !important;padding-top:0.35rem !important;padding-bottom:0.35rem !important;box-sizing:border-box !important;background:transparent !important;}html body.path-products #wrapper .product-catalog .view-content.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .view-content.grid-wrapper,html body.path-products #wrapper .view-product-catalog .view-content.grid-wrapper,html body.path-taxonomy #wrapper .view-product-catalog .view-content.grid-wrapper,html body.path-products #wrapper .view-brand-product-listings .view-content.grid-wrapper,html body.path-taxonomy #wrapper .view-brand-product-listings .view-content.grid-wrapper,html body.path-products #wrapper .view-product-category-listings .view-content.grid-wrapper,html body.path-taxonomy #wrapper .view-product-category-listings .view-content.grid-wrapper,html body.path-products #wrapper .product-catalog > .row.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog > .row.grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;flex:0 0 auto !important;}html body.path-products #wrapper .product-catalog > nav.pager,html body.path-taxonomy #wrapper .product-catalog > nav.pager,html body.path-products #wrapper .product-catalog > .pager,html body.path-taxonomy #wrapper .product-catalog > .pager,html body.path-products #wrapper .product-catalog .pagerer-container,html body.path-taxonomy #wrapper .product-catalog .pagerer-container,html body.path-products #wrapper .view-product-catalog > nav.pager,html body.path-taxonomy #wrapper .view-product-catalog > nav.pager,html body.path-products #wrapper .view-brand-product-listings > nav.pager,html body.path-taxonomy #wrapper .view-brand-product-listings > nav.pager,html body.path-products #wrapper .view-product-category-listings > nav.pager,html body.path-taxonomy #wrapper .view-product-category-listings > nav.pager{width:100% !important;max-width:100% !important;margin-top:-1rem !important;margin-bottom:-0.25rem !important;margin-left:0 !important;margin-right:0 !important;padding-top:0.25rem !important;text-align:center !important;clear:both !important;float:none !important;}html body.path-products #wrapper .product-catalog .pager__items,html body.path-taxonomy #wrapper .product-catalog .pager__items,html body.path-products #wrapper .product-catalog ul.pager__items,html body.path-taxonomy #wrapper .product-catalog ul.pager__items{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;margin-top:0 !important;}html body.path-products #wrapper .product-catalog > .view-footer,html body.path-taxonomy #wrapper .product-catalog > .view-footer,html body.path-products #wrapper .view-product-catalog > .view-footer,html body.path-taxonomy #wrapper .view-product-catalog > .view-footer{width:100% !important;max-width:100% !important;margin-top:0.5rem !important;margin-bottom:-3rem !important;text-align:center !important;clear:both !important;float:none !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-store #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content{width:100% !important;max-width:100% !important;margin-left:0;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container,html body.path-store #wrapper .page-wrapper > .container{max-width:1220px !important;width:100% !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1{margin-bottom:1rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{width:92% !important;max-width:100% !important;margin-top:1rem !important;margin-bottom:0.85rem;margin-left:1rem !important;margin-right:0 !important;padding-left:0.75rem !important;padding-right:0.75rem !important;padding-bottom:0.5rem !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-product #wrapper .commerce-content-header,html body.path-store #wrapper .commerce-content-header,html body.path-products .commerce-content-header,html body.path-taxonomy .commerce-content-header{margin-top:0.75rem !important;margin-bottom:0.75rem !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.75rem !important;padding-right:0.75rem !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products .product-catalog,html body.path-taxonomy .product-catalog{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container{padding-left:0.75rem !important;padding-right:0.75rem !important;max-width:100% !important;}}@media (max-width:991.98px){html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content,html body.path-store #wrapper .region-content,html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content{padding-left:0.75rem !important;padding-right:0.75rem !important;width:100% !important;max-width:100% !important;overflow-x:hidden !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog{max-width:100% !important;overflow-x:hidden !important;}html body.path-taxonomy #wrapper .product-catalog .commerce-content-header,html body.path-taxonomy #wrapper .view-product-catalog .commerce-content-header,html body.path-taxonomy #wrapper .view-brand-product-listings .commerce-content-header,html body.path-taxonomy #wrapper .view-product-category-listings .commerce-content-header{margin-top:0.5rem !important;margin-bottom:0.75rem !important;}}body.page-node-type-service{--svc-forest:#0a4f2f;--svc-brand:#0e6c3e;--svc-mid:#138450;--svc-leaf:#4fa36f;--svc-mint:#8fd0b3;--svc-soft:#e8f6ee;--svc-mist:#f7fcf9;--svc-white:#ffffff;--svc-ink:#0a2f1c;--svc-link:#0b5c38;--svc-border-soft:#c5e6d4;}body.page-node-type-service .service-cards-wrapper,body.page-node-type-service .service-page.service-cards-wrapper,body.page-node-type-service .service-page{background:var(--svc-mist) !important;background-color:var(--svc-mist) !important;color:var(--svc-ink) !important;}body.page-node-type-service .row.layout.layout--onecol h1,body.page-node-type-service .service-cards-wrapper > h1,body.page-node-type-service .service-page > h1,html body.page-node-type-service #wrapper .row.layout.layout--onecol h1,html body.page-node-type-service #wrapper .service-cards-wrapper > h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;text-align:center !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;padding:0.75rem 1rem !important;box-sizing:border-box !important;margin-top:-0.75rem !important;}body.page-node-type-service .service-cards-wrapper > h2,body.page-node-type-service .service-cards-wrapper h2[style],body.page-node-type-service .service-page > h2{color:var(--svc-forest) !important;-webkit-text-fill-color:var(--svc-forest) !important;font-weight:800 !important;text-align:center !important;background:transparent !important;background-color:transparent !important;border:0 !important;text-shadow:none !important;box-shadow:none !important;}body.page-node-type-service .service-cards-wrapper .card,body.page-node-type-service .service-page .card{background:var(--svc-white) !important;background-color:var(--svc-white) !important;color:var(--svc-ink) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid var(--svc-brand) !important;border-radius:16px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.1) !important;}body.page-node-type-service .service-cards-wrapper .card h2,body.page-node-type-service .service-cards-wrapper .card h2[style],body.page-node-type-service .service-page .card h2{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:var(--svc-forest) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.5rem 1rem !important;border-radius:8px !important;border:2px solid #000 !important;font-weight:800 !important;line-height:1.35 !important;margin:0 0 0.75rem 0 !important;box-shadow:0 3px 10px rgba(10,79,47,0.2) !important;}body.page-node-type-service .service-cards-wrapper .card h3,body.page-node-type-service .service-page .card h3{background:var(--svc-mid) !important;background-color:var(--svc-mid) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.4rem 0.9rem !important;border-radius:7px !important;border:2px solid #000 !important;font-weight:800 !important;line-height:1.35 !important;margin:0.25rem 0 0.65rem 0 !important;box-shadow:0 2px 6px rgba(19,132,80,0.18) !important;}body.page-node-type-service .service-cards-wrapper .card h2 *,body.page-node-type-service .service-cards-wrapper .card h3 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;}body.page-node-type-service .service-cards-wrapper .card p,body.page-node-type-service .service-page .card p{color:var(--svc-ink) !important;-webkit-text-fill-color:var(--svc-ink) !important;background:var(--svc-soft) !important;background-color:var(--svc-soft) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid var(--svc-leaf) !important;border-radius:8px !important;padding:0.7rem 0.95rem !important;line-height:1.65 !important;margin-bottom:0.65rem !important;box-shadow:none !important;}body.page-node-type-service .service-cards-wrapper .card li,body.page-node-type-service .service-page .card li{color:var(--svc-ink) !important;-webkit-text-fill-color:var(--svc-ink) !important;background:var(--svc-white) !important;background-color:var(--svc-white) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid var(--svc-leaf) !important;border-radius:8px !important;padding:0.65rem 0.9rem !important;margin-bottom:0.5rem !important;line-height:1.6 !important;list-style-position:inside !important;box-shadow:0 1px 0 rgba(10,79,47,0.04) !important;}body.page-node-type-service .service-cards-wrapper .card p strong,body.page-node-type-service .service-cards-wrapper .card li strong,body.page-node-type-service .service-cards-wrapper .card strong{color:var(--svc-brand) !important;-webkit-text-fill-color:var(--svc-brand) !important;font-weight:800 !important;}body.page-node-type-service .service-cards-wrapper .card a,body.page-node-type-service .service-page .card a{color:var(--svc-link) !important;-webkit-text-fill-color:var(--svc-link) !important;text-decoration:underline !important;text-decoration-color:var(--svc-mint) !important;text-underline-offset:2px !important;font-weight:700 !important;}body.page-node-type-service .service-cards-wrapper .card a:hover,body.page-node-type-service .service-cards-wrapper .card a:focus{color:var(--svc-mid) !important;-webkit-text-fill-color:var(--svc-mid) !important;text-decoration-color:var(--svc-mid) !important;}body.page-node-type-service .service-cards-wrapper .summary-box{background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;color:var(--svc-ink) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid var(--svc-brand) !important;border-radius:16px !important;box-shadow:0 3px 12px rgba(10,79,47,0.08) !important;}body.page-node-type-service .service-cards-wrapper .summary-box h2{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.45rem 0.95rem !important;border-radius:8px !important;border:2px solid #000 !important;font-weight:800 !important;margin:0 0 0.75rem 0 !important;}body.page-node-type-service .service-cards-wrapper .summary-box p{color:var(--svc-ink) !important;-webkit-text-fill-color:var(--svc-ink) !important;background:var(--svc-white) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid var(--svc-mint) !important;border-radius:8px !important;padding:0.7rem 0.95rem !important;line-height:1.65 !important;margin-bottom:0.65rem !important;}body.page-node-type-service .service-cards-wrapper .process-step{display:flex !important;align-items:center !important;gap:0.8rem !important;background:var(--svc-white) !important;color:var(--svc-ink) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid var(--svc-leaf) !important;border-radius:10px !important;padding:0.75rem 0.95rem !important;margin-bottom:0.7rem !important;box-shadow:0 1px 0 rgba(10,79,47,0.04) !important;}body.page-node-type-service .service-cards-wrapper .process-step .num,body.page-node-type-service .process-step .num,html body.page-node-type-service .service-cards-wrapper .process-step span.num{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:1.85rem !important;height:1.85rem !important;min-width:1.85rem !important;min-height:1.85rem !important;max-width:1.85rem !important;max-height:1.85rem !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;background:linear-gradient(145deg,#138450 0%,#0e6c3e 55%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:0.9rem !important;line-height:1 !important;letter-spacing:0 !important;text-align:center !important;text-shadow:none !important;border-radius:50% !important;border:2px solid #000 !important;box-shadow:0 2px 5px rgba(10,79,47,0.22) !important;flex-shrink:0 !important;vertical-align:middle !important;}body.page-node-type-service .service-cards-wrapper .process-step > span:not(.num){color:var(--svc-ink) !important;-webkit-text-fill-color:var(--svc-ink) !important;line-height:1.55 !important;font-size:0.98rem !important;font-weight:550 !important;background:transparent !important;border:0 !important;padding-top:0 !important;display:block !important;flex:1 1 auto !important;}body.page-node-type-service .faq-accordion,body.page-node-type-service .faq-list,body.page-node-type-service dl.faq-list{border:0 !important;box-shadow:none !important;}body.page-node-type-service .faq-accordion dt,body.page-node-type-service .faq-accordion dt.faq-question{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;border:1px solid rgba(0,0,0,0.35) !important;border-radius:8px !important;box-shadow:none !important;}body.page-node-type-service .faq-accordion dt p,body.page-node-type-service .faq-accordion dt.faq-question p{background:transparent !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:0 !important;box-shadow:none !important;}body.page-node-type-service .faq-accordion dd.faq-answer p,body.page-node-type-service .faq-accordion .faq-answer p{background:var(--svc-soft) !important;color:var(--svc-ink) !important;-webkit-text-fill-color:var(--svc-ink) !important;border:1px solid var(--svc-border-soft) !important;border-left:4px solid var(--svc-mint) !important;border-radius:8px !important;box-shadow:none !important;}body.page-node-type-service .service-cards-wrapper .card[style*="text-align:center"],body.page-node-type-service .service-cards-wrapper .card[style*="text-align: center"]{background:linear-gradient(165deg,#e8f6ee 0%,#ffffff 60%) !important;border-color:var(--svc-brand) !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service #content-wide .nnc-pricing-instruction-container{background:transparent !important;}body.page-node-type-service .nnc-pricing-instruction-container .nnc-pricing-menu-heading,body.page-node-type-service .nnc-pricing-menu-heading,body.page-node-type-service h2.nnc-pricing-menu-heading,body.page-node-type-service #content-wide .nnc-pricing-menu-heading{color:var(--svc-forest) !important;-webkit-text-fill-color:var(--svc-forest) !important;text-shadow:none !important;font-weight:800 !important;background:transparent !important;font-size:clamp(1.05rem,2.6vw,1.35rem) !important;line-height:1.3 !important;letter-spacing:0.02em !important;}body.page-node-type-service .nnc-tabs-menu,body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs,body.page-node-type-service .nnc-tabs .nav.nav-tabs,body.page-node-type-service [id*="pricing"] .nav.nav-tabs{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:stretch !important;gap:0.5rem !important;border-bottom:0 !important;margin:0 0 1rem 0 !important;padding:0 !important;list-style:none !important;}body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs > li,body.page-node-type-service [id*="pricing"] .nav.nav-tabs > li{display:flex !important;float:none !important;margin:0 !important;padding:0 !important;flex:1 1 auto !important;min-width:0 !important;max-width:12rem !important;}body.page-node-type-service .nnc-pricing-tab,body.page-node-type-service .nnc-tabs-menu .nnc-pricing-tab,body.page-node-type-service .nnc-tab-link,body.page-node-type-service .nav.nav-tabs > li > a.nnc-pricing-tab,html body.page-node-type-service a.nnc-pricing-tab{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:3rem !important;height:auto !important;margin:0 !important;padding:0.55rem 0.75rem !important;box-sizing:border-box !important;background:#ffffff !important;background-image:none !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:2px solid #0a4f2f !important;border-radius:10px !important;font-weight:700 !important;text-decoration:none !important;text-shadow:none !important;box-shadow:0 1px 3px rgba(10,79,47,0.1) !important;line-height:1.15 !important;text-align:center !important;}body.page-node-type-service .nnc-pricing-tab .nnc-pricing-tab-heading,body.page-node-type-service .nnc-pricing-tab-heading,body.page-node-type-service .nav-tabs .nnc-pricing-tab-heading,html body.page-node-type-service .nnc-pricing-tab-heading{display:block !important;margin:0 !important;padding:0 !important;font-family:var(--cyb-font-display,"Plus Jakarta Sans","Segoe UI",Roboto,sans-serif) !important;font-size:clamp(0.78rem,1.8vw,0.95rem) !important;line-height:1.15 !important;font-weight:800 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;color:inherit !important;-webkit-text-fill-color:inherit !important;text-shadow:none !important;text-align:center !important;}body.page-node-type-service .nnc-pricing-tab.active,body.page-node-type-service .nnc-tabs-menu .nnc-pricing-tab.active,body.page-node-type-service .nnc-tab-link.w--current,body.page-node-type-service .nav.nav-tabs > li > a.nnc-pricing-tab.active,html body.page-node-type-service a.nnc-pricing-tab.active{background:linear-gradient(204deg,#8fd0b3 0%,#138450 50%,#0e6c3e 100%) !important;background-image:linear-gradient(204deg,#8fd0b3 0%,#138450 50%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;box-shadow:0 3px 10px rgba(10,79,47,0.25) !important;}body.page-node-type-service .nnc-pricing-tab.active .nnc-pricing-tab-heading,body.page-node-type-service a.nnc-pricing-tab.active .nnc-pricing-tab-heading{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;}body.page-node-type-service .nnc-pricing-tab:hover:not(.active),body.page-node-type-service .nnc-pricing-tab:focus:not(.active){background:#e8f6ee !important;color:#0a4f2f !important;border-color:#0e6c3e !important;}body.page-node-type-service .pricing-table,body.page-node-type-service .nnc-pricing-container .pricing-table,body.page-node-type-service #content-wide .pricing-table,body.page-node-type-service [id*="pricing"] .pricing-table{background:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:14px !important;box-shadow:0 6px 18px -6px rgba(10,79,47,0.18) !important;overflow:hidden !important;box-sizing:border-box !important;}body.page-node-type-service .nnc-pt-heading-container{background:transparent !important;border:0 !important;padding:0 !important;}body.page-node-type-service .nnc-pricing-table-heading,body.page-node-type-service .pricing-table .nnc-pricing-table-heading,body.page-node-type-service #content-wide .nnc-pricing-table-heading,body.page-node-type-service [id*="pricing"] .nnc-pricing-table-heading{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;font-weight:800 !important;font-size:clamp(0.95rem,2vw,1.15rem) !important;letter-spacing:0.06em !important;line-height:1.25 !important;border-bottom:2px solid #000 !important;padding:0.85rem 1rem !important;margin:0 !important;}body.page-node-type-service .ncc-pricing-table-timeline,body.page-node-type-service .nnc-pt-heading-container .ncc-pricing-table-timeline{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;font-size:0.9rem !important;line-height:1.3 !important;text-shadow:none !important;background:#e8f6ee !important;padding:0.4rem 0.75rem !important;text-align:center !important;border-bottom:1px solid #c5e6d4 !important;}body.page-node-type-service .nnc-pricing-table-price,body.page-node-type-service #wrapper .nnc-pricing-table-price,body.page-node-type-service .pricing-table .nnc-pricing-table-price,body.page-node-type-service #content-wide .nnc-pricing-table-price,body.page-node-type-service [id*="pricing"] .nnc-pricing-table-price,html body.page-node-type-service .nnc-pricing-table-price,html body.page-node-type-service #wrapper .nnc-pricing-table-price{display:flex !important;align-items:center !important;justify-content:center !important;visibility:visible !important;opacity:1 !important;min-height:3.15rem !important;height:auto !important;line-height:1.15 !important;padding:0.8rem 0.9rem !important;margin:0 !important;text-align:center !important;background:linear-gradient(180deg,#0a2f1c 0%,#0a4f2f 100%) !important;background-color:#0a4f2f !important;background-image:linear-gradient(180deg,#0a2f1c 0%,#0a4f2f 100%) !important;color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;text-shadow:none !important;font-weight:800 !important;font-size:clamp(1.3rem,2.8vw,1.75rem) !important;letter-spacing:0.02em !important;font-family:var(--cyb-font-display,"Plus Jakarta Sans","Segoe UI",Roboto,sans-serif) !important;border-top:0 !important;border-bottom:2px solid #000 !important;border-left:0 !important;border-right:0 !important;border-radius:0 !important;box-shadow:none !important;transform:none !important;scale:1 !important;animation:none !important;overflow:visible !important;white-space:nowrap !important;}body.page-node-type-service .nnc-pricing-table-content-container,body.page-node-type-service .pricing-table .nnc-pricing-table-content-container,body.page-node-type-service #content-wide .nnc-pricing-table-content-container,body.page-node-type-service [id*="pricing"] .nnc-pricing-table-content-container,html body.page-node-type-service .nnc-pricing-table-content-container{background:linear-gradient(180deg,#f7fcf9 0%,#e8f6ee 40%,#ffffff 100%) !important;background-image:linear-gradient(180deg,#f7fcf9 0%,#e8f6ee 40%,#ffffff 100%) !important;background-color:#f7fcf9 !important;color:#1a0a24 !important;-webkit-text-fill-color:#1a0a24 !important;border:0 !important;border-top:0 !important;border-bottom:0 !important;border-left:0 !important;border-right:0 !important;border-radius:0 0 12px 12px !important;padding:1rem 1rem 1.15rem !important;text-shadow:none !important;align-items:stretch !important;}body.page-node-type-service .nnc-pricing-table-content-container *,body.page-node-type-service .nnc-pricing-table-content-container li,body.page-node-type-service .nnc-pricing-table-content-container p,body.page-node-type-service .nnc-pricing-table-content-container span,body.page-node-type-service .nnc-pricing-table-content-container strong,body.page-node-type-service .nnc-pricing-table-content-container a,html body.page-node-type-service .nnc-pricing-table-content-container *{color:#1a0a24 !important;-webkit-text-fill-color:#1a0a24 !important;text-shadow:none !important;}body.page-node-type-service .nnc-pricing-table-content-container [data-pricing-booking-react],body.page-node-type-service .nnc-pricing-table-content-container [data-pricing-booking-react] *,body.page-node-type-service .nnc-pricing-table-content-container .pricing-booking-react__button,body.page-node-type-service .nnc-pricing-table-content-container .pricing-booking-react__button span,html body.page-node-type-service .nnc-pricing-table-content-container [data-pricing-booking-react] *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;}body.page-node-type-service .nnc-pricing-table-content-container h3,body.page-node-type-service .nnc-pricing-table-content-container h4{color:#1a0a24 !important;-webkit-text-fill-color:#1a0a24 !important;border-bottom:2px solid #8fd0b3 !important;font-weight:800 !important;font-size:clamp(1rem,2vw,1.15rem) !important;line-height:1.3 !important;text-align:center !important;text-shadow:none !important;margin:0.85rem 0 0.55rem !important;padding-bottom:0.35rem !important;width:100% !important;}body.page-node-type-service .nnc-pricing-table-content-container ul{width:100% !important;margin:0 0 0.5rem !important;padding:0.35rem 0 0.5rem !important;list-style:none !important;}body.page-node-type-service .nnc-pricing-table-content-container ul li{position:relative !important;color:#1a0a24 !important;-webkit-text-fill-color:#1a0a24 !important;font-size:clamp(0.9rem,1.8vw,1rem) !important;line-height:1.55 !important;font-weight:500 !important;text-shadow:none !important;border-bottom:1px solid rgba(10,79,47,0.1) !important;padding:0.45rem 0.25rem 0.45rem 1.55rem !important;margin:0 !important;text-align:left !important;}body.page-node-type-service .nnc-pricing-table-content-container ul li::before{content:"✓" !important;position:absolute !important;left:0.15rem !important;top:0.45rem !important;color:#138450 !important;-webkit-text-fill-color:#138450 !important;font-weight:800 !important;font-size:1em !important;line-height:1.55 !important;text-shadow:none !important;}body.page-node-type-service .nnc-pricing-table-content-container p{color:#1a0a24 !important;-webkit-text-fill-color:#1a0a24 !important;font-size:clamp(0.9rem,1.8vw,1rem) !important;line-height:1.55 !important;font-weight:600 !important;text-align:center !important;text-shadow:none !important;margin:0.5rem 0 !important;padding:0.35rem 0.25rem !important;}body.page-node-type-service .pricing-table a.button,body.page-node-type-service .nnc-pricing-table-content-container a.button,body.page-node-type-service .nnc-pricing-container a.button,body.page-node-type-service .pricing-table a[href*="get-in-touch"],body.page-node-type-service .nnc-pricing-container a[href*="form/"],body.page-node-type-service .nnc-pricing-table-content-container a[href*="cal.com"],body.page-node-type-service .nnc-pricing-table-content-container a[href*="schedule"]{background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:700 !important;text-decoration:none !important;text-shadow:none !important;box-shadow:0 3px 8px rgba(10,79,47,0.22) !important;}body.page-node-type-service .pricing-table a.button:hover,body.page-node-type-service .nnc-pricing-container a.button:hover,body.page-node-type-service .nnc-pricing-container a[href*="form/"]:hover{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;}body.page-node-type-service .nnc-pricing-table-content-container a img,body.page-node-type-service .nnc-pricing-table-content-container img{text-shadow:none !important;box-shadow:none !important;max-width:100% !important;height:auto !important;}body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] h2.block-title,body.page-node-type-service .region.region-content-wide div.views-element-container h2{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;text-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser.post-row,body.page-node-type-service .blog-post-teaser.post-row{background:transparent !important;color:#0a2f1c !important;border:0 !important;box-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{background:transparent !important;border:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container .post-content,body.page-node-type-service [id*="views-block-blog"] .content-wrap .post-content,body.page-node-type-service .blog-post-teaser .post-content,html body.page-node-type-service [id*="views-block-blog"] .post-content{background:linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:12px !important;box-shadow:0 4px 14px rgba(10,79,47,0.18) !important;text-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-content .post-title,body.page-node-type-service [id*="views-block-blog"] .post-content .post-title a,body.page-node-type-service [id*="views-block-blog"] .post-title,body.page-node-type-service [id*="views-block-blog"] .post-title a,body.page-node-type-service .blog-post-teaser .post-title,body.page-node-type-service .blog-post-teaser .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.2) !important;font-weight:800 !important;font-size:clamp(1.05rem,2.2vw,1.25rem) !important;line-height:1.3 !important;}body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt,body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt *,body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt .field-item,body.page-node-type-service [id*="views-block-blog"] .post-content p,body.page-node-type-service .blog-post-teaser .post-excerpt,body.page-node-type-service .blog-post-teaser .post-excerpt *{color:#f0fdf6 !important;-webkit-text-fill-color:#f0fdf6 !important;text-shadow:none !important;line-height:1.55 !important;font-size:0.98rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-meta,body.page-node-type-service [id*="views-block-blog"] .post-meta *,body.page-node-type-service [id*="views-block-blog"] .post-meta-item,body.page-node-type-service [id*="views-block-blog"] .post-meta-item *,body.page-node-type-service [id*="views-block-blog"] .post-meta-item a,body.page-node-type-service [id*="views-block-blog"] .post-meta-item i,body.page-node-type-service .blog-post-teaser .post-meta-item,body.page-node-type-service .blog-post-teaser .post-meta-item *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-meta-item,body.page-node-type-service .blog-post-teaser .post-meta-item{background-color:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;}body.page-node-type-service [id*="views-block-blog"] .post-link .read-more,body.page-node-type-service [id*="views-block-blog"] a.read-more,body.page-node-type-service .blog-post-teaser .post-link .read-more,html body.page-node-type-service .blog-post-teaser .read-more{background:linear-gradient(204deg,#8fd0b3 0%,#4fa36f 45%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;font-weight:700 !important;text-shadow:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.2) !important;}body.page-node-type-service [id*="views-block-blog"] .post-link .read-more:hover,body.page-node-type-service .blog-post-teaser .post-link .read-more:hover{background:linear-gradient(204deg,#a8e0c6 0%,#138450 55%,#0a4f2f 100%) !important;color:#ffffff !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service .blog-post-teaser .post-image{border:2px solid #0a4f2f !important;box-shadow:0 3px 10px rgba(10,79,47,0.15) !important;}body.page-node-type-service [id*="views-block-blog"] .post-tags,body.page-node-type-service [id*="views-block-blog"] .post-tags *,body.page-node-type-service .blog-post-teaser .post-tags,body.page-node-type-service .blog-post-teaser .post-tags *{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;text-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .tags-list a,body.page-node-type-service .blog-post-teaser .tags-list a,body.page-node-type-service [id*="views-block-blog"] .post-tags a{background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;text-decoration:none !important;padding:0.15rem 0.55rem !important;text-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-comment,body.page-node-type-service [id*="views-block-blog"] .post-meta-item.post-comment,body.page-node-type-service .blog-post-teaser .post-comment{background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:2px solid #0a4f2f !important;border-radius:6px !important;text-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-comment *,body.page-node-type-service .blog-post-teaser .post-comment *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;}@media (max-width:991.98px){body.page-node-type-service .service-cards-wrapper .card,body.page-node-type-service .service-cards-wrapper .summary-box{border-radius:12px !important;padding:1rem 0.9rem !important;}body.page-node-type-service .service-cards-wrapper .card h2,body.page-node-type-service .service-cards-wrapper .card h3,body.page-node-type-service .service-cards-wrapper .summary-box h2{font-size:clamp(0.95rem,3.8vw,1.1rem) !important;padding:0.4rem 0.75rem !important;}body.page-node-type-service .service-cards-wrapper .card p,body.page-node-type-service .service-cards-wrapper .card li,body.page-node-type-service .service-cards-wrapper .summary-box p{font-size:0.98rem !important;padding:0.65rem 0.8rem !important;}body.page-node-type-service .pricing-table,body.page-node-type-service .nnc-pricing-container .pricing-table{border-radius:12px !important;border-width:2px !important;}body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs,body.page-node-type-service [id*="pricing"] .nav.nav-tabs{gap:0.4rem !important;margin-bottom:0.85rem !important;}body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs > li,body.page-node-type-service [id*="pricing"] .nav.nav-tabs > li{flex:1 1 calc(50% - 0.4rem) !important;max-width:none !important;}body.page-node-type-service .nnc-pricing-tab,body.page-node-type-service .nnc-tabs-menu .nnc-pricing-tab,body.page-node-type-service .nav.nav-tabs > li > a.nnc-pricing-tab{min-height:2.85rem !important;padding:0.5rem 0.45rem !important;border-radius:9px !important;}body.page-node-type-service .nnc-pricing-tab-heading,body.page-node-type-service .nav-tabs .nnc-pricing-tab-heading{font-size:0.78rem !important;letter-spacing:0.03em !important;line-height:1.1 !important;}body.page-node-type-service .nnc-pricing-table-content-container{padding:0.85rem 0.8rem 1rem !important;}body.page-node-type-service .nnc-pricing-table-content-container ul li{font-size:0.92rem !important;line-height:1.55 !important;padding:0.5rem 0.2rem 0.5rem 1.45rem !important;}body.page-node-type-service .nnc-pricing-table-content-container h3,body.page-node-type-service .nnc-pricing-table-content-container h4{font-size:1rem !important;}body.page-node-type-service .nnc-pricing-table-price{min-height:2.85rem !important;font-size:1.35rem !important;padding:0.65rem 0.75rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-content .post-title,body.page-node-type-service [id*="views-block-blog"] .post-title a{font-size:1.05rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt,body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt *{font-size:0.92rem !important;}}@media (max-width:575.98px){body.page-node-type-service .service-cards-wrapper > h1,body.page-node-type-service .service-page > h1{font-size:1.45rem !important;line-height:1.25 !important;}body.page-node-type-service .service-cards-wrapper > h2{font-size:1.2rem !important;}body.page-node-type-service .process-step .num,body.page-node-type-service .service-cards-wrapper .process-step .num{width:1.75rem !important;height:1.75rem !important;min-width:1.75rem !important;min-height:1.75rem !important;max-width:1.75rem !important;max-height:1.75rem !important;font-size:0.85rem !important;}body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs > li,body.page-node-type-service [id*="pricing"] .nav.nav-tabs > li{flex:1 1 calc(50% - 0.35rem) !important;}body.page-node-type-service .nnc-pricing-tab{min-height:2.7rem !important;}body.page-node-type-service .nnc-pricing-tab-heading{font-size:0.72rem !important;}}body.page-node-type-service .nnc-tabs.w-tabs,body.page-node-type-service .nnc-tabs,body.page-node-type-service #content-wide .nnc-tabs.w-tabs,html body.page-node-type-service .nnc-tabs.w-tabs{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;}body.page-node-type-service .nnc-tabs-menu,body.page-node-type-service .nnc-tabs-menu.w-tab-menu,body.page-node-type-service #content-wide .nnc-tabs-menu{margin-top:0 !important;margin-bottom:0.35rem !important;padding-bottom:0 !important;}body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs,body.page-node-type-service .nnc-tabs .nav.nav-tabs,body.page-node-type-service [id*="pricing"] .nav.nav-tabs,html body.page-node-type-service .nav.nav-tabs{margin-top:0 !important;margin-bottom:0.35rem !important;margin-left:0 !important;margin-right:0 !important;padding-bottom:0 !important;gap:0.45rem !important;}body.page-node-type-service .nnc-tabs-content,body.page-node-type-service .nnc-tabs-content.w-tab-content,body.page-node-type-service .nnc-tabs .tab-content,body.page-node-type-service .tab-content{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .nnc-tab-content,body.page-node-type-service .tab-pane .nnc-tab-content,body.page-node-type-service .tab-pane.fade{margin-top:0 !important;margin-bottom:0 !important;padding-top:0.25rem !important;padding-bottom:0 !important;}body.page-node-type-service .nnc-tab-content-container,body.page-node-type-service .nnc-tab-content .nnc-tab-content-container{margin-top:0 !important;padding-top:0 !important;gap:0.75rem !important;row-gap:0.75rem !important;column-gap:0.75rem !important;}body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service #content-wide .nnc-pricing-instruction-container{margin-bottom:0.35rem !important;}body.page-node-type-service .nnc-pricing-container,body.page-node-type-service #content-wide .nnc-pricing-container{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .mobile-tab-container,body.page-node-type-service .slideshow-container{margin-top:0.25rem !important;padding-top:0 !important;}body.page-node-type-service .pricing-table,body.page-node-type-service .nnc-pricing-container .pricing-table,body.page-node-type-service .mySlides1 .pricing-table,body.page-node-type-service .mySlides2 .pricing-table,body.page-node-type-service .mySlides3 .pricing-table,body.page-node-type-service .mySlides4 .pricing-table,body.page-node-type-service [class*="mySlides"] .pricing-table{width:100% !important;max-width:100% !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;}body.page-node-type-service .nnc-pt-heading-container,body.page-node-type-service .pricing-table .nnc-pt-heading-container,html body.page-node-type-service .nnc-pt-heading-container{display:flex !important;flex-direction:column !important;align-items:stretch !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;height:auto !important;box-sizing:border-box !important;border:0 !important;border-radius:0 !important;background:transparent !important;}body.page-node-type-service .nnc-pricing-table-heading,body.page-node-type-service .pricing-table .nnc-pricing-table-heading,body.page-node-type-service .nnc-pt-heading-container .nnc-pricing-table-heading,body.page-node-type-service #content-wide .nnc-pricing-table-heading,body.page-node-type-service [id*="pricing"] .nnc-pricing-table-heading,html body.page-node-type-service .nnc-pricing-table-heading{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;min-width:100% !important;box-sizing:border-box !important;margin:0 !important;padding:0.9rem 1rem !important;border-radius:0 !important;border:0 !important;border-bottom:2px solid #000 !important;text-align:center !important;white-space:normal !important;word-break:break-word !important;font-size:clamp(1.05rem,2.4vw,1.25rem) !important;letter-spacing:0.08em !important;line-height:1.2 !important;text-transform:uppercase !important;font-weight:800 !important;font-family:var(--cyb-font-display,"Plus Jakarta Sans","Segoe UI",Roboto,sans-serif) !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;}body.page-node-type-service .ncc-pricing-table-timeline,body.page-node-type-service .nnc-pt-heading-container .ncc-pricing-table-timeline{display:block !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin:0 !important;border-radius:0 !important;}body.page-node-type-service .nnc-pricing-table-price,body.page-node-type-service .pricing-table .nnc-pricing-table-price,html body.page-node-type-service .nnc-pricing-table-price{width:100% !important;max-width:100% !important;min-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}body.page-node-type-service .nnc-pricing-table-content-container{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}@media (max-width:991.98px){body.page-node-type-service .nnc-pricing-instruction-container,body.page-node-type-service #content-wide .nnc-pricing-instruction-container{margin-top:0.75rem !important;margin-bottom:0.25rem !important;}body.page-node-type-service .nnc-tabs.w-tabs,body.page-node-type-service .nnc-tabs{margin-top:0 !important;margin-bottom:0 !important;}body.page-node-type-service .nnc-tabs-menu,body.page-node-type-service .nnc-tabs-menu.w-tab-menu{margin-bottom:0.2rem !important;}body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs,body.page-node-type-service [id*="pricing"] .nav.nav-tabs{margin-bottom:0.2rem !important;gap:0.35rem !important;}body.page-node-type-service .nnc-tab-content,body.page-node-type-service .tab-pane .nnc-tab-content{padding-top:0.15rem !important;margin-top:0 !important;}body.page-node-type-service .nnc-tabs-content,body.page-node-type-service .tab-content{margin-top:0 !important;padding-top:0 !important;}body.page-node-type-service .mobile-tab-container,body.page-node-type-service .slideshow-container{margin-top:0.15rem !important;padding-top:0 !important;width:100% !important;max-width:100% !important;}body.page-node-type-service .nnc-tab-content-container{gap:0.65rem !important;row-gap:0.65rem !important;width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;}body.page-node-type-service .pricing-table,body.page-node-type-service [class*="mySlides"] .pricing-table,body.page-node-type-service .slideshow-container .pricing-table{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;border-radius:12px !important;}body.page-node-type-service .nnc-pt-heading-container,body.page-node-type-service .nnc-pricing-table-heading,body.page-node-type-service .nnc-pricing-table-price{width:100% !important;max-width:100% !important;min-width:100% !important;}body.page-node-type-service .nnc-pricing-table-heading{padding:0.85rem 0.75rem !important;font-size:1.05rem !important;letter-spacing:0.06em !important;}body.page-node-type-service .nnc-pricing-table-price{padding:0.75rem 0.75rem !important;font-size:1.4rem !important;min-height:3rem !important;}body.page-node-type-service .nnc-pricing-table-content-container{padding-left:0.85rem !important;padding-right:0.85rem !important;}}@media (max-width:575.98px){body.page-node-type-service .nnc-tabs-menu .nav.nav-tabs,body.page-node-type-service [id*="pricing"] .nav.nav-tabs{margin-bottom:0.15rem !important;gap:0.3rem !important;}body.page-node-type-service .nnc-tab-content{padding-top:0.1rem !important;}body.page-node-type-service .nnc-pricing-table-heading{padding:0.8rem 0.65rem !important;font-size:1rem !important;}body.page-node-type-service .nnc-pricing-table-price{font-size:1.35rem !important;min-height:2.85rem !important;}}body.page-node-type-service [id*="views-block-blog"] .block-title,body.page-node-type-service [id*="views-block-blog"] h2.block-title,body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] h2,body.page-node-type-service #content-wide [id*="views-block-blog"] h2.block-title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;text-shadow:none !important;background:transparent !important;}body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser.post-row,body.page-node-type-service .blog-post-teaser.post-row,html body.page-node-type-service [id*="views-block-blog"] article.blog-post-teaser{background:transparent !important;background-color:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;overflow:visible !important;color:#0a2f1c !important;}body.page-node-type-service [id*="views-block-blog"] .post-content-wrap,html body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{background:transparent !important;background-color:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service [id*="views-block-blog"] .post-thumb .post-image,body.page-node-type-service .blog-post-teaser .post-image,html body.page-node-type-service [id*="views-block-blog"] .post-image{border:2px solid #000 !important;border-radius:1rem !important;box-shadow:0 3px 10px rgba(10,79,47,0.14) !important;background:transparent !important;background-color:transparent !important;overflow:hidden !important;box-sizing:border-box !important;}body.page-node-type-service [id*="views-block-blog"] .post-image img,body.page-node-type-service [id*="views-block-blog"] .post-image picture,body.page-node-type-service [id*="views-block-blog"] .post-image picture img,body.page-node-type-service .blog-post-teaser .post-image img,html body.page-node-type-service [id*="views-block-blog"] .post-image img{border:0 !important;border-radius:0 !important;background:transparent !important;display:block !important;width:100% !important;height:auto !important;max-width:100% !important;object-fit:cover !important;object-position:center !important;}body.page-node-type-service [id*="views-block-blog"] .post-content,body.page-node-type-service [id*="views-block-blog"] .views-element-container .post-content,body.page-node-type-service [id*="views-block-blog"] .content-wrap .post-content,body.page-node-type-service .blog-post-teaser .post-content,html body.page-node-type-service [id*="views-block-blog"] .post-content{background:linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:12px !important;box-shadow:0 4px 14px rgba(10,79,47,0.18) !important;text-shadow:none !important;margin-left:0 !important;margin-right:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-title,body.page-node-type-service [id*="views-block-blog"] .post-title a,body.page-node-type-service [id*="views-block-blog"] .post-content .post-title,body.page-node-type-service [id*="views-block-blog"] .post-content .post-title a,body.page-node-type-service .blog-post-teaser .post-title,body.page-node-type-service .blog-post-teaser .post-title a,html body.page-node-type-service [id*="views-block-blog"] .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.22) !important;font-weight:800 !important;font-size:clamp(1.05rem,2.2vw,1.28rem) !important;line-height:1.3 !important;background:transparent !important;border:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-excerpt,body.page-node-type-service [id*="views-block-blog"] .post-excerpt *,body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt,body.page-node-type-service [id*="views-block-blog"] .post-content .post-excerpt *,body.page-node-type-service [id*="views-block-blog"] .post-content p,body.page-node-type-service .blog-post-teaser .post-excerpt,body.page-node-type-service .blog-post-teaser .post-excerpt *{color:#f0fdf6 !important;-webkit-text-fill-color:#f0fdf6 !important;text-shadow:none !important;background:transparent !important;border:0 !important;line-height:1.55 !important;}body.page-node-type-service [id*="views-block-blog"] .post-meta-item,body.page-node-type-service .blog-post-teaser .post-meta-item,body.page-node-type-service [id*="views-block-blog"] .post-comment{background:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}body.page-node-type-service [id*="views-block-blog"] .post-meta-item *,body.page-node-type-service [id*="views-block-blog"] .post-meta-item a,body.page-node-type-service [id*="views-block-blog"] .post-meta-item i,body.page-node-type-service [id*="views-block-blog"] .post-comment *,body.page-node-type-service .blog-post-teaser .post-meta-item *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;background:transparent !important;}body.page-node-type-service [id*="views-block-blog"] .tags-list a,body.page-node-type-service [id*="views-block-blog"] .post-tags a,body.page-node-type-service .blog-post-teaser .tags-list a{background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;text-decoration:none !important;text-shadow:none !important;padding:0.15rem 0.55rem !important;}body.page-node-type-service [id*="views-block-blog"] .post-tags,body.page-node-type-service [id*="views-block-blog"] .post-tags .field-label,body.page-node-type-service .blog-post-teaser .post-tags{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;text-shadow:none !important;background:transparent !important;}body.page-node-type-service [id*="views-block-blog"] .post-link .read-more,body.page-node-type-service [id*="views-block-blog"] a.read-more,body.page-node-type-service .blog-post-teaser .post-link .read-more,html body.page-node-type-service .blog-post-teaser .read-more{background:linear-gradient(204deg,#8fd0b3 0%,#4fa36f 45%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:700 !important;text-shadow:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.22) !important;}body.page-node-type-service [id*="views-block-blog"] .post-link .read-more:hover,body.page-node-type-service .blog-post-teaser .read-more:hover{background:linear-gradient(204deg,#a8e0c6 0%,#138450 55%,#0a4f2f 100%) !important;color:#ffffff !important;}@media (max-width:991.98px){body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser.post-row{background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}body.page-node-type-service [id*="views-block-blog"] .post-image,body.page-node-type-service .blog-post-teaser .post-image{width:90% !important;max-width:90% !important;border-radius:0.9rem !important;overflow:hidden !important;border:2px solid #000 !important;background:transparent !important;}body.page-node-type-service [id*="views-block-blog"] .post-image img,body.page-node-type-service .blog-post-teaser .post-image img{border-radius:0 !important;}body.page-node-type-service [id*="views-block-blog"] .post-content{border-radius:10px !important;}body.page-node-type-service [id*="views-block-blog"] .post-title,body.page-node-type-service [id*="views-block-blog"] .post-title a{font-size:1.05rem !important;}}html body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser,html body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser.post-row,html body.page-node-type-service [id*="views-block-blog"] article.blog-post-teaser,html body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{background:transparent !important;background-color:transparent !important;border:0 !important;border-width:0 !important;border-radius:0 !important;box-shadow:none !important;}html body.page-node-type-service .post-content-wrap,html body.page-node-type-service [id*="views-block-blog"] .post-content-wrap{background:transparent !important;background-color:transparent !important;border:0 !important;border-color:transparent !important;}html body.page-node-type-service [id*="views-block-blog"] .post-image,html body.page-node-type-service .blog-post-teaser .post-image{border:2px solid #000 !important;border-radius:1rem !important;overflow:hidden !important;background:transparent !important;background-color:transparent !important;box-sizing:border-box !important;}html body.page-node-type-service [id*="views-block-blog"] .post-image img,html body.page-node-type-service .blog-post-teaser .post-image img{border:0 !important;border-radius:0 !important;background:transparent !important;display:block !important;width:100% !important;height:auto !important;object-fit:cover !important;}@media (max-width:991.98px){html body.page-node-type-service [id*="views-block-blog"] .post-image,html body.page-node-type-service .blog-post-teaser .post-image{border-radius:0.9rem !important;overflow:hidden !important;border:2px solid #000 !important;}html body.page-node-type-service [id*="views-block-blog"] .post-image img{border-radius:0 !important;}}html body.page-node-type-service .service-cards-wrapper .card,html body.page-node-type-service .service-page .card{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;}html body.page-node-type-service .service-cards-wrapper .summary-box{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid #0e6c3e !important;}html body.page-node-type-service .service-cards-wrapper .card p,html body.page-node-type-service .service-cards-wrapper .summary-box p{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;}html body.page-node-type-service .service-cards-wrapper .card li,html body.page-node-type-service .service-cards-wrapper .process-step{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;}html body.page-node-type-service .service-cards-wrapper .summary-box p{border-left-color:#8fd0b3 !important;}body.path-team.page-team .region.region-content .team-teaser,body.path-team.page-team .team-teaser,body.path-team.page-team .region.region-content .team-content,body.path-team.page-team .team-content,html body.path-team.page-team .team-teaser,html body.path-team.page-team .team-content{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 4px 12px rgba(10,79,47,0.08) !important;}body.path-team.page-team .region.region-content .grid-item .team-teaser,body.path-team.page-team .views-view-responsive-grid__item .team-teaser{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;}body.page-node-type-team .profile-cards-wrapper .card,body.page-node-type-team .profile-cards-wrapper .card .card,body.page-node-type-team .profile-cards-wrapper .main-grid .card,body.page-node-type-team .region.region-content .profile-cards-wrapper .card,html body.page-node-type-team .profile-cards-wrapper .card,html body.page-node-type-team .profile-cards-wrapper .card .card{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.1) !important;}body.page-node-type-team .profile-cards-wrapper .faq-card,body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card,body.page-node-type-team .region.region-content .profile-cards-wrapper .faq-card,html body.page-node-type-team .profile-cards-wrapper .faq-card{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;}body.page-node-type-team .profile-cards-wrapper .summary-box,html body.page-node-type-team .profile-cards-wrapper .summary-box{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid #0e6c3e !important;border-radius:14px !important;}body.page-node-type-team .profile-cards-wrapper .card p,body.page-node-type-team .profile-cards-wrapper .card .card p,body.page-node-type-team .profile-cards-wrapper .main-grid .card p,body.page-node-type-team .profile-cards-wrapper .faq-card p,body.page-node-type-team .profile-cards-wrapper .summary-box p,body.page-node-type-team .region.region-content .profile-cards-wrapper .card p,body.page-node-type-team .region.region-content .profile-cards-wrapper .faq-card p,html body.page-node-type-team .profile-cards-wrapper .card p,html body.page-node-type-team .profile-cards-wrapper .faq-card p{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;}body.page-node-type-team .profile-cards-wrapper .card li,body.page-node-type-team .profile-cards-wrapper .card .card li,body.page-node-type-team .profile-cards-wrapper .faq-card li,body.page-node-type-team .region.region-content .profile-cards-wrapper .card li,html body.page-node-type-team .profile-cards-wrapper .card li{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;border-radius:8px !important;}body.page-node-type-team .profile-cards-wrapper .summary-box p{border-left-color:#8fd0b3 !important;}body.page-node-type-team .team-body ul,body.page-node-type-team .team-body ol{border-bottom:0 !important;}body.page-node-type-team .team-body li,body.page-node-type-team .team-biography{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;border-radius:8px !important;}body.page-node-type-team .team-biography{border-left-color:#8fd0b3 !important;}html body.page-node-type-team .profile-cards-wrapper .card,html body.page-node-type-team .profile-cards-wrapper .faq-card{border-width:1px 1px 1px 5px !important;border-style:solid !important;border-color:#c5e6d4 #c5e6d4 #c5e6d4 #0e6c3e !important;}html body.path-team.page-team .team-teaser,html body.path-team.page-team .team-content{border-width:1px 1px 1px 5px !important;border-style:solid !important;border-color:#c5e6d4 #c5e6d4 #c5e6d4 #0e6c3e !important;}@media (max-width:991.98px){body.path-team.page-team .team-teaser,body.path-team.page-team .team-content,body.page-node-type-team .profile-cards-wrapper .card,body.page-node-type-team .profile-cards-wrapper .faq-card{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;}body.page-node-type-team .profile-cards-wrapper .card p,body.page-node-type-team .profile-cards-wrapper .card li,body.page-node-type-team .profile-cards-wrapper .faq-card p{border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left-width:4px !important;}}body.path-team.page-team,body.page-node-type-team{--team-forest:#0a4f2f;--team-brand:#0e6c3e;--team-mid:#138450;--team-leaf:#4fa36f;--team-mint:#8fd0b3;--team-soft:#e8f6ee;--team-mist:#f7fcf9;--team-white:#ffffff;--team-ink:#0a2f1c;--team-link:#0b5c38;--team-border:#c5e6d4;}body.path-team.page-team #block-martis-teamh1title h1,body.path-team.page-team #main-content .region.region-content h1,body.path-team.page-team #main-content .row.layout.layout--onecol h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;font-weight:800 !important;text-align:center !important;box-shadow:0 3px 10px rgba(10,79,47,0.2) !important;}body.path-team.page-team .region.region-content .team-teaser,body.path-team.page-team .team-teaser,body.path-team.page-team .region.region-content .team-content,body.path-team.page-team .team-content,body.path-team.page-team .team-teaser.d-flex.align-items-center,html body.path-team.page-team .team-teaser,html body.path-team.page-team .team-content{background:linear-gradient(165deg,#ffffff 0%,#f7fcf9 55%,#e8f6ee 100%) !important;background-color:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.1) !important;overflow:hidden !important;}body.path-team.page-team .team-name,body.path-team.page-team .team-name a,body.path-team.page-team .region.region-content .team-name,body.path-team.page-team .region.region-content .team-name a,body.path-team.page-team .grid-item h4,body.path-team.page-team .col-lg-4.grid-item h4,html body.path-team.page-team .team-name a{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;text-decoration:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.18) !important;}body.path-team.page-team .team-name a:hover,body.path-team.page-team .team-name a:focus{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;text-decoration:none !important;}body.path-team.page-team .team-position,body.path-team.page-team .region.region-content .team-position{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-weight:700 !important;text-shadow:none !important;background:transparent !important;}body.path-team.page-team #main-content .team-teaser p,body.path-team.page-team #main-content .team-teaser .team-biography,body.path-team.page-team #main-content .team-teaser .team-body,body.path-team.page-team #main-content .team-teaser .field-body{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;}body.path-team.page-team .team-teaser .field-body,body.path-team.page-team .team-teaser .team-body,body.path-team.page-team .team-content .field-body{background:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;padding:0.55rem 0.75rem !important;color:#0a2f1c !important;}body.path-team.page-team .team-thumb,body.path-team.page-team .region.region-content .team-thumb{border:4px solid #0e6c3e !important;box-shadow:0 3px 10px rgba(10,79,47,0.18) !important;background:#ffffff !important;}body.path-team.page-team .team-thumb img,body.path-team.page-team .region.region-content .team-thumb img{border:0 !important;}body.path-team.page-team .team-social a,body.path-team.page-team .region.region-content .team-social a{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;}body.path-team.page-team .team-social a:hover{color:#138450 !important;-webkit-text-fill-color:#138450 !important;}body.page-node-type-team .team-header.flex-wrap,body.page-node-type-team .team-header,html body.page-node-type-team .team-header.flex-wrap{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 50%,#138450 100%) !important;background-color:#0a4f2f !important;border:2px solid #000 !important;border-radius:12px !important;box-shadow:0 4px 14px rgba(10,79,47,0.2) !important;color:#ffffff !important;}body.page-node-type-team #main-content .team-header .team-name,body.page-node-type-team #main-content .team-header .team-name a,body.page-node-type-team #main-content .team-header .team-position,body.page-node-type-team #main-content .team-header .team-meta,body.page-node-type-team #main-content .team-header .team-meta span{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;background:transparent !important;}body.page-node-type-team .team-header .team-name,body.page-node-type-team .team-header .team-name a{font-weight:800 !important;}body.page-node-type-team .team-header .team-social a{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;}body.page-node-type-team .team-header .team-social a:hover{color:#8fd0b3 !important;}body.page-node-type-team .team-header .team-thumb,body.page-node-type-team .team-thumb{border:4px solid #8fd0b3 !important;box-shadow:0 3px 10px rgba(0,0,0,0.25) !important;background:#ffffff !important;}body.page-node-type-team .profile-cards-wrapper,body.page-node-type-team .team-body .profile-cards-wrapper,html body.page-node-type-team .profile-cards-wrapper{background:#f7fcf9 !important;background-color:#f7fcf9 !important;color:#0a2f1c !important;max-width:1100px !important;margin-left:auto !important;margin-right:auto !important;}body.page-node-type-team .profile-cards-wrapper > .card:not(:has(> h2)):not(:has(> h3)){background:transparent !important;background-color:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;margin:0 !important;}body.page-node-type-team .profile-cards-wrapper .card,body.page-node-type-team .profile-cards-wrapper .card .card,body.page-node-type-team .profile-cards-wrapper .main-grid .card,body.page-node-type-team .region.region-content .profile-cards-wrapper .card,html body.page-node-type-team .profile-cards-wrapper .card,html body.page-node-type-team .profile-cards-wrapper .card .card,html body.page-node-type-team .container .profile-cards-wrapper .card .card{background:#ffffff !important;background-color:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;padding:1.2rem 1.15rem !important;margin-bottom:1.15rem !important;}body.page-node-type-team .profile-cards-wrapper .card h2,body.page-node-type-team .profile-cards-wrapper .card h3,body.page-node-type-team .profile-cards-wrapper .card .card h2,body.page-node-type-team .profile-cards-wrapper .card .card h3,body.page-node-type-team .profile-cards-wrapper .faq-card h3,body.page-node-type-team .region.region-content .profile-cards-wrapper .card h2,body.page-node-type-team .region.region-content .profile-cards-wrapper .card h3,html body.page-node-type-team .profile-cards-wrapper .card h2,html body.page-node-type-team .profile-cards-wrapper .card h3,html body.page-node-type-team .profile-cards-wrapper .faq-card h3{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;padding:0.5rem 1rem !important;border-radius:8px !important;border:2px solid #000 !important;font-weight:800 !important;text-shadow:none !important;margin:0 0 0.75rem 0 !important;box-shadow:0 3px 10px rgba(10,79,47,0.2) !important;line-height:1.3 !important;}body.page-node-type-team .profile-cards-wrapper .faq-card h3{background:#138450 !important;background-color:#138450 !important;box-shadow:0 2px 6px rgba(19,132,80,0.18) !important;}body.page-node-type-team .profile-cards-wrapper > h2,body.page-node-type-team .profile-cards-wrapper h2[style],body.page-node-type-team .team-body .profile-cards-wrapper > h2,html body.page-node-type-team #main-content .profile-cards-wrapper > h2,html body.page-node-type-team #main-content .profile-cards-wrapper h2[style],html body.page-node-type-team .team-body .profile-cards-wrapper > h2{display:block !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;background:transparent !important;background-image:none !important;border:0 !important;box-shadow:none !important;text-align:center !important;font-weight:800 !important;text-shadow:none !important;margin:1.75rem auto 1rem auto !important;padding-left:0.5rem !important;padding-right:0.5rem !important;float:none !important;}body.page-node-type-team .profile-cards-wrapper .card p,body.page-node-type-team .profile-cards-wrapper .card .card p,body.page-node-type-team .profile-cards-wrapper .main-grid .card p,body.page-node-type-team .profile-cards-wrapper .summary-box p,body.page-node-type-team .region.region-content .profile-cards-wrapper .card p,body.page-node-type-team .region.region-content .profile-cards-wrapper .faq-card p,html body.page-node-type-team .profile-cards-wrapper .card p,html body.page-node-type-team .profile-cards-wrapper .faq-card p,html body.page-node-type-team .profile-cards-wrapper .main-grid .card p,html body.page-node-type-team .profile-cards-wrapper .summary-box p{background:#e8f6ee !important;background-color:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;padding:0.75rem 0.95rem !important;line-height:1.65 !important;margin-bottom:0.65rem !important;font-weight:500 !important;}body.page-node-type-team .profile-cards-wrapper .card li,body.page-node-type-team .profile-cards-wrapper .card .card li,body.page-node-type-team .profile-cards-wrapper .faq-card li,html body.page-node-type-team .profile-cards-wrapper .card li{background:#ffffff !important;background-color:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;border-radius:8px !important;padding:0.65rem 0.9rem !important;margin-bottom:0.45rem !important;line-height:1.6 !important;}body.page-node-type-team .profile-cards-wrapper .card p strong,body.page-node-type-team .profile-cards-wrapper .card li strong,body.page-node-type-team .profile-cards-wrapper .faq-card p strong{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-weight:800 !important;text-shadow:none !important;}body.page-node-type-team .profile-cards-wrapper .card a,body.page-node-type-team .profile-cards-wrapper .faq-card a,body.page-node-type-team .team-body a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;text-decoration:underline !important;text-decoration-color:#8fd0b3 !important;font-weight:700 !important;text-shadow:none !important;}body.page-node-type-team .profile-cards-wrapper .card a:hover,body.page-node-type-team .profile-cards-wrapper .faq-card a:hover{color:#138450 !important;text-decoration-color:#138450 !important;}body.page-node-type-team .profile-cards-wrapper .faq-card,body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card,body.page-node-type-team .region.region-content .profile-cards-wrapper .faq-card,html body.page-node-type-team .profile-cards-wrapper .faq-card,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card{position:relative !important;overflow:hidden !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;background-color:#f7fcf9 !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;padding:1rem 1.05rem !important;}html body.page-node-type-team .profile-cards-wrapper .faq-card::before,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card::before,html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-card::before{position:absolute !important;top:-55px !important;right:-40px !important;width:140px !important;height:140px !important;border-radius:50% !important;background:rgba(14,108,62,0.07) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-team .profile-cards-wrapper .faq-card::after,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card::after,html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-card::after{position:absolute !important;bottom:-55px !important;left:-40px !important;width:140px !important;height:140px !important;border-radius:50% !important;background:rgba(14,108,62,0.07) !important;pointer-events:none !important;z-index:0 !important;}body.page-node-type-team .profile-cards-wrapper .faq-grid{gap:1rem !important;}body.page-node-type-team .profile-cards-wrapper .summary-box{background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid #0e6c3e !important;border-radius:14px !important;}body.page-node-type-team .profile-cards-wrapper .summary-box p{border-left-color:#8fd0b3 !important;background:#ffffff !important;}body.page-node-type-team .team-body,body.page-node-type-team .team-body p,body.page-node-type-team .team-body li{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;}body.page-node-type-team .team-body header{background:#e8f6ee !important;border-radius:10px !important;}body.page-node-type-team .team-body h2{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;}body.page-node-type-team #main-content b,body.page-node-type-team #main-content strong{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;text-shadow:none !important;}@media (max-width:991.98px){body.path-team.page-team .team-teaser,body.path-team.page-team .team-content{border-radius:12px !important;padding:0.85rem !important;}body.path-team.page-team .team-name,body.path-team.page-team .team-name a,body.path-team.page-team .grid-item h4{font-size:1rem !important;padding:0.55rem 0.75rem !important;}body.page-node-type-team .team-header.flex-wrap{width:100% !important;max-width:100% !important;padding:1.1rem 1rem !important;border-radius:10px !important;}body.page-node-type-team .profile-cards-wrapper .card,body.page-node-type-team .profile-cards-wrapper .card .card,body.page-node-type-team .profile-cards-wrapper .faq-card{padding:1rem 0.9rem !important;border-radius:12px !important;}body.page-node-type-team .profile-cards-wrapper .card h2,body.page-node-type-team .profile-cards-wrapper .card h3,body.page-node-type-team .profile-cards-wrapper .faq-card h3{font-size:clamp(0.95rem,3.8vw,1.1rem) !important;padding:0.45rem 0.8rem !important;}body.page-node-type-team .profile-cards-wrapper .card p,body.page-node-type-team .profile-cards-wrapper .faq-card p{font-size:0.96rem !important;padding:0.7rem 0.85rem !important;line-height:1.6 !important;}body.page-node-type-team .profile-cards-wrapper .faq-grid{grid-template-columns:1fr !important;}}@media (max-width:575.98px){body.page-node-type-team .profile-cards-wrapper{padding:0.5rem 0.35rem !important;}body.path-team.page-team .team-teaser{flex-direction:column !important;text-align:center !important;}}html body.page-node-type-team .profile-cards-wrapper > .card{background:transparent !important;background-color:transparent !important;border:0 !important;border-width:0 !important;box-shadow:none !important;padding:0 !important;margin:0 0 0.5rem 0 !important;border-radius:0 !important;}html body.page-node-type-team .profile-cards-wrapper > .card > .card,html body.page-node-type-team .profile-cards-wrapper .main-grid > .card{background:#ffffff !important;background-color:#ffffff !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;padding:1.2rem 1.15rem !important;margin-bottom:1.15rem !important;}html body.page-node-type-team .profile-cards-wrapper .faq-grid{background:transparent !important;border:0 !important;padding:0 !important;margin:0.5rem 0 1rem !important;}html body.page-node-type-team .profile-cards-wrapper{background:#f7fcf9 !important;background-color:#f7fcf9 !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-team .team-body,html body.page-node-type-team .team-body .field-body,html body.page-node-type-team .team-body .field-item,html body.page-node-type-team .col-sm-7.team-detail,html body.page-node-type-team .team-detail{background:transparent !important;background-color:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-team .profile-cards-wrapper,html body.page-node-type-team .team-body .profile-cards-wrapper,html body.page-node-type-team .field-body .profile-cards-wrapper{background:transparent !important;background-color:transparent !important;border:0 !important;box-shadow:none !important;padding-left:0.25rem !important;padding-right:0.25rem !important;}html body.page-node-type-team .profile-cards-wrapper > .card,html body.page-node-type-team .field-item > .profile-cards-wrapper > .card,html body.page-node-type-team .team-body .profile-cards-wrapper > .card{display:block !important;background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-top:0 !important;border-right:0 !important;border-bottom:0 !important;border-left:0 !important;outline:0 !important;box-shadow:none !important;padding:0 !important;margin:0 !important;border-radius:0 !important;color:inherit !important;}html body.page-node-type-team .profile-cards-wrapper > .card > .card{display:block !important;background:#ffffff !important;background-color:#ffffff !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;padding:1.2rem 1.15rem !important;margin:0 0 1.15rem 0 !important;}body.path-team .header,body.path-team .header *,body.path-team #header,body.path-team #header *,body.path-team .header-main-wrap,body.path-team .header-main-wrap *,body.path-team .header-info,body.path-team .header-info *,body.path-team .navbar,body.path-team .navbar *,body.page-node-type-team .header,body.page-node-type-team .header *,body.page-node-type-team #header,body.page-node-type-team #header *,body.page-node-type-team .header-main-wrap,body.page-node-type-team .header-main-wrap *,body.page-node-type-team .header-info,body.page-node-type-team .header-info *,body.page-node-type-team .navbar,body.page-node-type-team .navbar *{-webkit-text-fill-color:unset;}body.path-team .header h1,body.path-team .header h2,body.path-team .navbar h1,body.page-node-type-team .header h1,body.page-node-type-team .header h2{background:none !important;background-image:none !important;border:0 !important;box-shadow:none !important;color:inherit !important;-webkit-text-fill-color:unset !important;}html body.path-team.page-team #main-content h1,html body.path-team.page-team .region.region-content h1,html body.path-team.page-team #block-martis-teamh1title h1,html body.path-team.page-team .row.layout.layout--onecol h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;font-weight:800 !important;text-align:center !important;box-shadow:0 3px 10px rgba(10,79,47,0.2) !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;padding:0.75rem 1rem !important;line-height:1.25 !important;}html body.page-node-type-team #main-content .team-content,html body.page-node-type-team #main-content .team-detail,html body.page-node-type-team #main-content .team-body,html body.page-node-type-team #main-content .team-body .field-body,html body.page-node-type-team #main-content .team-body .field-item,html body.page-node-type-team #main-content .profile-cards-wrapper,html body.page-node-type-team #main-content .profile-cards-wrapper > .card{background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-width:0 !important;border-color:transparent !important;box-shadow:none !important;outline:0 !important;}html body.page-node-type-team #main-content .profile-cards-wrapper{padding:0.35rem 0 !important;max-width:100% !important;}html body.page-node-type-team #main-content .profile-cards-wrapper > .card{padding:0 !important;margin:0 !important;border-radius:0 !important;}html body.page-node-type-team #main-content .profile-cards-wrapper > .card > .card,html body.page-node-type-team #main-content .profile-cards-wrapper .main-grid > .card{background:#ffffff !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;padding:1.15rem 1.1rem !important;margin:0 0 1rem 0 !important;}html body.page-node-type-team #main-content .team-content{display:block !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;}html body.page-node-type-team #main-content .team-header,html body.page-node-type-team #main-content .team-header.flex-wrap{display:block !important;width:100% !important;max-width:100% !important;margin:0.75rem 0 1.25rem 0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;}html body.page-node-type-team #main-content .team-header .col-sm-5.figure{display:flex !important;flex-direction:row !important;align-items:center !important;gap:1.35rem !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;margin:0 !important;padding:1.15rem 1.35rem 1.15rem 1.2rem !important;box-sizing:border-box !important;background:linear-gradient(120deg,#0a4f2f 0%,#0e6c3e 48%,#138450 100%) !important;border:2px solid #000 !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.22) !important;float:none !important;overflow:visible !important;}html body.page-node-type-team #main-content .team-header .team-thumb{position:relative !important;flex:0 0 96px !important;width:96px !important;height:96px !important;min-width:96px !important;min-height:96px !important;max-width:96px !important;margin:0 !important;padding:0 !important;border:3px solid #8fd0b3 !important;border-radius:50% !important;overflow:hidden !important;background:#ffffff !important;box-shadow:0 3px 10px rgba(0,0,0,0.28) !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:2 !important;}html body.page-node-type-team #main-content .team-header .team-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;border:0 !important;border-radius:50% !important;margin:0 !important;}html body.page-node-type-team #main-content .team-header .team-meta,html body.page-node-type-team #main-content .team-meta.text-left{position:static !important;flex:1 1 auto !important;width:auto !important;max-width:none !important;margin:0 !important;margin-top:0 !important;margin-left:0 !important;margin-bottom:0 !important;padding:0 !important;text-align:left !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-team #main-content .team-header .team-name,html body.page-node-type-team #main-content .team-header h1.team-name{background:transparent !important;border:0 !important;box-shadow:none !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-size:clamp(1.35rem,2.6vw,1.85rem) !important;font-weight:800 !important;line-height:1.2 !important;margin:0 0 0.25rem 0 !important;padding:0 !important;width:auto !important;max-width:100% !important;text-shadow:none !important;}html body.page-node-type-team #main-content .team-header .team-position{color:#d8f5e6 !important;-webkit-text-fill-color:#d8f5e6 !important;font-weight:650 !important;font-size:1rem !important;margin:0 0 0.45rem 0 !important;background:transparent !important;border:0 !important;}html body.page-node-type-team #main-content .team-header .team-social,html body.page-node-type-team #main-content .team-social{position:static !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.65rem !important;margin:0 !important;margin-top:0.15rem !important;padding:0 !important;opacity:1 !important;width:auto !important;}html body.page-node-type-team #main-content .team-header .team-social a{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;font-size:1.25rem !important;margin:0 !important;text-decoration:none !important;line-height:1 !important;}html body.page-node-type-team #main-content .team-header .team-social a:hover{color:#8fd0b3 !important;}html body.page-node-type-team #main-content .col-sm-7.team-detail{flex:0 0 100% !important;max-width:100% !important;width:100% !important;margin:0 !important;padding:0 !important;float:none !important;}html body.path-team.page-team #main-content .team-teaser,html body.path-team.page-team .region.region-content .team-teaser{display:flex !important;flex-direction:row !important;align-items:flex-start !important;gap:1.1rem !important;background:#ffffff !important;background-image:none !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.1) !important;padding:1.15rem 1.15rem 1.2rem !important;margin:0 0 1.25rem 0;overflow:visible !important;box-sizing:border-box !important;}html body.path-team.page-team #main-content .team-teaser .team-thumb{position:relative !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;flex:0 0 auto !important;width:120px !important;min-width:120px !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important;}html body.path-team.page-team #main-content .team-teaser .team-thumb > .field,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-field-image,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-item,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-item > a{display:block !important;width:110px !important;height:110px !important;margin:0 auto !important;padding:0 !important;border-radius:50% !important;overflow:hidden !important;border:2px solid #0e6c3e !important;box-shadow:0 3px 10px rgba(10,79,47,0.16) !important;background:#ffffff !important;box-sizing:border-box !important;}html body.path-team.page-team #main-content .team-teaser .team-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;border:0 !important;border-radius:50% !important;margin:0 !important;}html body.path-team.page-team #main-content .team-teaser .team-social{position:static !important;display:flex !important;justify-content:center !important;align-items:center !important;gap:0.55rem !important;width:100% !important;margin:0.65rem 0 0 0 !important;padding:0 !important;opacity:1 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}html body.path-team.page-team #main-content .team-teaser .team-social a,html body.path-team.page-team #main-content .team-teaser .team-thumb .team-social a{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:2.35rem !important;height:2.35rem !important;background:#0e6c3e !important;background-image:none;background-image:none !important;border:2px solid #000 !important;border-radius:999px !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;box-shadow:0 1px 0 #000 !important;}html body.path-team.page-team #main-content .team-teaser .team-social a:hover{color:#138450 !important;}html body.path-team.page-team #main-content .team-teaser .team-meta{position:static !important;flex:1 1 auto !important;min-width:0 !important;margin:0 !important;margin-left:0 !important;padding:0 !important;text-align:left !important;background:transparent !important;border:0 !important;}html body.path-team.page-team #main-content .team-teaser .team-name,html body.path-team.page-team #main-content .team-teaser .team-name a,html body.path-team.page-team #main-content .team-teaser h2.team-name{display:inline-block !important;width:auto !important;max-width:100% !important;margin:0 0 0.45rem 0 !important;padding:0.45rem 0.9rem !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;font-size:1.15rem !important;line-height:1.25 !important;text-decoration:none !important;text-shadow:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.16) !important;box-sizing:border-box !important;position:static !important;}html body.path-team.page-team #main-content .team-teaser .team-position{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-weight:750 !important;font-size:1rem !important;margin:0 0 0.55rem 0 !important;background:transparent !important;border:0 !important;text-shadow:none !important;}html body.path-team.page-team #main-content .team-teaser .team-biography{background:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;padding:0.7rem 0.85rem !important;margin:0 !important;font-style:normal !important;line-height:1.55 !important;font-size:0.95rem !important;max-height:8.5rem !important;overflow-y:auto !important;text-shadow:none !important;}html body.path-team.page-team #main-content .team-teaser .team-meta,html body.path-team.page-team #main-content .team-teaser .team-biography{color:#0a2f1c !important;}@media (max-width:991.98px){html body.path-team.page-team #main-content h1,html body.path-team.page-team #block-martis-teamh1title h1{font-size:1.25rem !important;padding:0.7rem 0.85rem !important;margin:0.5rem 0 1rem 0 !important;width:100% !important;}html body.path-team.page-team #main-content .team-teaser{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:0.75rem !important;padding:1.15rem 1rem 1.2rem !important;}html body.path-team.page-team #main-content .team-teaser .team-thumb{width:100% !important;min-width:0 !important;align-items:center !important;}html body.path-team.page-team #main-content .team-teaser .team-thumb > .field,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-item,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-item > a{width:128px !important;height:128px !important;}html body.path-team.page-team #main-content .team-teaser .team-social{margin-top:0.55rem !important;gap:0.75rem !important;}html body.path-team.page-team #main-content .team-teaser .team-social a,html body.path-team.page-team #main-content .team-teaser .team-thumb .team-social a{width:40px !important;height:40px !important;background:#0e6c3e !important;background-image:none;background-image:none !important;border:2px solid #000 !important;border-radius:999px !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;box-shadow:0 1px 0 #000 !important;}html body.path-team.page-team #main-content .team-teaser .team-meta{width:100% !important;text-align:center !important;margin:0 !important;}html body.path-team.page-team #main-content .team-teaser .team-name,html body.path-team.page-team #main-content .team-teaser .team-name a,html body.path-team.page-team #main-content .team-teaser h2.team-name{display:block !important;width:100% !important;max-width:100% !important;margin:0.15rem 0 0.45rem 0 !important;padding:0.55rem 0.85rem !important;font-size:1.12rem !important;text-align:center !important;}html body.path-team.page-team #main-content .team-teaser .team-position{margin-bottom:0.55rem !important;font-size:1.02rem !important;}html body.path-team.page-team #main-content .team-teaser .team-biography{text-align:left !important;max-height:9.5rem !important;font-size:0.94rem !important;}html body.page-node-type-team #main-content .team-header .col-sm-5.figure{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:0.85rem !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:1.15rem 1rem 1.2rem !important;border-radius:12px !important;}html body.page-node-type-team #main-content .team-header .team-thumb{width:112px !important;height:112px !important;min-width:112px !important;min-height:112px !important;margin:0 auto !important;}html body.page-node-type-team #main-content .team-header .team-meta,html body.page-node-type-team #main-content .team-meta.text-left{text-align:center !important;width:100% !important;margin:0 !important;}html body.page-node-type-team #main-content .team-header .team-name{font-size:1.4rem !important;margin-bottom:0.2rem !important;}html body.page-node-type-team #main-content .team-header .team-position{margin-bottom:0.5rem !important;}html body.page-node-type-team #main-content .team-header .team-social{justify-content:center !important;gap:0.85rem !important;}html body.page-node-type-team #main-content .team-header .team-social a{font-size:1.35rem !important;}html body.page-node-type-team #main-content .profile-cards-wrapper > .card > .card,html body.page-node-type-team #main-content .profile-cards-wrapper .faq-card{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}}@media (max-width:575.98px){html body.path-team.page-team #main-content h1,html body.path-team.page-team #block-martis-teamh1title h1{font-size:1.12rem !important;padding:0.65rem 0.7rem !important;}html body.path-team.page-team #main-content .team-teaser .team-thumb > .field,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-item,html body.path-team.page-team #main-content .team-teaser .team-thumb .field-item > a{width:112px !important;height:112px !important;}html body.page-node-type-team #main-content .team-header .team-thumb{width:100px !important;height:100px !important;min-width:100px !important;min-height:100px !important;}html body.page-node-type-team #main-content .team-header .team-name{font-size:1.25rem !important;}}html body.page-node-type-team #main-content .team-header .col-sm-5.figure,html body.page-node-type-team #main-content .team-header .figure{position:relative !important;left:auto !important;right:auto !important;top:auto !important;transform:none !important;overflow:hidden !important;margin-left:0 !important;margin-right:0 !important;margin-top:0 !important;padding-left:1.15rem !important;padding-right:1.25rem !important;}html body.page-node-type-team #main-content .team-header .team-thumb,html body.page-node-type-team #main-content .team-thumb{position:relative !important;left:auto !important;right:auto !important;top:auto !important;transform:none !important;margin-left:0 !important;margin-right:0 !important;margin-top:0 !important;margin-bottom:0 !important;float:none !important;}html body.page-node-type-team #main-content .team-header .team-meta,html body.page-node-type-team #main-content .team-meta,html body.page-node-type-team #main-content .team-meta.text-left{position:relative !important;left:auto !important;top:auto !important;transform:none !important;margin:0 !important;margin-top:0 !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:0 !important;padding-left:0.15rem !important;float:none !important;width:auto !important;max-width:none !important;}html body.page-node-type-team #main-content .team-header .team-name,html body.page-node-type-team #main-content .team-header h1.team-name{position:static !important;left:auto !important;margin-left:0 !important;padding-left:0 !important;width:auto !important;max-width:100% !important;overflow:visible !important;white-space:normal !important;}html body.path-team.page-team #main-content .team-teaser .team-social a::before{border:0 !important;background:transparent !important;box-shadow:none !important;}html body.page-node-type-team .team-header .team-name,html body.page-node-type-team .team-header .team-name.animate__animated,html body.page-node-type-team .team-header .team-name.animate__heartBeat,html body.page-node-type-team .team-header h1.team-name,html body.path-team.page-team .team-teaser .team-name,html body.path-team.page-team .team-teaser .team-name.animate__animated,html body.path-team.page-team .team-teaser .team-name a{animation:none !important;animation-name:none !important;animation-duration:0s !important;transform:none !important;-webkit-animation:none !important;}html body.path-team .header,html body.path-team .header-main-wrap,html body.path-team .header-info,html body.path-team .navbar,html body.path-team .region-header,html body.page-node-type-team .header,html body.page-node-type-team .header-main-wrap,html body.page-node-type-team .header-info,html body.page-node-type-team .navbar,html body.page-node-type-team .region-header{margin-left:0 !important;margin-right:0 !important;}html body.page-node-type-team .team-content,html body.page-node-type-team .team-detail,html body.page-node-type-team .team-body,html body.page-node-type-team .team-body .field-body,html body.page-node-type-team .team-body .field-item,html body.page-node-type-team .profile-cards-wrapper,html body.page-node-type-team .profile-cards-wrapper > .card:not(:has(> h2)):not(:has(> h3)):not(:has(> .summary-box)):has(> .card){background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;box-shadow:none !important;outline:0 !important;}html body.page-node-type-team .profile-cards-wrapper > .card{background:transparent !important;background-color:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;margin:0 0 0.75rem 0 !important;border-radius:0 !important;}html body.page-node-type-team .profile-cards-wrapper > .card > .card,html body.page-node-type-team .profile-cards-wrapper .main-grid > .card,html body.page-node-type-team .profile-cards-wrapper > .card:has(> h2),html body.page-node-type-team .profile-cards-wrapper > .card:has(> h3){background:#ffffff !important;background-color:#ffffff !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;padding:1.15rem 1.1rem !important;margin:0 0 1rem 0 !important;}html body.page-node-type-team .team-header,html body.page-node-type-team .team-header.flex-wrap{display:block !important;width:100% !important;max-width:100% !important;margin:0.65rem 0 1.15rem 0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;}html body.page-node-type-team .team-header .col-sm-5.figure,html body.page-node-type-team .team-header .figure{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:1.25rem !important;column-gap:1.25rem !important;row-gap:0.75rem !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;box-sizing:border-box !important;margin:0 !important;padding:1.1rem 1.35rem !important;background:linear-gradient(115deg,#0a4f2f 0%,#0e6c3e 45%,#138450 100%) !important;border:2px solid #000 !important;border-radius:14px !important;box-shadow:0 4px 16px rgba(10,79,47,0.22) !important;overflow:hidden !important;float:none !important;position:relative !important;left:auto !important;top:auto !important;transform:none !important;}html body.page-node-type-team .team-header .team-thumb{flex:0 0 100px !important;width:100px !important;height:100px !important;min-width:100px !important;min-height:100px !important;max-width:100px !important;margin:0 !important;padding:0 !important;border:3px solid #8fd0b3 !important;border-radius:50% !important;overflow:hidden !important;background:#fff !important;box-shadow:0 3px 10px rgba(0,0,0,0.28) !important;display:flex !important;align-items:center !important;justify-content:center !important;position:relative !important;z-index:2 !important;float:none !important;left:auto !important;top:auto !important;transform:none !important;}html body.page-node-type-team .team-header .team-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;border:0 !important;border-radius:50% !important;}html body.page-node-type-team .team-header .team-meta,html body.page-node-type-team .team-header .team-meta.text-left{flex:1 1 auto !important;min-width:0 !important;width:auto !important;max-width:none !important;margin:0 !important;padding:0 0 0 0.15rem !important;position:relative !important;left:auto !important;top:auto !important;transform:none !important;text-align:left !important;background:transparent !important;border:0 !important;box-shadow:none !important;z-index:1 !important;float:none !important;}html body.page-node-type-team .team-header .team-name,html body.page-node-type-team .team-header h1.team-name{display:block !important;width:auto !important;max-width:100% !important;margin:0 0 0.2rem 0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-size:clamp(1.4rem,2.5vw,1.9rem) !important;font-weight:800 !important;line-height:1.2 !important;text-shadow:none !important;position:static !important;transform:none !important;animation:none !important;overflow:visible !important;white-space:normal !important;}html body.page-node-type-team .team-header .team-position{color:#d8f5e6 !important;-webkit-text-fill-color:#d8f5e6 !important;font-weight:650 !important;font-size:1.02rem !important;margin:0 0 0.4rem 0 !important;background:transparent !important;border:0 !important;}html body.page-node-type-team .team-header .team-social{position:static !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.7rem !important;margin:0.1rem 0 0 0 !important;padding:0 !important;opacity:1 !important;}html body.page-node-type-team .team-header .team-social a{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;font-size:1.3rem !important;line-height:1 !important;text-decoration:none !important;margin:0 !important;transform:none !important;}html body.page-node-type-team .team-header .team-social a:hover{color:#8fd0b3 !important;}html body.page-node-type-team .col-sm-7.team-detail{flex:0 0 100% !important;max-width:100% !important;width:100% !important;margin:0 !important;padding:0 !important;float:none !important;}html body.path-team.page-team #block-martis-teamh1title{margin-bottom:0.75rem !important;}html body.path-team.page-team #block-martis-teamh1title h1,html body.path-team.page-team .region.region-content-wide-top h1,html body.path-team.page-team #main-content h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:12px !important;font-weight:800 !important;text-align:center !important;box-shadow:0 3px 12px rgba(10,79,47,0.2) !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin:0.35rem 0 1rem 0 !important;padding:0.8rem 1.1rem !important;line-height:1.25 !important;text-shadow:none !important;}html body.path-team.page-team .team-teaser{display:flex !important;flex-direction:row !important;align-items:flex-start !important;gap:1.15rem !important;background:#ffffff !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.1) !important;padding:1.2rem 1.2rem 1.25rem !important;margin:0 0 1.2rem 0 !important;overflow:visible !important;box-sizing:border-box !important;}html body.path-team.page-team .team-teaser .team-thumb{position:relative !important;display:flex !important;flex-direction:column !important;align-items:center !important;flex:0 0 auto !important;width:118px !important;min-width:118px !important;height:auto !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important;}html body.path-team.page-team .team-teaser .team-thumb .field-item,html body.path-team.page-team .team-teaser .team-thumb .field-item > a,html body.path-team.page-team .team-teaser .team-thumb > .field{display:block !important;width:108px !important;height:108px !important;margin:0 auto !important;border-radius:50% !important;overflow:hidden !important;border:3px solid #0e6c3e !important;box-shadow:0 3px 10px rgba(10,79,47,0.16) !important;background:#fff !important;box-sizing:border-box !important;}html body.path-team.page-team .team-teaser .team-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;border:0 !important;border-radius:50% !important;}html body.path-team.page-team .team-teaser .team-social{position:static !important;display:flex !important;justify-content:center !important;align-items:center !important;gap:0.6rem !important;width:100% !important;margin:0.55rem 0 0 0 !important;padding:0 !important;opacity:1 !important;}html body.path-team.page-team .team-teaser .team-social a{display:inline-flex !important;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;margin:0 !important;padding:0.15rem !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-size:1.28rem !important;line-height:1 !important;text-decoration:none !important;transform:none !important;}html body.path-team.page-team .team-teaser .team-meta{flex:1 1 auto !important;min-width:0 !important;margin:0 !important;margin-left:0 !important;padding:0 !important;text-align:left !important;position:static !important;}html body.path-team.page-team #main-content .team-teaser .team-name,html body.path-team.page-team .region.region-content .team-teaser .team-name,html body.path-team.page-team #main-content .team-teaser h2.team-name,html body.path-team.page-team .region.region-content .team-teaser h2.team-name{display:inline-block !important;width:auto !important;max-width:100% !important;margin:0 0 0.4rem 0 !important;margin-left:0 !important;padding:0.45rem 0.95rem !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;font-size:1.12rem !important;line-height:1.25 !important;text-decoration:none !important;text-shadow:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.16) !important;box-sizing:border-box !important;position:static !important;animation:none !important;transform:none !important;white-space:nowrap !important;overflow:visible !important;}html body.path-team.page-team #main-content .team-teaser .team-name a,html body.path-team.page-team .region.region-content .team-teaser .team-name a,html body.path-team.page-team #main-content .team-teaser h2.team-name a,html body.path-team.page-team .region.region-content .team-teaser h2.team-name a{display:inline !important;width:auto !important;max-width:none !important;margin:0 !important;padding:0 !important;background:transparent !important;background-color:transparent !important;background-image:none !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:0 !important;border-width:0 !important;border-radius:0 !important;box-shadow:none !important;outline:0 !important;font-weight:inherit !important;font-size:inherit !important;line-height:inherit !important;text-decoration:none !important;text-shadow:none !important;}html body.path-team.page-team .team-teaser .team-position{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-weight:750 !important;font-size:1rem !important;margin:0 0 0.5rem 0 !important;background:transparent !important;border:0 !important;}html body.path-team.page-team .team-teaser .team-biography{background:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;padding:0.7rem 0.85rem !important;margin:0 !important;font-style:normal !important;line-height:1.55 !important;font-size:0.95rem !important;max-height:8.5rem !important;overflow-y:auto !important;text-shadow:none !important;}@media (max-width:991.98px){html body.path-team.page-team #block-martis-teamh1title h1,html body.path-team.page-team #main-content h1{font-size:1.2rem !important;padding:0.7rem 0.85rem !important;margin:0.35rem 0 0.85rem 0 !important;border-radius:10px !important;}html body.path-team.page-team .team-teaser{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:0.55rem !important;padding:1.1rem 0.95rem 1.15rem !important;}html body.path-team.page-team .team-teaser .team-thumb{width:100% !important;min-width:0 !important;margin:0 !important;}html body.path-team.page-team .team-teaser .team-thumb .field-item,html body.path-team.page-team .team-teaser .team-thumb .field-item > a,html body.path-team.page-team .team-teaser .team-thumb > .field{width:120px !important;height:120px !important;}html body.path-team.page-team .team-teaser .team-social{margin-top:0.4rem !important;margin-bottom:0.15rem !important;gap:0.75rem !important;}html body.path-team.page-team .team-teaser .team-social a{font-size:1.4rem !important;color:#0e6c3e !important;}html body.path-team.page-team .team-teaser .team-meta{width:100% !important;text-align:center !important;margin:0 !important;}html body.path-team.page-team #main-content .team-teaser .team-name,html body.path-team.page-team .region.region-content .team-teaser .team-name,html body.path-team.page-team #main-content .team-teaser h2.team-name{display:block !important;width:100% !important;max-width:100% !important;margin:0.1rem 0 0.35rem 0 !important;padding:0.55rem 0.8rem !important;font-size:1.1rem !important;text-align:center !important;white-space:normal !important;}html body.path-team.page-team #main-content .team-teaser .team-name a,html body.path-team.page-team .region.region-content .team-teaser .team-name a{display:inline !important;width:auto !important;padding:0 !important;margin:0 !important;background:transparent !important;background-image:none !important;border:0 !important;box-shadow:none !important;}html body.path-team.page-team .team-teaser .team-position{margin:0 0 0.45rem 0 !important;font-size:1.02rem !important;}html body.path-team.page-team .team-teaser .team-biography{text-align:left !important;max-height:9rem !important;}html body.page-node-type-team .team-header .col-sm-5.figure,html body.page-node-type-team .team-header .figure{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:0.7rem !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:1.2rem 1rem 1.25rem !important;border-radius:12px !important;}html body.page-node-type-team .team-header .team-thumb{width:112px !important;height:112px !important;min-width:112px !important;min-height:112px !important;margin:0 auto !important;}html body.page-node-type-team .team-header .team-meta,html body.page-node-type-team .team-header .team-meta.text-left{text-align:center !important;width:100% !important;margin:0 !important;padding:0 !important;}html body.page-node-type-team .team-header .team-name{font-size:1.4rem !important;margin-bottom:0.15rem !important;}html body.page-node-type-team .team-header .team-position{margin-bottom:0.4rem !important;}html body.page-node-type-team .team-header .team-social{justify-content:center !important;gap:0.9rem !important;}html body.page-node-type-team .team-header .team-social a{font-size:1.4rem !important;}html body.page-node-type-team .profile-cards-wrapper > .card > .card,html body.page-node-type-team .profile-cards-wrapper > .card:has(> h2),html body.page-node-type-team .profile-cards-wrapper > .card:has(> h3),html body.page-node-type-team .profile-cards-wrapper .faq-card{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}}@media (max-width:575.98px){html body.path-team.page-team #block-martis-teamh1title h1,html body.path-team.page-team #main-content h1{font-size:1.08rem !important;padding:0.6rem 0.7rem !important;}html body.path-team.page-team .team-teaser{gap:0.45rem !important;padding:1rem 0.85rem 1.05rem !important;}html body.path-team.page-team .team-teaser .team-thumb .field-item,html body.path-team.page-team .team-teaser .team-thumb .field-item > a,html body.path-team.page-team .team-teaser .team-thumb > .field{width:108px !important;height:108px !important;}html body.path-team.page-team .team-teaser .team-social{margin-top:0.3rem !important;}html body.path-team.page-team .team-teaser .team-name{font-size:1.05rem !important;padding:0.5rem 0.7rem !important;}html body.page-node-type-team .team-header .team-thumb{width:104px !important;height:104px !important;min-width:104px !important;min-height:104px !important;}html body.page-node-type-team .team-header .team-name{font-size:1.28rem !important;}html body.page-node-type-team .team-header .col-sm-5.figure,html body.page-node-type-team .team-header .figure{padding:1.05rem 0.85rem 1.1rem !important;}}html body.page-node-type-team .profile-cards-wrapper > h2,html body.page-node-type-team .profile-cards-wrapper h2[style*="text-align"],html body.page-node-type-team .team-body .profile-cards-wrapper > h2,html body.page-node-type-team #main-content .profile-cards-wrapper > h2{display:block !important;width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;float:none !important;}html body.page-node-type-service .service-brag .cy-card-header,html body.page-node-type-service .layout__region--second .service-brag .cy-card-header,html body.page-node-type-service .service-brag .cy-comparison-block .cy-card-header{text-align:center !important;display:block !important;width:100% !important;box-sizing:border-box !important;}html body.page-node-type-service .service-brag .cy-heading,html body.page-node-type-service .service-brag h2.cy-heading,html body.page-node-type-service .service-brag .cy-card-header h2,html body.page-node-type-service .service-brag .cy-comparison-block h2{display:block !important;width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;float:none !important;box-sizing:border-box !important;}html body.page-node-type-service .service-brag .cy-subtitle,html body.page-node-type-service .service-brag .cy-card-header p,html body.page-node-type-service .service-brag .cy-card-header .cy-subtitle{display:block !important;width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-wrap,html body.page-node-type-service #block-rvdetailingblock .block-title-wrap,html body.page-node-type-service #block-boatdetailingblock .block-title-wrap,html body.page-node-type-service #block-ceramiccoatingblock .block-title-wrap,html body.page-node-type-service #block-marineceramiccoatingblock .block-title-wrap,html body.page-node-type-service #block-paintcorrectionblock .block-title-wrap,html body.page-node-type-service [id$="detailingblock"] .block-title-wrap,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-wrap,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-wrap{display:flex !important;justify-content:center !important;align-items:center !important;text-align:center !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-content,html body.page-node-type-service #block-rvdetailingblock .block-title-content,html body.page-node-type-service #block-boatdetailingblock .block-title-content,html body.page-node-type-service #block-ceramiccoatingblock .block-title-content,html body.page-node-type-service #block-marineceramiccoatingblock .block-title-content,html body.page-node-type-service #block-paintcorrectionblock .block-title-content,html body.page-node-type-service [id$="detailingblock"] .block-title-content,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-content,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-content{display:block !important;width:100% !important;max-width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;float:none !important;}html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #block-rvdetailingblock h2.block-title,html body.page-node-type-service #block-boatdetailingblock h2.block-title,html body.page-node-type-service #block-ceramiccoatingblock h2.block-title,html body.page-node-type-service #block-marineceramiccoatingblock h2.block-title,html body.page-node-type-service #block-paintcorrectionblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title,html body.page-node-type-service [id*="ceramiccoatingblock"] h2.block-title,html body.page-node-type-service [id*="paintcorrectionblock"] h2.block-title{display:block !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;text-align:center !important;justify-content:center !important;align-items:center !important;margin-left:auto !important;margin-right:auto !important;float:none !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content,html body.page-node-type-service #block-rvdetailingblock .block-content,html body.page-node-type-service #block-boatdetailingblock .block-content,html body.page-node-type-service #block-ceramiccoatingblock .block-content,html body.page-node-type-service #block-marineceramiccoatingblock .block-content,html body.page-node-type-service #block-paintcorrectionblock .block-content,html body.page-node-type-service [id$="detailingblock"] .block-content,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content{text-align:center !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content p,html body.page-node-type-service #block-rvdetailingblock .block-content p,html body.page-node-type-service #block-boatdetailingblock .block-content p,html body.page-node-type-service #block-ceramiccoatingblock .block-content p,html body.page-node-type-service #block-marineceramiccoatingblock .block-content p,html body.page-node-type-service #block-paintcorrectionblock .block-content p,html body.page-node-type-service [id$="detailingblock"] .block-content p,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content p,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content p{text-align:center !important;}html body.page-node-type-service .service-brag .cy-material-card,html body.page-node-type-service .service-brag .cy-comparison-block .cy-material-card{background:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:14px !important;box-shadow:0 6px 18px -4px rgba(10,79,47,0.18) !important;overflow:hidden !important;}html body.page-node-type-service .service-brag .cy-card-header,html body.page-node-type-service .service-brag .cy-comparison-block .cy-card-header{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 50%,#138450 100%) !important;background-color:#0a4f2f !important;padding:1rem 1.1rem 0.9rem !important;text-align:center !important;}html body.page-node-type-service .service-brag .cy-heading,html body.page-node-type-service .service-brag h2.cy-heading,html body.page-node-type-service .service-brag .cy-card-header h2{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:clamp(1.15rem,2.2vw,1.4rem) !important;line-height:1.25 !important;margin:0 0 0.45rem 0 !important;text-shadow:none !important;text-align:center !important;}html body.page-node-type-service .service-brag .cy-subtitle,html body.page-node-type-service .service-brag .cy-card-header .cy-subtitle,html body.page-node-type-service .service-brag .cy-card-header p{display:inline-block !important;max-width:100% !important;margin:0 auto !important;padding:0.35rem 0.85rem !important;background:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-radius:999px !important;font-size:0.82rem !important;font-weight:650 !important;line-height:1.35 !important;text-align:center !important;box-shadow:0 1px 4px rgba(10,79,47,0.12) !important;}html body.page-node-type-service .service-brag .cy-table-container{background:#f7fcf9 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th,html body.page-node-type-service .service-brag table thead th{background:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-bottom:2px solid #0a4f2f !important;border-right:1px solid #c5e6d4 !important;font-weight:750 !important;letter-spacing:0.02em !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th p,html body.page-node-type-service .service-brag table thead th p{color:inherit !important;-webkit-text-fill-color:inherit !important;margin:0 !important;background:transparent !important;border:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col{background:linear-gradient(180deg,#0e6c3e 0%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:1px solid #0a4f2f !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08) !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col p{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.page-node-type-service .service-brag .cy-comparison-table tbody td:first-child,html body.page-node-type-service .service-brag .cy-comparison-table tbody td.cy-feature{background:#f7fcf9 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:700 !important;}html body.page-node-type-service .service-brag .cy-comparison-table tbody td:first-child p,html body.page-node-type-service .service-brag .cy-feature p{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:#e8f6ee !important;border:1px solid #c5e6d4 !important;border-radius:10px !important;padding:0.45rem 0.55rem !important;margin:0 !important;display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;line-height:1.3 !important;}html body.page-node-type-service .service-brag .cy-comparison-table tbody td.cy-cyberlytics-col,html body.page-node-type-service .service-brag .cy-comparison-table .cy-cyberlytics-col{background-color:#e8f6ee !important;background:#e8f6ee !important;}html body.page-node-type-service .service-brag .cy-comparison-table tbody td{border-bottom:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;color:#0a2f1c !important;background-color:#ffffff !important;}html body.page-node-type-service .service-brag .cy-comparison-table tbody tr:nth-child(even) td:not(.cy-cyberlytics-col):not(:first-child){background-color:#f7fcf9 !important;}html body.page-node-type-service .service-brag .cy-icon-wrapper,html body.page-node-type-service .service-brag .cy-comparison-table svg,html body.page-node-type-service .service-brag .cy-comparison-table .cy-check{color:#0e6c3e !important;}html body.page-node-type-service .service-brag .cy-comparison-table .cy-icon-wrapper svg path,html body.page-node-type-service .service-brag .cy-comparison-table svg path[fill],html body.page-node-type-service .service-brag .cy-comparison-table svg [fill="#138450"],html body.page-node-type-service .service-brag .cy-comparison-table svg [fill="#0e6c3e"]{fill:#0e6c3e !important;}html body.page-node-type-service .service-brag .cy-badge{border:2px solid #000 !important;font-weight:750 !important;box-shadow:0 1px 3px rgba(0,0,0,0.08) !important;}html body.page-node-type-service .service-brag .cy-badge-amber{background:#fef3c7 !important;color:#92400e !important;}html body.page-node-type-service .service-brag .cy-badge-red{background:#fee2e2 !important;color:#991b1b !important;}html body.page-node-type-service .service-brag .cy-card-footer{background:linear-gradient(180deg,#e8f6ee 0%,#f7fcf9 100%) !important;border-top:1px solid #c5e6d4 !important;padding:0.7rem 1rem !important;}html body.page-node-type-service .service-brag .cy-trust-note{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:600 !important;}html body.page-node-type-service #block-traditionaldetailingblock,html body.page-node-type-service #block-rvdetailingblock,html body.page-node-type-service #block-boatdetailingblock,html body.page-node-type-service #block-ceramiccoatingblock,html body.page-node-type-service #block-marineceramiccoatingblock,html body.page-node-type-service #block-paintcorrectionblock,html body.page-node-type-service [id$="detailingblock"],html body.page-node-type-service [id*="ceramiccoatingblock"],html body.page-node-type-service [id*="paintcorrectionblock"]{background:transparent !important;margin-top:0.5rem !important;margin-bottom:0 !important;}html body.page-node-type-service #block-traditionaldetailingblock > .container-wrap,html body.page-node-type-service #block-rvdetailingblock > .container-wrap,html body.page-node-type-service #block-boatdetailingblock > .container-wrap,html body.page-node-type-service #block-ceramiccoatingblock > .container-wrap,html body.page-node-type-service #block-marineceramiccoatingblock > .container-wrap,html body.page-node-type-service #block-paintcorrectionblock > .container-wrap,html body.page-node-type-service [id$="detailingblock"] > .container-wrap,html body.page-node-type-service [id*="ceramiccoatingblock"] > .container-wrap,html body.page-node-type-service [id*="paintcorrectionblock"] > .container-wrap{background:linear-gradient(120deg,#0a4f2f 0%,#0e6c3e 42%,#138450 78%,#4fa36f 100%) !important;border-top:2px solid #000 !important;border-bottom:2px solid #000 !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 -4px 18px rgba(10,79,47,0.12) !important;padding:1.6rem 1.25rem 1.75rem !important;margin:0 !important;max-width:none !important;width:100% !important;box-sizing:border-box !important;}html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #block-rvdetailingblock h2.block-title,html body.page-node-type-service #block-boatdetailingblock h2.block-title,html body.page-node-type-service #block-ceramiccoatingblock h2.block-title,html body.page-node-type-service #block-marineceramiccoatingblock h2.block-title,html body.page-node-type-service #block-paintcorrectionblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title,html body.page-node-type-service [id*="ceramiccoatingblock"] h2.block-title,html body.page-node-type-service [id*="paintcorrectionblock"] h2.block-title{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:clamp(1.35rem,2.8vw,1.85rem) !important;line-height:1.25 !important;text-shadow:0 1px 2px rgba(0,0,0,0.25) !important;margin:0 0 0.55rem 0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;text-align:center !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-wrap::after,html body.page-node-type-service #block-rvdetailingblock .block-title-wrap::after,html body.page-node-type-service #block-boatdetailingblock .block-title-wrap::after,html body.page-node-type-service #block-ceramiccoatingblock .block-title-wrap::after,html body.page-node-type-service #block-marineceramiccoatingblock .block-title-wrap::after,html body.page-node-type-service #block-paintcorrectionblock .block-title-wrap::after,html body.page-node-type-service [id$="detailingblock"] .block-title-wrap::after,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-wrap::after,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-wrap::after{content:"" !important;display:block !important;width:min(220px,55%) !important;height:3px !important;margin:0.15rem auto 0.85rem auto !important;background:linear-gradient(90deg,transparent,#8fd0b3,#ffffff,#8fd0b3,transparent) !important;border-radius:2px !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content,html body.page-node-type-service #block-rvdetailingblock .block-content,html body.page-node-type-service #block-boatdetailingblock .block-content,html body.page-node-type-service #block-ceramiccoatingblock .block-content,html body.page-node-type-service #block-marineceramiccoatingblock .block-content,html body.page-node-type-service #block-paintcorrectionblock .block-content,html body.page-node-type-service [id$="detailingblock"] .block-content,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content{text-align:center !important;max-width:720px !important;margin:0 auto !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content p,html body.page-node-type-service #block-rvdetailingblock .block-content p,html body.page-node-type-service #block-boatdetailingblock .block-content p,html body.page-node-type-service #block-ceramiccoatingblock .block-content p,html body.page-node-type-service #block-marineceramiccoatingblock .block-content p,html body.page-node-type-service #block-paintcorrectionblock .block-content p,html body.page-node-type-service [id$="detailingblock"] .block-content p,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content p,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content p{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;text-shadow:0 1px 2px rgba(0,0,0,0.2) !important;font-size:1.02rem !important;line-height:1.55 !important;font-weight:500 !important;margin:0 0 1rem 0 !important;background:transparent !important;border:0 !important;text-align:center !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content a,html body.page-node-type-service #block-rvdetailingblock .block-content a,html body.page-node-type-service #block-boatdetailingblock .block-content a,html body.page-node-type-service #block-ceramiccoatingblock .block-content a,html body.page-node-type-service #block-marineceramiccoatingblock .block-content a,html body.page-node-type-service #block-paintcorrectionblock .block-content a,html body.page-node-type-service [id$="detailingblock"] .block-content a,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content a,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content a,html body.page-node-type-service #block-traditionaldetailingblock a[href*="/form/get-in-touch"],html body.page-node-type-service #block-rvdetailingblock a[href*="/form/get-in-touch"],html body.page-node-type-service #block-boatdetailingblock a[href*="/form/get-in-touch"],html body.page-node-type-service #block-traditionaldetailingblock a.button,html body.page-node-type-service #block-rvdetailingblock a.button,html body.page-node-type-service #block-boatdetailingblock a.button,html body.page-node-type-service #block-traditionaldetailingblock a.side-btn,html body.page-node-type-service #block-rvdetailingblock a.side-btn,html body.page-node-type-service #block-boatdetailingblock a.side-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:min(320px,92%) !important;width:auto !important;max-width:100% !important;margin:0.25rem auto 0 auto !important;padding:0.85rem 1.6rem !important;background:linear-gradient(180deg,#ffffff 0%,#e8f6ee 100%) !important;background-color:#ffffff !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:2px solid #000 !important;border-radius:12px !important;font-weight:800 !important;font-size:1.05rem !important;letter-spacing:0.01em !important;text-decoration:none !important;text-shadow:none !important;box-shadow:0 4px 12px rgba(0,0,0,0.22) !important;transition:transform 0.15s ease,box-shadow 0.15s ease,background 0.15s ease !important;opacity:1 !important;filter:none !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content a:hover,html body.page-node-type-service #block-rvdetailingblock .block-content a:hover,html body.page-node-type-service #block-boatdetailingblock .block-content a:hover,html body.page-node-type-service #block-ceramiccoatingblock .block-content a:hover,html body.page-node-type-service #block-marineceramiccoatingblock .block-content a:hover,html body.page-node-type-service #block-paintcorrectionblock .block-content a:hover,html body.page-node-type-service [id$="detailingblock"] .block-content a:hover,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content a:hover,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content a:hover,html body.page-node-type-service #block-traditionaldetailingblock a[href*="/form/get-in-touch"]:hover,html body.page-node-type-service #block-rvdetailingblock a[href*="/form/get-in-touch"]:hover,html body.page-node-type-service #block-boatdetailingblock a[href*="/form/get-in-touch"]:hover{background:linear-gradient(180deg,#e8f6ee 0%,#8fd0b3 100%) !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;transform:translateY(-2px) !important;box-shadow:0 6px 16px rgba(0,0,0,0.28) !important;text-decoration:none !important;}@media (max-width:991.98px){html body.page-node-type-service .service-brag .cy-card-header{padding:0.9rem 0.85rem 0.8rem !important;}html body.page-node-type-service .service-brag .cy-heading,html body.page-node-type-service .service-brag h2.cy-heading{font-size:1.15rem !important;}html body.page-node-type-service .service-brag .cy-subtitle,html body.page-node-type-service .service-brag .cy-card-header .cy-subtitle{font-size:0.78rem !important;padding:0.3rem 0.7rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table tbody td:first-child p,html body.page-node-type-service .service-brag .cy-feature p{font-size:0.78rem !important;padding:0.35rem 0.45rem !important;}html body.page-node-type-service #block-traditionaldetailingblock > .container-wrap,html body.page-node-type-service #block-rvdetailingblock > .container-wrap,html body.page-node-type-service #block-boatdetailingblock > .container-wrap,html body.page-node-type-service #block-ceramiccoatingblock > .container-wrap,html body.page-node-type-service #block-marineceramiccoatingblock > .container-wrap,html body.page-node-type-service #block-paintcorrectionblock > .container-wrap,html body.page-node-type-service [id$="detailingblock"] > .container-wrap,html body.page-node-type-service [id*="ceramiccoatingblock"] > .container-wrap,html body.page-node-type-service [id*="paintcorrectionblock"] > .container-wrap{padding:1.35rem 1rem 1.5rem !important;}html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #block-rvdetailingblock h2.block-title,html body.page-node-type-service #block-boatdetailingblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title,html body.page-node-type-service [id*="ceramiccoatingblock"] h2.block-title,html body.page-node-type-service [id*="paintcorrectionblock"] h2.block-title{font-size:1.3rem !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content p,html body.page-node-type-service #block-rvdetailingblock .block-content p,html body.page-node-type-service [id$="detailingblock"] .block-content p,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content p,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content p{font-size:0.96rem !important;padding:0 0.25rem !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content a,html body.page-node-type-service #block-rvdetailingblock .block-content a,html body.page-node-type-service [id$="detailingblock"] .block-content a,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content a,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content a{width:100% !important;min-width:0 !important;max-width:100% !important;padding:0.9rem 1.1rem !important;font-size:1.02rem !important;}}@media (max-width:575.98px){html body.page-node-type-service .service-brag .cy-heading{font-size:1.08rem !important;}html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title{font-size:1.2rem !important;}}html body.page-node-type-service #block-traditionaldetailingblock,html body.page-node-type-service #block-rvdetailingblock,html body.page-node-type-service #block-boatdetailingblock,html body.page-node-type-service #block-ceramiccoatingblock,html body.page-node-type-service #block-marineceramiccoatingblock,html body.page-node-type-service #block-paintcorrectionblock,html body.page-node-type-service [id$="detailingblock"],html body.page-node-type-service [id*="ceramiccoatingblock"],html body.page-node-type-service [id*="paintcorrectionblock"]{margin:0 !important;padding:0 !important;border:0 !important;background:linear-gradient(120deg,#0a4f2f 0%,#0e6c3e 42%,#138450 78%,#4fa36f 100%) !important;}html body.page-node-type-service #block-traditionaldetailingblock > .container-wrap,html body.page-node-type-service #block-rvdetailingblock > .container-wrap,html body.page-node-type-service #block-boatdetailingblock > .container-wrap,html body.page-node-type-service #block-ceramiccoatingblock > .container-wrap,html body.page-node-type-service #block-marineceramiccoatingblock > .container-wrap,html body.page-node-type-service #block-paintcorrectionblock > .container-wrap,html body.page-node-type-service [id$="detailingblock"] > .container-wrap,html body.page-node-type-service [id*="ceramiccoatingblock"] > .container-wrap,html body.page-node-type-service [id*="paintcorrectionblock"] > .container-wrap{background:transparent !important;background-image:none !important;border:0 !important;border-top:0 !important;border-bottom:0 !important;box-shadow:none !important;margin:0 auto !important;padding:1.35rem 1rem 1.25rem !important;max-width:920px !important;width:100% !important;box-sizing:border-box !important;text-align:center !important;float:none !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-wrap,html body.page-node-type-service #block-rvdetailingblock .block-title-wrap,html body.page-node-type-service #block-boatdetailingblock .block-title-wrap,html body.page-node-type-service #block-ceramiccoatingblock .block-title-wrap,html body.page-node-type-service #block-marineceramiccoatingblock .block-title-wrap,html body.page-node-type-service #block-paintcorrectionblock .block-title-wrap,html body.page-node-type-service [id$="detailingblock"] .block-title-wrap,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-wrap,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-wrap{display:block !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;float:none !important;clear:both !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-wrap::before,html body.page-node-type-service #block-rvdetailingblock .block-title-wrap::before,html body.page-node-type-service #block-boatdetailingblock .block-title-wrap::before,html body.page-node-type-service [id$="detailingblock"] .block-title-wrap::before,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-wrap::before,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-wrap::before,html body.page-node-type-service #block-traditionaldetailingblock .container-wrap::before,html body.page-node-type-service #block-traditionaldetailingblock .container-wrap::after,html body.page-node-type-service #block-rvdetailingblock .container-wrap::before,html body.page-node-type-service #block-rvdetailingblock .container-wrap::after,html body.page-node-type-service [id$="detailingblock"] .container-wrap::before,html body.page-node-type-service [id$="detailingblock"] .container-wrap::after,html body.page-node-type-service [id*="ceramiccoatingblock"] .container-wrap::before,html body.page-node-type-service [id*="ceramiccoatingblock"] .container-wrap::after,html body.page-node-type-service [id*="paintcorrectionblock"] .container-wrap::before,html body.page-node-type-service [id*="paintcorrectionblock"] .container-wrap::after{content:none !important;display:none !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-wrap::after,html body.page-node-type-service #block-rvdetailingblock .block-title-wrap::after,html body.page-node-type-service #block-boatdetailingblock .block-title-wrap::after,html body.page-node-type-service #block-ceramiccoatingblock .block-title-wrap::after,html body.page-node-type-service #block-marineceramiccoatingblock .block-title-wrap::after,html body.page-node-type-service #block-paintcorrectionblock .block-title-wrap::after,html body.page-node-type-service [id$="detailingblock"] .block-title-wrap::after,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-wrap::after,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-wrap::after{content:"" !important;display:block !important;width:min(200px,50%) !important;height:3px !important;margin:0.2rem auto 0.75rem auto !important;background:linear-gradient(90deg,transparent,#8fd0b3,#ffffff,#8fd0b3,transparent) !important;border-radius:2px !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-title-content,html body.page-node-type-service #block-rvdetailingblock .block-title-content,html body.page-node-type-service #block-boatdetailingblock .block-title-content,html body.page-node-type-service #block-ceramiccoatingblock .block-title-content,html body.page-node-type-service #block-marineceramiccoatingblock .block-title-content,html body.page-node-type-service #block-paintcorrectionblock .block-title-content,html body.page-node-type-service [id$="detailingblock"] .block-title-content,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-title-content,html body.page-node-type-service [id*="paintcorrectionblock"] .block-title-content{display:block !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;float:none !important;}html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #block-rvdetailingblock h2.block-title,html body.page-node-type-service #block-boatdetailingblock h2.block-title,html body.page-node-type-service #block-ceramiccoatingblock h2.block-title,html body.page-node-type-service #block-marineceramiccoatingblock h2.block-title,html body.page-node-type-service #block-paintcorrectionblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title,html body.page-node-type-service [id*="ceramiccoatingblock"] h2.block-title,html body.page-node-type-service [id*="paintcorrectionblock"] h2.block-title{display:block !important;width:100% !important;max-width:100% !important;margin:0 auto 0.15rem auto !important;padding:0 0.5rem !important;text-align:center !important;float:none !important;box-sizing:border-box !important;animation:none !important;transform:none !important;border-bottom:0 !important;justify-content:center !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content,html body.page-node-type-service #block-rvdetailingblock .block-content,html body.page-node-type-service #block-boatdetailingblock .block-content,html body.page-node-type-service #block-ceramiccoatingblock .block-content,html body.page-node-type-service #block-marineceramiccoatingblock .block-content,html body.page-node-type-service #block-paintcorrectionblock .block-content,html body.page-node-type-service [id$="detailingblock"] .block-content,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content{display:block !important;width:100% !important;max-width:640px !important;margin:0 auto !important;padding:0 !important;text-align:center !important;float:none !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content p,html body.page-node-type-service #block-rvdetailingblock .block-content p,html body.page-node-type-service #block-boatdetailingblock .block-content p,html body.page-node-type-service [id$="detailingblock"] .block-content p,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content p,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content p{text-align:center !important;margin:0 auto 0.85rem auto !important;padding:0 0.35rem !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content a,html body.page-node-type-service #block-rvdetailingblock .block-content a,html body.page-node-type-service #block-boatdetailingblock .block-content a,html body.page-node-type-service [id$="detailingblock"] .block-content a,html body.page-node-type-service [id*="ceramiccoatingblock"] .block-content a,html body.page-node-type-service [id*="paintcorrectionblock"] .block-content a{margin:0.15rem auto 0 auto !important;}html body.page-node-type-service #block-traditionaldetailingblock,html body.page-node-type-service #block-rvdetailingblock,html body.page-node-type-service #block-boatdetailingblock,html body.page-node-type-service [id$="detailingblock"],html body.page-node-type-service [id*="ceramiccoatingblock"],html body.page-node-type-service [id*="paintcorrectionblock"],html body.page-node-type-service .region.region-content-wide > [id$="detailingblock"]:last-child,html body.page-node-type-service #content-wide > [id$="detailingblock"]:last-child,html body.page-node-type-service .region.region-content-wide > .block:last-child{margin-bottom:0 !important;padding-bottom:0 !important;}html body.page-node-type-service #content-wide,html body.page-node-type-service .region.region-content-wide,html body.page-node-type-service .region-content-wide{padding-bottom:0 !important;margin-bottom:0 !important;}html body.page-node-type-service #block-traditionaldetailingblock + *,html body.page-node-type-service [id$="detailingblock"] + footer,html body.page-node-type-service [id$="detailingblock"] + #footer,html body.page-node-type-service [id$="detailingblock"] + .footer{margin-top:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col{position:relative !important;overflow:visible !important;white-space:normal !important;vertical-align:middle !important;text-align:center !important;padding:0.55rem 0.3rem 0.45rem !important;line-height:1.2 !important;box-sizing:border-box !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col p{display:block !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;text-align:center !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;font-size:inherit !important;line-height:1.2 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;border:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col::before{content:"★ RECOMMENDED" !important;display:block !important;position:static !important;width:100% !important;max-width:100% !important;margin:0 0 0.2rem 0 !important;padding:0.15rem 0.15rem !important;box-sizing:border-box !important;font-size:0.55rem !important;font-weight:800 !important;letter-spacing:0.04em !important;line-height:1.15 !important;text-align:center !important;white-space:normal !important;word-break:break-word !important;color:#d8f5e6 !important;-webkit-text-fill-color:#d8f5e6 !important;opacity:1 !important;background:rgba(0,0,0,0.18) !important;border-radius:4px !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::after,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col::after{content:none !important;display:none !important;}html body.page-node-type-service .service-brag .cy-card-footer{display:block !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;text-align:center !important;padding:0.75rem 0.85rem !important;overflow:visible !important;}html body.page-node-type-service .service-brag .cy-trust-note{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;text-align:center !important;gap:0.35rem !important;width:100% !important;max-width:100% !important;margin:0 auto !important;line-height:1.4 !important;white-space:normal !important;}@media (max-width:991.98px){html body.page-node-type-service #block-traditionaldetailingblock > .container-wrap,html body.page-node-type-service #block-rvdetailingblock > .container-wrap,html body.page-node-type-service [id$="detailingblock"] > .container-wrap,html body.page-node-type-service [id*="ceramiccoatingblock"] > .container-wrap,html body.page-node-type-service [id*="paintcorrectionblock"] > .container-wrap{padding:1.2rem 0.9rem 1.1rem !important;}html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #block-rvdetailingblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title,html body.page-node-type-service [id*="ceramiccoatingblock"] h2.block-title,html body.page-node-type-service [id*="paintcorrectionblock"] h2.block-title{font-size:1.28rem !important;line-height:1.25 !important;padding:0 0.25rem !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content p,html body.page-node-type-service [id$="detailingblock"] .block-content p{font-size:0.95rem !important;margin-bottom:0.75rem !important;}html body.page-node-type-service #block-traditionaldetailingblock .block-content a,html body.page-node-type-service [id$="detailingblock"] .block-content a{width:100% !important;max-width:100% !important;min-width:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col{padding:0.4rem 0.2rem 0.35rem !important;min-width:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{font-size:0.48rem !important;letter-spacing:0.02em !important;padding:0.12rem 0.1rem !important;margin-bottom:0.15rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p{font-size:0.62rem !important;line-height:1.15 !important;}html body.page-node-type-service .service-brag .cy-card-footer{padding:0.65rem 0.6rem !important;}html body.page-node-type-service .service-brag .cy-trust-note{font-size:0.72rem !important;}}@media (max-width:575.98px){html body.page-node-type-service #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service [id$="detailingblock"] h2.block-title{font-size:1.18rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{content:"★ RECOMMENDED" !important;font-size:0.44rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p{font-size:0.58rem !important;}}html body.page-node-type-service #content-wide #block-traditionaldetailingblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide #block-rvdetailingblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide #block-boatdetailingblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide #block-ceramiccoatingblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide #block-marineceramiccoatingblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide #block-paintcorrectionblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide [id$="detailingblock"].norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide [id*="ceramiccoatingblock"].norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service #content-wide [id*="paintcorrectionblock"].norm-width.block-title-1.block-title-left.block-block-content .block-title-wrap,html body.page-node-type-service .region.region-content-wide #block-traditionaldetailingblock .block-title-wrap,html body.page-node-type-service .region.region-content-wide [id$="detailingblock"] .block-title-wrap,html body.page-node-type-service #content-wide .block-title-wrap.clearfix{display:block !important;flex-direction:unset !important;justify-content:unset !important;align-items:unset !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;padding-left:0 !important;padding-right:0 !important;text-align:center !important;float:none !important;}html body.page-node-type-service #content-wide #block-traditionaldetailingblock .block-title-content,html body.page-node-type-service #content-wide #block-rvdetailingblock .block-title-content,html body.page-node-type-service #content-wide [id$="detailingblock"] .block-title-content,html body.page-node-type-service #content-wide [id*="ceramiccoatingblock"] .block-title-content,html body.page-node-type-service #content-wide [id*="paintcorrectionblock"] .block-title-content,html body.page-node-type-service #content-wide #block-traditionaldetailingblock.norm-width .block-title-content,html body.page-node-type-service .region.region-content-wide [id$="detailingblock"] .block-title-content{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;flex:none !important;flex-basis:auto !important;margin:0 auto !important;padding:0 !important;text-align:center !important;float:none !important;}html body.page-node-type-service #content-wide #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #content-wide #block-rvdetailingblock h2.block-title,html body.page-node-type-service #content-wide [id$="detailingblock"] h2.block-title,html body.page-node-type-service #content-wide [id*="ceramiccoatingblock"] h2.block-title,html body.page-node-type-service #content-wide [id*="paintcorrectionblock"] h2.block-title,html body.page-node-type-service #content-wide #block-traditionaldetailingblock.norm-width.block-title-1.block-title-left.block-block-content .block-title-content h2.block-title,html body.page-node-type-service #content-wide .norm-width.block-title-1.block-title-left.block-block-content .block-title-content h2.block-title{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;float:none !important;justify-content:center !important;animation:none !important;transform:none !important;border-bottom:0 !important;}html body.page-node-type-service #content-wide #block-traditionaldetailingblock .block-content,html body.page-node-type-service #content-wide [id$="detailingblock"] .block-content,html body.page-node-type-service #content-wide [id*="ceramiccoatingblock"] .block-content,html body.page-node-type-service #content-wide [id*="paintcorrectionblock"] .block-content{display:block !important;width:100% !important;max-width:640px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;}html body.page-node-type-service #content-wide #block-traditionaldetailingblock,html body.page-node-type-service #content-wide [id$="detailingblock"],html body.page-node-type-service #content-wide [id*="ceramiccoatingblock"],html body.page-node-type-service #content-wide [id*="paintcorrectionblock"],html body.page-node-type-service #content-wide > .block:last-child{margin-bottom:0 !important;padding-bottom:0 !important;}html body.page-node-type-service #content-wide{padding-bottom:0 !important;margin-bottom:0 !important;}html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before,html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{content:"★ RECOMMENDED" !important;display:block !important;position:static !important;left:auto !important;right:auto !important;top:auto !important;transform:none !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin:0 0 0.2rem 0 !important;padding:0.15rem 0.1rem !important;font-size:0.52rem !important;font-weight:800 !important;letter-spacing:0.03em !important;line-height:1.15 !important;text-align:center !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;color:#d8f5e6 !important;-webkit-text-fill-color:#d8f5e6 !important;background:rgba(0,0,0,0.2) !important;border-radius:4px !important;opacity:1 !important;}html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::after,html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::after{content:none !important;display:none !important;}html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col{overflow:visible !important;white-space:normal !important;text-align:center !important;vertical-align:middle !important;padding:0.45rem 0.25rem !important;}@media (max-width:991.98px){html body.page-node-type-service #content-wide #block-traditionaldetailingblock h2.block-title,html body.page-node-type-service #content-wide [id$="detailingblock"] h2.block-title{font-size:1.25rem !important;line-height:1.25 !important;}html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{font-size:0.46rem !important;letter-spacing:0.01em !important;}html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p{font-size:0.6rem !important;line-height:1.15 !important;white-space:normal !important;}}@media (max-width:991.98px){html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col{padding:0.35rem 0.15rem 0.3rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{content:"★ REC." !important;font-size:0.5rem !important;letter-spacing:0.02em !important;white-space:nowrap !important;word-break:normal !important;overflow-wrap:normal !important;padding:0.12rem 0.15rem !important;margin-bottom:0.15rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p{font-size:0.55rem !important;line-height:1.1 !important;letter-spacing:-0.01em !important;white-space:normal !important;word-break:break-word !important;hyphens:auto !important;}}@media (min-width:992px){html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{content:"★ RECOMMENDED" !important;white-space:nowrap !important;font-size:0.55rem !important;}}html body.page-node-type-service .service-brag .cy-comparison-table thead th,html body.page-node-type-service .service-brag table thead th,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th{vertical-align:middle !important;text-align:center !important;padding:0.4rem 0.25rem !important;padding-top:0.4rem !important;padding-bottom:0.4rem !important;padding-left:0.25rem !important;padding-right:0.25rem !important;height:auto !important;line-height:1.15 !important;box-sizing:border-box !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th:first-child,html body.page-node-type-service .service-brag table thead th:first-child,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:first-child{text-align:center !important;padding:0.4rem 0.3rem !important;vertical-align:middle !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th p,html body.page-node-type-service .service-brag table thead th p,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th p{display:block !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;line-height:1.15 !important;vertical-align:middle !important;background:transparent !important;border:0 !important;box-sizing:border-box !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service .service-brag table thead th.cy-cyberlytics-col,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col{vertical-align:middle !important;text-align:center !important;padding:0.35rem 0.2rem !important;padding-top:0.35rem !important;padding-bottom:0.35rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{margin-top:0 !important;margin-bottom:0.15rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col p{margin:0 auto !important;padding:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th[style],html body.page-node-type-service .service-brag table thead th[style]{padding:0.4rem 0.25rem !important;vertical-align:middle !important;}@media (max-width:991.98px){html body.page-node-type-service .service-brag .cy-comparison-table thead th,html body.page-node-type-service .service-brag table thead th,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th{padding:0.3rem 0.15rem !important;padding-top:0.3rem !important;padding-bottom:0.3rem !important;vertical-align:middle !important;text-align:center !important;font-size:0.62rem !important;line-height:1.12 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th p,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th p{font-size:inherit !important;line-height:1.12 !important;margin:0 !important;padding:0 !important;text-align:center !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col{padding:0.28rem 0.12rem !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th.cy-cyberlytics-col::before{margin-bottom:0.1rem !important;padding:0.1rem 0.1rem !important;}}@media (max-width:575.98px){html body.page-node-type-service .service-brag .cy-comparison-table thead th,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th{padding:0.25rem 0.1rem !important;font-size:0.58rem !important;}}html body.page-node-type-service .service-brag .cy-comparison-table,html body.page-node-type-service .service-brag table.cy-comparison-table,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table{border-top:1px solid #4fa36f !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th,html body.page-node-type-service .service-brag table thead th,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th{border-bottom:1px solid #0e6c3e !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th,html body.page-node-type-service .service-brag table thead th{border-right:1px solid #c5e6d4 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th:last-child,html body.page-node-type-service .service-brag table thead th:last-child{border-right:0 !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th:nth-child(3),html body.page-node-type-service .service-brag table thead th:nth-child(3),html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:nth-child(3){background:#fef3c7 !important;color:#92400e !important;-webkit-text-fill-color:#92400e !important;overflow:visible !important;white-space:normal !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th:nth-child(3) p,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:nth-child(3) p{color:#92400e !important;-webkit-text-fill-color:#92400e !important;overflow:visible !important;white-space:normal !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th:nth-child(4),html body.page-node-type-service .service-brag table thead th:nth-child(4),html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:nth-child(4){background:#fee2e2 !important;color:#991b1b !important;-webkit-text-fill-color:#991b1b !important;overflow:visible !important;white-space:normal !important;}html body.page-node-type-service .service-brag .cy-comparison-table thead th:nth-child(4) p,html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:nth-child(4) p{color:#991b1b !important;-webkit-text-fill-color:#991b1b !important;overflow:visible !important;white-space:normal !important;}html body.page-node-type-service .service-brag .cy-badge,html body.page-node-type-service .service-brag .cy-badge-amber,html body.page-node-type-service .service-brag .cy-badge-red{opacity:1 !important;visibility:visible !important;-webkit-text-fill-color:unset;}html body.page-node-type-service .service-brag .cy-badge-amber{background:#fef3c7 !important;color:#92400e !important;-webkit-text-fill-color:#92400e !important;}html body.page-node-type-service .service-brag .cy-badge-red{background:#fee2e2 !important;color:#991b1b !important;-webkit-text-fill-color:#991b1b !important;}@media (max-width:991.98px){html body.page-node-type-service .service-brag .cy-comparison-table thead th:nth-child(3),html body.page-node-type-service .service-brag .cy-comparison-table thead th:nth-child(4),html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:nth-child(3),html body.page-node-type-service #content-wide .service-brag .cy-comparison-table thead th:nth-child(4){font-size:0.7rem !important;line-height:1.2 !important;}}html body.page-node-type-service #content-wide [id*="views-block-blog"].block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,html body.page-node-type-service .content-wide [id*="views-block-blog"].block{display:flex !important;flex-direction:column !important;align-items:center !important;width:calc(100% - (2 * var(--service-gutter,0.95rem))) !important;max-width:var(--service-max,1200px) !important;box-sizing:border-box !important;margin-top:0.5rem !important;margin-bottom:1.35rem !important;margin-left:auto !important;margin-right:auto !important;padding:1.15rem 1rem 1.35rem !important;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(143,208,179,0.35) 0%,transparent 55%),linear-gradient(180deg,#f7fcf9 0%,#e8f6ee 55%,#dff3e8 100%) !important;background-color:#e8f6ee !important;border:0px !important;border-radius:18px !important;box-shadow:unset !important;overflow:visible !important;position:relative !important;}html body.page-node-type-service #content-wide [id*="pricingpackages"],html body.page-node-type-service #content-wide [id^="block-martis-customblocktoaddpricing"],html body.page-node-type-service .region.region-content-wide [id*="pricingpackages"],html body.page-node-type-service .region.region-content-wide [id^="block-martis-customblocktoaddpricing"]{margin-bottom:0 !important;padding-bottom:0 !important;}html body.page-node-type-service .nnc-tab-content-container,html body.page-node-type-service .nnc-tab-content .nnc-tab-content-container,html body.page-node-type-service #content-wide .nnc-tab-content-container,html body.page-node-type-service .nnc-pricing-container,html body.page-node-type-service #content-wide .nnc-pricing-container{margin-bottom:0 !important;padding-bottom:0 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block + .block,html body.page-node-type-service #content-wide [id*="views-block-blog"].block + .norm-width.block-title-1.block-title-left.block-block-content,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block + .block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block + .norm-width.block-title-1.block-title-left.block-block-content,html body.page-node-type-service #content-wide [id*="views-block-blog"] + [id$="detailingblock"],html body.page-node-type-service #content-wide [id*="views-block-blog"] + #block-traditionaldetailingblock,html body.page-node-type-service #content-wide [id*="views-block-blog"] + #block-rvdetailingblock,html body.page-node-type-service #content-wide [id*="views-block-blog"] + #block-boatdetailingblock{margin-top:0 !important;padding-top:0 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block > .container-wrap,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block > .container-wrap{width:100% !important;max-width:1100px !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;display:flex !important;flex-direction:column !important;align-items:center !important;gap:0.65rem !important;box-sizing:border-box !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .block-title-wrap,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .block-title-wrap{width:100% !important;max-width:100% !important;margin:0.15rem auto 0.25rem !important;padding:0 0.35rem !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;float:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .block-title-content,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .block-title-content{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block h2.block-title,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .block-title,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block h2.block-title,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .block-title{display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;margin:0 auto !important;padding:0.55rem 1.15rem !important;text-align:center !important;float:none !important;font-weight:800 !important;font-size:clamp(1.05rem,2.4vw,1.4rem) !important;line-height:1.3 !important;letter-spacing:0.01em !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 2px rgba(0,0,0,0.22) !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 50%,#138450 100%) !important;background-color:#0e6c3e !important;border:2px solid #000 !important;border-radius:999px !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;animation:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .block-content,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .block-content,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .views-element-container,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .views-element-container,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .flexslider,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .flexslider{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;background:transparent !important;border:0 !important;box-shadow:none !important;overflow:visible !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .blog-post-teaser,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .blog-post-teaser,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-content-wrap,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-content-wrap{background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-image,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-image{border:3px solid #0a4f2f !important;border-radius:1.1rem !important;overflow:hidden !important;background:#ffffff !important;box-shadow:0 0 0 3px rgba(143,208,179,0.55),0 6px 18px rgba(10,79,47,0.18) !important;transition:transform 0.2s ease,box-shadow 0.2s ease !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-image img,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-image img{border:0 !important;border-radius:0 !important;display:block !important;width:100% !important;height:auto !important;object-fit:cover !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-content,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-content,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .views-element-container .post-content{background:radial-gradient(ellipse 90% 70% at 15% 0%,rgba(143,208,179,0.28) 0%,transparent 50%),linear-gradient(155deg,#1a9a5c 0%,#138450 28%,#0e6c3e 62%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:14px !important;box-shadow:0 8px 22px rgba(10,79,47,0.22),inset 0 1px 0 rgba(255,255,255,0.12) !important;padding-left:1.15rem !important;padding-right:1.15rem !important;text-align:center !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-title,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-title a,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-title,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:clamp(1.08rem,2.3vw,1.32rem) !important;line-height:1.28 !important;text-shadow:0 1px 2px rgba(0,0,0,0.25) !important;background:transparent !important;border:0 !important;text-decoration:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-title a:hover,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-title a:hover{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;text-decoration:underline !important;text-decoration-color:#8fd0b3 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-excerpt,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-excerpt *,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-content p,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-excerpt,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-excerpt *{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;background:transparent !important;border:0 !important;text-shadow:none !important;font-size:0.97rem !important;line-height:1.55 !important;font-weight:500 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.45rem !important;border:0 !important;background:transparent !important;margin:0.65rem 0 0.35rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-meta-item,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-meta-item,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-comment{background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:2px solid #0a4f2f !important;border-radius:999px !important;padding:0.35rem 0.7rem !important;font-size:0.78rem !important;font-weight:600 !important;box-shadow:0 1px 3px rgba(10,79,47,0.1) !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-meta-item *,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-meta-item a,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-meta-item i,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-comment *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:transparent !important;text-shadow:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-tags,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-tags{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;background:transparent !important;border:0 !important;justify-content:center !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .tags-list a,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-tags a{background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.75rem !important;padding:0.18rem 0.6rem !important;text-decoration:none !important;text-shadow:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-link .read-more,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-link .read-more,html body.page-node-type-service #content-wide [id*="views-block-blog"].block a.read-more{background:linear-gradient(204deg,#a8e0c6 0%,#8fd0b3 22%,#4fa36f 55%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:999px !important;font-weight:800 !important;font-size:0.92rem !important;letter-spacing:0.02em !important;text-shadow:0 1px 1px rgba(0,0,0,0.15) !important;box-shadow:0 3px 10px rgba(10,79,47,0.28),inset 0 1px 0 rgba(255,255,255,0.25) !important;padding:0.55rem 1.25rem !important;transition:transform 0.15s ease,box-shadow 0.15s ease,background 0.15s ease !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-link .read-more:hover,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-link .read-more:hover,html body.page-node-type-service #content-wide [id*="views-block-blog"].block a.read-more:hover{background:linear-gradient(204deg,#c5f0d8 0%,#8fd0b3 30%,#138450 65%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;transform:translateY(-2px) !important;box-shadow:0 5px 14px rgba(10,79,47,0.32) !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .flex-direction-nav a,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .flex-direction-nav a{background:linear-gradient(160deg,#4fa36f 0%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;border:2px solid #000 !important;border-radius:999px !important;box-shadow:0 2px 8px rgba(10,79,47,0.25) !important;opacity:0.95 !important;width:2.5rem !important;height:2.5rem !important;line-height:2.3rem !important;text-align:center !important;text-shadow:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .flex-direction-nav a:hover,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .flex-direction-nav a:hover{background:linear-gradient(160deg,#8fd0b3 0%,#138450 100%) !important;opacity:1 !important;}@media (min-width:992px){html body.page-node-type-service #content-wide [id*="views-block-blog"].block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,html body.page-node-type-service .content-wide [id*="views-block-blog"].block{margin-top:0.5rem !important;margin-bottom:1.35rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * var(--service-gutter,1rem))) !important;max-width:var(--service-max,1200px) !important;padding:1.4rem 1.5rem 1.6rem !important;border-radius:20px !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block h2.block-title,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block h2.block-title{font-size:clamp(1.15rem,1.8vw,1.45rem) !important;padding:0.6rem 1.4rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-content,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-content{padding-left:1.35rem !important;padding-right:1.35rem !important;border-radius:16px !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-image,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-image{border-radius:1.15rem !important;}}@media (max-width:991.98px){html body.page-node-type-service #content-wide [id*="views-block-blog"].block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,html body.page-node-type-service .content-wide [id*="views-block-blog"].block{margin-top:0.5rem !important;margin-bottom:1.35rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * var(--service-gutter,0.95rem))) !important;max-width:100% !important;padding:0.85rem 0.75rem 1.05rem !important;border-radius:14px !important;border-width:2px !important;box-sizing:border-box !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block > .container-wrap,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block > .container-wrap,html body.page-node-type-service [id*="views-block-blog"] > .container-wrap{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;gap:0.5rem !important;}html body.page-node-type-service #content-wide [id*="pricingpackages"],html body.page-node-type-service #content-wide [id^="block-martis-customblocktoaddpricing"],html body.page-node-type-service .nnc-tab-content-container,html body.page-node-type-service .nnc-pricing-container{margin-bottom:0 !important;padding-bottom:0 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block + .block,html body.page-node-type-service #content-wide [id*="views-block-blog"].block + .norm-width.block-title-1.block-title-left.block-block-content{margin-top:0 !important;padding-top:0 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block h2.block-title,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block h2.block-title{font-size:clamp(0.95rem,3.8vw,1.12rem) !important;padding:0.5rem 0.85rem !important;border-radius:14px !important;line-height:1.28 !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-content,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-content{border-radius:12px !important;padding-left:0.85rem !important;padding-right:0.85rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-title,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-title a{font-size:1.05rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-excerpt,html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-excerpt *{font-size:0.9rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-image,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-image{width:90% !important;max-width:90% !important;border-width:2px !important;border-radius:0.95rem !important;box-shadow:0 0 0 2px rgba(143,208,179,0.5),0 4px 12px rgba(10,79,47,0.16) !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-meta-item{font-size:0.72rem !important;padding:0.3rem 0.55rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .post-link .read-more,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .post-link .read-more{font-size:0.88rem !important;padding:0.5rem 1.05rem !important;width:85% !important;max-width:18rem !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block .flex-direction-nav a,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block .flex-direction-nav a{width:2.25rem !important;height:2.25rem !important;line-height:2.05rem !important;}}@media (max-width:575.98px){html body.page-node-type-service #content-wide [id*="views-block-blog"].block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,html body.page-node-type-service .content-wide [id*="views-block-blog"].block{margin-top:0.5rem !important;margin-bottom:1.35rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * var(--service-gutter,0.85rem))) !important;max-width:100% !important;padding:0.7rem 0.55rem 0.9rem !important;border-radius:12px !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block h2.block-title,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block h2.block-title{font-size:0.95rem !important;padding:0.45rem 0.7rem !important;}}html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"],html body.page-node-type-service #content-wide [id*="views-block-blog"],html body.page-node-type-service [id*="views-block-blog"],html body.page-node-type-service [id^="block-martis-views-block-blog"]{margin-left:auto !important;margin-right:auto !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"].block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,html body.page-node-type-service .content-wide [id*="views-block-blog"].block{margin-top:0.5rem !important;margin-bottom:1.35rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * var(--service-gutter,0.95rem))) !important;max-width:var(--service-max,1200px) !important;box-sizing:border-box !important;float:none !important;position:relative !important;left:auto !important;right:auto !important;transform:none !important;}html body.page-node-type-service #content-wide,html body.page-node-type-service .region.region-content-wide{}@media (max-width:991.98px){html body.page-node-type-service #content-wide [id*="views-block-blog"].block,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"].block,html body.page-node-type-service .content-wide [id*="views-block-blog"].block,html body.page-node-type-service [id^="block-martis-views-block-blog"].block{margin-top:0.5rem !important;margin-bottom:1.35rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * var(--service-gutter,0.95rem))) !important;max-width:100% !important;float:none !important;}html body.page-node-type-service #content-wide [id*="views-block-blog"] > .container-wrap,html body.page-node-type-service .region.region-content-wide [id*="views-block-blog"] > .container-wrap,html body.page-node-type-service [id*="views-block-blog"] > .container-wrap{padding-left:0 !important;padding-right:0 !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;}}body.page-privacy,body.page-terms-and-conditions,body.page-bookings-refunds{--pol-forest:#0a4f2f;--pol-brand:#0e6c3e;--pol-mid:#138450;--pol-leaf:#4fa36f;--pol-mint:#8fd0b3;--pol-soft:#e8f6ee;--pol-mist:#f7fcf9;--pol-white:#ffffff;--pol-ink:#0a2f1c;--pol-link:#0b5c38;--pol-border:#c5e6d4;}html body.page-privacy .privacy-cards-wrapper,html body.page-terms-and-conditions .terms-cards-wrapper,html body.page-bookings-refunds .policy-cards-wrapper,.privacy-cards-wrapper,.terms-cards-wrapper,.policy-cards-wrapper{position:relative !important;overflow:visible !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;background-color:#e8f6ee !important;background-image:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;color:#0a2f1c !important;max-width:1100px !important;margin-left:auto !important;margin-right:auto !important;padding:1.25rem 1.5rem 1.5rem !important;box-sizing:border-box !important;border:2px solid #c5e6d4 !important;border-radius:20px !important;box-shadow:0 8px 28px rgba(10,47,28,0.06) !important;}html body.page-privacy .privacy-cards-wrapper::before,html body.page-terms-and-conditions .terms-cards-wrapper::before,html body.page-bookings-refunds .policy-cards-wrapper::before{position:absolute !important;top:-100px !important;right:-80px !important;width:280px !important;height:280px !important;border-radius:50% !important;background:rgba(14,108,62,0.09) !important;pointer-events:none !important;z-index:0 !important;}html body.page-privacy .privacy-cards-wrapper::after,html body.page-terms-and-conditions .terms-cards-wrapper::after,html body.page-bookings-refunds .policy-cards-wrapper::after{position:absolute !important;bottom:-100px !important;left:-80px !important;width:280px !important;height:280px !important;border-radius:50% !important;background:rgba(14,108,62,0.09) !important;pointer-events:none !important;z-index:0 !important;}html body.page-privacy .privacy-cards-wrapper > *,html body.page-terms-and-conditions .terms-cards-wrapper > *,html body.page-bookings-refunds .policy-cards-wrapper > *{position:relative !important;z-index:1 !important;}html body.page-privacy .privacy-cards-wrapper h1,html body.page-terms-and-conditions .terms-cards-wrapper h1,html body.page-bookings-refunds .policy-cards-wrapper h1,.privacy-cards-wrapper h1,.terms-cards-wrapper h1,.policy-cards-wrapper h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-align:center !important;font-weight:800 !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;padding:0.75rem 1rem !important;margin-top:0 !important;margin-bottom:0.85rem !important;margin-left:auto !important;margin-right:auto !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;white-space:normal !important;overflow-wrap:break-word !important;word-break:normal !important;line-height:1.25 !important;text-shadow:none !important;position:relative !important;z-index:2 !important;overflow:visible !important;}html body.page-privacy .privacy-cards-wrapper .card,html body.page-privacy .privacy-cards-wrapper .summary-box,html body.page-privacy .privacy-cards-wrapper .faq-card,html body.page-terms-and-conditions .terms-cards-wrapper .card,html body.page-terms-and-conditions .terms-cards-wrapper .summary-box,html body.page-terms-and-conditions .terms-cards-wrapper .faq-card,html body.page-bookings-refunds .policy-cards-wrapper .card,html body.page-bookings-refunds .policy-cards-wrapper .summary-box,html body.page-bookings-refunds .policy-cards-wrapper .faq-card,.privacy-cards-wrapper .card,.terms-cards-wrapper .card,.policy-cards-wrapper .card,.privacy-cards-wrapper .summary-box,.terms-cards-wrapper .summary-box,.policy-cards-wrapper .summary-box,.privacy-cards-wrapper .faq-card,.terms-cards-wrapper .faq-card,.policy-cards-wrapper .faq-card{background:#ffffff !important;background-color:#ffffff !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:16px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.1) !important;}html body.page-privacy .privacy-cards-wrapper .summary-box,html body.page-bookings-refunds .policy-cards-wrapper .summary-box,.privacy-cards-wrapper .summary-box,.policy-cards-wrapper .summary-box{border-left-width:6px !important;}html body.page-privacy .privacy-cards-wrapper .card h2,html body.page-privacy .privacy-cards-wrapper .summary-box h2,html body.page-terms-and-conditions .terms-cards-wrapper .card h2,html body.page-bookings-refunds .policy-cards-wrapper .card h2,html body.page-bookings-refunds .policy-cards-wrapper .summary-box h2,.privacy-cards-wrapper .card h2,.terms-cards-wrapper .card h2,.policy-cards-wrapper .card h2,.privacy-cards-wrapper .summary-box h2,.policy-cards-wrapper .summary-box h2{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;padding:0.5rem 1rem !important;border-radius:8px !important;border:2px solid #000 !important;font-weight:800 !important;box-shadow:0 3px 10px rgba(10,79,47,0.2) !important;text-shadow:none !important;}html body.page-privacy .privacy-cards-wrapper .card h3,html body.page-privacy .privacy-cards-wrapper .faq-card h3,html body.page-terms-and-conditions .terms-cards-wrapper .card h3,html body.page-terms-and-conditions .terms-cards-wrapper .faq-card h3,html body.page-bookings-refunds .policy-cards-wrapper .card h3,html body.page-bookings-refunds .policy-cards-wrapper .faq-card h3,.privacy-cards-wrapper .card h3,.terms-cards-wrapper .card h3,.policy-cards-wrapper .card h3,.privacy-cards-wrapper .faq-card h3,.terms-cards-wrapper .faq-card h3,.policy-cards-wrapper .faq-card h3{background:#138450 !important;background-color:#138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;padding:0.4rem 0.9rem !important;border-radius:7px !important;border:2px solid #000 !important;font-weight:800 !important;box-shadow:0 2px 6px rgba(19,132,80,0.2) !important;text-shadow:none !important;}html body.page-privacy .privacy-cards-wrapper .card p,html body.page-privacy .privacy-cards-wrapper .card li,html body.page-privacy .privacy-cards-wrapper .summary-box p,html body.page-privacy .privacy-cards-wrapper .faq-card p,html body.page-terms-and-conditions .terms-cards-wrapper .card p,html body.page-terms-and-conditions .terms-cards-wrapper .card li,html body.page-terms-and-conditions .terms-cards-wrapper .faq-card p,html body.page-bookings-refunds .policy-cards-wrapper .card p,html body.page-bookings-refunds .policy-cards-wrapper .card li,html body.page-bookings-refunds .policy-cards-wrapper .summary-box p,html body.page-bookings-refunds .policy-cards-wrapper .faq-card p,.privacy-cards-wrapper .card p,.terms-cards-wrapper .card p,.policy-cards-wrapper .card p,.privacy-cards-wrapper .card li,.terms-cards-wrapper .card li,.policy-cards-wrapper .card li,.privacy-cards-wrapper .summary-box p,.policy-cards-wrapper .summary-box p,.privacy-cards-wrapper .faq-card p,.terms-cards-wrapper .faq-card p,.policy-cards-wrapper .faq-card p{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:#e8f6ee !important;background-color:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;line-height:1.65 !important;}html body.page-privacy .privacy-cards-wrapper .summary-box p,html body.page-bookings-refunds .policy-cards-wrapper .summary-box p,.privacy-cards-wrapper .summary-box p,.policy-cards-wrapper .summary-box p{border-left-color:#8fd0b3 !important;}html body.page-privacy .privacy-cards-wrapper a,html body.page-terms-and-conditions .terms-cards-wrapper a,html body.page-bookings-refunds .policy-cards-wrapper a,.privacy-cards-wrapper a,.terms-cards-wrapper a,.policy-cards-wrapper a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:600 !important;text-decoration:underline !important;}html body.page-privacy .privacy-cards-wrapper a:hover,html body.page-terms-and-conditions .terms-cards-wrapper a:hover,html body.page-bookings-refunds .policy-cards-wrapper a:hover{color:#138450 !important;-webkit-text-fill-color:#138450 !important;}html body.page-privacy .privacy-cards-wrapper > h2,html body.page-terms-and-conditions .terms-cards-wrapper > h2,html body.page-bookings-refunds .policy-cards-wrapper > h2{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-align:center !important;font-weight:800 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}@media (max-width:640px){html body.page-privacy .privacy-cards-wrapper,html body.page-terms-and-conditions .terms-cards-wrapper,html body.page-bookings-refunds .policy-cards-wrapper{padding:1rem 0.85rem 1.15rem !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;overflow:visible !important;}html body.page-privacy .privacy-cards-wrapper h1,html body.page-terms-and-conditions .terms-cards-wrapper h1,html body.page-bookings-refunds .policy-cards-wrapper h1{font-size:1.3rem !important;padding:0.7rem 0.85rem !important;margin-top:0 !important;margin-bottom:0.75rem !important;line-height:1.3 !important;}}body.path-frontpage,body.page-houston-tx,body.page-katy-tx,body.page-cypress-tx,body.page-spring-tx,body.page-tomball-tx,body.page-jersey-village-tx{--hc-forest:#0a4f2f;--hc-brand:#0e6c3e;--hc-mid:#138450;--hc-leaf:#4fa36f;--hc-mint:#8fd0b3;--hc-soft:#e8f6ee;--hc-mist:#f7fcf9;--hc-white:#ffffff;--hc-ink:#0a2f1c;--hc-link:#0b5c38;--hc-border:#c5e6d4;}html body.path-frontpage #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.path-frontpage #wrapper #content-wide-top [id*="pagetitle"] h1,html body.path-frontpage #wrapper #block-martis-frontpagetitle h1,html body.path-frontpage #wrapper [id^="block-martis-frontpagetitle"] h1,html body.page-houston-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-houston-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-katy-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-katy-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-cypress-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-cypress-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-spring-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-spring-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-tomball-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-tomball-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-jersey-village-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-jersey-village-tx #wrapper #content-wide-top [id*="pagetitle"] h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;padding:0.75rem 1rem !important;text-align:center !important;box-sizing:border-box !important;width:auto !important;max-width:min(920px,100%) !important;margin-left:auto !important;margin-right:auto !important;display:block !important;line-height:1.3 !important;}@media (max-width:767.98px){html body.path-frontpage #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.path-frontpage #wrapper #content-wide-top [id*="pagetitle"] h1,html body.path-frontpage #wrapper #block-martis-frontpagetitle h1,html body.page-houston-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-houston-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-katy-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-katy-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-cypress-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-cypress-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-spring-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-spring-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-tomball-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-tomball-tx #wrapper #content-wide-top [id*="pagetitle"] h1,html body.page-jersey-village-tx #wrapper #content-wide-top [id*="frontpagetitle"] h1,html body.page-jersey-village-tx #wrapper #content-wide-top [id*="pagetitle"] h1{width:calc(100% - 1rem) !important;max-width:100% !important;font-size:1.25rem !important;padding:0.65rem 0.75rem !important;}}html body.path-frontpage .slide-additional-content,html body.page-houston-tx .slide-additional-content,html body.page-katy-tx .slide-additional-content,html body.page-cypress-tx .slide-additional-content,html body.page-spring-tx .slide-additional-content,html body.page-tomball-tx .slide-additional-content,html body.page-jersey-village-tx .slide-additional-content{background:#f7fcf9 !important;background-color:#f7fcf9 !important;color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-radius:0px !important;padding:1.5rem 1.25rem !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}html body.path-frontpage .slide-additional-content .section-title,html body.page-houston-tx .slide-additional-content .section-title,html body.page-katy-tx .slide-additional-content .section-title,html body.page-cypress-tx .slide-additional-content .section-title,html body.page-spring-tx .slide-additional-content .section-title,html body.page-tomball-tx .slide-additional-content .section-title,html body.page-jersey-village-tx .slide-additional-content .section-title{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;padding:0.55rem 1.05rem !important;border-radius:8px !important;border:2px solid #000 !important;font-weight:800 !important;line-height:1.35 !important;margin-bottom:1rem !important;box-shadow:0 3px 10px rgba(10,79,47,0.2) !important;text-shadow:none !important;}html body.path-frontpage .slide-additional-content .slide-seo-lead,html body.path-frontpage .slide-additional-content .slide-seo-side,html body.path-frontpage .slide-additional-content .slide-seo-focus,html body.path-frontpage .slide-additional-content .slide-seo-cta-body,html body.path-frontpage .slide-additional-content .slide-seo-foot,html body.page-houston-tx .slide-additional-content .slide-seo-lead,html body.page-houston-tx .slide-additional-content .slide-seo-side,html body.page-houston-tx .slide-additional-content .slide-seo-focus,html body.page-houston-tx .slide-additional-content .slide-seo-cta-body,html body.page-houston-tx .slide-additional-content .slide-seo-foot,html body.page-katy-tx .slide-additional-content .slide-seo-lead,html body.page-katy-tx .slide-additional-content .slide-seo-side,html body.page-katy-tx .slide-additional-content .slide-seo-focus,html body.page-katy-tx .slide-additional-content .slide-seo-cta-body,html body.page-katy-tx .slide-additional-content .slide-seo-foot,html body.page-cypress-tx .slide-additional-content .slide-seo-lead,html body.page-cypress-tx .slide-additional-content .slide-seo-side,html body.page-cypress-tx .slide-additional-content .slide-seo-focus,html body.page-cypress-tx .slide-additional-content .slide-seo-cta-body,html body.page-cypress-tx .slide-additional-content .slide-seo-foot,html body.page-spring-tx .slide-additional-content .slide-seo-lead,html body.page-spring-tx .slide-additional-content .slide-seo-side,html body.page-spring-tx .slide-additional-content .slide-seo-focus,html body.page-spring-tx .slide-additional-content .slide-seo-cta-body,html body.page-spring-tx .slide-additional-content .slide-seo-foot,html body.page-tomball-tx .slide-additional-content .slide-seo-lead,html body.page-tomball-tx .slide-additional-content .slide-seo-side,html body.page-tomball-tx .slide-additional-content .slide-seo-focus,html body.page-tomball-tx .slide-additional-content .slide-seo-cta-body,html body.page-tomball-tx .slide-additional-content .slide-seo-foot,html body.page-jersey-village-tx .slide-additional-content .slide-seo-lead,html body.page-jersey-village-tx .slide-additional-content .slide-seo-side,html body.page-jersey-village-tx .slide-additional-content .slide-seo-focus,html body.page-jersey-village-tx .slide-additional-content .slide-seo-cta-body,html body.page-jersey-village-tx .slide-additional-content .slide-seo-foot{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;border-radius:8px !important;padding:0.75rem 0.95rem !important;line-height:1.65 !important;margin-bottom:0.85rem !important;}html body.path-frontpage .slide-additional-content .slide-seo-focus-title,html body.path-frontpage .slide-additional-content .slide-seo-steps-title,html body.path-frontpage .slide-additional-content .slide-seo-cta-heading,html body.page-houston-tx .slide-additional-content .slide-seo-focus-title,html body.page-houston-tx .slide-additional-content .slide-seo-steps-title,html body.page-houston-tx .slide-additional-content .slide-seo-cta-heading,html body.page-katy-tx .slide-additional-content .slide-seo-focus-title,html body.page-katy-tx .slide-additional-content .slide-seo-steps-title,html body.page-katy-tx .slide-additional-content .slide-seo-cta-heading,html body.page-cypress-tx .slide-additional-content .slide-seo-focus-title,html body.page-cypress-tx .slide-additional-content .slide-seo-steps-title,html body.page-cypress-tx .slide-additional-content .slide-seo-cta-heading,html body.page-spring-tx .slide-additional-content .slide-seo-focus-title,html body.page-spring-tx .slide-additional-content .slide-seo-steps-title,html body.page-spring-tx .slide-additional-content .slide-seo-cta-heading,html body.page-tomball-tx .slide-additional-content .slide-seo-focus-title,html body.page-tomball-tx .slide-additional-content .slide-seo-steps-title,html body.page-tomball-tx .slide-additional-content .slide-seo-cta-heading,html body.page-jersey-village-tx .slide-additional-content .slide-seo-focus-title,html body.page-jersey-village-tx .slide-additional-content .slide-seo-steps-title,html body.page-jersey-village-tx .slide-additional-content .slide-seo-cta-heading{background:#138450 !important;background-color:#138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;display:inline-block !important;max-width:100% !important;padding:0.4rem 0.9rem !important;border-radius:7px !important;border:2px solid #000 !important;font-weight:800 !important;margin-bottom:0.65rem !important;box-shadow:0 2px 6px rgba(19,132,80,0.2) !important;}html body.path-frontpage .slide-additional-content .seo-benefits,html body.page-houston-tx .slide-additional-content .seo-benefits,html body.page-katy-tx .slide-additional-content .seo-benefits,html body.page-cypress-tx .slide-additional-content .seo-benefits,html body.page-spring-tx .slide-additional-content .seo-benefits,html body.page-tomball-tx .slide-additional-content .seo-benefits,html body.page-jersey-village-tx .slide-additional-content .seo-benefits{list-style:none !important;padding-left:0 !important;margin:0 0 1rem 0 !important;}html body.path-frontpage .slide-additional-content .seo-benefits li,html body.page-houston-tx .slide-additional-content .seo-benefits li,html body.page-katy-tx .slide-additional-content .seo-benefits li,html body.page-cypress-tx .slide-additional-content .seo-benefits li,html body.page-spring-tx .slide-additional-content .seo-benefits li,html body.page-tomball-tx .slide-additional-content .seo-benefits li,html body.page-jersey-village-tx .slide-additional-content .seo-benefits li{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:#ffffff !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:8px !important;padding:0.55rem 0.85rem !important;margin-bottom:0.5rem !important;line-height:1.5 !important;}html body.path-frontpage .slide-additional-content .trust-badges .badge,html body.page-houston-tx .slide-additional-content .trust-badges .badge,html body.page-katy-tx .slide-additional-content .trust-badges .badge,html body.page-cypress-tx .slide-additional-content .trust-badges .badge,html body.page-spring-tx .slide-additional-content .trust-badges .badge,html body.page-tomball-tx .slide-additional-content .trust-badges .badge,html body.page-jersey-village-tx .slide-additional-content .trust-badges .badge{background:#ecf8f0 !important;background-image:none !important;color:#14532d !important;-webkit-text-fill-color:#14532d !important;border:1px solid #b7e0c6 !important;border-radius:999px !important;font-weight:650 !important;padding:0.35rem 0.75rem !important;margin:0.2rem !important;display:inline-flex !important;}html body.path-frontpage .slide-additional-content a.slide-seo-cta,html body.path-frontpage .slide-additional-content .slide-seo-cta,html body.page-houston-tx .slide-additional-content a.slide-seo-cta,html body.page-houston-tx .slide-additional-content .slide-seo-cta,html body.page-katy-tx .slide-additional-content a.slide-seo-cta,html body.page-katy-tx .slide-additional-content .slide-seo-cta,html body.page-cypress-tx .slide-additional-content a.slide-seo-cta,html body.page-cypress-tx .slide-additional-content .slide-seo-cta,html body.page-spring-tx .slide-additional-content a.slide-seo-cta,html body.page-spring-tx .slide-additional-content .slide-seo-cta,html body.page-tomball-tx .slide-additional-content a.slide-seo-cta,html body.page-tomball-tx .slide-additional-content .slide-seo-cta,html body.page-jersey-village-tx .slide-additional-content a.slide-seo-cta,html body.page-jersey-village-tx .slide-additional-content .slide-seo-cta{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:10px !important;font-weight:800 !important;padding:0.65rem 1.15rem !important;text-decoration:none !important;display:inline-block !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;}html body.path-frontpage .slide-additional-content a.slide-seo-cta:hover,html body.page-houston-tx .slide-additional-content a.slide-seo-cta:hover,html body.page-katy-tx .slide-additional-content a.slide-seo-cta:hover,html body.page-cypress-tx .slide-additional-content a.slide-seo-cta:hover,html body.page-spring-tx .slide-additional-content a.slide-seo-cta:hover,html body.page-tomball-tx .slide-additional-content a.slide-seo-cta:hover,html body.page-jersey-village-tx .slide-additional-content a.slide-seo-cta:hover{background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;}html body.path-frontpage .slide-additional-nav__btn,html body.page-houston-tx .slide-additional-nav__btn,html body.page-katy-tx .slide-additional-nav__btn,html body.page-cypress-tx .slide-additional-nav__btn,html body.page-spring-tx .slide-additional-nav__btn,html body.page-tomball-tx .slide-additional-nav__btn,html body.page-jersey-village-tx .slide-additional-nav__btn{background:#ffffff !important;color:#0a4f2f !important;border:2px solid #0e6c3e !important;border-radius:8px !important;font-weight:700 !important;}@media (max-width:767.98px){html body.path-frontpage .slide-carousel .slide-additional-content,html body.page-service-city .slide-carousel .slide-additional-content,html body.page-houston-tx .slide-carousel .slide-additional-content,html body.page-katy-tx .slide-carousel .slide-additional-content,html body.page-cypress-tx .slide-carousel .slide-additional-content,html body.page-spring-tx .slide-carousel .slide-additional-content,html body.page-tomball-tx .slide-carousel .slide-additional-content,html body.page-jersey-village-tx .slide-carousel .slide-additional-content,html body.page-local .slide-carousel .slide-additional-content{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding:1rem 0.85rem !important;}html body.path-frontpage .slide-additional-content .section-title,html body.page-service-city .slide-additional-content .section-title,html body.page-houston-tx .slide-additional-content .section-title,html body.page-katy-tx .slide-additional-content .section-title,html body.page-cypress-tx .slide-additional-content .section-title,html body.page-spring-tx .slide-additional-content .section-title,html body.page-tomball-tx .slide-additional-content .section-title,html body.page-jersey-village-tx .slide-additional-content .section-title,html body.page-local .slide-additional-content .section-title{font-size:1.05rem !important;padding:0.45rem 0.8rem !important;}}html body.path-frontpage #block-martis-views-block-testimonials-block-1,html body.page-houston-tx [id*="views-block-testimonials"],html body.page-katy-tx [id*="views-block-testimonials"],html body.page-cypress-tx [id*="views-block-testimonials"],html body.page-spring-tx [id*="views-block-testimonials"],html body.page-tomball-tx [id*="views-block-testimonials"],html body.page-jersey-village-tx [id*="views-block-testimonials"]{background:transparent !important;}html body.path-frontpage #block-martis-views-block-testimonials-block-1 .block-title,html body.path-frontpage #block-martis-views-block-testimonials-block-1 h2.block-title,html body.page-houston-tx [id*="views-block-testimonials"] .block-title,html body.page-katy-tx [id*="views-block-testimonials"] .block-title,html body.page-cypress-tx [id*="views-block-testimonials"] .block-title,html body.page-spring-tx [id*="views-block-testimonials"] .block-title,html body.page-tomball-tx [id*="views-block-testimonials"] .block-title,html body.page-jersey-village-tx [id*="views-block-testimonials"] .block-title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;text-align:center !important;}html body.path-frontpage #block-martis-views-block-testimonials-block-1 .views_slideshow_cycle_slide,html body.page-houston-tx [id*="views-block-testimonials"] .views_slideshow_cycle_slide,html body.page-katy-tx [id*="views-block-testimonials"] .views_slideshow_cycle_slide,html body.page-cypress-tx [id*="views-block-testimonials"] .views_slideshow_cycle_slide,html body.page-spring-tx [id*="views-block-testimonials"] .views_slideshow_cycle_slide,html body.page-tomball-tx [id*="views-block-testimonials"] .views_slideshow_cycle_slide,html body.page-jersey-village-tx [id*="views-block-testimonials"] .views_slideshow_cycle_slide{background:#ffffff !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:16px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.1) !important;}html body.path-frontpage #block-martis-views-block-testimonials-block-1 .views-field.views-field-body,html body.page-houston-tx [id*="views-block-testimonials"] .views-field.views-field-body,html body.page-katy-tx [id*="views-block-testimonials"] .views-field.views-field-body,html body.page-cypress-tx [id*="views-block-testimonials"] .views-field.views-field-body,html body.page-spring-tx [id*="views-block-testimonials"] .views-field.views-field-body,html body.page-tomball-tx [id*="views-block-testimonials"] .views-field.views-field-body,html body.page-jersey-village-tx [id*="views-block-testimonials"] .views-field.views-field-body{background:#e8f6ee !important;border:1px solid #c5e6d4 !important;border-left:5px solid #4fa36f !important;color:#0a2f1c !important;}html body.path-frontpage #block-martis-views-block-testimonials-block-1 .views-field.views-field-title,html body.path-frontpage #block-martis-views-block-testimonials-block-1 .views-field.views-field-title a,html body.page-houston-tx [id*="views-block-testimonials"] .views-field.views-field-title,html body.page-houston-tx [id*="views-block-testimonials"] .views-field.views-field-title a,html body.page-katy-tx [id*="views-block-testimonials"] .views-field.views-field-title,html body.page-katy-tx [id*="views-block-testimonials"] .views-field.views-field-title a{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;}html body.path-frontpage #block-martis-views-block-testimonials-block-1 .views-field.views-field-body a,html body.page-houston-tx [id*="views-block-testimonials"] .views-field.views-field-body a,html body.page-katy-tx [id*="views-block-testimonials"] .views-field.views-field-body a,html body.page-cypress-tx [id*="views-block-testimonials"] .views-field.views-field-body a,html body.page-spring-tx [id*="views-block-testimonials"] .views-field.views-field-body a,html body.page-tomball-tx [id*="views-block-testimonials"] .views-field.views-field-body a,html body.page-jersey-village-tx [id*="views-block-testimonials"] .views-field.views-field-body a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;}html body.path-frontpage [id^="block-martis-views-block-partners-block-"] .block-title,html body.page-houston-tx [id^="block-martis-views-block-partners-block-"] .block-title,html body.page-katy-tx [id^="block-martis-views-block-partners-block-"] .block-title,html body.page-cypress-tx [id^="block-martis-views-block-partners-block-"] .block-title,html body.page-spring-tx [id^="block-martis-views-block-partners-block-"] .block-title,html body.page-tomball-tx [id^="block-martis-views-block-partners-block-"] .block-title,html body.page-jersey-village-tx [id^="block-martis-views-block-partners-block-"] .block-title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;text-align:center !important;}html body.path-frontpage [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,html body.page-houston-tx [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,html body.page-katy-tx [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,html body.page-cypress-tx [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,html body.page-spring-tx [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,html body.page-tomball-tx [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,html body.page-jersey-village-tx [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row{background:#ffffff !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-shadow:0 2px 8px rgba(10,79,47,0.06) !important;}html body.path-frontpage #block-martis-views-block-testimonials-block-1,html body.page-houston-tx [id*="views-block-testimonials"],html body.page-katy-tx [id*="views-block-testimonials"],html body.page-cypress-tx [id*="views-block-testimonials"],html body.page-spring-tx [id*="views-block-testimonials"],html body.page-tomball-tx [id*="views-block-testimonials"],html body.page-jersey-village-tx [id*="views-block-testimonials"]{margin-top:1rem !important;margin-bottom:1rem !important;}html body.path-frontpage [id^="block-martis-views-block-partners-block-"],html body.page-houston-tx [id^="block-martis-views-block-partners-block-"],html body.page-katy-tx [id^="block-martis-views-block-partners-block-"],html body.page-cypress-tx [id^="block-martis-views-block-partners-block-"],html body.page-spring-tx [id^="block-martis-views-block-partners-block-"],html body.page-tomball-tx [id^="block-martis-views-block-partners-block-"],html body.page-jersey-village-tx [id^="block-martis-views-block-partners-block-"]{margin-top:1rem !important;margin-bottom:1.25rem !important;}html body.page-privacy #wrapper .privacy-cards-wrapper > p,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper > p,html body.page-bookings-refunds #wrapper .policy-cards-wrapper > p,html body.page-privacy #wrapper .privacy-cards-wrapper p[style*="4c1d95"],html body.page-terms-and-conditions #wrapper .terms-cards-wrapper p[style*="4c1d95"],html body.page-bookings-refunds #wrapper .policy-cards-wrapper p[style*="4c1d95"],html body.page-privacy #wrapper .page-wrapper p[style*="4c1d95"],html body.page-terms-and-conditions #wrapper .page-wrapper p[style*="4c1d95"],html body.page-bookings-refunds #wrapper .page-wrapper p[style*="4c1d95"]{background:#e8f6ee !important;background-color:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #c5e6d4 !important;border-left:4px solid #0e6c3e !important;border-radius:8px !important;text-align:center !important;font-weight:700 !important;padding:0.55rem 1rem !important;margin:0.75rem auto 1.25rem !important;max-width:100% !important;box-shadow:none !important;}html body.page-privacy #wrapper .privacy-cards-wrapper > p em,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper > p em,html body.page-bookings-refunds #wrapper .policy-cards-wrapper > p em,html body.page-privacy #wrapper .page-wrapper p[style*="4c1d95"] em,html body.page-terms-and-conditions #wrapper .page-wrapper p[style*="4c1d95"] em,html body.page-bookings-refunds #wrapper .page-wrapper p[style*="4c1d95"] em{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-style:italic !important;}html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .card p,html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .card li,html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .summary-box p,html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .faq-card p,html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .main-grid .card p,html body.page-terms-and-conditions #wrapper .region.region-content .terms-cards-wrapper .card p,html body.page-terms-and-conditions #wrapper .region.region-content .terms-cards-wrapper .card li,html body.page-terms-and-conditions #wrapper .region.region-content .terms-cards-wrapper .faq-card p,html body.page-terms-and-conditions #wrapper .region.region-content .terms-cards-wrapper .main-grid .card p,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .card p,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .card li,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .summary-box p,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .faq-card p,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .main-grid .card p{background:#e8f6ee !important;background-color:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:4px solid #4fa36f !important;}html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .card p strong,html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .summary-box p strong,html body.page-terms-and-conditions #wrapper .region.region-content .terms-cards-wrapper .card p strong,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .card p strong,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .summary-box p strong{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.page-privacy #wrapper .region.region-content .privacy-cards-wrapper .faq-card,html body.page-terms-and-conditions #wrapper .region.region-content .terms-cards-wrapper .faq-card,html body.page-bookings-refunds #wrapper .region.region-content .policy-cards-wrapper .faq-card{background:#ffffff !important;background-color:#ffffff !important;color:#0a2f1c !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;}html body.page-privacy #wrapper .privacy-cards-wrapper,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper,html body.page-bookings-refunds #wrapper .policy-cards-wrapper{position:relative !important;overflow:visible !important;background:transparent !important;background-color:transparent !important;background-image:none !important;border:none !important;border-radius:0 !important;box-shadow:none !important;padding:0 !important;margin:0 auto !important;}body.path-web-services,body.path-marketing-services,body.page-houston-tx-web-services,body.page-houston-tx-marketing-services,body.page-katy-tx-web-services,body.page-katy-tx-marketing-services,body.page-cypress-tx-web-services,body.page-cypress-tx-marketing-services,body.page-spring-tx-web-services,body.page-spring-tx-marketing-services,body.page-tomball-tx-web-services,body.page-tomball-tx-marketing-services,body.page-jersey-village-tx-web-services,body.page-jersey-village-tx-marketing-services{--hub-forest:#0a4f2f;--hub-brand:#0e6c3e;--hub-mid:#138450;--hub-leaf:#4fa36f;--hub-soft:#e8f6ee;--hub-mist:#f7fcf9;--hub-ink:#0a2f1c;--hub-link:#0b5c38;}html body.path-web-services #wrapper #content-wide-top .field-body > h1,html body.path-web-services #wrapper #content-wide-top .block-block-content .field-item > h1,html body.path-web-services #wrapper #content-wide-top [id*="servicestitle"] h1,html body.path-marketing-services #wrapper #content-wide-top .field-body > h1,html body.path-marketing-services #wrapper #content-wide-top .block-block-content .field-item > h1,html body.path-marketing-services #wrapper #content-wide-top [id*="servicestitle"] h1,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper #content-wide-top .block-block-content .field-item > h1,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper #content-wide-top .block-block-content .field-item > h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 10px rgba(10,79,47,0.18) !important;padding:0.75rem 1.1rem !important;text-align:center !important;width:auto !important;max-width:min(960px,calc(100% - 1.5rem)) !important;margin:0.5rem auto 1rem !important;display:block !important;line-height:1.3 !important;box-sizing:border-box !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{position:relative !important;display:block !important;background:#ffffff !important;color:#0a2f1c !important;border:0 !important;border-radius:14px !important;box-shadow:0 4px 16px -4px rgba(10,79,47,0.14) !important;overflow:visible !important;padding:0.5rem 0.5rem 0.75rem !important;margin:0 auto 1.25rem !important;box-sizing:border-box !important;height:auto !important;min-height:0 !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2::before,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2::before,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2::before,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2::before{content:"" !important;position:absolute !important;left:0 !important;top:0.65rem !important;bottom:0.65rem !important;width:4px !important;border-radius:4px !important;background:linear-gradient(180deg,#0e6c3e,#4fa36f) !important;pointer-events:none !important;z-index:1 !important;}html body.path-web-services #wrapper .service-teaser .service-image,html body.path-marketing-services #wrapper .service-teaser .service-image,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-image,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-image{position:relative !important;width:100% !important;max-width:100% !important;margin:0 auto !important;border:0 !important;border-radius:12px !important;overflow:hidden !important;background:#0a2f1c !important;box-shadow:none !important;}html body.path-web-services #wrapper .service-teaser .service-image img,html body.path-marketing-services #wrapper .service-teaser .service-image img,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-image img,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-image img{display:block !important;width:100% !important;height:auto !important;border:0 !important;border-radius:0 !important;margin:0 auto !important;}html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{position:absolute !important;left:0.75rem !important;top:18% !important;right:auto !important;width:auto !important;max-width:58% !important;margin:0 !important;padding:0.55rem 0.7rem !important;background:rgba(19,132,80,0.55) !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important;border:0 !important;outline:0 !important;border-radius:10px !important;box-shadow:0 2px 10px rgba(0,0,0,0.2) !important;z-index:4 !important;display:block !important;min-height:0 !important;height:auto !important;pointer-events:none !important;}html body.path-web-services #wrapper .service-teaser .field-field-text-bg,html body.path-marketing-services #wrapper .service-teaser .field-field-text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .field-field-text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .field-field-text-bg{outline:0 !important;background:transparent !important;background-color:transparent !important;backdrop-filter:none !important;width:auto !important;max-width:100% !important;border-radius:0 !important;margin:0 !important;padding:0 !important;display:block !important;min-height:0 !important;height:auto !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-items,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-items,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-items,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-items{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;align-items:flex-start !important;gap:0.15rem !important;margin:0 !important;padding:0 !important;background:transparent !important;width:auto !important;height:auto !important;min-height:0 !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{display:block !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;font-size:clamp(1.15rem,2.2vw,1.65rem) !important;font-weight:800 !important;line-height:1.1 !important;letter-spacing:0.12em !important;text-transform:uppercase !important;color:#ffffff !important;-webkit-text-fill-color:#8fd0b3 !important;-webkit-text-stroke:1px #ffffff !important;text-shadow:-1px -1px 0 #0a4f2f,1px -1px 0 #0a4f2f,-1px  1px 0 #0a4f2f,1px  1px 0 #0a4f2f,0 2px 6px rgba(0,0,0,0.35) !important;opacity:0.95 !important;width:auto !important;height:auto !important;min-height:0 !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item:nth-child(2),html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item:nth-child(2),html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item:nth-child(2),html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item:nth-child(2){padding-top:0.15rem !important;margin-left:0.35rem !important;}html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{position:absolute !important;top:auto !important;right:0.85rem !important;left:auto !important;bottom:auto !important;margin:0 !important;margin-top:0 !important;margin-left:0 !important;width:5.25rem !important;height:5.25rem !important;max-width:28% !important;border:2px solid #000 !important;border-radius:50% !important;background-color:#2f8f60 !important;background:linear-gradient(204deg,#8fd4a4,#138450) !important;box-shadow:4px 4px 8px rgba(0,0,0,0.28) !important;z-index:5 !important;padding:0.35rem !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;transform:none !important;scale:1 !important;top:clamp(9.5rem,42%,14rem) !important;}html body.path-web-services #wrapper .service-teaser .service-icon img,html body.path-marketing-services #wrapper .service-teaser .service-icon img,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon img,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon img{width:100% !important;height:100% !important;object-fit:contain !important;border-radius:50% !important;box-shadow:none !important;margin:0 !important;scale:1 !important;max-width:100% !important;display:block !important;}html body.path-web-services #wrapper .service-teaser .post-content,html body.path-marketing-services #wrapper .service-teaser .post-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content{position:relative !important;background:#f7fcf9 !important;background-color:#f7fcf9 !important;border:0 !important;border-radius:0 0 12px 12px !important;box-shadow:none !important;margin:0.65rem 0.15rem 0.15rem !important;padding:0.85rem 0.75rem 1rem !important;text-align:center !important;color:#0a2f1c !important;width:auto !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-web-services #wrapper .service-teaser .post-content h4,html body.path-marketing-services #wrapper .service-teaser .post-content h4,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4{margin:0 0 0.55rem !important;text-align:center !important;line-height:1.3 !important;}html body.path-web-services #wrapper .service-teaser .post-content h4 a,html body.path-web-services #wrapper .service-teaser .post-content h4 a span,html body.path-marketing-services #wrapper .service-teaser .post-content h4 a,html body.path-marketing-services #wrapper .service-teaser .post-content h4 a span,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a span,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a span{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;font-weight:800 !important;text-decoration:none !important;display:inline !important;}html body.path-web-services #wrapper .service-teaser .post-content h4 a:hover,html body.path-web-services #wrapper .service-teaser .post-content h4 a:hover span,html body.path-marketing-services #wrapper .service-teaser .post-content h4 a:hover,html body.path-marketing-services #wrapper .service-teaser .post-content h4 a:hover span,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a:hover,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a:hover{color:#138450 !important;-webkit-text-fill-color:#138450 !important;}html body.path-web-services #wrapper .service-teaser .post-content .mb-3,html body.path-marketing-services #wrapper .service-teaser .post-content .mb-3,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3{margin:0 auto 0.75rem !important;max-height:10rem !important;overflow-y:auto !important;text-align:left !important;max-width:100% !important;}html body.path-web-services #wrapper .service-teaser .post-content .mb-3 .field-body,html body.path-web-services #wrapper .service-teaser .post-content .mb-3 .field-item,html body.path-marketing-services #wrapper .service-teaser .post-content .mb-3 .field-body,html body.path-marketing-services #wrapper .service-teaser .post-content .mb-3 .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3 .field-body,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3 .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3 .field-body,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3 .field-item{background:#e8f6ee !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:0 !important;border-radius:8px !important;box-shadow:none !important;padding:0.65rem 0.8rem !important;line-height:1.55 !important;margin:0 !important;text-align:left !important;display:block !important;width:100% !important;box-sizing:border-box !important;min-height:0 !important;height:auto !important;}html body.path-web-services #wrapper .service-teaser .post-content > a,html body.path-marketing-services #wrapper .service-teaser .post-content > a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin:0.35rem auto 0 !important;text-align:center !important;text-decoration:none !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;}html body.path-web-services #wrapper .service-teaser .post-content > a strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong{display:inline-block !important;margin:0 auto !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;text-shadow:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.2) !important;padding:0.45rem 1.15rem !important;animation:none !important;-webkit-animation:none !important;text-align:center !important;}html body.path-web-services #wrapper .service-teaser .post-content > a:hover strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a:hover strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a:hover strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a:hover strong{background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;}html body.path-web-services #wrapper .page-wrapper .grid-item,html body.path-marketing-services #wrapper .page-wrapper .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body.path-web-services #wrapper .region-content .grid-item,html body.path-marketing-services #wrapper .region-content .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .region-content .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .region-content .grid-item{display:flex !important;justify-content:center !important;padding-left:0.5rem !important;padding-right:0.5rem !important;margin-bottom:0.5rem !important;box-sizing:border-box !important;}html body.path-web-services #wrapper .breadcrumb a,html body.path-marketing-services #wrapper .breadcrumb a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .breadcrumb a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .breadcrumb a{color:#0b5c38 !important;}@media (max-width:767.98px){html body.path-web-services #wrapper #content-wide-top .field-body > h1,html body.path-marketing-services #wrapper #content-wide-top .field-body > h1,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1{width:calc(100% - 1rem) !important;max-width:100% !important;font-size:1.15rem !important;margin-left:auto !important;margin-right:auto !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;padding:0.4rem 0.4rem 0.65rem !important;}html body.path-web-services #wrapper .page-wrapper .grid-item,html body.path-marketing-services #wrapper .page-wrapper .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body.path-web-services #wrapper .region-content .grid-item,html body.path-marketing-services #wrapper .region-content .grid-item{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0.35rem !important;padding-right:0.35rem !important;justify-content:center !important;}html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{left:0.55rem !important;top:14% !important;max-width:62% !important;padding:0.4rem 0.5rem !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{font-size:1.05rem !important;letter-spacing:0.08em !important;}html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{width:4.25rem !important;height:4.25rem !important;right:0.65rem !important;top:clamp(8.5rem,38vw,12rem) !important;}html body.path-web-services #wrapper .service-teaser .post-content,html body.path-marketing-services #wrapper .service-teaser .post-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content{text-align:center !important;margin-left:0.1rem !important;margin-right:0.1rem !important;padding:0.75rem 0.65rem 0.9rem !important;}html body.path-web-services #wrapper .service-teaser .post-content > a,html body.path-marketing-services #wrapper .service-teaser .post-content > a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a{justify-content:center !important;width:100% !important;}html body.path-web-services #wrapper .service-teaser .post-content > a strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong{min-width:8.5rem !important;}}@media (min-width:768px){html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{width:5.5rem !important;height:5.5rem !important;right:0.75rem !important;top:clamp(10.5rem,28%,15.5rem) !important;}}html body.path-web-services #wrapper .service-teaser .post-content h4,html body.path-marketing-services #wrapper .service-teaser .post-content h4,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4,html body.path-web-services #wrapper .service-teaser .post-content h4 a,html body.path-marketing-services #wrapper .service-teaser .post-content h4 a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a{background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;box-shadow:none !important;-webkit-text-fill-color:#0a4f2f !important;color:#0a4f2f !important;}html body.path-web-services #wrapper .service-teaser2 .post-content,html body.path-marketing-services #wrapper .service-teaser2 .post-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser2 .post-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser2 .post-content{border:0 !important;border-top:0 !important;border-bottom:0 !important;outline:0 !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{border:2px solid #0a2f1c !important;border-radius:14px !important;box-shadow:0 5px 14px -4px rgba(10,79,47,0.16) !important;background:#ffffff !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;overflow:visible !important;box-sizing:border-box !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2::before,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2::before,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2::before,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2::before{width:3px !important;left:2px !important;top:0.75rem !important;bottom:0.75rem !important;opacity:0.85 !important;}html body.path-web-services #wrapper .service-teaser .service-image,html body.path-marketing-services #wrapper .service-teaser .service-image,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-image,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-image{border:1px solid rgba(10,47,28,0.2) !important;border-radius:10px !important;overflow:hidden !important;}html body.path-web-services #wrapper .service-teaser .post-content,html body.path-marketing-services #wrapper .service-teaser .post-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content{border:1px solid #c5e6d4 !important;border-radius:10px !important;background:#f7fcf9 !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;margin-top:1.75rem !important;}html body.path-web-services #wrapper .service-teaser .post-content .mb-3 .field-item,html body.path-marketing-services #wrapper .service-teaser .post-content .mb-3 .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3 .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content .mb-3 .field-item{border:1px solid #d7efe3 !important;border-radius:8px !important;}html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{position:absolute !important;left:8% !important;right:auto !important;top:11% !important;transform:none !important;max-width:55% !important;width:auto !important;padding:0.65rem 0.85rem !important;background:rgba(14,108,62,0.52) !important;backdrop-filter:blur(9px) !important;-webkit-backdrop-filter:blur(9px) !important;border:1px solid rgba(255,255,255,0.35) !important;border-radius:10px !important;box-shadow:0 3px 12px rgba(0,0,0,0.22) !important;z-index:4 !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{font-size:clamp(1.45rem,2.6vw,2rem) !important;font-weight:800 !important;line-height:1.05 !important;letter-spacing:0.14em !important;text-transform:uppercase !important;color:#ffffff !important;-webkit-text-fill-color:#9fd9bc !important;-webkit-text-stroke:1.15px #ffffff !important;text-shadow:-1px -1px 0 #0a4f2f,1px -1px 0 #0a4f2f,-1px  1px 0 #0a4f2f,1px  1px 0 #0a4f2f,0 3px 8px rgba(0,0,0,0.4) !important;opacity:0.98 !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item:nth-child(2),html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item:nth-child(2),html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item:nth-child(2),html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item:nth-child(2){padding-top:0.2rem !important;margin-left:0.45rem !important;}html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{position:absolute !important;width:26% !important;max-width:7.25rem !important;min-width:5.75rem !important;height:auto !important;aspect-ratio:1 / 1 !important;top:auto !important;bottom:auto !important;left:auto !important;right:6% !important;top:52% !important;margin:0 !important;margin-top:0 !important;margin-left:0 !important;border:2px solid #000 !important;border-radius:50% !important;background:linear-gradient(204deg,#8fd4a4 0%,#138450 55%,#0e6c3e 100%) !important;background-color:#2f8f60 !important;box-shadow:5px 5px 10px rgba(0,0,0,0.32) !important;z-index:6 !important;padding:0.4rem !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;scale:1.15 !important;transform:none !important;}html body.path-web-services #wrapper .service-teaser .service-icon img,html body.path-marketing-services #wrapper .service-teaser .service-icon img,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon img,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon img{width:100% !important;height:100% !important;object-fit:contain !important;border-radius:50% !important;box-shadow:none !important;margin:0 !important;scale:1 !important;}html body.path-web-services #wrapper .page-wrapper .row,html body.path-marketing-services #wrapper .page-wrapper .row,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .row,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .row,html body.path-web-services #wrapper .region-content .row,html body.path-marketing-services #wrapper .region-content .row,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .region-content .row,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .region-content .row{justify-content:center !important;margin-left:auto !important;margin-right:auto !important;margin-top:-0.5rem;margin-bottom:-1rem;}html body.path-web-services #wrapper .page-wrapper .grid-item,html body.path-marketing-services #wrapper .page-wrapper .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body.path-web-services #wrapper .region-content .grid-item,html body.path-marketing-services #wrapper .region-content .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .region-content .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .region-content .grid-item,html body.path-web-services #wrapper .page-wrapper [class*="col-"],html body.path-marketing-services #wrapper .page-wrapper [class*="col-"],html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper [class*="col-"],html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper [class*="col-"]{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;float:none !important;margin-left:auto !important;margin-right:auto !important;}html body.path-web-services #wrapper .service-teaser .post-content > a,html body.path-marketing-services #wrapper .service-teaser .post-content > a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a{display:flex !important;justify-content:center !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;}@media (max-width:767.98px){html body.path-web-services #wrapper .page-wrapper,html body.path-marketing-services #wrapper .page-wrapper,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper,html body.path-web-services #wrapper .region-content,html body.path-marketing-services #wrapper .region-content{padding-left:0.5rem !important;padding-right:0.5rem !important;}html body.path-web-services #wrapper .page-wrapper .container,html body.path-marketing-services #wrapper .page-wrapper .container,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .container,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .container{max-width:100% !important;padding-left:0.5rem !important;padding-right:0.5rem !important;margin-left:auto !important;margin-right:auto !important;}html body.path-web-services #wrapper .page-wrapper .grid-item,html body.path-marketing-services #wrapper .page-wrapper .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body.path-web-services #wrapper .page-wrapper [class*="col-"],html body.path-marketing-services #wrapper .page-wrapper [class*="col-"],html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper [class*="col-"],html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper [class*="col-"]{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0.35rem !important;padding-right:0.35rem !important;margin-left:auto !important;margin-right:auto !important;align-items:center !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;float:none !important;}html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{left:5% !important;top:10% !important;max-width:100% !important;padding:0.55rem 0.7rem !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{font-size:1.35rem !important;letter-spacing:0.12em !important;}html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{width:28% !important;min-width:5.5rem !important;max-width:6.5rem !important;right:7% !important;top:48% !important;scale:1.2 !important;}html body.path-web-services #wrapper .service-teaser .post-content,html body.path-marketing-services #wrapper .service-teaser .post-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content{text-align:center !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;margin-top:1.5rem !important;}html body.path-web-services #wrapper #content-wide-top .field-body > h1,html body.path-marketing-services #wrapper #content-wide-top .field-body > h1,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1{margin-left:auto !important;margin-right:auto !important;text-align:center !important;}}@media (min-width:768px){html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{font-size:clamp(1.55rem,1.8vw,2.05rem) !important;}html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{width:27% !important;max-width:7.75rem !important;min-width:6.25rem !important;right:5.5% !important;top:50% !important;scale:1.2 !important;}html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{left:7.5% !important;top:10% !important;}}html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{top:10.25rem !important;right:0.85rem !important;left:auto !important;bottom:auto !important;width:6.75rem !important;height:6.75rem !important;min-width:6.75rem !important;max-width:6.75rem !important;scale:1.22 !important;margin:0 !important;}@media (min-width:992px){html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{top:15.5rem !important;right:0rem !important;width:7.25rem !important;height:7.25rem !important;min-width:7.25rem !important;max-width:7.25rem !important;scale:1.28 !important;}}@media (min-width:768px) and (max-width:991.98px){html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{top:15.5rem !important;right:0.9rem !important;width:6.5rem !important;height:6.5rem !important;min-width:6.5rem !important;max-width:6.5rem !important;scale:1.2 !important;}}@media (max-width:767.98px){html body.path-web-services #wrapper .service-teaser .service-icon,html body.path-marketing-services #wrapper .service-teaser .service-icon,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-icon{top:15.75rem !important;right:0.7rem !important;width:6.25rem !important;height:6.25rem !important;min-width:6.25rem !important;max-width:6.25rem !important;scale:1.25 !important;}html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{left:9% !important;top:9% !important;max-width:68% !important;padding:0.6rem 0.75rem !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{font-size:1.5rem !important;letter-spacing:0.13em !important;}html body.path-web-services #wrapper .page-wrapper .main-content,html body.path-marketing-services #wrapper .page-wrapper .main-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .main-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .main-content{display:flex !important;flex-direction:column !important;align-items:center !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{max-width:100% !important;margin-left:auto !important;margin-right:auto !important;}}@media (min-width:768px){html body.path-web-services #wrapper .service-teaser .text-bg,html body.path-marketing-services #wrapper .service-teaser .text-bg,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg{left:5% !important;top:9% !important;max-width:100% !important;padding:0.7rem 0.9rem !important;}html body.path-web-services #wrapper .service-teaser .text-bg .field-item,html body.path-marketing-services #wrapper .service-teaser .text-bg .field-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .text-bg .field-item{font-size:clamp(1.65rem,1.9vw,2.15rem) !important;letter-spacing:0.15em !important;}}@media (max-width:767.98px){html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{width:100% !important;max-width:100% !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}html body.path-web-services #wrapper .page-wrapper .grid-item,html body.path-marketing-services #wrapper .page-wrapper .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper .grid-item,html body.path-web-services #wrapper .region-content .grid-item,html body.path-marketing-services #wrapper .region-content .grid-item,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .region-content .grid-item,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .region-content .grid-item,html body.path-web-services #wrapper .page-wrapper [class*="col-"],html body.path-marketing-services #wrapper .page-wrapper [class*="col-"],html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper [class*="col-"],html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper [class*="col-"]{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0.4rem !important;padding-right:0.4rem !important;margin-left:0 !important;margin-right:0 !important;}html body.path-web-services #wrapper .page-wrapper > .container,html body.path-marketing-services #wrapper .page-wrapper > .container,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper > .container,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper > .container,html body.path-web-services #wrapper .page-wrapper .container,html body.path-marketing-services #wrapper .page-wrapper .container{width:100% !important;max-width:100% !important;padding-left:0.65rem !important;padding-right:0.65rem !important;margin-left:auto !important;margin-right:auto !important;}html body.path-web-services #wrapper .page-wrapper,html body.path-marketing-services #wrapper .page-wrapper,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper{padding-left:0 !important;padding-right:0 !important;}html body.path-web-services #wrapper #content-wide-top .field-body > h1,html body.path-marketing-services #wrapper #content-wide-top .field-body > h1,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper #content-wide-top .field-body > h1{width:calc(100% - 0.5rem) !important;max-width:100% !important;}}@media (max-width:991.98px){html body.path-web-services #wrapper .row.content-layout,html body.path-marketing-services #wrapper .row.content-layout,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .row.content-layout,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .row.content-layout{display:flex !important;flex-wrap:wrap !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}html body.path-web-services #wrapper .col-md-9.left-content.main-content,html body.path-marketing-services #wrapper .col-md-9.left-content.main-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .col-md-9.left-content.main-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .col-md-9.left-content.main-content,html body.path-web-services #wrapper .left-content.main-content,html body.path-marketing-services #wrapper .left-content.main-content,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .left-content.main-content,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .left-content.main-content{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}html body.path-web-services #wrapper .content-layout > .col-md-3,html body.path-marketing-services #wrapper .content-layout > .col-md-3,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .content-layout > .col-md-3,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .content-layout > .col-md-3,html body.path-web-services #wrapper .region-sidebar-second,html body.path-marketing-services #wrapper .region-sidebar-second,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .region-sidebar-second,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .region-sidebar-second{display:none !important;width:0 !important;max-width:0 !important;padding:0 !important;margin:0 !important;}html body.path-web-services #wrapper .page-wrapper > .container,html body.path-marketing-services #wrapper .page-wrapper > .container,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper > .container,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper > .container,html body.path-web-services #wrapper .page-wrapper .container,html body.path-marketing-services #wrapper .page-wrapper .container{max-width:100% !important;width:100% !important;padding-left:0.75rem !important;padding-right:0.75rem !important;}html body.path-web-services #wrapper .container-wrap,html body.path-marketing-services #wrapper .container-wrap,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .container-wrap,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .container-wrap,html body.path-web-services #wrapper .views-element-container,html body.path-marketing-services #wrapper .views-element-container,html body.path-web-services #wrapper .view-item,html body.path-marketing-services #wrapper .view-item,html body.path-web-services #wrapper .row.grid-wrapper,html body.path-marketing-services #wrapper .row.grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2{width:100% !important;max-width:100% !important;min-width:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-web-services #wrapper .page-wrapper .grid-item,html body.path-marketing-services #wrapper .page-wrapper .grid-item,html body.path-web-services #wrapper .grid-item,html body.path-marketing-services #wrapper .grid-item,html body.path-web-services #wrapper .col-12.col-sm-12.col-md-6.col-lg-4.grid-item,html body.path-marketing-services #wrapper .col-12.col-sm-12.col-md-6.col-lg-4.grid-item{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;margin-top:0.5rem !important;margin-bottom:-0.5rem !important;}html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2:last-child,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2:last-child,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2:last-child,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .feat-container.service-teaser.service-teaser2:last-child{margin-bottom:2rem !important;}html body.path-web-services #wrapper #content-wide-bottom,html body.path-marketing-services #wrapper #content-wide-bottom,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper #content-wide-bottom,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper #content-wide-bottom{padding-top:1rem !important;}}@media (max-width:767.98px){html body.path-web-services #wrapper .page-wrapper > .container,html body.path-marketing-services #wrapper .page-wrapper > .container,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .page-wrapper > .container,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .page-wrapper > .container{padding-left:0.5rem !important;padding-right:0.5rem !important;}}body.path-products,body.path-product,body.path-store,body.page-store-home,body.path-taxonomy.page-products-brand-hp,body[class*="page-products"]{--shop-forest:#0a4f2f;--shop-brand:#0e6c3e;--shop-mid:#138450;--shop-leaf:#4fa36f;--shop-mint:#8fd0b3;--shop-soft:#e8f6ee;--shop-mist:#f7fcf9;--shop-ink:#0a2f1c;--shop-link:#0b5c38;--shop-border:#c5e6d4;}html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-product #wrapper h1.commerce-content-h1,html body.path-store #wrapper h1.commerce-content-h1,html body.path-products #wrapper .commerce-content-header .commerce-content-h1,html body.path-taxonomy #wrapper .commerce-content-header .commerce-content-h1,html body.path-product #wrapper h1.commerce-product-h1,html body.path-products #wrapper h1.commerce-product-h1,html body.page-store-home #wrapper #content-wide-top .field-body > h1,html body.page-store-home #wrapper #content-wide-top .block-block-content .field-item > h1{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:unset !important;padding:0.7rem 1.05rem !important;text-align:center !important;display:block !important;width:auto !important;max-width:min(960px,100%) !important;margin:0.5rem auto 1rem !important;line-height:1.3 !important;box-sizing:border-box !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-product #wrapper .commerce-content-header,html body.path-store #wrapper .commerce-content-header{background:transparent !important;border:0 !important;box-shadow:none !important;text-align:center !important;}html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block,html body.path-store #wrapper .view-product-categories-block,html body.path-products #wrapper .block-views-blockproduct-categories-block-block-product-categories .view-product-categories-block,html body.path-products .view-product-categories-block{background:#f7fcf9 !important;background-image:none !important;border:1px solid #c5e6d4 !important;border-left:4px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.1) !important;color:#0a2f1c !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-block__title,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-block__title,html body.path-products .view-product-categories-block .product-categories-block__title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;text-align:left !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header{border-bottom:2px solid #c5e6d4 !important;border-image:none !important;}html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-products .view-product-categories-block .product-category-parent{background:#eaf7ee !important;background-image:none !important;color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;padding:0.85rem 0.95rem !important;}html body.path-products #wrapper .product-category-parent__link a,html body.path-taxonomy #wrapper .product-category-parent__link a,html body.path-products .product-category-parent__link a{color:var(--cyb-shop-forest,#0a4f2f) !important;-webkit-text-fill-color:var(--cyb-shop-forest,#0a4f2f) !important;font-weight:800 !important;background:transparent !important;}html body.path-products #wrapper .product-category-parent__description,html body.path-taxonomy #wrapper .product-category-parent__description,html body.path-products .product-category-parent__description{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;opacity:1 !important;background:#e8f6ee !important;border:0 !important;border-radius:8px !important;padding:0.45rem 0.65rem !important;margin-top:0.35rem !important;}html body.path-products #wrapper .product-category-children .product-category-child a,html body.path-taxonomy #wrapper .product-category-children .product-category-child a,html body.path-products .product-category-children .product-category-child a{background:#f7fcf9 !important;background-image:none !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #c5e6d4 !important;border-radius:8px !important;font-weight:600 !important;box-shadow:none !important;}html body.path-products #wrapper .product-category-children .product-category-child a:hover,html body.path-taxonomy #wrapper .product-category-children .product-category-child a:hover,html body.path-products .product-category-children .product-category-child a:hover{background:#e8f6ee !important;border-color:#0e6c3e !important;color:#0a4f2f !important;}html body.path-products #wrapper [id*="product-categories-block"] .grid-item > div,html body.path-taxonomy #wrapper [id*="product-categories-block"] .grid-item > div,html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item{background:#ffffff !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;}html body.path-products #wrapper [id*="product-categories-block"] .views-field-name a,html body.path-taxonomy #wrapper [id*="product-categories-block"] .views-field-name a{color:#0a4f2f !important;font-weight:800 !important;}html body.path-products #wrapper .product-teaser,html body.path-taxonomy #wrapper .product-teaser,html body.path-product #wrapper .product-teaser,html body.path-store #wrapper .product-teaser,html body.path-products .product-teaser,html body.path-taxonomy .product-teaser{border:1px solid #c5e6d4 !important;border-left:4px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;overflow:hidden !important;}html body.path-products #wrapper .product-teaser:hover,html body.path-taxonomy #wrapper .product-teaser:hover,html body.path-products .product-teaser:hover{border-color:#8fd0b3 !important;border-left-color:#0e6c3e !important;box-shadow:0 8px 20px -6px rgba(10,79,47,0.18) !important;}html body.path-products #wrapper .product-teaser .product-title a,html body.path-taxonomy #wrapper .product-teaser .product-title a,html body.path-products #wrapper a.product-title-link,html body.path-taxonomy #wrapper a.product-title-link{color:#0a4f2f !important;font-weight:800 !important;}html body.path-products #wrapper .product-teaser .product-price,html body.path-taxonomy #wrapper .product-teaser .product-price,html body.path-products #wrapper .product-teaser .price{color:#0e6c3e !important;font-weight:800 !important;}html body.path-products #wrapper .product-teaser .button,html body.path-taxonomy #wrapper .product-teaser .button,html body.path-products #wrapper .product-teaser-learn-more,html body.path-taxonomy #wrapper .product-teaser-learn-more,html body.path-products #wrapper .btn.product-teaser-learn-more{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;text-align:center !important;}html body.path-products #wrapper .product-teaser .field-field-short-description .field-item,html body.path-taxonomy #wrapper .product-teaser .field-field-short-description .field-item,html body.path-products #wrapper .product-teaser .product-teaser-short-desc .field-item{background:#e8f6ee !important;color:#0a2f1c !important;border:1px solid #d7efe3 !important;border-radius:8px !important;margin-bottom:1.5rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{background:#f7fcf9 !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-shadow:0 2px 8px rgba(10,79,47,0.06) !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-submit,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-submit,html body.path-products #wrapper #edit-submit-product-catalog,html body.path-taxonomy #wrapper #edit-submit-product-catalog,html body.path-products #wrapper input[type="submit"]{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;}html body.path-products #wrapper #block-martis-shopiconbox .field-item > div,html body.page-store-home #wrapper #block-martis-shopiconbox .field-item > div,html body.path-store #wrapper #block-martis-shopiconbox .field-item > div{border:1px solid #0a2f1c !important;border-radius:14px !important;box-shadow:0 4px 12px rgba(10,79,47,0.12) !important;}html body.path-product #wrapper .product--rendered-attribute,html body.path-product #wrapper .commerce-product,html body.path-product #wrapper .product-content-wrap{color:#0a2f1c !important;}html body.path-product #wrapper .field--name-price,html body.path-product #wrapper .product-price,html body.path-product #wrapper .price__number{color:#0e6c3e !important;font-weight:800 !important;}html body.path-product #wrapper .button--add-to-cart,html body.path-product #wrapper .commerce-order-item-add-to-cart-form .button,html body.path-product #wrapper input.button--add-to-cart,html body.path-product #wrapper .form-actions .button{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;}html body.path-product #wrapper .product-images,html body.path-product #wrapper .product-image-wrap,html body.path-product #wrapper .field--name-field-images{border:1px solid #c5e6d4 !important;border-radius:12px !important;background:#f7fcf9 !important;overflow:hidden !important;}html body.path-store #wrapper .region-content,html body.page-store-home #wrapper .region-content{color:#0a2f1c !important;}html body.path-store #wrapper .breadcrumb a,html body.path-products #wrapper .breadcrumb a,html body.path-product #wrapper .breadcrumb a{color:#0b5c38 !important;}@media (max-width:991.98px){html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-store #wrapper .col-md-9.left-content.main-content,html body.page-store-home #wrapper .col-md-9.left-content.main-content{flex:0 0 100% !important;max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper .region-sidebar-second,html body.path-taxonomy #wrapper .region-sidebar-second,html body.path-product #wrapper .region-sidebar-second,html body.path-store #wrapper .region-sidebar-second{display:none !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container,html body.path-store #wrapper .page-wrapper > .container{max-width:100% !important;width:100% !important;padding-left:0.65rem !important;padding-right:0.65rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-product #wrapper h1.commerce-product-h1{width:100% !important;max-width:100% !important;font-size:1.2rem !important;}html body.path-products #wrapper .product-teaser,html body.path-taxonomy #wrapper .product-teaser,html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-product #wrapper .product-category-parent{width:100% !important;max-width:100% !important;}html body.path-products #wrapper .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper,html body.path-products #wrapper .view-product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .view-product-catalog .grid-wrapper,html body.path-products #wrapper .view-brand-product-listings .grid-wrapper,html body.path-taxonomy #wrapper .view-brand-product-listings .grid-wrapper,html body.path-products #wrapper .view-product-category-listings .grid-wrapper,html body.path-taxonomy #wrapper .view-product-category-listings .grid-wrapper{gap:0.5rem !important;row-gap:0.65rem !important;column-gap:0.5rem !important;}html body.path-products #wrapper .product-catalog .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper > .grid-item,html body.path-products #wrapper .view-product-catalog .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .view-product-catalog .grid-wrapper > .grid-item,html body.path-products #wrapper .view-brand-product-listings .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .view-brand-product-listings .grid-wrapper > .grid-item,html body.path-products #wrapper .view-product-category-listings .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .view-product-category-listings .grid-wrapper > .grid-item{flex:0 0 calc(50% - 0.25rem) !important;max-width:calc(50% - 0.25rem) !important;width:calc(50% - 0.25rem) !important;padding-left:0.2rem !important;padding-right:0.2rem !important;box-sizing:border-box !important;}}@media (max-width:767.98px){html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-store #wrapper .page-wrapper > .container{padding-left:0.5rem !important;padding-right:0.5rem !important;}}html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block,html body.path-store #wrapper .view-product-categories-block,html body.path-products #wrapper .block-views-blockproduct-categories-block-block-product-categories .view-product-categories-block,html body.path-products .view-product-categories-block{background:transparent !important;background-image:none !important;border:0 !important;border-left:0 !important;box-shadow:none !important;padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-products .view-product-categories-block .product-category-parent{border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-store #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper > .grid-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper > .grid-item,html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper .grid-item,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper .grid-item{background:linear-gradient(165deg,#0d6b3f 0%,#0a4f2f 55%,#063820 100%) !important;background-color:#0a4f2f !important;border:2px solid #000 !important;border-radius:20px !important;box-shadow:0 8px 22px rgba(0,0,0,0.28),0 2px 6px rgba(10,79,47,0.2) !important;padding:1.1rem 0.85rem 1.15rem !important;overflow:hidden !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-item > div,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-item > div{background:transparent !important;border:0 !important;box-shadow:none !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-name a,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-name a,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-name,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-name{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item{background:#ffffff !important;border:2px solid #000 !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value{color:#e8f6ee !important;-webkit-text-fill-color:#e8f6ee !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{display:block !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;margin-top:0.75rem !important;margin-bottom:0.75rem !important;padding:0.75rem 0.85rem !important;background:#f7fcf9 !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-shadow:0 2px 8px rgba(10,79,47,0.06) !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search,html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search{width:100% !important;max-width:100% !important;margin:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-item,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-item,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-actions,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-actions{margin-bottom:0.35rem !important;vertical-align:middle !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search input.form-text,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search input.form-text,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search input[type="text"],html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search input[type="text"]{width:80% !important;max-width:100% !important;min-height:2.75rem !important;box-sizing:border-box !important;border:1px solid #c5e6d4 !important;border-radius:8px !important;display:flex !important;margin-left:auto !important;margin-right:auto !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-submit,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-submit,html body.path-products #wrapper #edit-submit-product-catalog,html body.path-taxonomy #wrapper #edit-submit-product-catalog{min-height:2.75rem !important;width:30% !important;max-width:100% !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;margin-top:0.65rem !important;padding-left:0.65rem !important;padding-right:0.65rem !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-product #wrapper .commerce-content-header{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}}html body.path-products #wrapper #block-martis-shopiconbox,html body.path-taxonomy #wrapper #block-martis-shopiconbox,html body.path-product #wrapper #block-martis-shopiconbox,html body.page-store-home #wrapper #block-martis-shopiconbox,html body.path-store #wrapper #block-martis-shopiconbox{border:0 !important;box-shadow:none !important;background:transparent !important;}html body.path-products #wrapper #block-martis-shopiconbox .field-item > div,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-item > div,html body.path-product #wrapper #block-martis-shopiconbox .field-item > div,html body.page-store-home #wrapper #block-martis-shopiconbox .field-item > div,html body.path-store #wrapper #block-martis-shopiconbox .field-item > div{border:1px solid rgba(10,47,28,0.35) !important;}html body.path-products #wrapper #block-martis-shopiconbox,html body.page-store-home #wrapper #block-martis-shopiconbox,html body.path-store #wrapper #block-martis-shopiconbox,html body.path-taxonomy #wrapper #block-martis-shopiconbox{border:0 !important;outline:0 !important;box-shadow:none !important;background:transparent !important;}html body.path-products #wrapper #block-martis-shopiconbox .field-item,html body.path-products #wrapper #block-martis-shopiconbox .field-item > div,html body.path-products #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-products #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-products #wrapper #block-martis-shopiconbox .container-wrap,html body.path-products #wrapper #block-martis-shopiconbox .block-content,html body.page-store-home #wrapper #block-martis-shopiconbox .field-item,html body.page-store-home #wrapper #block-martis-shopiconbox .field-item > div,html body.page-store-home #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.page-store-home #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-store #wrapper #block-martis-shopiconbox .field-item,html body.path-store #wrapper #block-martis-shopiconbox .field-item > div,html body.path-store #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-item,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-item > div,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-section{border:0 !important;outline:0 !important;box-shadow:none !important;background:transparent !important;}html body.path-products #wrapper #block-martis-shopiconbox .box-icon-item,html body.page-store-home #wrapper #block-martis-shopiconbox .box-icon-item,html body.path-store #wrapper #block-martis-shopiconbox .box-icon-item,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-item{border-radius:16px !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .view-header{text-align:center !important;margin:1.25rem auto 1.1rem !important;padding:0.85rem 0.75rem !important;border:0 !important;border-bottom:0 !important;border-image:none !important;background:transparent !important;box-shadow:none !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-block__title,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-block__title,html body.path-products #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-taxonomy #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-products #wrapper h2.product-categories-block__title,html body.path-taxonomy #wrapper h2.product-categories-block__title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;margin:0 auto !important;padding:0.35rem 0.5rem !important;padding-left:0.5rem !important;font-weight:800 !important;font-size:clamp(1.25rem,3vw,1.55rem) !important;line-height:1.3 !important;display:block !important;width:100% !important;max-width:100% !important;position:relative !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-block__title::before,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-block__title::before,html body.path-products #wrapper [id*="product-categories-block"] .product-categories-block__title::before,html body.path-taxonomy #wrapper [id*="product-categories-block"] .product-categories-block__title::before,html body.path-products #wrapper h2.product-categories-block__title::before,html body.path-taxonomy #wrapper h2.product-categories-block__title::before{content:none !important;display:none !important;width:0 !important;height:0 !important;background:none !important;mask-image:none !important;-webkit-mask-image:none !important;}html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-products .view-product-categories-block .product-category-parent{border-radius:14px !important;overflow:hidden !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;}html body.path-products #wrapper .product-category-parent__header,html body.path-taxonomy #wrapper .product-category-parent__header{border-radius:10px !important;margin-bottom:1rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"]{margin-top:0.5rem;margin-bottom:1.25rem !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper .grid-item,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper .grid-item{border-radius:16px !important;overflow:hidden !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search h2.block-title,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search h2.block-title,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title-content,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title-content,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title-wrap,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title-wrap{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;margin:0.35rem auto 0.65rem !important;padding:0.25rem 0.5rem !important;font-weight:800 !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{width:min(100%,920px) !important;max-width:min(100%,920px) !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:calc(100% - 1rem) !important;max-width:calc(100% - 1rem) !important;margin-left:auto !important;margin-right:auto !important;}}html body.path-products #wrapper .view-product-categories-block .product-categories-list,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list{margin-top:0.35rem !important;margin-bottom:1rem !important;}html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search .control-label,html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search .control-label,html body.path-product #wrapper #views-exposed-form-product-catalog-product-catalog-search .control-label,html body.path-store #wrapper #views-exposed-form-product-catalog-product-catalog-search .control-label,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .control-label,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .control-label,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search label.control-label,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search label.control-label,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search label[for="edit-keys"],html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search label[for="edit-keys"],html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search label[for="edit-keys"],html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search label[for="edit-keys"]{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;background:transparent !important;font-weight:700 !important;opacity:1 !important;visibility:visible !important;display:flex !important;justify-content:center !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title.animate__animated,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .block-title.animate__animated,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search h2.block-title.animate__animated.animate__pulse,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search h2.block-title.animate__animated.animate__pulse{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-actions,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-actions,html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search .form-actions,html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search .form-actions{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:100% !important;margin-top:0.5rem !important;margin-bottom:0.15rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-submit,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .form-submit,html body.path-products #wrapper #edit-submit-product-catalog--2,html body.path-taxonomy #wrapper #edit-submit-product-catalog--2,html body.path-products #wrapper #edit-actions--2 #edit-submit-product-catalog--2,html body.path-taxonomy #wrapper #edit-actions--2 #edit-submit-product-catalog--2,html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search input.form-submit,html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search input.form-submit{width:auto !important;min-width:7.5rem !important;max-width:10rem !important;flex:0 0 auto !important;padding-left:1.5rem !important;padding-right:1.5rem !important;margin-left:auto !important;margin-right:auto !important;display:inline-block !important;box-sizing:border-box !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-product #wrapper .view-product-categories-block .view-header,html body.path-store #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header{text-align:center !important;margin:0.65rem auto 0.65rem !important;padding:0.55rem 0.75rem 0.7rem !important;border:0 !important;border-bottom:2px solid transparent !important;border-image:linear-gradient(90deg,transparent 0%,#c5e6d4 12%,#0e6c3e 38%,#c9a227 50%,#0e6c3e 62%,#c5e6d4 88%,transparent 100%) 1 !important;background:transparent !important;box-shadow:none !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-block__title,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-block__title,html body.path-products #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-taxonomy #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-products #wrapper h2.product-categories-block__title,html body.path-taxonomy #wrapper h2.product-categories-block__title,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .product-categories-block__title,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .product-categories-block__title,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .product-categories-block__title,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .product-categories-block__title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;margin:0 auto 0 !important;margin-bottom:0 !important;padding:0.2rem 0.5rem 0.35rem !important;font-weight:800 !important;font-size:clamp(1.25rem,3vw,1.55rem) !important;line-height:1.25 !important;display:block !important;width:100% !important;max-width:100% !important;margin-top:-3rem !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-list,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list{margin-top:0.55rem !important;margin-bottom:0.85rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-products #wrapper [id*="product-categories-block-block-1"] .view-content,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .view-content{margin-top:0.55rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories,html body.path-product #wrapper #block-martis-views-block-product-categories,html body.path-store #wrapper #block-martis-views-block-product-categories{margin-top:-3rem !important;margin-bottom:0.5rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"]{margin-top:-2rem;margin-bottom:0.75rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{margin-top:0.5rem !important;margin-bottom:1rem !important;}@media (max-width:991.98px){html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog-search .control-label,html body.path-taxonomy #wrapper #views-exposed-form-product-catalog-product-catalog-search .control-label,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .control-label,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .control-label{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-size:0.95rem !important;}html body.path-products #wrapper #edit-submit-product-catalog--2,html body.path-taxonomy #wrapper #edit-submit-product-catalog--2,html body.path-products #wrapper #edit-actions--2 #edit-submit-product-catalog--2,html body.path-taxonomy #wrapper #edit-actions--2 #edit-submit-product-catalog--2{width:auto !important;min-width:7rem !important;max-width:9.5rem !important;padding-left:1.25rem !important;padding-right:1.25rem !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header{margin:0.5rem auto 0.5rem !important;padding:0.45rem 0.5rem 0.6rem !important;border-bottom:2px solid transparent !important;border-image:linear-gradient(90deg,transparent 0%,#c5e6d4 10%,#0e6c3e 36%,#c9a227 50%,#0e6c3e 64%,#c5e6d4 90%,transparent 100%) 1 !important;}html body.path-products #wrapper h2.product-categories-block__title,html body.path-taxonomy #wrapper h2.product-categories-block__title,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .product-categories-block__title{margin-bottom:0 !important;font-size:clamp(1.15rem,4.5vw,1.4rem) !important;}}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header{border-bottom:0 !important;border-image:none !important;position:relative !important;padding-bottom:0.85rem !important;}html body.path-products #wrapper .view-product-categories-block .view-header::after,html body.path-taxonomy #wrapper .view-product-categories-block .view-header::after,html body.path-products #wrapper [id*="product-categories-block"] .view-header::after,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.15rem !important;width:min(18rem,72%) !important;height:3px !important;border-radius:3px !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;box-shadow:0 1px 0 rgba(10,79,47,0.12) !important;pointer-events:none !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-product #wrapper .view-product-categories-block .view-header,html body.path-store #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header{border:0 !important;border-bottom:0 !important;border-image:none !important;border-image-source:none !important;border-image-slice:0 !important;box-shadow:none !important;}html body.path-products #wrapper .view-product-categories-block .view-header::after,html body.path-taxonomy #wrapper .view-product-categories-block .view-header::after,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header::after,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header::after,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header::after,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header::after,html body.path-products #wrapper [id*="product-categories-block"] .view-header::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.15rem !important;width:min(18rem,72%) !important;height:3px !important;border:0 !important;border-bottom:0 !important;border-image:none !important;border-radius:3px !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;box-shadow:0 1px 0 rgba(10,79,47,0.12) !important;pointer-events:none !important;}@media (max-width:991.98px){html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header{border:0 !important;border-bottom:0 !important;border-image:none !important;border-image-source:none !important;}}html body.path-blog.page-blog #wrapper .region-content-wide-top,html body.path-blog.page-blog #wrapper #page-wrapper .region-content{color:#0a2f1c !important;}html body.path-blog.page-blog #wrapper .breadcrumb a{color:#0b5c38 !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .container-wrap,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .block-content{text-align:center !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-item,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-body{display:flex !important;justify-content:center !important;position:relative !important;margin:0.5rem auto 0.85rem !important;padding:0.45rem 1rem 0.85rem !important;max-width:min(920px,100%) !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:#e8f6ee !important;border:1px solid #c5e6d4 !important;border-radius:20px !important;display:inline-block !important;margin:0 auto !important;padding:0.55rem 1.35rem !important;font-weight:800 !important;font-size:clamp(1.15rem,2.6vw,1.55rem) !important;line-height:1.3 !important;text-align:center !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-item::after,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-body::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.1rem !important;width:min(16rem,70%) !important;height:3px !important;border-radius:3px !important;border:0 !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;pointer-events:none !important;}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search{width:min(100%,720px) !important;max-width:min(100%,720px) !important;margin:0.65rem auto 1.25rem !important;padding:0.85rem 1rem 1rem !important;background:#f7fcf9 !important;border:1px solid #c5e6d4 !important;border-radius:14px !important;box-shadow:0 2px 10px rgba(10,79,47,0.07) !important;box-sizing:border-box !important;}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .block-title,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search h2.block-title,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .block-title.animate__animated,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search h2.block-title.animate__animated.animate__pulse,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .block-title-wrap,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .block-title-content{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;font-weight:800 !important;margin:0.15rem auto 0.55rem !important;padding:0.2rem 0.5rem !important;}html body.path-blog.page-blog #wrapper #views-exposed-form-blog-search-blog-search .control-label,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .control-label,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search label.control-label,html body.path-blog.page-blog #wrapper #views-exposed-form-blog-search-blog-search label[for="edit-keys"]{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;background:transparent !important;font-weight:700 !important;opacity:1 !important;}html body.path-blog.page-blog #wrapper #views-exposed-form-blog-search-blog-search input.form-text,html body.path-blog.page-blog #wrapper #views-exposed-form-blog-search-blog-search #edit-keys{width:100% !important;max-width:100% !important;min-height:2.75rem !important;border:1px solid #c5e6d4 !important;border-radius:8px !important;box-sizing:border-box !important;background:#fff !important;color:#0a2f1c !important;}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .form-actions,html body.path-blog.page-blog #wrapper #views-exposed-form-blog-search-blog-search .form-actions{display:flex !important;justify-content:center !important;margin-top:0.5rem !important;width:100% !important;}html body.path-blog.page-blog #wrapper #edit-submit-blog-search,html body.path-blog.page-blog #wrapper #views-exposed-form-blog-search-blog-search .form-submit,html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search .form-submit{width:auto !important;min-width:7.5rem !important;max-width:10rem !important;min-height:2.75rem !important;margin-left:auto !important;margin-right:auto !important;padding-left:1.5rem !important;padding-right:1.5rem !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;box-sizing:border-box !important;}html body.path-blog.page-blog #wrapper article.blog-post-teaser.post-row,html body.path-blog.page-blog #wrapper .blog-post-teaser{transition:transform 0.18s ease,box-shadow 0.18s ease !important;border-radius:14px !important;}html body.path-blog.page-blog #wrapper article.blog-post-teaser.post-row:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser:hover{transform:translateY(-3px) !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image{border:2px solid #0a4f2f !important;border-radius:1.15rem !important;overflow:hidden !important;box-shadow:0 3px 12px rgba(10,79,47,0.16) !important;background:#fff !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image img{border-radius:1rem !important;overflow:hidden !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content,html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-content{background:linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;border:2px solid #000 !important;border-radius:12px !important;box-shadow:0 4px 14px rgba(10,79,47,0.18) !important;padding:1.15rem 1.1rem 1.25rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.18) !important;font-weight:800 !important;font-size:clamp(1.02rem,2vw,1.2rem) !important;line-height:1.3 !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a:hover{color:#e8f6ee !important;-webkit-text-fill-color:#e8f6ee !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt *,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content p{color:#f0fdf6 !important;-webkit-text-fill-color:#f0fdf6 !important;text-align:center !important;line-height:1.55 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.35rem !important;margin:0.55rem 0 0.45rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item{background:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;padding:0.2rem 0.45rem !important;font-size:0.78rem !important;font-weight:600 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.3rem !important;margin:0.4rem 0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags a,html body.path-blog.page-blog #wrapper .blog-post-teaser .tags-list a{background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.75rem !important;padding:0.15rem 0.55rem !important;text-decoration:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link{display:flex !important;justify-content:center !important;width:100% !important;margin-top:0.35rem !important;margin-bottom:0.15rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more{display:inline-block !important;background:linear-gradient(204deg,#8fd0b3 0%,#4fa36f 45%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;text-shadow:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.2) !important;padding:0.4rem 1.1rem !important;text-decoration:none !important;width:auto !important;max-width:12rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more:hover{background:linear-gradient(204deg,#a8e0c6 0%,#138450 55%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}@media (min-width:992px){html body.path-blog.page-blog #wrapper .views-view-responsive-grid{gap:1.65rem !important;row-gap:1.85rem !important;}}html body.path-blog.page-blog #wrapper .pager,html body.path-blog.page-blog #wrapper ul.pager,html body.path-blog.page-blog #wrapper .pagination,html body.path-blog.page-blog #wrapper nav.pager{text-align:center !important;margin:1.5rem auto 1rem !important;}html body.path-blog.page-blog #wrapper .pager li a,html body.path-blog.page-blog #wrapper .pager li > span,html body.path-blog.page-blog #wrapper .pagination a,html body.path-blog.page-blog #wrapper .pagination span,html body.path-blog.page-blog #wrapper ul.pager a{background:#f7fcf9 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #c5e6d4 !important;border-radius:8px !important;font-weight:700 !important;padding:0.35rem 0.7rem !important;margin:0 0.15rem !important;text-decoration:none !important;}html body.path-blog.page-blog #wrapper .pager li.is-active a,html body.path-blog.page-blog #wrapper .pager li.active a,html body.path-blog.page-blog #wrapper .pager .is-active > a,html body.path-blog.page-blog #wrapper .pagination .active a,html body.path-blog.page-blog #wrapper .pagination li.active span{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;}html body.path-blog.page-blog #wrapper .sidebar .region-sidebar-second:empty,html body.path-blog.page-blog #wrapper .col-md-3.sidebar:has(.region-sidebar-second:empty){border:0 !important;box-shadow:none !important;background:transparent !important;}@media (max-width:991.98px){html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1{font-size:clamp(1.05rem,4.2vw,1.3rem) !important;padding:0.5rem 1rem !important;border-radius:14px !important;}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search{width:calc(100% - 2rem) !important;max-width:calc(100% - 1rem) !important;margin-left:auto !important;margin-right:auto !important;padding:0.75rem 0.85rem !important;}html body.path-blog.page-blog #wrapper #edit-submit-blog-search{min-width:7rem !important;max-width:9.5rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content{padding:1rem 0.9rem 1.1rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item{font-size:0.72rem !important;}}@media (min-width:992px){html body.path-blog.page-blog #wrapper .views-view-responsive-grid,html body.path-blog.page-blog #wrapper .view-blog .views-view-responsive-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr)) !important;gap:1.65rem !important;row-gap:1.85rem !important;column-gap:1.65rem !important;column-count:auto !important;column-width:auto !important;align-items:stretch !important;}}@media (min-width:768px) and (max-width:991.98px){html body.path-blog.page-blog #wrapper .views-view-responsive-grid,html body.path-blog.page-blog #wrapper .view-blog .views-view-responsive-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1.25rem !important;row-gap:1.4rem !important;column-count:auto !important;}}html body.path-blog.page-blog #wrapper .views-view-responsive-grid__item,html body.path-blog.page-blog #wrapper .views-view-responsive-grid__item-inner{display:flex !important;flex-direction:column !important;height:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}html body.path-blog.page-blog #wrapper article.blog-post-teaser.post-row,html body.path-blog.page-blog #wrapper article.blog-post-teaser,html body.path-blog.page-blog #wrapper .blog-post-teaser{display:flex !important;flex-direction:column !important;align-items:stretch !important;width:100% !important;max-width:100% !important;height:100% !important;margin:0 !important;padding:0 0 0.35rem !important;background:transparent !important;border:0 !important;border-radius:16px !important;box-shadow:none !important;box-sizing:border-box !important;transition:transform 0.18s ease,filter 0.18s ease !important;}html body.path-blog.page-blog #wrapper article.blog-post-teaser:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser:hover{transform:translateY(-4px) !important;filter:drop-shadow(0 10px 18px rgba(10,79,47,0.18)) !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content-wrap{display:flex !important;flex-direction:column !important;align-items:stretch !important;flex:1 1 auto !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;gap:0 !important;overflow:visible !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .content-wrap{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;width:100% !important;margin:0 !important;padding:0 !important;min-height:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-thumb,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-media{display:block !important;width:100% !important;margin:0 !important;padding:0 0.35rem !important;position:relative !important;z-index:3 !important;overflow:visible !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image{width:100% !important;max-width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;max-height:none !important;margin:0.35rem 0 -1.15rem !important;padding:0 !important;border:3px solid #0a4f2f !important;border-radius:14px !important;overflow:hidden !important;box-sizing:border-box !important;background:#0a2f1c !important;box-shadow:0 4px 14px rgba(10,79,47,0.2) !important;position:relative !important;z-index:3 !important;display:block !important;transform:none !important;scale:1 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;max-width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center !important;border:0 !important;border-radius:0 !important;margin:0 !important;padding:0 !important;scale:1 !important;transform:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content,html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-content{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:1.65rem 1.1rem 1.15rem !important;box-sizing:border-box !important;background:radial-gradient(90% 70% at 15% 0%,rgba(143,208,179,0.28) 0%,transparent 50%),linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;border:2px solid #000 !important;border-radius:14px !important;box-shadow:0 4px 16px rgba(10,79,47,0.16) !important;position:relative !important;z-index:1 !important;min-height:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .field-label,html body.path-blog.page-blog #wrapper .blog-post-teaser .visually-hidden{display:none !important;width:0 !important;height:0 !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;position:absolute !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title-wrap{margin:0 0 0.45rem !important;padding:0 !important;text-align:left !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.15) !important;font-weight:800 !important;font-size:clamp(1.05rem,1.8vw,1.22rem) !important;line-height:1.28 !important;text-align:left !important;margin:0 !important;padding:0 !important;text-decoration:none !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a:focus{color:#e8f6ee !important;-webkit-text-fill-color:#e8f6ee !important;text-decoration:underline !important;text-decoration-color:#c9a227 !important;text-underline-offset:0.15em !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt .field-item,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt *,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content > p{color:#f0fdf6 !important;-webkit-text-fill-color:#f0fdf6 !important;text-shadow:none !important;font-size:0.92rem !important;line-height:1.5 !important;text-align:left !important;margin:0 0 0.65rem !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt .field-item,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:flex-start !important;align-items:center !important;gap:0.4rem !important;margin:0.15rem 0 0.55rem !important;padding:0 !important;width:100% !important;height:auto !important;max-height:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item.post-comment,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item.post-author{display:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;align-items:center !important;gap:0.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1.5px solid #0a4f2f !important;border-radius:999px !important;padding:0.22rem 0.55rem !important;font-size:0.72rem !important;font-weight:700 !important;line-height:1.2 !important;margin:0 !important;white-space:nowrap !important;box-shadow:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item *,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item a,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item i{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;background:transparent !important;border:0 !important;font-size:inherit !important;padding:0 !important;margin:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item a:hover{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item .field,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item .field-item{display:inline !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags{display:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin-top:auto !important;margin-bottom:0 !important;padding-top:0.65rem !important;position:relative !important;top:auto !important;bottom:auto !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;min-width:9.5rem !important;max-width:14rem !important;min-height:2.55rem !important;margin:0 !important;padding:0.45rem 1.35rem !important;background:linear-gradient(204deg,#a8e0c6 0%,#8fd0b3 22%,#4fa36f 55%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:999px !important;font-weight:800 !important;font-size:0.95rem !important;line-height:1.2 !important;text-decoration:none !important;text-shadow:none !important;box-shadow:0 3px 8px rgba(10,79,47,0.22) !important;position:relative !important;top:auto !important;bottom:auto !important;transition:transform 0.15s ease,filter 0.15s ease !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more:focus{background:linear-gradient(204deg,#c5f0d8 0%,#a8e0c6 30%,#138450 70%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;transform:scale(1.03) !important;filter:brightness(1.03) !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a:focus-visible,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more:focus-visible{outline:3px solid #c9a227 !important;outline-offset:2px !important;}@media (max-width:767.98px){html body.path-blog.page-blog #wrapper .views-view-responsive-grid{display:flex !important;flex-direction:column !important;gap:1.35rem !important;row-gap:1.35rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-thumb{padding:0 0.15rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image{margin:0.25rem 0 -1rem !important;border-radius:12px !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content{padding:1.45rem 0.95rem 1.05rem !important;border-radius:12px !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a{font-size:1.08rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt .field-item{font-size:0.9rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more{min-width:10rem !important;max-width:12rem !important;min-height:2.65rem !important;}}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-thumb,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-media{padding:0 0.4rem !important;margin:0 !important;order:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image{margin-top:0 !important;margin-bottom:0.65rem !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;z-index:2 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content,html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-content{margin-top:0 !important;padding-top:1rem !important;z-index:1 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title-wrap,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a{position:relative !important;z-index:2 !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-excerpt .field-item{text-align:center !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.4rem !important;margin:0.35rem auto 0.55rem !important;width:100% !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item.post-author{display:inline-flex !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item.post-comment{display:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;justify-content:center !important;margin-left:0 !important;margin-right:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.3rem !important;margin:0.25rem auto 0.35rem !important;padding:0.15rem 0 !important;width:100% !important;text-align:center !important;border:0 !important;border-top:1px solid rgba(255,255,255,0.18) !important;padding-top:0.55rem !important;background:transparent !important;color:#eafff3 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags > i,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags .field-label{display:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags .field,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags .field-items{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.3rem !important;width:100% !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags .field-item{display:inline-flex !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags a,html body.path-blog.page-blog #wrapper .blog-post-teaser .tags-list a{display:inline-flex !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.7rem !important;line-height:1.2 !important;padding:0.18rem 0.5rem !important;margin:0 !important;text-decoration:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags a:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin-top:auto !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:0.15rem !important;padding:0.75rem 0 0.25rem !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more{display:inline-flex !important;justify-content:center !important;align-items:center !important;margin-left:auto !important;margin-right:auto !important;float:none !important;position:relative !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;transform:none !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more:hover,html body.path-blog.page-blog #wrapper .blog-post-teaser a.read-more:hover{transform:scale(1.03) !important;}@media (max-width:767.98px){html body.path-blog.page-blog #wrapper .blog-post-teaser .post-image{margin-bottom:0.55rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content{padding-top:0.95rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-meta,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-tags,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link{justify-content:center !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link{padding-top:0.85rem !important;}html body.path-blog.page-blog #wrapper .blog-post-teaser .post-link .read-more{margin-left:auto !important;margin-right:auto !important;}}html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-title-wrap,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title-wrap{text-align:center !important;width:100% !important;display:block !important;}html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-title,html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-title a,html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-content .post-title,html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-content .post-title a,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content .post-title,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-content .post-title a{text-align:center !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;-webkit-box-pack:center !important;}html body.path-blog.page-blog #wrapper article.blog-post-teaser .post-title a span,html body.path-blog.page-blog #wrapper .blog-post-teaser .post-title a span{text-align:center !important;}html body.path-blog.page-blog #wrapper .pagerer-container,html body.path-blog.page-blog #wrapper .view-blog .pagerer-container,html body.path-blog.page-blog #wrapper .region-content .pagerer-container{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:-0.25rem auto -1rem !important;padding:0.75rem 0.5rem 1rem !important;float:none !important;clear:both !important;box-sizing:border-box !important;background:transparent !important;border:0 !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-panes{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;gap:0.65rem !important;float:none !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-left-pane,html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-center-pane,html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-right-pane{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-center-pane:empty{display:none !important;}html body.path-blog.page-blog #wrapper .pagerer-container nav.pager,html body.path-blog.page-blog #wrapper .pagerer-container .pager{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin:0 !important;padding:0 !important;text-align:center !important;float:none !important;}html body.path-blog.page-blog #wrapper .pagerer-container ul.pager__items,html body.path-blog.page-blog #wrapper .pagerer-container .js-pager__items{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.4rem !important;list-style:none !important;margin:0 auto !important;padding:0 !important;width:auto !important;max-width:100% !important;float:none !important;text-align:center !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item{display:inline-flex !important;list-style:none !important;margin:0 !important;padding:0 !important;float:none !important;background:transparent !important;border:0 !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item.pagerer-prefix,html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-prefix{display:inline-flex !important;justify-content:center !important;align-items:center !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-prefix span,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item.pagerer-prefix span{display:inline-flex !important;align-items:center !important;justify-content:center !important;background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #c5e6d4 !important;border-radius:999px !important;padding:0.4rem 0.95rem !important;font-weight:700 !important;font-size:0.9rem !important;line-height:1.2 !important;box-shadow:0 1px 4px rgba(10,79,47,0.08) !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-prefix b,html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-prefix strong{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item a,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item > span{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:2.65rem !important;min-height:2.65rem !important;padding:0.4rem 0.75rem !important;margin:0 !important;box-sizing:border-box !important;background:#f7fcf9 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1.5px solid #c5e6d4 !important;border-radius:10px !important;font-weight:800 !important;font-size:0.95rem !important;line-height:1 !important;text-decoration:none !important;text-align:center !important;box-shadow:0 1px 3px rgba(10,79,47,0.08) !important;transition:transform 0.15s ease,background 0.15s ease,border-color 0.15s ease !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item a:hover,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item a:focus{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border-color:#0e6c3e !important;transform:translateY(-1px) !important;text-decoration:none !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item.is-active a,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item.is-active > span,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item.active a{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;box-shadow:0 2px 8px rgba(10,79,47,0.22) !important;pointer-events:none !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item .visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item--next a,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item--last a,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item--previous a,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item--first a{min-width:2.75rem !important;font-size:1.05rem !important;}html body.path-blog.page-blog #wrapper nav.pager:not(.pagerer-pager-basic):not(.pagerer-pager-standard),html body.path-blog.page-blog #wrapper ul.pager{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.4rem !important;margin:1.5rem auto !important;padding:0 !important;list-style:none !important;}@media (max-width:767.98px){html body.path-blog.page-blog #wrapper .pagerer-container{margin:1.35rem auto 1.75rem !important;padding:0.5rem 0.35rem 0.85rem !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-panes{gap:0.55rem !important;}html body.path-blog.page-blog #wrapper .pagerer-container ul.pager__items{gap:0.3rem !important;max-width:100% !important;padding:0 0.25rem !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pager__item a,html body.path-blog.page-blog #wrapper .pagerer-container .pager__item > span{min-width:2.45rem !important;min-height:2.45rem !important;padding:0.35rem 0.55rem !important;font-size:0.9rem !important;border-radius:9px !important;}html body.path-blog.page-blog #wrapper .pagerer-container .pagerer-prefix span{font-size:0.85rem !important;padding:0.35rem 0.8rem !important;}}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-top:0.75rem !important;margin-bottom:0.75rem !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;float:none !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-products #wrapper .commerce-content-header.brand-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.brand-listing-h1,html body.path-products #wrapper .commerce-content-header.category-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.category-listing-h1,html body.path-products .commerce-content-header,html body.path-taxonomy .commerce-content-header{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-top:0.75rem !important;margin-bottom:0.75rem !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;float:none !important;}html body.path-products #wrapper .commerce-content-header .commerce-content-h1,html body.path-taxonomy #wrapper .commerce-content-header .commerce-content-h1,html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-products h1.commerce-content-h1,html body.path-taxonomy h1.commerce-content-h1{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products #wrapper .view-product-catalog,html body.path-taxonomy #wrapper .view-product-catalog,html body.path-products #wrapper .view-brand-product-listings,html body.path-taxonomy #wrapper .view-brand-product-listings,html body.path-products #wrapper .view-product-category-listings,html body.path-taxonomy #wrapper .view-product-category-listings{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-products #wrapper .view-product-categories-block .product-categories-list__items,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list__items{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;}@media (max-width:991.98px){html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;margin-top:0.75rem !important;margin-bottom:0.75rem !important;padding-left:0 !important;padding-right:0 !important;left:auto !important;right:auto !important;position:relative !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content > #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper .region-content > #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content > #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-products #wrapper .commerce-content-header.brand-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.brand-listing-h1,html body.path-products #wrapper .commerce-content-header.category-listing-h1,html body.path-taxonomy #wrapper .commerce-content-header.category-listing-h1,html body.path-products .commerce-content-header,html body.path-taxonomy .commerce-content-header{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products #wrapper .view-product-catalog,html body.path-taxonomy #wrapper .view-product-catalog{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content,html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content{padding-left:0.75rem !important;padding-right:0.75rem !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container{padding-left:0.75rem !important;padding-right:0.75rem !important;}html body.path-products #wrapper .product-catalog > .view-header,html body.path-taxonomy #wrapper .product-catalog > .view-header{margin-bottom:0.65rem !important;min-height:46px !important;}html body.path-products #wrapper .product-catalog > form.views-exposed-form,html body.path-taxonomy #wrapper .product-catalog > form.views-exposed-form{margin-top:0.5rem !important;margin-bottom:0.75rem !important;background:transparent !important;}}@media (max-width:991.98px){html body.path-products #wrapper .product-catalog .grid-wrapper > .grid-item.list-grid,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper > .grid-item.list-grid{flex:0 0 100% !important;max-width:100% !important;width:100% !important;}}html body.path-products #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products .content-wide #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy .content-wide #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product .content-wide #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;padding-left:0.75rem !important;padding-right:0.75rem !important;}@media (max-width:991.98px){html body.path-products #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products .content-wide #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy .content-wide #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product .content-wide #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-taxonomy #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-products #wrapper .region-content-wide-top #views-exposed-form-product-catalog-product-catalog-search,html body.path-taxonomy #wrapper .region-content-wide-top #views-exposed-form-product-catalog-product-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}}html body.path-product #wrapper .view-product-categories-block .view-header,html body.path-store #wrapper .view-product-categories-block .view-header,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-product #wrapper [id*="product-categories-block-block-1"] .view-header{text-align:center !important;margin:1.25rem auto 1.1rem !important;padding:0.85rem 0.75rem !important;border:0 !important;border-bottom:0 !important;background:transparent !important;box-shadow:none !important;}html body.path-product #wrapper .view-product-categories-block .product-categories-block__title,html body.path-store #wrapper .view-product-categories-block .product-categories-block__title,html body.path-product #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-product #wrapper h2.product-categories-block__title,html body.path-store #wrapper h2.product-categories-block__title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;margin:0 auto !important;padding:0.35rem 0.5rem !important;font-weight:800 !important;font-size:clamp(1.25rem,3vw,1.55rem) !important;line-height:1.3 !important;display:block !important;width:100% !important;max-width:100% !important;}html body.path-product #wrapper .view-product-categories-block .product-categories-block__title::before,html body.path-store #wrapper .view-product-categories-block .product-categories-block__title::before,html body.path-product #wrapper [id*="product-categories-block"] .product-categories-block__title::before,html body.path-product #wrapper h2.product-categories-block__title::before{content:none !important;display:none !important;}html body.path-product #wrapper .product-category-parent,html body.path-store #wrapper .product-category-parent,html body.path-product #wrapper .view-product-categories-block .product-category-parent{border-radius:14px !important;overflow:hidden !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;background:#ffffff !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;}html body.path-product #wrapper .product-category-parent__link a,html body.path-store #wrapper .product-category-parent__link a{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;}html body.path-product #wrapper .view-product-categories-block,html body.path-store #wrapper .view-product-categories-block{background:transparent !important;border:0 !important;box-shadow:none !important;width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-store #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper > .grid-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper > .grid-item{background:linear-gradient(165deg,#0d6b3f 0%,#0a4f2f 55%,#063820 100%) !important;background-color:#0a4f2f !important;border:2px solid #000 !important;border-radius:16px !important;box-shadow:0 8px 22px rgba(0,0,0,0.28),0 2px 6px rgba(10,79,47,0.2) !important;padding:1.1rem 0.85rem 1.15rem !important;overflow:hidden !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-item > div,html body.path-store #wrapper [id*="product-categories-block-block-1"] .grid-item > div{background:transparent !important;border:0 !important;box-shadow:none !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-name a,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-name,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-name a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content{background:#ffffff !important;border:2px solid #000 !important;}html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:1.25rem !important;background:transparent !important;border:0 !important;box-shadow:none !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post,html body.path-product #wrapper .product-content-wrap{margin-top:1.25rem !important;margin-bottom:1rem !important;position:relative !important;z-index:1 !important;clear:both !important;}html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search{margin-top:0.75rem !important;margin-bottom:1.5rem !important;position:relative !important;z-index:2 !important;}html body.path-product #wrapper .page-wrapper,html body.path-product #wrapper .page-wrapper > .container,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .region-content{margin-top:0 !important;padding-top:0.5rem !important;position:relative !important;z-index:1 !important;}html body.path-product #wrapper .commerce-product,html body.path-product #wrapper article.commerce-product,html body.path-product #wrapper .product-variation-wrap{margin-top:0.5rem !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products #wrapper .view-product-catalog,html body.path-taxonomy #wrapper .view-product-catalog,html body.path-products #wrapper .view-brand-product-listings,html body.path-taxonomy #wrapper .view-brand-product-listings,html body.path-products #wrapper .view-product-category-listings,html body.path-taxonomy #wrapper .view-product-category-listings{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container,html body.path-store #wrapper .page-wrapper > .container{max-width:1280px !important;width:100% !important;box-sizing:border-box !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.5rem !important;padding-right:0.5rem !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container{padding-left:0.5rem !important;padding-right:0.5rem !important;max-width:100% !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content{padding-left:0.35rem !important;padding-right:0.35rem !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog{width:100% !important;max-width:100% !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post{margin-top:1rem !important;margin-bottom:1rem !important;}html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{margin-bottom:1.25rem !important;}}@media (max-width:991.98px){html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content{margin-left:0 !important;margin-right:0 !important;padding-left:0.5rem !important;padding-right:0.5rem !important;overflow-x:hidden !important;box-sizing:border-box !important;}html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-products #wrapper .commerce-content-header .commerce-content-h1,html body.path-taxonomy #wrapper .commerce-content-header .commerce-content-h1{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .product-catalog .row.grid-noppading.justify-content-center.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .row.grid-noppading.justify-content-center.grid-wrapper,html body.path-products #wrapper .product-catalog .row.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .row.grid-wrapper,html body.path-products #wrapper .product-catalog .view-content.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .view-content.grid-wrapper,html body.path-products #wrapper .view-product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .view-product-catalog .grid-wrapper,html body.path-products #wrapper .view-brand-product-listings .grid-wrapper,html body.path-taxonomy #wrapper .view-brand-product-listings .grid-wrapper,html body.path-products #wrapper .view-product-category-listings .grid-wrapper,html body.path-taxonomy #wrapper .view-product-category-listings .grid-wrapper{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:0.85rem !important;row-gap:1rem !important;column-gap:0.85rem !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;justify-content:stretch !important;justify-items:stretch !important;align-items:stretch !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .product-catalog .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper > .grid-item,html body.path-products #wrapper .product-catalog .row.grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .product-catalog .row.grid-wrapper > .grid-item,html body.path-products #wrapper .product-catalog .row.grid-noppading.justify-content-center.grid-wrapper > .col-6,html body.path-taxonomy #wrapper .product-catalog .row.grid-noppading.justify-content-center.grid-wrapper > .col-6,html body.path-products #wrapper .product-catalog .grid-wrapper > .col-6.col-sm-6.col-md-4.col-lg-3.grid-item,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper > .col-6.col-sm-6.col-md-4.col-lg-3.grid-item,html body.path-products #wrapper .view-product-catalog .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .view-product-catalog .grid-wrapper > .grid-item,html body.path-products #wrapper .view-brand-product-listings .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .view-brand-product-listings .grid-wrapper > .grid-item,html body.path-products #wrapper .view-product-category-listings .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .view-product-category-listings .grid-wrapper > .grid-item{width:100% !important;max-width:none !important;min-width:0 !important;flex:none !important;flex-basis:auto !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;float:none !important;}html body.path-products #wrapper .product-catalog .grid-wrapper .grid-item > .product-teaser-wrap,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper .grid-item > .product-teaser-wrap{width:100% !important;max-width:100% !important;height:100% !important;}html body.path-products #wrapper .product-catalog .grid-wrapper > .grid-item.list-grid,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper > .grid-item.list-grid{grid-column:1 / -1 !important;width:100% !important;max-width:100% !important;}@media (max-width:991.98px){html body.path-products #wrapper .product-catalog .row.grid-noppading.justify-content-center.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .row.grid-noppading.justify-content-center.grid-wrapper,html body.path-products #wrapper .product-catalog .row.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .row.grid-wrapper,html body.path-products #wrapper .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper,html body.path-products #wrapper .view-product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .view-product-catalog .grid-wrapper,html body.path-products #wrapper .view-brand-product-listings .grid-wrapper,html body.path-taxonomy #wrapper .view-brand-product-listings .grid-wrapper,html body.path-products #wrapper .view-product-category-listings .grid-wrapper,html body.path-taxonomy #wrapper .view-product-category-listings .grid-wrapper{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:0.65rem !important;column-gap:0.65rem !important;row-gap:0.75rem !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper .product-catalog .grid-wrapper > .grid-item,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper > .grid-item{width:100% !important;max-width:none !important;flex:none !important;padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}}@media (max-width:575.98px){html body.path-products #wrapper .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:0.5rem !important;}}html body.path-products #wrapper .region-content > .commerce-content-header,html body.path-taxonomy #wrapper .region-content > .commerce-content-header,html body.path-products #wrapper .region-content .commerce-content-header,html body.path-taxonomy #wrapper .region-content .commerce-content-header,html body.path-products #wrapper .region-content .product-catalog,html body.path-taxonomy #wrapper .region-content .product-catalog,html body.path-products #wrapper .region-content .views-element-container .product-catalog,html body.path-taxonomy #wrapper .region-content .views-element-container .product-catalog{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;overflow-y:hidden !important;padding-top:1rem !important;background:transparent !important;}html body.path-products #wrapper .region-content h1.commerce-content-h1,html body.path-taxonomy #wrapper .region-content h1.commerce-content-h1,html body.path-products #wrapper .region-content .commerce-content-header .commerce-content-h1,html body.path-taxonomy #wrapper .region-content .commerce-content-header .commerce-content-h1{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content .product-catalog .row.grid-wrapper,html body.path-taxonomy #wrapper .region-content .product-catalog .row.grid-wrapper,html body.path-products #wrapper .region-content .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .region-content .product-catalog .grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content{margin-left:0 !important;margin-right:0 !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content{margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container{padding-left:0.65rem !important;padding-right:0.65rem !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;overflow-x:hidden !important;}html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header,html body.path-products #wrapper .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}}html body.path-products #wrapper .region-content .container-wrap,html body.path-taxonomy #wrapper .region-content .container-wrap,html body.path-products #wrapper .lc-main-content .container-wrap,html body.path-taxonomy #wrapper .lc-main-content .container-wrap,html body.path-products #wrapper .block-system-main-block .container-wrap,html body.path-taxonomy #wrapper .block-system-main-block .container-wrap,html body.path-products #wrapper .region-content .block-content,html body.path-taxonomy #wrapper .region-content .block-content,html body.path-products #wrapper .region-content .views-element-container,html body.path-taxonomy #wrapper .region-content .views-element-container{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content .product-catalog,html body.path-taxonomy #wrapper .region-content .product-catalog,html body.path-products #wrapper .region-content .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .region-content .product-catalog .grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .region-content .commerce-content-header,html body.path-taxonomy #wrapper .region-content .commerce-content-header{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .region-content .row,html body.path-taxonomy #wrapper .region-content .row,html body.path-products #wrapper .product-catalog.row,html body.path-products #wrapper .product-catalog .row,html body.path-taxonomy #wrapper .product-catalog .row,html body.path-products #wrapper .content-layout.row,html body.path-taxonomy #wrapper .content-layout.row{margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content{padding-left:0.85rem !important;padding-right:0.85rem !important;overflow-x:hidden !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content .product-catalog,html body.path-taxonomy #wrapper .region-content .product-catalog,html body.path-products #wrapper .region-content .commerce-content-header,html body.path-taxonomy #wrapper .region-content .commerce-content-header,html body.path-products #wrapper .region-content .container-wrap,html body.path-taxonomy #wrapper .region-content .container-wrap,html body.path-products #wrapper .region-content .views-element-container,html body.path-taxonomy #wrapper .region-content .views-element-container{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;left:auto !important;position:relative !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .region-content .product-catalog .grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-product #wrapper .view-product-categories-block .view-header,html body.path-store #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header,html body.path-product #wrapper [id*="product-categories-block"] .view-header{text-align:center !important;position:relative !important;margin:0.75rem auto 0.65rem !important;padding:0.55rem 0.75rem 0.95rem !important;border:0 !important;border-bottom:0 !important;border-image:none !important;background:transparent !important;box-shadow:none !important;}html body.path-products #wrapper .view-product-categories-block .view-header::after,html body.path-taxonomy #wrapper .view-product-categories-block .view-header::after,html body.path-product #wrapper .view-product-categories-block .view-header::after,html body.path-store #wrapper .view-product-categories-block .view-header::after,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header::after,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header::after,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header::after,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header::after,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header::after,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header::after,html body.path-products #wrapper [id*="product-categories-block"] .view-header::after,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header::after,html body.path-product #wrapper [id*="product-categories-block"] .view-header::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.2rem !important;width:min(18rem,72%) !important;height:3px !important;border:0 !important;border-radius:3px !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;box-shadow:0 1px 0 rgba(10,79,47,0.12) !important;pointer-events:none !important;z-index:1 !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-block__title,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-block__title,html body.path-product #wrapper .view-product-categories-block .product-categories-block__title,html body.path-products #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-taxonomy #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-product #wrapper [id*="product-categories-block"] .product-categories-block__title,html body.path-products #wrapper h2.product-categories-block__title,html body.path-taxonomy #wrapper h2.product-categories-block__title,html body.path-product #wrapper h2.product-categories-block__title,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .product-categories-block__title,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .product-categories-block__title,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .product-categories-block__title,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .product-categories-block__title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;margin:0 auto !important;margin-top:0 !important;margin-bottom:0 !important;padding:0.25rem 0.5rem 0.4rem !important;font-weight:800 !important;font-size:clamp(1.25rem,3vw,1.55rem) !important;line-height:1.25 !important;display:block !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper .product-categories-block__title::before,html body.path-taxonomy #wrapper .product-categories-block__title::before,html body.path-product #wrapper .product-categories-block__title::before,html body.path-products #wrapper [id*="product-categories-block"] .product-categories-block__title::before,html body.path-taxonomy #wrapper [id*="product-categories-block"] .product-categories-block__title::before{content:none !important;display:none !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-list,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list,html body.path-product #wrapper .view-product-categories-block .product-categories-list{margin-top:0.55rem !important;margin-bottom:0.85rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper,html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-wrapper{margin-top:0.55rem !important;margin-bottom:1rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2{margin-top:-5.5rem !important;margin-bottom:0.85rem !important;}@media (max-width:991.98px){html body.path-products #wrapper .region-content-wide-top,html body.path-taxonomy #wrapper .region-content-wide-top,html body.path-product #wrapper .region-content-wide-top,html body.path-products #wrapper .content-wide,html body.path-taxonomy #wrapper .content-wide{padding-left:0 !important;padding-right:0 !important;}html body.path-products #wrapper .view-product-categories-block .view-header,html body.path-taxonomy #wrapper .view-product-categories-block .view-header,html body.path-product #wrapper .view-product-categories-block .view-header,html body.path-store #wrapper .view-product-categories-block .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .view-header,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .view-header,html body.path-products #wrapper [id*="product-categories-block"] .view-header,html body.path-taxonomy #wrapper [id*="product-categories-block"] .view-header,html body.path-product #wrapper [id*="product-categories-block"] .view-header{margin:1.75rem auto 0.65rem !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container{padding-left:0.875rem !important;padding-right:0.875rem !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;overflow-x:hidden !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-products #wrapper [id*="product-categories-block-block-1"],html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"],html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .container-wrap,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .container-wrap,html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-products #wrapper .view-product-categories-block .product-categories-list__items,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list__items{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .region-content .container-wrap,html body.path-taxonomy #wrapper .region-content .container-wrap,html body.path-products #wrapper .region-content .views-element-container,html body.path-taxonomy #wrapper .region-content .views-element-container,html body.path-products #wrapper .region-content .block-content,html body.path-taxonomy #wrapper .region-content .block-content,html body.path-products #wrapper .region-content .product-catalog,html body.path-taxonomy #wrapper .region-content .product-catalog,html body.path-products #wrapper .region-content .commerce-content-header,html body.path-taxonomy #wrapper .region-content .commerce-content-header{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;overflow-y:hidden !important;padding-top:2rem !important;}html body.path-products #wrapper .product-catalog .grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .grid-wrapper,html body.path-products #wrapper .product-catalog .row.grid-wrapper,html body.path-taxonomy #wrapper .product-catalog .row.grid-wrapper{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper h1.commerce-content-h1,html body.path-taxonomy #wrapper h1.commerce-content-h1,html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;margin-top:-2rem !important;}}html body.path-products #wrapper #block-martis-views-block-product-categories,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories,html body.path-product #wrapper #block-martis-views-block-product-categories,html body.path-store #wrapper #block-martis-views-block-product-categories,html body.path-products #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-taxonomy #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-product #wrapper .block-views-blockproduct-categories-block-block-product-categories{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-views-block-product-categories .container-wrap,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .container-wrap,html body.path-product #wrapper #block-martis-views-block-product-categories .container-wrap,html body.path-products #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-product #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-products #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-product #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-list,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list,html body.path-product #wrapper .view-product-categories-block .product-categories-list,html body.path-products #wrapper .view-product-categories-block .product-categories-list__items,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list__items,html body.path-product #wrapper .view-product-categories-block .product-categories-list__items,html body.path-products #wrapper .view-product-categories-block .view-content,html body.path-taxonomy #wrapper .view-product-categories-block .view-content,html body.path-product #wrapper .view-product-categories-block .view-content{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-product #wrapper .product-category-parent,html body.path-store #wrapper .product-category-parent{width:100% !important;max-width:100% !important;box-sizing:border-box !important;display:block !important;}html body.path-product #wrapper .product-category-parent,html body.path-product #wrapper .view-product-categories-block .product-category-parent{background:#eaf7ee !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;overflow:hidden !important;margin-bottom:0.75rem !important;}html body.path-product #wrapper .product-category-parent__link a,html body.path-product #wrapper .product-category-parent__header a{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;text-decoration:none !important;}html body.path-product #wrapper .product-category-parent__description,html body.path-product #wrapper .product-category-children .product-category-child a{color:#0a2f1c !important;}html body.path-product #wrapper .view-product-categories-block{background:transparent !important;border:0 !important;box-shadow:none !important;}@media (max-width:991.98px){html body.path-products #wrapper #block-martis-views-block-product-categories,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories,html body.path-product #wrapper #block-martis-views-block-product-categories,html body.path-store #wrapper #block-martis-views-block-product-categories,html body.path-products #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-taxonomy #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-product #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-products #wrapper [id*="product-categories-block-block-1"],html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"],html body.path-product #wrapper [id*="product-categories-block-block-1"]{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block,html body.path-store #wrapper .view-product-categories-block,html body.path-products #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-product #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-products #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-product #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .views-element-container.row,html body.path-product #wrapper #block-martis-views-block-product-categories .views-element-container.row{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-views-block-product-categories .row,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .row,html body.path-product #wrapper #block-martis-views-block-product-categories .row,html body.path-taxonomy #wrapper .view-product-categories-block .row,html body.path-product #wrapper .view-product-categories-block .row{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-list__items,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list__items,html body.path-product #wrapper .view-product-categories-block .product-categories-list__items,html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-product #wrapper .product-category-parent{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-wrapper,html body.path-products #wrapper [id*="product-categories-block-block-1"] .container-wrap,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .container-wrap,html body.path-product #wrapper [id*="product-categories-block-block-1"] .container-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}}@media (min-width:992px){html body.path-products #wrapper #block-martis-views-block-product-categories,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories,html body.path-product #wrapper #block-martis-views-block-product-categories,html body.path-store #wrapper #block-martis-views-block-product-categories,html body.path-products #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-taxonomy #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-product #wrapper .block-views-blockproduct-categories-block-block-product-categories{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-views-block-product-categories .container-wrap,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .container-wrap,html body.path-product #wrapper #block-martis-views-block-product-categories .container-wrap,html body.path-products #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-product #wrapper #block-martis-views-block-product-categories .views-element-container,html body.path-products #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-product #wrapper #block-martis-views-block-product-categories .view-product-categories-block,html body.path-products #wrapper .view-product-categories-block,html body.path-taxonomy #wrapper .view-product-categories-block,html body.path-product #wrapper .view-product-categories-block{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .view-product-categories-block .product-categories-list,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list,html body.path-product #wrapper .view-product-categories-block .product-categories-list,html body.path-products #wrapper .view-product-categories-block .product-categories-list__items,html body.path-taxonomy #wrapper .view-product-categories-block .product-categories-list__items,html body.path-product #wrapper .view-product-categories-block .product-categories-list__items{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2{max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}}html body.path-product #wrapper .product-category-parent,html body.path-product #wrapper .view-product-categories-block .product-category-parent,html body.path-store #wrapper .product-category-parent{background:#eaf7ee !important;background-image:none !important;color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 3px 10px rgba(10,79,47,0.08) !important;padding:0.85rem 0.95rem !important;margin-bottom:0 !important;overflow:hidden !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-category-parent__header,html body.path-store #wrapper .product-category-parent__header{margin-bottom:0.35rem !important;}html body.path-product #wrapper .product-category-parent__link a,html body.path-product #wrapper .view-product-categories-block .product-category-parent__link a,html body.path-store #wrapper .product-category-parent__link a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;background:transparent !important;text-decoration:none !important;box-shadow:none !important;}html body.path-product #wrapper .product-category-parent__header,html body.path-product #wrapper .view-product-categories-block .product-category-parent__header{background:linear-gradient(135deg,#0e6c3e 0%,#0a4f2f 100%) !important;border-radius:10px !important;padding:0.45rem 0.65rem !important;margin-bottom:0.55rem !important;}html body.path-products #wrapper .product-category-parent__header,html body.path-taxonomy #wrapper .product-category-parent__header{background:linear-gradient(135deg,#0e6c3e 0%,#0a4f2f 100%) !important;border-radius:10px !important;padding:0.45rem 0.65rem !important;margin-bottom:0.55rem !important;}html body.path-products #wrapper .product-category-parent__link a,html body.path-taxonomy #wrapper .product-category-parent__link a{color:var(--cyb-shop-forest,#0a4f2f) !important;-webkit-text-fill-color:var(--cyb-shop-forest,#0a4f2f) !important;font-weight:800 !important;}html body.path-product #wrapper .product-category-parent__description,html body.path-product #wrapper .view-product-categories-block .product-category-parent__description,html body.path-store #wrapper .product-category-parent__description{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;opacity:1 !important;background:#e8f6ee !important;border:0 !important;border-radius:8px !important;padding:0.45rem 0.65rem !important;margin-top:0.35rem !important;}html body.path-product #wrapper .product-category-children .product-category-child a,html body.path-product #wrapper .view-product-categories-block .product-category-children .product-category-child a,html body.path-product #wrapper .view-product-categories-block .product-category-child a,html body.path-store #wrapper .product-category-children .product-category-child a,html body.path-product #wrapper .product-category-children .product-category-child.is-active a,html body.path-product #wrapper .view-product-categories-block .product-category-children .product-category-child.is-active a{display:flex !important;align-items:center !important;gap:0.55em !important;background:#f7fcf9 !important;background-image:none !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #c5e6d4 !important;border-left:1px solid #c5e6d4 !important;border-radius:8px !important;font-weight:600 !important;box-shadow:none !important;min-height:2.5rem !important;padding:0.9rem 1rem !important;margin:0 0 0 -0.25rem !important;text-decoration:none !important;line-height:1.4 !important;box-sizing:border-box !important;}html body.path-products #wrapper .view-product-categories-block .product-category-child a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child a,html body.path-products #wrapper .product-category-children .product-category-child a,html body.path-taxonomy #wrapper .product-category-children .product-category-child a{display:flex !important;align-items:center !important;gap:0.55em !important;padding:0.9rem 1rem !important;margin:0 0 0 -0.25rem !important;min-height:2.5rem !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-category-children .product-category-child a:hover,html body.path-product #wrapper .product-category-children .product-category-child a:focus-visible,html body.path-product #wrapper .view-product-categories-block .product-category-children .product-category-child a:hover{background:#e8f6ee !important;border-color:#0e6c3e !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-product #wrapper .product-category-children .product-category-child.is-active a,html body.path-product #wrapper .view-product-categories-block .product-category-children .product-category-child.is-active a{background:#e8f6ee !important;border:1px solid #0e6c3e !important;border-left:3px solid #0e6c3e !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;}html body.path-product #wrapper .product-category-parent.is-active-ancestor,html body.path-product #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor{border-left-color:#0e6c3e !important;background:#eaf7ee !important;}html body.path-product #wrapper .product-category-parent.is-active-ancestor .product-category-parent__link a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;}html body.path-product #wrapper .product-category-children,html body.path-product #wrapper .view-product-categories-block .product-category-children{border-top:1px solid rgba(197,230,212,0.9) !important;padding-top:0.45rem !important;margin-top:0.35rem !important;list-style:none !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-wrapper > .grid-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .grid-wrapper > .grid-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper > .grid-item{background:linear-gradient(165deg,#0d6b3f 0%,#0a4f2f 55%,#063820 100%) !important;background-color:#0a4f2f !important;border:2px solid #000 !important;border-radius:16px !important;box-shadow:0 8px 22px rgba(0,0,0,0.28),0 2px 6px rgba(10,79,47,0.2) !important;padding:1.1rem 0.85rem 1.15rem !important;overflow:hidden !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .grid-item > div{background:transparent !important;border:0 !important;box-shadow:none !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-name a,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-name{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;border-radius:12px !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content{background:#ffffff !important;border:2px solid #000 !important;border-radius:16px !important;}html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value{color:#e8f6ee !important;-webkit-text-fill-color:#e8f6ee !important;}html body.path-product #wrapper #block-breadcrumbs,html body.path-product #wrapper .breadcrumb,html body.path-products #wrapper #block-breadcrumbs,html body.path-products #wrapper .breadcrumb,html body.path-taxonomy #wrapper #block-breadcrumbs,html body.path-taxonomy #wrapper .breadcrumb{width:100% !important;max-width:100% !important;box-sizing:border-box !important;overflow:visible !important;}html body.path-product #wrapper .breadcrumb ul,html body.path-products #wrapper .breadcrumb ul,html body.path-taxonomy #wrapper .breadcrumb ul{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:0.15rem 0.35rem !important;margin:0 auto !important;padding:0.5rem 0.75rem !important;list-style:none !important;max-width:1220px !important;box-sizing:border-box !important;}html body.path-product #wrapper .breadcrumb li,html body.path-products #wrapper .breadcrumb li,html body.path-taxonomy #wrapper .breadcrumb li{display:inline-flex !important;align-items:center !important;flex-wrap:wrap !important;float:none !important;margin:0 !important;padding:0 !important;font-size:0.9rem !important;line-height:1.35 !important;color:#0a4f2f !important;}html body.path-product #wrapper .breadcrumb a,html body.path-products #wrapper .breadcrumb a,html body.path-taxonomy #wrapper .breadcrumb a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:600 !important;text-decoration:none !important;}html body.path-product #wrapper .breadcrumb a:hover,html body.path-products #wrapper .breadcrumb a:hover,html body.path-taxonomy #wrapper .breadcrumb a:hover{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;text-decoration:underline !important;}html body.path-product #wrapper .breadcrumb li:last-child,html body.path-product #wrapper .breadcrumb li.active,html body.path-product #wrapper .breadcrumb .active{color:#0a2f1c !important;font-weight:700 !important;}@media (max-width:767.98px){html body.path-product #wrapper .breadcrumb ul,html body.path-products #wrapper .breadcrumb ul,html body.path-taxonomy #wrapper .breadcrumb ul{justify-content:center !important;padding:0.5rem 0.65rem !important;gap:0.1rem 0.3rem !important;}html body.path-product #wrapper .breadcrumb li,html body.path-products #wrapper .breadcrumb li,html body.path-taxonomy #wrapper .breadcrumb li{font-size:0.85rem !important;}}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-store #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content{overflow:visible !important;overflow-x:visible !important;max-height:none !important;height:auto !important;}html body.path-products,html body.path-taxonomy,html body.path-product,html body.path-store{overflow-x:clip !important;}html body.path-products #wrapper,html body.path-taxonomy #wrapper,html body.path-product #wrapper,html body.path-store #wrapper,html body.path-products #wrapper .page-wrapper,html body.path-taxonomy #wrapper .page-wrapper{overflow-x:clip !important;max-width:100vw !important;}@media (max-width:991.98px){html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-store #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-products #wrapper .product-catalog,html body.path-taxonomy #wrapper .product-catalog,html body.path-products #wrapper .commerce-content-header,html body.path-taxonomy #wrapper .commerce-content-header{overflow:visible !important;overflow-x:visible !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox,html body.path-taxonomy #wrapper #block-martis-shopiconbox,html body.path-product #wrapper #block-martis-shopiconbox,html body.path-products #wrapper #block-martis-shopiconbox .container-wrap,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container-wrap,html body.path-product #wrapper #block-martis-shopiconbox .container-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.5rem !important;padding-right:0.5rem !important;box-sizing:border-box !important;}html body.path-products #wrapper .col-md-9.left-content.main-content .row,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content .row,html body.path-product #wrapper .col-md-9.left-content.main-content .row{margin-left:0 !important;margin-right:0 !important;max-width:100% !important;}}html body.path-products #wrapper .pagerer-container,html body.path-taxonomy #wrapper .pagerer-container,html body.path-product #wrapper .pagerer-container,html body.path-products #wrapper .product-catalog .pagerer-container,html body.path-taxonomy #wrapper .product-catalog .pagerer-container,html body.path-products #wrapper .view-product-catalog .pagerer-container,html body.path-taxonomy #wrapper .view-brand-product-listings .pagerer-container,html body.path-taxonomy #wrapper .view-product-category-listings .pagerer-container{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:1.75rem auto 2rem;padding:0.75rem 0.5rem 1rem !important;float:none !important;clear:both !important;box-sizing:border-box !important;background:transparent !important;border:0 !important;text-align:center !important;}html body.path-products #wrapper .pagerer-container .pagerer-panes,html body.path-taxonomy #wrapper .pagerer-container .pagerer-panes{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;gap:0.65rem !important;float:none !important;}html body.path-products #wrapper .pagerer-container .pagerer-left-pane,html body.path-products #wrapper .pagerer-container .pagerer-center-pane,html body.path-products #wrapper .pagerer-container .pagerer-right-pane,html body.path-taxonomy #wrapper .pagerer-container .pagerer-left-pane,html body.path-taxonomy #wrapper .pagerer-container .pagerer-center-pane,html body.path-taxonomy #wrapper .pagerer-container .pagerer-right-pane{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important;text-align:center !important;}html body.path-products #wrapper .pagerer-container .pagerer-center-pane:empty,html body.path-taxonomy #wrapper .pagerer-container .pagerer-center-pane:empty{display:none !important;}html body.path-products #wrapper .pagerer-container nav.pager,html body.path-products #wrapper .pagerer-container .pager,html body.path-taxonomy #wrapper .pagerer-container nav.pager,html body.path-taxonomy #wrapper .pagerer-container .pager,html body.path-products #wrapper .product-catalog > nav.pager,html body.path-taxonomy #wrapper .product-catalog > nav.pager,html body.path-products #wrapper nav.pager,html body.path-taxonomy #wrapper nav.pager{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin:0 !important;padding:0 !important;text-align:center !important;float:none !important;}html body.path-products #wrapper .pagerer-container ul.pager__items,html body.path-products #wrapper .pagerer-container .js-pager__items,html body.path-taxonomy #wrapper .pagerer-container ul.pager__items,html body.path-taxonomy #wrapper .pagerer-container .js-pager__items,html body.path-products #wrapper nav.pager ul.pager__items,html body.path-taxonomy #wrapper nav.pager ul.pager__items,html body.path-products #wrapper .product-catalog ul.pager__items,html body.path-taxonomy #wrapper .product-catalog ul.pager__items{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.4rem !important;list-style:none !important;margin:0 auto !important;padding:0 !important;width:auto !important;max-width:100% !important;float:none !important;text-align:center !important;}html body.path-products #wrapper .pagerer-container .pager__item,html body.path-taxonomy #wrapper .pagerer-container .pager__item,html body.path-products #wrapper nav.pager .pager__item,html body.path-taxonomy #wrapper nav.pager .pager__item{display:inline-flex !important;list-style:none !important;margin:0 !important;padding:0 !important;float:none !important;background:transparent !important;border:0 !important;}html body.path-products #wrapper .pagerer-container .pagerer-prefix span,html body.path-products #wrapper .pagerer-container .pager__item.pagerer-prefix span,html body.path-taxonomy #wrapper .pagerer-container .pagerer-prefix span,html body.path-taxonomy #wrapper .pagerer-container .pager__item.pagerer-prefix span{display:inline-flex !important;align-items:center !important;justify-content:center !important;background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #c5e6d4 !important;border-radius:999px !important;padding:0.4rem 0.95rem !important;font-weight:700 !important;font-size:0.9rem !important;line-height:1.2 !important;box-shadow:0 1px 4px rgba(10,79,47,0.08) !important;margin:0 !important;}html body.path-products #wrapper .pagerer-container .pagerer-prefix b,html body.path-taxonomy #wrapper .pagerer-container .pagerer-prefix b{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;}html body.path-products #wrapper .pagerer-container .pager__item a,html body.path-products #wrapper .pagerer-container .pager__item > span,html body.path-taxonomy #wrapper .pagerer-container .pager__item a,html body.path-taxonomy #wrapper .pagerer-container .pager__item > span,html body.path-products #wrapper nav.pager .pager__item a,html body.path-taxonomy #wrapper nav.pager .pager__item a,html body.path-products #wrapper .product-catalog .pager__item a,html body.path-taxonomy #wrapper .product-catalog .pager__item a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:2.65rem !important;min-height:2.65rem !important;padding:0.4rem 0.75rem !important;margin:0 !important;box-sizing:border-box !important;background:#f7fcf9 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1.5px solid #c5e6d4 !important;border-radius:10px !important;font-weight:800 !important;font-size:0.95rem !important;line-height:1 !important;text-decoration:none !important;text-align:center !important;box-shadow:0 1px 3px rgba(10,79,47,0.08) !important;transition:transform 0.15s ease,background 0.15s ease,border-color 0.15s ease !important;}html body.path-products #wrapper .pagerer-container .pager__item a:hover,html body.path-products #wrapper .pagerer-container .pager__item a:focus,html body.path-taxonomy #wrapper .pagerer-container .pager__item a:hover,html body.path-products #wrapper nav.pager .pager__item a:hover,html body.path-taxonomy #wrapper nav.pager .pager__item a:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border-color:#0e6c3e !important;transform:translateY(-1px) !important;text-decoration:none !important;}html body.path-products #wrapper .pagerer-container .pager__item.is-active a,html body.path-products #wrapper .pagerer-container .pager__item.is-active > span,html body.path-products #wrapper .pagerer-container .pager__item.active a,html body.path-taxonomy #wrapper .pagerer-container .pager__item.is-active a,html body.path-taxonomy #wrapper .pagerer-container .pager__item.is-active > span,html body.path-products #wrapper nav.pager .pager__item.is-active a,html body.path-taxonomy #wrapper nav.pager .pager__item.is-active a,html body.path-products #wrapper .product-catalog .pager__item.is-active a,html body.path-taxonomy #wrapper .product-catalog .pager__item.is-active a{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;box-shadow:0 2px 8px rgba(10,79,47,0.22) !important;pointer-events:none !important;}html body.path-products #wrapper .pagerer-container .pager__item .visually-hidden,html body.path-taxonomy #wrapper .pagerer-container .pager__item .visually-hidden,html body.path-products #wrapper nav.pager .pager__item .visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}html body.path-products #wrapper .pagerer-container .pager__item--next a,html body.path-products #wrapper .pagerer-container .pager__item--last a,html body.path-products #wrapper .pagerer-container .pager__item--previous a,html body.path-products #wrapper .pagerer-container .pager__item--first a,html body.path-taxonomy #wrapper .pagerer-container .pager__item--next a,html body.path-taxonomy #wrapper .pagerer-container .pager__item--last a,html body.path-taxonomy #wrapper .pagerer-container .pager__item--previous a,html body.path-taxonomy #wrapper .pagerer-container .pager__item--first a{min-width:2.75rem !important;font-size:1.05rem !important;}html body.path-products #wrapper .pagerer-container,html body.path-taxonomy #wrapper .pagerer-container{margin-top:1.75rem !important;margin-left:0 !important;margin-right:0 !important;padding-bottom:0.75rem !important;}@media (max-width:767.98px){html body.path-products #wrapper .pagerer-container,html body.path-taxonomy #wrapper .pagerer-container{margin:1.35rem auto 1.75rem !important;padding:0.5rem 0.35rem 0.85rem !important;}html body.path-products #wrapper .pagerer-container .pagerer-panes,html body.path-taxonomy #wrapper .pagerer-container .pagerer-panes{gap:0.55rem !important;}html body.path-products #wrapper .pagerer-container ul.pager__items,html body.path-taxonomy #wrapper .pagerer-container ul.pager__items,html body.path-products #wrapper nav.pager ul.pager__items{gap:0.3rem !important;max-width:100% !important;padding:0 0.25rem !important;}html body.path-products #wrapper .pagerer-container .pager__item a,html body.path-products #wrapper .pagerer-container .pager__item > span,html body.path-taxonomy #wrapper .pagerer-container .pager__item a,html body.path-products #wrapper nav.pager .pager__item a{min-width:2.45rem !important;min-height:2.45rem !important;padding:0.35rem 0.55rem !important;font-size:0.9rem !important;border-radius:9px !important;}html body.path-products #wrapper .pagerer-container .pagerer-prefix span,html body.path-taxonomy #wrapper .pagerer-container .pagerer-prefix span{font-size:0.85rem !important;padding:0.35rem 0.8rem !important;}}html body.path-products #wrapper .product-category-parent,html body.path-taxonomy #wrapper .product-category-parent,html body.path-product #wrapper .product-category-parent,html body.path-store #wrapper .product-category-parent,html body.path-products .view-product-categories-block .product-category-parent,html body.path-product #wrapper .view-product-categories-block .product-category-parent{background:#eaf7ee !important;background-color:#eaf7ee !important;background-image:none !important;}@media (max-width:991.98px){html body.path-products #wrapper .page-wrapper,html body.path-taxonomy #wrapper .page-wrapper,html body.path-product #wrapper .page-wrapper,html body.path-store #wrapper .page-wrapper{width:100% !important;max-width:100vw !important;overflow-x:clip !important;box-sizing:border-box !important;}html body.path-products #wrapper .page-wrapper > .container,html body.path-taxonomy #wrapper .page-wrapper > .container,html body.path-product #wrapper .page-wrapper > .container,html body.path-store #wrapper .page-wrapper > .container,html body.path-products #wrapper .container,html body.path-taxonomy #wrapper .container{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;padding-left:0.875rem !important;padding-right:0.875rem !important;overflow-x:clip !important;box-sizing:border-box !important;}html body.path-products #wrapper .page-wrapper > .container > .row,html body.path-taxonomy #wrapper .page-wrapper > .container > .row,html body.path-product #wrapper .page-wrapper > .container > .row,html body.path-products #wrapper .row.content-layout,html body.path-taxonomy #wrapper .row.content-layout,html body.path-product #wrapper .row.content-layout{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper .page-wrapper > .container > .row > [class*="col-"],html body.path-taxonomy #wrapper .page-wrapper > .container > .row > [class*="col-"],html body.path-product #wrapper .page-wrapper > .container > .row > [class*="col-"],html body.path-products #wrapper .row.content-layout > [class*="col-"],html body.path-taxonomy #wrapper .row.content-layout > [class*="col-"]{padding-left:0 !important;padding-right:0 !important;max-width:100% !important;}html body.path-products #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-store #wrapper .col-md-9.left-content.main-content,html body.path-products #wrapper .region-content,html body.path-taxonomy #wrapper .region-content,html body.path-product #wrapper .region-content{overflow:visible !important;overflow-x:visible !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox,html body.path-taxonomy #wrapper #block-martis-shopiconbox,html body.path-product #wrapper #block-martis-shopiconbox,html body.path-store #wrapper #block-martis-shopiconbox,html body.page-store-home #wrapper #block-martis-shopiconbox{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox .container-wrap,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container-wrap,html body.path-product #wrapper #block-martis-shopiconbox .container-wrap,html body.path-products #wrapper #block-martis-shopiconbox .block-content,html body.path-taxonomy #wrapper #block-martis-shopiconbox .block-content,html body.path-products #wrapper #block-martis-shopiconbox .field-item,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-item,html body.path-products #wrapper #block-martis-shopiconbox .field-body,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-body{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox .container,html body.path-products #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-products #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-product #wrapper #block-martis-shopiconbox .container,html body.path-product #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-store #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.page-store-home #wrapper #block-martis-shopiconbox .container.box-icon-section{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox .row,html body.path-taxonomy #wrapper #block-martis-shopiconbox .row,html body.path-product #wrapper #block-martis-shopiconbox .row{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}html body.path-products #wrapper #block-martis-shopiconbox [class*="col-"],html body.path-taxonomy #wrapper #block-martis-shopiconbox [class*="col-"],html body.path-product #wrapper #block-martis-shopiconbox [class*="col-"]{padding-left:0.25rem !important;padding-right:0.25rem !important;}html body.path-products #wrapper #block-martis-views-block-product-categories,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories,html body.path-product #wrapper #block-martis-views-block-product-categories,html body.path-products #wrapper .block-views-blockproduct-categories-block-block-product-categories,html body.path-taxonomy #wrapper .block-views-blockproduct-categories-block-block-product-categories{padding-left:0.875rem !important;padding-right:0.875rem !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}}html body.path-product #wrapper .page-wrapper > .container{max-width:1220px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-product #wrapper .row.content-layout{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .main-content,html body.path-product #wrapper .region-content,html body.path-product #wrapper #block-martis-content--3,html body.path-product #wrapper #block-martis-content--3.lc-main-content{flex:0 0 100% !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;float:none !important;}html body.path-product #wrapper #block-martis-content--3 .container-wrap,html body.path-product #wrapper #block-martis-content--3 .block-content,html body.path-product #wrapper .commerce-product,html body.path-product #wrapper article.commerce-product{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;float:none !important;clear:both !important;}html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-product #wrapper [id*="product-categories-block-block-1"],html body.path-product #wrapper #block-martis-views-block-product-categories{width:100% !important;max-width:1220px !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body.path-product #wrapper .page-wrapper > .container{max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}html body.path-product #wrapper .row.content-layout{margin:0 !important;padding:0 !important;width:100% !important;max-width:100% !important;}html body.path-product #wrapper .col-md-9.left-content.main-content,html body.path-product #wrapper .main-content,html body.path-product #wrapper .region-content,html body.path-product #wrapper #block-martis-content--3,html body.path-product #wrapper #block-martis-content--3 .container-wrap,html body.path-product #wrapper #block-martis-content--3 .block-content,html body.path-product #wrapper .commerce-product,html body.path-product #wrapper article.commerce-product{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;padding-top:1rem !important;padding-bottom:1rem !important;box-sizing:border-box !important;}html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2,html body.path-product #wrapper [id*="product-categories-block-block-1"],html body.path-product #wrapper #block-martis-views-block-product-categories{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;}}@media (min-width:992px){html body.path-product #wrapper .page-wrapper > .container{max-width:1220px !important;padding-left:0 !important;padding-right:0 !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post{max-width:1220px !important;width:100% !important;margin-left:0 !important;margin-right:0 !important;}}@media (min-width:992px){html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:1196px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post{width:100% !important;max-width:1196px !important;margin-left:auto !important;margin-right:auto !important;padding-left:1.5rem !important;padding-right:1.5rem !important;padding-top:1.75rem !important;padding-bottom:1.75rem !important;box-sizing:border-box !important;}}@media (max-width:991.98px){html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;padding-top:1rem !important;padding-bottom:1rem !important;box-sizing:border-box !important;}}@media (min-width:992px){html body.path-product.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search.block,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:1196px !important;max-width:1196px !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-product.path-product #wrapper .product-post,html body.path-product #wrapper .block-content .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .product-post{width:1196px !important;max-width:1196px !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important;padding-left:1.5rem !important;padding-right:1.5rem !important;box-sizing:border-box !important;}}@media (max-width:991.98px){html body.path-product.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}html body.path-product.path-product #wrapper .product-post,html body.path-product #wrapper .product-post{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0.875rem !important;padding-right:0.875rem !important;box-sizing:border-box !important;}}@media (max-width:991.98px){html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-product #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-products #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #wrapper .region-content-wide-top #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-taxonomy #block-martis-exposedformproduct-catalogproduct-catalog-search,html body.path-store #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search{width:calc(100% - 1.75rem) !important;max-width:calc(100% - 1.75rem) !important;margin-left:0.875rem !important;margin-right:0.875rem !important;padding-left:0.65rem !important;padding-right:0.65rem !important;padding-top:0.65rem !important;padding-bottom:0.65rem !important;box-sizing:border-box !important;float:none !important;}html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-product #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search form,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-products #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search form,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .container-wrap,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search .views-exposed-form,html body.path-taxonomy #wrapper #block-martis-exposedformproduct-catalogproduct-catalog-search form{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post{width:calc(100% - 1.75rem) !important;max-width:calc(100% - 1.75rem) !important;margin-left:0.875rem !important;margin-right:0.875rem !important;padding-left:0.85rem !important;padding-right:0.85rem !important;padding-top:1rem !important;padding-bottom:1rem !important;box-sizing:border-box !important;float:none !important;}html body.path-product #wrapper #block-martis-content--3 .container-wrap,html body.path-product #wrapper #block-martis-content--3 .block-content,html body.path-product #wrapper .commerce-product,html body.path-product #wrapper article.commerce-product{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}}html body.path-product #wrapper .product-content-wrap .product-short-description,html body.path-product #wrapper .product-post .product-short-description,html body.path-product .product-post .product-short-description{display:block !important;margin:0.85rem 0 1.1rem !important;padding:0.9rem 1.05rem !important;background:linear-gradient(180deg,#f4fbf6 0%,#eaf7ee 100%) !important;background-color:#eaf7ee !important;border:1px solid #c5e6d4 !important;border-left:4px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 2px 10px rgba(10,79,47,0.07) !important;color:#1f2937 !important;-webkit-text-fill-color:#1f2937 !important;font-size:1rem !important;line-height:1.65 !important;font-weight:500 !important;box-sizing:border-box !important;max-width:100% !important;width:100% !important;overflow-wrap:anywhere !important;word-break:break-word !important;white-space:normal !important;opacity:1 !important;visibility:visible !important;}html body.path-product #wrapper .product-short-description .field-label,html body.path-product #wrapper .product-short-description .field__label,html body.path-product .product-short-description .field-label,html body.path-product .product-short-description .field__label{display:none !important;}html body.path-product #wrapper .product-short-description .field,html body.path-product #wrapper .product-short-description .field-item,html body.path-product #wrapper .product-short-description .field__item,html body.path-product #wrapper .product-short-description p,html body.path-product .product-short-description .field-item,html body.path-product .product-short-description p{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;color:#1f2937 !important;-webkit-text-fill-color:#1f2937 !important;font-size:inherit !important;line-height:inherit !important;overflow-wrap:anywhere !important;word-break:break-word !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post{overflow-x:clip !important;overflow-wrap:anywhere !important;word-break:break-word !important;min-width:0 !important;}html body.path-product #wrapper .product-post .row,html body.path-product #wrapper .product-post .col-md-6,html body.path-product #wrapper .product-content-wrap,html body.path-product #wrapper .product-image-wrap,html body.path-product #wrapper .product-info,html body.path-product #wrapper .product-tab-item,html body.path-product #wrapper .tab-content{max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post > .row,html body.path-product #wrapper .product-post .row{margin-left:0 !important;margin-right:0 !important;width:100% !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item > div > p,html body.path-product #wrapper .product-post .product-tab-item > div > p,html body.path-product #wrapper .product-post #product-detail .field--name-body > p,html body.path-product #wrapper .product-post .field--name-body > p,html body.path-product #wrapper .product-post .product-tab-item p{color:#4b5563 !important;-webkit-text-fill-color:#4b5563 !important;background:transparent !important;}html body.path-product #wrapper .product-post .product-tab-item ul,html body.path-product #wrapper .product-post #product-detail ul{list-style:none !important;padding:0 !important;margin:1.25rem 0 !important;}html body.path-product #wrapper .product-post .product-tab-item ul li,html body.path-product #wrapper .product-post #product-detail ul li,html body.path-product #wrapper .product-post .field--name-body ul li{position:relative !important;color:#374151 !important;-webkit-text-fill-color:#374151 !important;background:linear-gradient(180deg,#f4fbf6 0%,#ffffff 100%) !important;border:1px solid rgba(19,132,80,0.12) !important;border-radius:16px !important;padding:16px 18px 16px 55px !important;margin-bottom:12px !important;font-weight:500 !important;box-sizing:border-box !important;max-width:100% !important;}html body.path-product #wrapper .product-post .product-tab-item ul li::before,html body.path-product #wrapper .product-post #product-detail ul li::before,html body.path-product #wrapper .product-post .field--name-body ul li::before{content:"✓" !important;position:absolute !important;left:18px !important;top:50% !important;transform:translateY(-50%) !important;width:26px !important;height:26px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:12px !important;font-weight:700 !important;background:linear-gradient(135deg,#2f8f60,#138450) !important;}html body.path-product #wrapper .product-post .product-tab-item strong,html body.path-product #wrapper .product-post .product-tab-item b,html body.path-product #wrapper .product-post #product-detail strong,html body.path-product #wrapper .product-post .field--name-body strong,html body.path-product #wrapper .product-post .product-tab-item p strong{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;background:transparent !important;}html body.path-product #wrapper .product-post .product-tab-item h2,html body.path-product #wrapper .product-post .product-tab-item h3,html body.path-product #wrapper .product-post #product-detail h2,html body.path-product #wrapper .product-post #product-detail h3,html body.path-product #wrapper .product-post .field--name-body h2,html body.path-product #wrapper .product-post .field--name-body h3{color:#1f2937 !important;-webkit-text-fill-color:#1f2937 !important;font-weight:800 !important;background:transparent !important;}@media (min-width:992px){html body.path-product #wrapper .product-content-wrap .product-short-description,html body.path-product #wrapper .product-post .product-short-description{padding:1rem 1.25rem !important;font-size:1.05rem !important;line-height:1.7 !important;margin:1rem 0 1.25rem !important;}html body.path-product #wrapper h1.commerce-product-h1,html body.path-product #wrapper h1.product-title.commerce-product-h1{max-width:min(36rem,100%) !important;width:auto !important;margin-left:0 !important;margin-right:auto !important;text-align:left !important;padding:0.65rem 1rem !important;font-size:clamp(1.15rem,1.6vw,1.45rem) !important;line-height:1.3 !important;overflow-wrap:anywhere !important;}}@media (max-width:991.98px){html body.path-product #wrapper h1.commerce-product-h1,html body.path-product #wrapper h1.product-title.commerce-product-h1,html body.path-product #wrapper .product-content-wrap h1.commerce-product-h1{width:auto !important;max-width:calc(100% - 1.25rem) !important;margin-left:auto !important;margin-right:auto !important;margin-top:0.35rem !important;margin-bottom:0.75rem !important;padding:0.5rem 0.7rem !important;font-size:1.02rem !important;line-height:1.28 !important;letter-spacing:0 !important;text-align:center !important;box-sizing:border-box !important;overflow-wrap:anywhere !important;word-break:break-word !important;hyphens:auto !important;}html body.path-product #wrapper .product-post,html body.path-product .product-post,html body.path-product #wrapper .commerce-product .product-post,html body.path-product #wrapper .block-content .product-post{padding-left:1rem !important;padding-right:1rem !important;padding-top:1.05rem !important;padding-bottom:1.15rem !important;overflow-x:clip !important;}html body.path-product #wrapper .product-content-wrap{padding-left:0 !important;padding-right:0 !important;margin-top:0.75rem !important;width:100% !important;max-width:100% !important;}html body.path-product #wrapper .product-image-wrap{margin:0 0 0.75rem 0 !important;padding:0 !important;width:100% !important;max-width:100% !important;}html body.path-product #wrapper .product-content-wrap .product-short-description,html body.path-product #wrapper .product-post .product-short-description{margin:0.7rem 0 0.95rem !important;padding:0.75rem 0.85rem !important;font-size:0.92rem !important;line-height:1.55 !important;border-radius:10px !important;}html body.path-product #wrapper .product-stock,html body.path-product #wrapper .product-meta{max-width:100% !important;flex-wrap:wrap !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-stock,html body.path-product #wrapper .product-price,html body.path-product #wrapper .product-meta-item{overflow-wrap:anywhere !important;word-break:break-word !important;}html body.path-product #wrapper .product-info .nav.nav-tabs,html body.path-product #wrapper .nav.nav-tabs{margin-top:0.75rem !important;margin-left:0 !important;margin-right:0 !important;max-width:100% !important;}html body.path-product #wrapper .product-tab-item,html body.path-product #wrapper #product-detail{padding:0.15rem 0 !important;max-width:100% !important;overflow-wrap:anywhere !important;}html body.path-product #wrapper .product-tab-item ul li{padding-left:3rem !important;padding-right:0.75rem !important;transform:none !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-tab-item ul li:hover{transform:none !important;}html body.path-product #wrapper .product-variation-wrap,html body.path-product #wrapper .product-add-cart,html body.path-product #wrapper .commerce-order-item-add-to-cart-form{max-width:100% !important;width:100% !important;box-sizing:border-box !important;}html body.path-product #wrapper .commerce-order-item-add-to-cart-form input,html body.path-product #wrapper .commerce-order-item-add-to-cart-form select,html body.path-product #wrapper .commerce-order-item-add-to-cart-form .form-control{max-width:100% !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .product-variation-wrap,html body.path-product #wrapper .product-content-wrap .product-variation-wrap{width:100% !important;max-width:100% !important;padding-left:0.5rem !important;padding-right:0.5rem !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .product-add-cart,html body.path-product #wrapper .product-post .product-add-cart .field,html body.path-product #wrapper .product-post .product-add-cart .field-items,html body.path-product #wrapper .product-post .product-add-cart .field-item,html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form,html body.path-product #wrapper .product-content-wrap .commerce-order-item-add-to-cart-form{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form{padding:0.75rem 0 !important;}html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form .form-actions,html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form .form-actions.form-wrapper,html body.path-product #wrapper .product-content-wrap .commerce-order-item-add-to-cart-form .form-actions{width:100% !important;max-width:100% !important;display:block !important;text-align:center !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}html body.path-product.path-product #wrapper .product-post input.button--add-to-cart,html body.path-product #wrapper .product-post .button--add-to-cart,html body.path-product #wrapper .product-post input#edit-submit.button--add-to-cart,html body.path-product #wrapper .product-post input.button.button--primary.button--add-to-cart,html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form input.button--add-to-cart,html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form .form-actions input.button,html body.path-product #wrapper .product-post .commerce-order-item-add-to-cart-form .form-actions input#edit-submit,html body.path-product #wrapper .product-content-wrap input.button--add-to-cart,html body.path-product #wrapper .product-content-wrap .form-actions .button--add-to-cart{display:block !important;width:100% !important;max-width:none !important;min-width:0 !important;margin-left:0 !important;margin-right:0 !important;margin-top:0.65rem !important;padding:0.95rem 1rem !important;text-align:center !important;box-sizing:border-box !important;font-weight:800 !important;font-size:1.05rem !important;line-height:1.25 !important;letter-spacing:0.02em !important;}}@media (max-width:575.98px){html body.path-product #wrapper h1.commerce-product-h1,html body.path-product #wrapper h1.product-title.commerce-product-h1{max-width:calc(100% - 0.75rem) !important;font-size:0.98rem !important;padding:0.45rem 0.6rem !important;}html body.path-product #wrapper .product-content-wrap .product-short-description,html body.path-product #wrapper .product-post .product-short-description{font-size:0.9rem !important;padding:0.7rem 0.75rem !important;}}@media (max-width:991.98px){html body.path-taxonomy #wrapper .header .navbar > .container,html body.path-taxonomy #wrapper .header .navbar > .container.p-0,html body.path-products #wrapper .header .navbar > .container,html body.path-products #wrapper .header .navbar > .container.p-0,html body.path-product #wrapper .header .navbar > .container,html body.path-product #wrapper .header .navbar > .container.p-0,html body.path-store #wrapper .header .navbar > .container,html body.path-store #wrapper .header .navbar > .container.p-0,html body.path-taxonomy header.header .navbar > .container,html body.path-products header.header .navbar > .container,html body.path-product header.header .navbar > .container{padding-left:1rem !important;padding-right:1rem !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper .header .header-main-wrap,html body.path-taxonomy #wrapper .header .navbar > .container > .header-main-wrap,html body.path-products #wrapper .header .header-main-wrap,html body.path-products #wrapper .header .navbar > .container > .header-main-wrap,html body.path-product #wrapper .header .header-main-wrap,html body.path-product #wrapper .header .navbar > .container > .header-main-wrap,html body.path-store #wrapper .header .header-main-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper .header .header-info,html body.path-taxonomy #wrapper .header .header-main-wrap .header-info,html body.path-products #wrapper .header .header-info,html body.path-products #wrapper .header .header-main-wrap .header-info,html body.path-product #wrapper .header .header-info,html body.path-product #wrapper .header .header-main-wrap .header-info,html body.path-store #wrapper .header .header-info{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-container,html body.path-products #wrapper .header .header-info .header-info-container,html body.path-product #wrapper .header .header-info .header-info-container,html body.path-store #wrapper .header .header-info .header-info-container{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:stretch !important;justify-content:space-between !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;gap:0 !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-item,html body.path-taxonomy #wrapper .header .header-info .header-info-location,html body.path-taxonomy #wrapper .header .header-info .header-info-item--location,html body.path-taxonomy #wrapper .header .header-info .header-info-hours,html body.path-taxonomy #wrapper .header .header-info .header-info-item--hours,html body.path-products #wrapper .header .header-info .header-info-item,html body.path-products #wrapper .header .header-info .header-info-location,html body.path-products #wrapper .header .header-info .header-info-item--location,html body.path-products #wrapper .header .header-info .header-info-hours,html body.path-products #wrapper .header .header-info .header-info-item--hours,html body.path-product #wrapper .header .header-info .header-info-item,html body.path-product #wrapper .header .header-info .header-info-location,html body.path-product #wrapper .header .header-info .header-info-item--location,html body.path-product #wrapper .header .header-info .header-info-hours,html body.path-product #wrapper .header .header-info .header-info-item--hours,html body.path-store #wrapper .header .header-info .header-info-item,html body.path-store #wrapper .header .header-info .header-info-location,html body.path-store #wrapper .header .header-info .header-info-hours{flex:1 1 50% !important;max-width:50% !important;min-width:0 !important;width:auto !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-location,html body.path-taxonomy #wrapper .header .header-info .header-info-item--location,html body.path-products #wrapper .header .header-info .header-info-location,html body.path-products #wrapper .header .header-info .header-info-item--location,html body.path-product #wrapper .header .header-info .header-info-location,html body.path-product #wrapper .header .header-info .header-info-item--location,html body.path-store #wrapper .header .header-info .header-info-location,html body.path-store #wrapper .header .header-info .header-info-item--location{padding-right:0.65rem !important;padding-left:0 !important;border-right:1px solid rgba(255,255,255,0.28) !important;justify-content:flex-start !important;text-align:left !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-hours,html body.path-taxonomy #wrapper .header .header-info .header-info-item--hours,html body.path-products #wrapper .header .header-info .header-info-hours,html body.path-products #wrapper .header .header-info .header-info-item--hours,html body.path-product #wrapper .header .header-info .header-info-hours,html body.path-product #wrapper .header .header-info .header-info-item--hours,html body.path-store #wrapper .header .header-info .header-info-hours,html body.path-store #wrapper .header .header-info .header-info-item--hours{padding-left:0.65rem !important;padding-right:0 !important;border-right:0 !important;justify-content:flex-end !important;text-align:right !important;}html body.path-taxonomy #wrapper .header .header-right-wrap,html body.path-products #wrapper .header .header-right-wrap,html body.path-product #wrapper .header .header-right-wrap,html body.path-store #wrapper .header .header-right-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper #main-menu.show,html body.path-taxonomy #wrapper #main-menu.collapse.show,html body.path-taxonomy #wrapper .header #main-menu.show,html body.path-products #wrapper #main-menu.show,html body.path-products #wrapper #main-menu.collapse.show,html body.path-products #wrapper .header #main-menu.show,html body.path-product #wrapper #main-menu.show,html body.path-product #wrapper #main-menu.collapse.show,html body.path-product #wrapper .header #main-menu.show,html body.path-store #wrapper #main-menu.show,html body.path-store #wrapper .header #main-menu.show{width:calc(100% + 2rem) !important;max-width:none !important;min-width:calc(100% + 2rem) !important;position:relative !important;left:auto !important;right:auto !important;transform:none !important;margin-left:-1rem !important;margin-right:-1rem !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-taxonomy #wrapper .header .navbar > .container,html body.path-products #wrapper .header .navbar > .container,html body.path-product #wrapper .header .navbar > .container,html body.path-store #wrapper .header .navbar > .container,html body.path-taxonomy #wrapper .header .navbar,html body.path-products #wrapper .header .navbar,html body.path-product #wrapper .header .navbar,html body.path-store #wrapper .header .navbar,html body.path-taxonomy #wrapper .header,html body.path-products #wrapper .header,html body.path-product #wrapper .header,html body.path-store #wrapper .header{overflow:visible !important;}html body.path-taxonomy #wrapper #main-menu.show li.menu-item,html body.path-taxonomy #wrapper #main-menu.show .menu-item,html body.path-products #wrapper #main-menu.show li.menu-item,html body.path-products #wrapper #main-menu.show .menu-item,html body.path-product #wrapper #main-menu.show li.menu-item,html body.path-product #wrapper #main-menu.show .menu-item,html body.path-store #wrapper #main-menu.show li.menu-item{width:100% !important;max-width:100% !important;}html body.path-taxonomy #wrapper #main-menu.show a,html body.path-taxonomy #wrapper #main-menu.show .menu-item a,html body.path-products #wrapper #main-menu.show a,html body.path-products #wrapper #main-menu.show .menu-item a,html body.path-product #wrapper #main-menu.show a,html body.path-product #wrapper #main-menu.show .menu-item a,html body.path-store #wrapper #main-menu.show a,html body.path-store #wrapper #main-menu.show .menu-item a{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}}@media (min-width:992px){html body.path-taxonomy #wrapper .header .header-info,html body.path-products #wrapper .header .header-info,html body.path-product #wrapper .header .header-info,html body.path-store #wrapper .header .header-info{width:100% !important;max-width:520px !important;margin-left:auto !important;margin-right:auto !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-container,html body.path-products #wrapper .header .header-info .header-info-container,html body.path-product #wrapper .header .header-info .header-info-container,html body.path-store #wrapper .header .header-info .header-info-container{display:grid !important;grid-template-columns:1fr 1fr !important;width:100% !important;max-width:100% !important;gap:0 !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-location,html body.path-taxonomy #wrapper .header .header-info .header-info-item--location,html body.path-products #wrapper .header .header-info .header-info-location,html body.path-products #wrapper .header .header-info .header-info-item--location,html body.path-product #wrapper .header .header-info .header-info-location,html body.path-product #wrapper .header .header-info .header-info-item--location,html body.path-store #wrapper .header .header-info .header-info-location{margin:0 !important;padding-right:1.5rem !important;padding-left:0.25rem !important;border-right:1px solid rgba(255,255,255,0.28) !important;justify-content:flex-end !important;}html body.path-taxonomy #wrapper .header .header-info .header-info-hours,html body.path-taxonomy #wrapper .header .header-info .header-info-item--hours,html body.path-products #wrapper .header .header-info .header-info-hours,html body.path-products #wrapper .header .header-info .header-info-item--hours,html body.path-product #wrapper .header .header-info .header-info-hours,html body.path-product #wrapper .header .header-info .header-info-item--hours,html body.path-store #wrapper .header .header-info .header-info-hours{margin:0 !important;padding-left:1.5rem !important;padding-right:0.25rem !important;border-right:0 !important;justify-content:flex-start !important;}}html body.page-node-type-blog #wrapper .blog-post-full .post-header,html body.page-node-type-blog #wrapper header.post-header{text-align:center !important;margin:0.5rem 0 1.15rem !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-blog #wrapper .blog-post-full h1.post-title,html body.page-node-type-blog #wrapper .blog-post-full .post-header h1.post-title,html body.page-node-type-blog #wrapper header.post-header h1.post-title,html body.page-node-type-blog #wrapper h1.post-title,html body.page-node-type-blog #wrapper .post-header .post-title{display:block !important;visibility:visible !important;opacity:1 !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin:0.65rem auto 1rem !important;padding:0.85rem 1.2rem !important;background-color:#4fa36f !important;background:linear-gradient(135deg,#4fa36f 0%,#138450 55%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:8px !important;text-align:center !important;font-size:clamp(1.25rem,2.8vw,1.75rem) !important;font-weight:800 !important;line-height:1.3 !important;letter-spacing:0.01em !important;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000 !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;hyphens:auto !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;position:relative !important;z-index:2 !important;}html body.page-node-type-blog #wrapper .blog-post-full h1.post-title span,html body.page-node-type-blog #wrapper .post-header h1.post-title span,html body.page-node-type-blog #wrapper h1.post-title span,html body.page-node-type-blog #wrapper .post-header .post-title span,html body.page-node-type-blog #wrapper h1.post-title *,html body.page-node-type-blog #wrapper .post-header .post-title *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;background-color:transparent !important;border:0 !important;box-shadow:none !important;text-shadow:inherit !important;font-weight:inherit !important;}html body.page-node-type-blog #wrapper .post-header .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.45rem 0.55rem !important;margin:0.35rem auto 0.75rem !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .container-wrap,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .block-content{text-align:center !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding-left:0.75rem !important;padding-right:0.75rem !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-item,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-body{display:block !important;position:relative !important;margin:0.5rem auto 1rem !important;padding:0 !important;max-width:min(920px,100%) !important;background:transparent !important;border:0 !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-item::after,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-body::after{content:none !important;display:none !important;background:none !important;border:0 !important;height:0 !important;width:0 !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1,html body.path-blog #wrapper #block-martis-blogh1title h1,html body.page-blog #wrapper #block-martis-blogh1title h1{display:block !important;visibility:visible !important;opacity:1 !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin:0.65rem auto 0.85rem !important;padding:0.85rem 1.2rem !important;background-color:#4fa36f !important;background:linear-gradient(135deg,#4fa36f 0%,#138450 55%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:8px !important;text-align:center !important;font-size:clamp(1.2rem,2.6vw,1.65rem) !important;font-weight:800 !important;line-height:1.3 !important;letter-spacing:0.01em !important;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000 !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;hyphens:auto !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;position:relative !important;z-index:2 !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1 span,html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-blog #wrapper .post-body h1,html body.page-node-type-blog #wrapper .region.region-content .post-body h1,html body.page-node-type-blog #wrapper .region.region-content .field-body h1,html body.page-node-type-blog #wrapper .field-body h1{display:inline-block !important;max-width:100% !important;box-sizing:border-box !important;margin:1.5rem 0 0.9rem !important;padding:0.6rem 1.1rem !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:8px !important;font-weight:800 !important;font-size:clamp(1.15rem,2.4vw,1.4rem) !important;line-height:1.35 !important;text-shadow:none !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;}html body.page-node-type-blog #wrapper .post-body h1 *,html body.page-node-type-blog #wrapper .field-body h1 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;}@media (max-width:991.98px){html body.page-node-type-blog #wrapper .blog-post-full h1.post-title,html body.page-node-type-blog #wrapper .post-header h1.post-title,html body.page-node-type-blog #wrapper h1.post-title,html body.page-node-type-blog #wrapper .post-header .post-title{font-size:clamp(1.1rem,4.2vw,1.4rem) !important;padding:0.75rem 0.95rem !important;margin:0.5rem auto 0.85rem !important;border-radius:7px !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1,html body.path-blog #wrapper #block-martis-blogh1title h1{font-size:clamp(1.05rem,4vw,1.3rem) !important;padding:0.7rem 0.9rem !important;margin:0.45rem auto 0.75rem !important;border-radius:7px !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title{padding-left:0.5rem !important;padding-right:0.5rem !important;}}@media (max-width:575.98px){html body.page-node-type-blog #wrapper .blog-post-full h1.post-title,html body.page-node-type-blog #wrapper .post-header h1.post-title,html body.page-node-type-blog #wrapper h1.post-title{font-size:1.1rem !important;padding:0.65rem 0.8rem !important;line-height:1.35 !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1{font-size:1.05rem !important;padding:0.6rem 0.75rem !important;}}html body.path-products #wrapper .product-category-children .product-category-child.is-active a,html body.path-products #wrapper .view-product-categories-block .product-category-children .product-category-child.is-active a,html body.path-taxonomy #wrapper .product-category-children .product-category-child.is-active a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-children .product-category-child.is-active a,html body.path-store #wrapper .product-category-children .product-category-child.is-active a,html body.path-product #wrapper .product-category-children .product-category-child.is-active a,html body.path-product #wrapper .view-product-categories-block .product-category-children .product-category-child.is-active a{background:#e8f6ee !important;background-image:none !important;border:1px solid #0e6c3e !important;border-left:3px solid #0e6c3e !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;box-shadow:none !important;}html body.path-products #wrapper .product-category-parent.is-active .product-category-parent__link a,html body.path-taxonomy #wrapper .product-category-parent.is-active .product-category-parent__link a,html body.path-product #wrapper .product-category-parent.is-active .product-category-parent__link a,html body.path-store #wrapper .product-category-parent.is-active .product-category-parent__link a,html body.path-products #wrapper .view-product-categories-block .product-category-parent.is-active .product-category-parent__link a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent.is-active .product-category-parent__link a{box-shadow:inset 0 -2px 0 0 #138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.path-products #wrapper .product-category-parent.is-active-ancestor,html body.path-taxonomy #wrapper .product-category-parent.is-active-ancestor,html body.path-product #wrapper .product-category-parent.is-active-ancestor,html body.path-store #wrapper .product-category-parent.is-active-ancestor,html body.path-products #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor,html body.path-product #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor{border-left-color:#0e6c3e !important;background:#eaf7ee !important;background-image:none !important;}html body.path-products #wrapper .product-category-parent.is-active-ancestor .product-category-parent__link a,html body.path-taxonomy #wrapper .product-category-parent.is-active-ancestor .product-category-parent__link a,html body.path-product #wrapper .product-category-parent.is-active-ancestor .product-category-parent__link a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;box-shadow:none !important;}html body.path-products #wrapper .product-category-parent__link a:hover,html body.path-products #wrapper .product-category-parent__link a:focus-visible,html body.path-taxonomy #wrapper .product-category-parent__link a:hover,html body.path-taxonomy #wrapper .product-category-parent__link a:focus-visible,html body.path-product #wrapper .product-category-parent__link a:hover,html body.path-product #wrapper .product-category-parent__link a:focus-visible{box-shadow:inset 0 -2px 0 0 #8fd0b3 !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo{order:-1 !important;margin:0 0 0.75rem !important;width:100% !important;display:flex !important;justify-content:center !important;align-items:center !important;border:0 !important;background:transparent !important;box-shadow:none !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image{width:130px !important;height:130px !important;max-width:130px !important;max-height:130px !important;margin:0 auto !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;box-sizing:border-box !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item{width:130px !important;height:130px !important;max-width:130px !important;max-height:130px !important;margin:0 auto !important;padding:0.55rem !important;background:#ffffff !important;background-color:#ffffff !important;border:2px solid #000000 !important;border-radius:16px !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.04) !important;box-sizing:border-box !important;float:none !important;position:relative !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-label,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-label,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-label,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-label{display:none !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo img,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo img,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo img,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo img,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo img,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo img,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo img,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item img,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item img,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item img,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item img,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:0 !important;min-height:0 !important;object-fit:contain !important;object-position:center !important;padding:0 !important;margin:0 !important;display:block !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;background:transparent !important;scale:1 !important;transform:none !important;float:none !important;position:static !important;}@media (max-width:991.98px){html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-content > div,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field.field-field-media-image,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-field-media-image,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item{width:96px !important;height:96px !important;max-width:96px !important;max-height:96px !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo .field-item,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item{padding:0.4rem !important;border-radius:14px !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo img,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-field-brand-logo picture img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important;}}html body.page-node-type-blog #wrapper .blog-post-full .post-header .post-meta,html body.page-node-type-blog #wrapper header.post-header .post-meta,html body.page-node-type-blog #wrapper .post-header .post-meta,html body.page-node-type-blog #wrapper .blog-post-full .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.45rem 0.55rem !important;width:100% !important;max-width:100% !important;margin:0.15rem auto 1.1rem !important;padding:0.55rem 0.65rem !important;box-sizing:border-box !important;background:#f7fcf9 !important;background-image:none !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-shadow:0 2px 8px rgba(10,79,47,0.06) !important;text-align:center !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item,html body.page-node-type-blog #wrapper header.post-header .post-meta .post-meta-item,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item,html body.page-node-type-blog #wrapper .blog-post-full .post-meta-item{display:inline-flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:center !important;gap:0.35rem !important;margin:0 !important;padding:0.4rem 0.75rem !important;background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1.5px solid #0e6c3e !important;border-radius:999px !important;box-shadow:0 1px 0 rgba(10,79,47,0.05) !important;font-size:0.88rem !important;font-weight:700 !important;line-height:1.25 !important;letter-spacing:0.01em !important;white-space:nowrap !important;max-width:100% !important;box-sizing:border-box !important;float:none !important;text-align:left !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item i,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item i,html body.page-node-type-blog #wrapper .blog-post-full .post-meta-item i{display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-size:0.95rem !important;line-height:1 !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;text-shadow:none !important;opacity:1 !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item,html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item a,html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item span,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item a,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item span{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;text-decoration:none !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item a:hover,html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item a:focus-visible,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item a:hover{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;text-decoration:underline !important;text-underline-offset:0.12em !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item .field,html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item .field-item,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item .field,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item .field-item{display:inline !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;width:auto !important;max-width:100% !important;color:inherit !important;-webkit-text-fill-color:inherit !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item .field-label,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item .field-label{display:none !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item:hover,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item:hover{background:#e8f6ee !important;border-color:#0a4f2f !important;box-shadow:0 2px 6px rgba(10,79,47,0.1) !important;}@media (max-width:575.98px){html body.page-node-type-blog #wrapper .blog-post-full .post-header .post-meta,html body.page-node-type-blog #wrapper header.post-header .post-meta,html body.page-node-type-blog #wrapper .blog-post-full .post-meta{gap:0.4rem !important;padding:0.5rem 0.5rem !important;margin-bottom:0.95rem !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item,html body.page-node-type-blog #wrapper .post-header .post-meta .post-meta-item{font-size:0.78rem !important;padding:0.35rem 0.6rem !important;white-space:normal !important;max-width:100% !important;}html body.page-node-type-blog #wrapper .blog-post-full .post-meta .post-meta-item i{font-size:0.88rem !important;}}html body.path-product #wrapper .product-post.pdp-content,html body.path-product #wrapper .product-post{--pdp-forest:#0a4f2f;--pdp-brand:#0e6c3e;--pdp-mid:#138450;--pdp-leaf:#4fa36f;--pdp-mint:#e8f6ee;--pdp-mist:#f7fcf9;--pdp-ink:#0a2f1c;--pdp-body:#1f2937;--pdp-muted:#4b5563;}html body.path-product #wrapper .product-post .product-stock{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.45rem 0.65rem !important;margin:0.65rem 0 0.85rem !important;padding:0.65rem 0.75rem !important;background:var(--pdp-mist) !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .product-stock .field-label,html body.path-product #wrapper .product-post .product-stock .stock-availability{color:var(--pdp-muted) !important;-webkit-text-fill-color:var(--pdp-muted) !important;font-weight:700 !important;font-size:0.85rem !important;margin:0 !important;}html body.path-product #wrapper .product-post .product-stock .available-stock{display:inline-flex !important;align-items:center !important;padding:0.28rem 0.65rem !important;background:#ffffff !important;color:var(--pdp-brand) !important;-webkit-text-fill-color:var(--pdp-brand) !important;border:1.5px solid var(--pdp-brand) !important;border-radius:999px !important;font-weight:800 !important;font-size:0.82rem !important;}html body.path-product #wrapper .product-post .product-stock .out-of-stock{display:none !important;}html body.path-product #wrapper .product-post .product-stock.out-stock .out-of-stock,html body.path-product #wrapper .product-post .product-stock.out-of-stock .out-of-stock{display:inline-flex !important;align-items:center !important;}html body.path-product #wrapper .product-post .product-stock.out-stock .available-stock,html body.path-product #wrapper .product-post .product-stock.out-of-stock .available-stock{display:none !important;}html body.path-product #wrapper .product-post .product-stock .product-price{color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;font-weight:800 !important;font-size:1.15rem !important;margin-left:auto !important;}html body.path-product #wrapper .product-post .product-stock .product-old-price{color:#6b7280 !important;-webkit-text-fill-color:#6b7280 !important;font-weight:600 !important;text-decoration:line-through !important;}html body.path-product #wrapper .product-post .product-ratings{margin:0.35rem 0 0.5rem !important;color:var(--pdp-mid) !important;}html body.path-product #wrapper .product-post .product-content-wrap > .product-meta{display:flex !important;flex-wrap:wrap !important;gap:0.4rem 0.5rem !important;margin:0.35rem 0 0.85rem !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-product #wrapper .product-post .product-meta-item{display:inline-flex !important;align-items:center !important;gap:0.3rem !important;margin:0 !important;padding:0.35rem 0.7rem !important;background:#ffffff !important;border:1.5px solid var(--pdp-brand) !important;border-radius:999px !important;color:var(--pdp-ink) !important;-webkit-text-fill-color:var(--pdp-ink) !important;font-size:0.82rem !important;font-weight:700 !important;line-height:1.25 !important;box-shadow:0 1px 0 rgba(10,79,47,0.05) !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .product-meta-item a{color:var(--pdp-brand) !important;-webkit-text-fill-color:var(--pdp-brand) !important;text-decoration:none !important;font-weight:800 !important;}html body.path-product #wrapper .product-post .product-meta-item a:hover,html body.path-product #wrapper .product-post .product-meta-item a:focus-visible{color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;text-decoration:underline !important;}html body.path-product #wrapper .product-post .product-meta-item .field,html body.path-product #wrapper .product-post .product-meta-item .field-item,html body.path-product #wrapper .product-post .product-meta-item .field-label{display:inline !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;color:inherit !important;}html body.path-product #wrapper .product-post .product-meta-item .field-label{display:none !important;}html body.path-product #wrapper .product-post .product-meta-item:hover{background:var(--pdp-mint) !important;}html body.path-product #wrapper .product-post .product-variation-wrap{margin:0.75rem 0 1rem !important;padding:0.85rem !important;background:var(--pdp-mist) !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .product-variation-selector label{display:block !important;margin-bottom:0.35rem !important;color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;font-weight:800 !important;font-size:0.9rem !important;}html body.path-product #wrapper .product-post .product-variation-selector select,html body.path-product #wrapper .product-post .product-add-cart select,html body.path-product #wrapper .product-post .product-add-cart input[type="number"]{width:100% !important;max-width:100% !important;border:2px solid var(--pdp-brand) !important;border-radius:8px !important;padding:0.55rem 0.75rem !important;background:#ffffff !important;color:var(--pdp-ink) !important;-webkit-text-fill-color:var(--pdp-ink) !important;font-weight:600 !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .product-variation-selector select:focus,html body.path-product #wrapper .product-post .product-add-cart select:focus,html body.path-product #wrapper .product-post .product-add-cart input:focus{outline:3px solid #8fd0b3 !important;outline-offset:1px !important;}html body.path-product #wrapper .product-post .product-add-cart .button--add-to-cart,html body.path-product #wrapper .product-post .product-add-cart .button--primary,html body.path-product #wrapper .product-post .product-add-cart input.form-submit,html body.path-product #wrapper .product-post .product-add-cart button[type="submit"]{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin-top:0.65rem !important;padding:0.75rem 1.15rem !important;min-height:2.75rem !important;background:linear-gradient(135deg,var(--pdp-mid) 0%,var(--pdp-brand) 55%,var(--pdp-forest) 100%) !important;background-color:var(--pdp-brand) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:10px !important;font-weight:800 !important;font-size:1rem !important;letter-spacing:0.02em !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;cursor:pointer !important;transition:transform 0.15s ease,box-shadow 0.15s ease !important;}html body.path-product #wrapper .product-post .product-add-cart .button--add-to-cart:hover,html body.path-product #wrapper .product-post .product-add-cart .button--primary:hover,html body.path-product #wrapper .product-post .product-add-cart input.form-submit:hover{transform:translateY(-1px) !important;box-shadow:0 5px 14px rgba(10,79,47,0.28) !important;}html body.path-product #wrapper .product-post .product-icon-wrap{flex-wrap:wrap !important;gap:0.5rem !important;margin:0.5rem 0 0.75rem !important;}html body.path-product #wrapper .product-post .product-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:2.75rem !important;min-height:2.75rem !important;padding:0.4rem 0.65rem !important;background:#ffffff !important;border:2px solid var(--pdp-brand) !important;border-radius:10px !important;color:var(--pdp-brand) !important;box-sizing:border-box !important;transition:background 0.15s ease,color 0.15s ease !important;}html body.path-product #wrapper .product-post .product-icon:hover{background:var(--pdp-mint) !important;}html body.path-product #wrapper .product-post .product-icon a{color:var(--pdp-brand) !important;-webkit-text-fill-color:var(--pdp-brand) !important;text-decoration:none !important;}html body.path-product #wrapper .product-post .product-info{margin-top:1.75rem !important;padding:0 !important;max-width:100% !important;}html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs,html body.path-product #wrapper .product-post .pdp-tabs{display:flex !important;flex-wrap:wrap !important;gap:0.45rem !important;margin:0 0 0.85rem !important;padding:0.35rem !important;list-style:none !important;border:0 !important;border-bottom:0 !important;border-radius:12px !important;box-sizing:border-box !important;position:sticky !important;top:0.5rem !important;z-index:20 !important;box-shadow:0 2px 10px rgba(10,79,47,0.08) !important;}html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs > li,html body.path-product #wrapper .product-post .pdp-tabs > li{margin:0 !important;float:none !important;flex:1 1 auto !important;min-width:7rem !important;}html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs > li > a,html body.path-product #wrapper .product-post .pdp-tabs > li > a{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;margin:0 !important;padding:0.65rem 1rem !important;min-height:2.75rem !important;background:#ffffff !important;color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;border:2px solid #c5e6d4 !important;border-radius:10px !important;font-weight:800 !important;font-size:0.95rem !important;text-decoration:none !important;text-align:center !important;box-sizing:border-box !important;transition:background 0.15s ease,border-color 0.15s ease,color 0.15s ease !important;}html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs > li.active > a,html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs > li > a.active,html body.path-product #wrapper .product-post .pdp-tabs > li.active > a{background:linear-gradient(135deg,var(--pdp-mid) 0%,var(--pdp-brand) 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#000 !important;box-shadow:0 2px 8px rgba(10,79,47,0.2) !important;}html body.path-product #wrapper .product-post .product-info .tab-content{background:#ffffff !important;border:1px solid #c5e6d4 !important;border-radius:14px !important;padding:1rem 1.1rem 1.25rem !important;box-shadow:0 3px 12px rgba(10,79,47,0.06) !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .pdp-jump-nav{display:flex !important;flex-wrap:wrap !important;gap:0.4rem !important;margin:0 0 1rem !important;padding:0 !important;list-style:none !important;}html body.path-product #wrapper .product-post .pdp-jump-nav a{display:inline-flex !important;align-items:center !important;padding:0.35rem 0.75rem !important;min-height:2.25rem !important;background:var(--pdp-mint) !important;color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;border:1.5px solid var(--pdp-brand) !important;border-radius:999px !important;font-size:0.8rem !important;font-weight:800 !important;text-decoration:none !important;}html body.path-product #wrapper .product-post .pdp-jump-nav a:hover,html body.path-product #wrapper .product-post .pdp-jump-nav a:focus-visible{background:var(--pdp-brand) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item > h2,html body.path-product #wrapper .product-post .product-tab-item > h2.margin-bottom-20{display:inline-block !important;max-width:100% !important;margin:0 0 1rem !important;padding:0.55rem 1.05rem !important;background:linear-gradient(135deg,var(--pdp-forest) 0%,var(--pdp-brand) 55%,var(--pdp-mid) 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-size:clamp(1.05rem,2.2vw,1.28rem) !important;font-weight:800 !important;line-height:1.3 !important;box-shadow:0 3px 10px rgba(10,79,47,0.22) !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .pdp-section{margin:0 0 1rem !important;padding:0 !important;border-radius:12px !important;overflow:hidden !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .pdp-section__toggle{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:0.75rem !important;width:100% !important;margin:0 !important;padding:0.75rem 1rem !important;background:linear-gradient(135deg,#0e6c3e 0%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:0 !important;border-bottom:1px solid rgba(0,0,0,0.12) !important;font-weight:800 !important;font-size:1rem !important;text-align:left !important;cursor:pointer !important;min-height:2.85rem !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .pdp-section__toggle::after{content:"▾" !important;flex:0 0 auto !important;font-size:1rem !important;transition:transform 0.2s ease !important;}html body.path-product #wrapper .product-post .pdp-section.is-collapsed .pdp-section__toggle::after{transform:rotate(-90deg) !important;}html body.path-product #wrapper .product-post .pdp-section__body{padding:0.85rem 1rem 1rem !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post .pdp-section.is-collapsed .pdp-section__body{display:none !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item p,html body.path-product #wrapper .product-post .product-tab-item .pdp-section__body > p,html body.path-product #wrapper .product-post #product-detail .field--name-body > p{background:white !important;color:var(--pdp-body) !important;-webkit-text-fill-color:var(--pdp-body) !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid var(--pdp-leaf) !important;border-radius:8px !important;padding:0.85rem 1.05rem !important;margin:0 0 0.85rem !important;line-height:1.7 !important;font-size:1.02rem !important;box-shadow:0 1px 0 rgba(10,79,47,0.04) !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item p:has(strong:first-child),html body.path-product #wrapper .product-post .pdp-section--best-for p{background:white !important;border-left-color:var(--pdp-forest) !important;border-left-width:5px !important;font-weight:500 !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item h3,html body.path-product #wrapper .product-post .product-tab-item .pdp-section__body h3{display:inline-block !important;max-width:100% !important;margin:0.35rem 0 0.75rem !important;padding:0.45rem 0.9rem !important;background:var(--pdp-mid) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:7px !important;font-size:1.05rem !important;font-weight:800 !important;line-height:1.3 !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item ul,html body.path-product #wrapper .product-post .pdp-section__body ul{list-style:none !important;padding:0 !important;margin:0.5rem 0 0.85rem !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item ul li,html body.path-product #wrapper .product-post .pdp-section__body ul li{position:relative !important;color:#374151 !important;-webkit-text-fill-color:#374151 !important;background:linear-gradient(180deg,#f4fbf6 0%,#ffffff 100%) !important;border:1px solid rgba(19,132,80,0.14) !important;border-radius:12px !important;padding:0.85rem 1rem 0.85rem 3.1rem !important;margin-bottom:0.55rem !important;font-weight:500 !important;line-height:1.5 !important;box-sizing:border-box !important;max-width:100% !important;transition:transform 0.15s ease,box-shadow 0.15s ease,border-color 0.15s ease !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item ul li:hover,html body.path-product #wrapper .product-post .pdp-section__body ul li:hover{transform:translateY(-1px) !important;border-color:var(--pdp-brand) !important;box-shadow:0 3px 10px rgba(10,79,47,0.1) !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item ul li::before,html body.path-product #wrapper .product-post .pdp-section__body ul li::before{content:"✓" !important;position:absolute !important;left:0.85rem !important;top:50% !important;transform:translateY(-50%) !important;width:1.55rem !important;height:1.55rem !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:0.72rem !important;font-weight:700 !important;background:linear-gradient(135deg,#2f8f60,#138450) !important;}html body.path-product #wrapper .product-post .pdp-section--specs ul li{border-left:4px solid var(--pdp-brand) !important;font-size:0.95rem !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item strong,html body.path-product #wrapper .product-post .pdp-section__body strong{color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;font-weight:800 !important;background:transparent !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item a,html body.path-product #wrapper .product-post .pdp-section__body a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;text-decoration:underline !important;text-underline-offset:0.12em !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item a[href^="tel:"],html body.path-product #wrapper .product-post .pdp-section__body a[href^="tel:"]{display:inline-flex !important;align-items:center !important;padding:0 !important;background:unset !important;border:unset !important;border-radius:999px !important;text-decoration:none !important;color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;}html body.path-product #wrapper .product-post #product-review{min-height:8rem !important;color:var(--pdp-body) !important;}html body.path-product #wrapper .product-post #product-review,html body.path-product #wrapper .product-post #product-review *{color:var(--pdp-body) !important;-webkit-text-fill-color:var(--pdp-body) !important;}html body.path-product #wrapper .product-post #product-review h2,html body.path-product #wrapper .product-post #product-review h3,html body.path-product #wrapper .product-post #product-review h4,html body.path-product #wrapper .product-post #product-review label{color:var(--pdp-forest) !important;-webkit-text-fill-color:var(--pdp-forest) !important;font-weight:800 !important;background:transparent !important;}html body.path-product #wrapper .product-post #product-review .comment-form,html body.path-product #wrapper .product-post #product-review form.comment-form{background:var(--pdp-mist) !important;border:1px solid #c5e6d4 !important;border-radius:12px !important;padding:1rem 1.1rem !important;margin-top:0.85rem !important;box-shadow:0 2px 8px rgba(10,79,47,0.06) !important;}html body.path-product #wrapper .product-post #product-review .comment-form input[type="text"],html body.path-product #wrapper .product-post #product-review .comment-form input[type="email"],html body.path-product #wrapper .product-post #product-review .comment-form textarea{width:100% !important;max-width:100% !important;border:2px solid #c5e6d4 !important;border-radius:8px !important;padding:0.55rem 0.75rem !important;background:#ffffff !important;color:var(--pdp-ink) !important;-webkit-text-fill-color:var(--pdp-ink) !important;box-sizing:border-box !important;}html body.path-product #wrapper .product-post #product-review .comment-form .button,html body.path-product #wrapper .product-post #product-review .comment-form .form-submit{background:linear-gradient(135deg,var(--pdp-mid),var(--pdp-brand)) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;padding:0.6rem 1.1rem !important;min-height:2.75rem !important;}html body.path-product #wrapper .product-post #product-review .pdp-reviews-empty{margin:0.5rem 0 1rem !important;padding:0.9rem 1.05rem !important;background:white !important;border:1px solid #c5e6d4 !important;border-left:4px solid var(--pdp-brand) !important;border-radius:10px !important;color:var(--pdp-body) !important;-webkit-text-fill-color:var(--pdp-body) !important;font-weight:600 !important;line-height:1.55 !important;}@media (max-width:991.98px){html body.path-product #wrapper .product-post .product-stock .product-price{margin-left:0 !important;width:100% !important;}html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs,html body.path-product #wrapper .product-post .pdp-tabs{top:0.25rem !important;flex-wrap:nowrap !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;}html body.path-product #wrapper .product-post .product-info .tab-content{padding:0.85rem 0.75rem 1rem !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item ul li,html body.path-product #wrapper .product-post .pdp-section__body ul li{padding:0.75rem 0.85rem 0.75rem 2.85rem !important;font-size:0.95rem !important;}html body.path-product #wrapper .product-post #product-detail .product-tab-item p{font-size:0.98rem !important;padding:0.75rem 0.9rem !important;}}@media (prefers-reduced-motion:reduce){html body.path-product #wrapper .product-post .product-add-cart .button--add-to-cart,html body.path-product #wrapper .product-post #product-detail .product-tab-item ul li,html body.path-product #wrapper .product-post .pdp-section__toggle::after{transition:none !important;}}html body.path-products #wrapper .product-category-parent__description,html body.path-taxonomy #wrapper .product-category-parent__description,html body.path-product #wrapper .product-category-parent__description,html body.path-store #wrapper .product-category-parent__description,html body.path-products #wrapper .view-product-categories-block .product-category-parent__description,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__description{display:block !important;max-height:none !important;height:auto !important;overflow:visible !important;text-overflow:unset !important;white-space:normal !important;-webkit-line-clamp:unset !important;line-clamp:unset !important;-webkit-box-orient:unset !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-description__value,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-description__value,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-description__value,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-description__value,html body.path-products #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value,html body.path-taxonomy #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value,html body.path-product #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value,html body.path-store #wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value,html body.path-products #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value,html body.path-taxonomy #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value,html body.path-product #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value,html body.path-store #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value{display:block !important;order:1 !important;width:100% !important;max-width:100% !important;height:5.5rem !important;max-height:5.5rem !important;min-height:5.5rem !important;margin:0.35rem 0 0 !important;padding:0.45rem 0.55rem 0.5rem !important;overflow-x:hidden !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior:contain !important;scrollbar-width:thin !important;scrollbar-color:rgba(14,108,62,0.55) rgba(232,246,238,0.9) !important;text-overflow:unset !important;white-space:normal !important;-webkit-line-clamp:unset !important;line-clamp:unset !important;-webkit-box-orient:unset !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;box-sizing:border-box !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-size:0.8rem !important;line-height:1.4 !important;font-weight:500 !important;background:#e8f6ee !important;background-color:#e8f6ee !important;background-image:none !important;border:2px solid #0e6c3e !important;border-radius:10px !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.35) !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content,html body.path-products #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value .field-content,html body.path-taxonomy #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value .field-content,html body.path-product #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value .field-content,html body.path-store #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value .field-content,html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content *,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content *,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content *,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value .field-content *{display:block !important;height:auto !important;max-height:none !important;overflow:visible !important;white-space:normal !important;-webkit-line-clamp:unset !important;line-clamp:unset !important;background:transparent !important;border:0 !important;box-shadow:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-size:inherit !important;line-height:inherit !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar{width:6px !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-thumb,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-thumb,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-thumb,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-thumb{background:rgba(14,108,62,0.55) !important;border-radius:6px !important;}html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-track,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-track,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-track,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value::-webkit-scrollbar-track{background:rgba(232,246,238,0.95) !important;border-radius:6px !important;}@media (max-width:991.98px){html body.path-products #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-taxonomy #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-product #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-store #wrapper [id*="product-categories-block-block-1"] .views-field-description__value,html body.path-products #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value,html body.path-taxonomy #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value,html body.path-product #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value,html body.path-store #wrapper [id*="product-categories-block"] .grid-item .views-field-description__value{height:4.75rem !important;max-height:4.75rem !important;min-height:4.75rem !important;font-size:0.75rem !important;line-height:1.35 !important;padding:0.4rem 0.5rem !important;border-width:2px !important;}}html body.path-products #wrapper .view-product-categories-block .product-category-parent,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent,html body.path-product #wrapper .view-product-categories-block .product-category-parent,html body.path-store #wrapper .view-product-categories-block .product-category-parent,html body.path-products #wrapper .view-product-categories-block .product-category-parent:hover,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent:hover,html body.path-product #wrapper .view-product-categories-block .product-category-parent:hover,html body.path-products #wrapper .view-product-categories-block .product-category-parent.is-active,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent.is-active,html body.path-products #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor,html body.path-product #wrapper .view-product-categories-block .product-category-parent.is-active-ancestor{transform:none !important;translate:none !important;}html body.path-products #wrapper .view-product-categories-block .product-category-parent__link a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__link a,html body.path-product #wrapper .view-product-categories-block .product-category-parent__link a,html body.path-products #wrapper .view-product-categories-block .product-category-parent__link a:hover,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__link a:hover,html body.path-product #wrapper .view-product-categories-block .product-category-parent__link a:hover,html body.path-products #wrapper .view-product-categories-block .product-category-parent__link a:focus-visible,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__link a:focus-visible{transform:none !important;translate:none !important;}html body.path-products #wrapper .view-product-categories-block .product-category-child a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child a,html body.path-product #wrapper .view-product-categories-block .product-category-child a,html body.path-store #wrapper .view-product-categories-block .product-category-child a,html body.path-products #wrapper .product-category-children .product-category-child a,html body.path-taxonomy #wrapper .product-category-children .product-category-child a,html body.path-product #wrapper .product-category-children .product-category-child a,html body.path-products #wrapper .view-product-categories-block .product-category-child a:hover,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child a:hover,html body.path-product #wrapper .view-product-categories-block .product-category-child a:hover,html body.path-products #wrapper .product-category-children .product-category-child a:hover,html body.path-taxonomy #wrapper .product-category-children .product-category-child a:hover,html body.path-product #wrapper .product-category-children .product-category-child a:hover,html body.path-products #wrapper .view-product-categories-block .product-category-child a:focus-visible,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child a:focus-visible,html body.path-product #wrapper .view-product-categories-block .product-category-child a:focus-visible,html body.path-products #wrapper .view-product-categories-block .product-category-child.is-active a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child.is-active a,html body.path-product #wrapper .view-product-categories-block .product-category-child.is-active a,html body.path-products #wrapper .product-category-children .product-category-child.is-active a,html body.path-taxonomy #wrapper .product-category-children .product-category-child.is-active a,html body.path-product #wrapper .product-category-children .product-category-child.is-active a{transform:none !important;translate:none !important;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease !important;padding-top:0.9rem !important;padding-bottom:0.9rem !important;padding-left:1rem !important;padding-right:1rem !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .view-product-categories-block .product-category-child.is-active a,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child.is-active a,html body.path-product #wrapper .view-product-categories-block .product-category-child.is-active a,html body.path-products #wrapper .product-category-children .product-category-child.is-active a,html body.path-taxonomy #wrapper .product-category-children .product-category-child.is-active a,html body.path-product #wrapper .product-category-children .product-category-child.is-active a{border-left-width:1px !important;box-shadow:inset 3px 0 0 0 #0e6c3e !important;}html body.path-product #wrapper .product-post .pdp-section,html body.path-product #wrapper .product-post .pdp-section__toggle,html body.path-product #wrapper .product-post .pdp-section__body,html body.path-product #wrapper .product-post [id^="pdp-section-"]{scroll-margin-top:5.5rem !important;scroll-snap-margin-top:5.5rem;}@media (max-width:991.98px){html body.path-product #wrapper .product-post .pdp-section,html body.path-product #wrapper .product-post .pdp-section__toggle,html body.path-product #wrapper .product-post .pdp-section__body,html body.path-product #wrapper .product-post [id^="pdp-section-"]{scroll-margin-top:6.75rem !important;scroll-snap-margin-top:6.75rem;}html body.path-product #wrapper .product-post .product-info > .nav.nav-tabs,html body.path-product #wrapper .product-post .pdp-tabs{top:0.35rem !important;z-index:30 !important;}}@media (max-width:575.98px){html body.path-product #wrapper .product-post .pdp-section,html body.path-product #wrapper .product-post .pdp-section__toggle,html body.path-product #wrapper .product-post .pdp-section__body,html body.path-product #wrapper .product-post [id^="pdp-section-"]{scroll-margin-top:7.25rem !important;scroll-snap-margin-top:7.25rem;}}html body #wrapper #block-breadcrumbs,html body #wrapper .block-system-breadcrumb-block,html body #wrapper .region-breadcrumb #block-breadcrumbs,html body #wrapper .region-breadcrumb .block-system-breadcrumb-block{display:block !important;width:100vw !important;max-width:100vw !important;position:relative !important;left:50% !important;right:auto !important;margin-left:-50vw !important;margin-right:0 !important;margin-top:0 !important;margin-bottom:0.65rem !important;padding:0 !important;background:#e8f6ee !important;border:0 !important;border-top:1px solid #c5e6d4 !important;border-bottom:2px solid #0e6c3e !important;border-radius:0 !important;box-shadow:none !important;box-sizing:border-box !important;overflow:visible !important;z-index:2 !important;}html body #wrapper #block-breadcrumbs .container-wrap,html body #wrapper .block-system-breadcrumb-block .container-wrap,html body #wrapper #block-breadcrumbs .block-content,html body #wrapper .block-system-breadcrumb-block .block-content{max-width:none !important;width:100% !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}html body #wrapper .breadcrumb,html body #wrapper nav.breadcrumb{display:block !important;width:100% !important;max-width:none !important;margin:0 !important;padding:0.85rem 1.35rem !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-sizing:border-box !important;overflow:visible !important;}html body #wrapper .breadcrumb ul,html body #wrapper .breadcrumb ol,html body #wrapper .breadcrumb .breadcrumb__list{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-start !important;gap:0.25rem 0.2rem !important;list-style:none !important;margin:0 !important;padding:0 !important;max-width:none !important;width:100% !important;box-sizing:border-box !important;justify-content:center !important;}html body #wrapper .breadcrumb li,html body #wrapper .breadcrumb .breadcrumb__item{display:inline-flex !important;align-items:center !important;flex-wrap:wrap !important;position:relative !important;float:none !important;margin:0 !important;padding:0.25rem 0.15rem !important;max-width:100% !important;font-size:1.05rem !important;line-height:1.45 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;box-sizing:border-box !important;word-break:break-word !important;overflow-wrap:anywhere !important;}html body #wrapper .breadcrumb li:after,html body #wrapper .breadcrumb li::after,html body #wrapper .breadcrumb .breadcrumb__item:after,html body #wrapper .breadcrumb .breadcrumb__item::after{content:none !important;display:none !important;border:0 !important;width:0 !important;height:0 !important;}html body #wrapper .breadcrumb li + li::before,html body #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before{content:"›" !important;display:inline-block !important;margin:0 0.45rem 0 0.2rem !important;color:#138450 !important;-webkit-text-fill-color:#138450 !important;font-weight:800 !important;font-size:1.05em !important;line-height:1 !important;speak:none;}html body #wrapper .breadcrumb a,html body #wrapper .breadcrumb .breadcrumb__link{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;font-size:inherit !important;text-decoration:none !important;text-shadow:none !important;background:transparent !important;border:0 !important;padding:0.15rem 0.1rem !important;}html body #wrapper .breadcrumb a:hover,html body #wrapper .breadcrumb a:focus-visible,html body #wrapper .breadcrumb .breadcrumb__link:hover,html body #wrapper .breadcrumb .breadcrumb__link:focus-visible{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;text-decoration:underline !important;text-underline-offset:0.14em !important;}html body #wrapper .breadcrumb li:last-child,html body #wrapper .breadcrumb .breadcrumb__item--current,html body #wrapper .breadcrumb li.active,html body #wrapper .breadcrumb .active,html body #wrapper .breadcrumb .breadcrumb__current{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:800 !important;font-size:inherit !important;background:transparent !important;text-decoration:none !important;}html body #wrapper .breadcrumb li:last-child a,html body #wrapper .breadcrumb .breadcrumb__item--current a{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:800 !important;pointer-events:none !important;text-decoration:none !important;cursor:default !important;}@media (max-width:991.98px){html body #wrapper #block-breadcrumbs,html body #wrapper .block-system-breadcrumb-block{width:100vw !important;max-width:100vw !important;left:50% !important;margin-left:-50vw !important;margin-bottom:0.75rem !important;}html body #wrapper #block-breadcrumbs .container-wrap,html body #wrapper .block-system-breadcrumb-block .container-wrap,html body #wrapper #block-breadcrumbs .block-content,html body #wrapper .block-system-breadcrumb-block .block-content{max-width:none !important;width:100% !important;padding:0 !important;margin:0 !important;}html body #wrapper .breadcrumb,html body #wrapper nav.breadcrumb{padding:0.95rem 1rem !important;}html body #wrapper .breadcrumb li,html body #wrapper .breadcrumb .breadcrumb__item{font-size:1.02rem !important;line-height:1.45 !important;padding:0.3rem 0.1rem !important;}html body #wrapper .breadcrumb li + li::before,html body #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before{margin:0 0.4rem 0 0.15rem !important;font-size:1.1em !important;}}@media (max-width:575.98px){html body #wrapper .breadcrumb,html body #wrapper nav.breadcrumb{padding:1rem 0.9rem !important;}html body #wrapper .breadcrumb li,html body #wrapper .breadcrumb .breadcrumb__item{font-size:1rem !important;line-height:1.5 !important;}html body #wrapper .breadcrumb li:last-child,html body #wrapper .breadcrumb .breadcrumb__item--current{flex:1 1 100% !important;min-width:100% !important;max-width:100% !important;}html body #wrapper .breadcrumb li:last-child::before,html body #wrapper .breadcrumb .breadcrumb__item--current::before{}}html body.path-product #wrapper #block-breadcrumbs,html body.path-products #wrapper #block-breadcrumbs,html body.path-taxonomy #wrapper #block-breadcrumbs,html body.path-blog #wrapper #block-breadcrumbs,html body.path-store #wrapper #block-breadcrumbs,html body #wrapper #block-breadcrumbs{width:100vw !important;max-width:100vw !important;left:50% !important;margin-left:-50vw !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}html body.path-product #wrapper .breadcrumb ul,html body.path-products #wrapper .breadcrumb ul,html body.path-taxonomy #wrapper .breadcrumb ul,html body.path-product #wrapper .breadcrumb ol,html body.path-products #wrapper .breadcrumb ol,html body.path-taxonomy #wrapper .breadcrumb ol,html body #wrapper .breadcrumb ul,html body #wrapper .breadcrumb ol,html body #wrapper .breadcrumb .breadcrumb__list{max-width:none !important;width:100% !important;justify-content:flex-start !important;padding-left:0 !important;padding-right:0 !important;justify-content:center !important;}html body.path-product #wrapper .breadcrumb,html body.path-products #wrapper .breadcrumb,html body.path-taxonomy #wrapper .breadcrumb,html body #wrapper .breadcrumb{max-width:none !important;width:100% !important;}html body #wrapper #content-wide-top,html body #wrapper .content-wide.region-content-wide-top,html body #wrapper #main-content > #content-wide-top,html body #wrapper section#content-wide-top.content-wide,html body #wrapper .region.region-content-wide-top{overflow:visible !important;max-width:none !important;}html body #wrapper #content-wide-top > .region,html body #wrapper .region.region-content-wide-top{overflow:visible !important;max-width:none !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}html body #wrapper #block-breadcrumbs,html body #wrapper .block-system-breadcrumb-block,html body.path-web-services #wrapper #block-breadcrumbs,html body.path-marketing-services #wrapper #block-breadcrumbs,html body.path-node #wrapper #block-breadcrumbs,html body.page-node-type-service #wrapper #block-breadcrumbs,html body.page-node-type-page #wrapper #block-breadcrumbs,html body.path-blog #wrapper #block-breadcrumbs,html body.path-frontpage #wrapper #block-breadcrumbs,html body.path-product #wrapper #block-breadcrumbs,html body.path-products #wrapper #block-breadcrumbs,html body.path-taxonomy #wrapper #block-breadcrumbs,html body.path-store #wrapper #block-breadcrumbs{display:block !important;visibility:visible !important;opacity:1 !important;width:100vw !important;max-width:100vw !important;min-width:100vw !important;position:relative !important;left:50% !important;right:auto !important;transform:none !important;margin:0 0 0.75rem !important;margin-left:-50vw !important;margin-right:0 !important;padding:0 !important;background:#e8f6ee !important;background-color:#e8f6ee !important;border:0 !important;border-top:1px solid #c5e6d4 !important;border-bottom:2px solid #0e6c3e !important;border-radius:0 !important;box-shadow:none !important;box-sizing:border-box !important;overflow:visible !important;z-index:5 !important;float:none !important;clear:both !important;text-align:left !important;}html body #wrapper #block-breadcrumbs .container-wrap,html body #wrapper #block-breadcrumbs .container-wrap.clearfix,html body #wrapper .block-system-breadcrumb-block .container-wrap,html body #wrapper #block-breadcrumbs .block-content,html body #wrapper #block-breadcrumbs .block-content.clearfix,html body.path-web-services #wrapper #block-breadcrumbs .container-wrap,html body.path-node #wrapper #block-breadcrumbs .container-wrap,html body.page-node-type-service #wrapper #block-breadcrumbs .container-wrap{display:block !important;width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;float:none !important;box-sizing:border-box !important;}html body #wrapper .breadcrumb,html body #wrapper nav.breadcrumb,html body.path-web-services #wrapper .breadcrumb,html body.path-marketing-services #wrapper .breadcrumb,html body.path-node #wrapper .breadcrumb,html body.page-node-type-service #wrapper .breadcrumb,html body.path-blog #wrapper .breadcrumb,html body.path-product #wrapper .breadcrumb,html body.path-products #wrapper .breadcrumb,html body.path-taxonomy #wrapper .breadcrumb{display:block !important;width:100% !important;max-width:none !important;margin:0 !important;margin-top:0 !important;padding:0.95rem 1.35rem !important;background:transparent !important;background-color:transparent !important;border:0 !important;border-radius:0 !important;text-align:left !important;box-sizing:border-box !important;overflow:visible !important;}html body #wrapper .breadcrumb ul,html body #wrapper .breadcrumb ol,html body #wrapper .breadcrumb .breadcrumb__list,html body.path-web-services #wrapper .breadcrumb ul,html body.path-web-services #wrapper .breadcrumb ol,html body.path-node #wrapper .breadcrumb ol,html body.page-node-type-service #wrapper .breadcrumb ol,html body.path-product #wrapper .breadcrumb ul,html body.path-products #wrapper .breadcrumb ul,html body.path-taxonomy #wrapper .breadcrumb ul{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-start !important;gap:0.2rem 0.15rem !important;width:100% !important;max-width:none !important;margin:0 !important;margin-bottom:0 !important;padding:0 !important;list-style:none !important;box-sizing:border-box !important;justify-content:center !important;}html body #wrapper .breadcrumb li,html body #wrapper .breadcrumb ul li,html body #wrapper .breadcrumb ol li,html body #wrapper .breadcrumb .breadcrumb__item,html body #wrapper .breadcrumb ul li:last-child,html body #wrapper .breadcrumb ol li:last-child,html body #wrapper .breadcrumb li:last-child,html body #wrapper .breadcrumb .breadcrumb__item--current,html body.path-web-services #wrapper .breadcrumb li,html body.path-node #wrapper .breadcrumb li,html body.page-node-type-service #wrapper .breadcrumb li,html body.path-web-services #wrapper .breadcrumb li:last-child,html body.path-node #wrapper .breadcrumb li:last-child,html body.page-node-type-service #wrapper .breadcrumb li:last-child{display:inline-flex !important;visibility:visible !important;opacity:1 !important;align-items:center !important;flex-wrap:wrap !important;float:none !important;position:relative !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0.3rem 0.15rem !important;padding-right:0.15rem !important;max-width:100% !important;font-size:1.08rem !important;line-height:1.45 !important;font-weight:600 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;box-sizing:border-box !important;word-break:break-word !important;overflow-wrap:anywhere !important;text-align:left !important;}html body #wrapper .breadcrumb li::after,html body #wrapper .breadcrumb ul li::after,html body #wrapper .breadcrumb li:after,html body #wrapper .breadcrumb ul li:after,html body #wrapper .breadcrumb li:last-child::after,html body #wrapper .breadcrumb ul li:last-child::after{content:none !important;display:none !important;border:0 !important;width:0 !important;height:0 !important;background:none !important;}html body #wrapper .breadcrumb li + li::before,html body #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before,html body.path-web-services #wrapper .breadcrumb li + li::before,html body.path-node #wrapper .breadcrumb li + li::before,html body.page-node-type-service #wrapper .breadcrumb li + li::before{content:"›" !important;display:inline-block !important;visibility:visible !important;margin:0 0.5rem 0 0.2rem !important;color:#138450 !important;-webkit-text-fill-color:#138450 !important;font-weight:800 !important;font-size:1.1em !important;line-height:1 !important;}html body #wrapper .breadcrumb a,html body #wrapper .breadcrumb .breadcrumb__link,html body #wrapper .breadcrumb ul li a,html body.path-web-services #wrapper .breadcrumb a,html body.path-marketing-services #wrapper .breadcrumb a,html body.path-node #wrapper .breadcrumb a,html body.page-node-type-service #wrapper .breadcrumb a,html body.path-blog #wrapper .breadcrumb a{display:inline !important;color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;font-size:inherit !important;line-height:inherit !important;text-decoration:none !important;text-shadow:none !important;background:transparent !important;border:0 !important;padding:0.2rem 0.15rem !important;margin:0 !important;}html body #wrapper .breadcrumb a:hover,html body #wrapper .breadcrumb a:focus-visible,html body.path-web-services #wrapper .breadcrumb a:hover,html body.page-node-type-service #wrapper .breadcrumb a:hover{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;text-decoration:underline !important;}html body #wrapper .breadcrumb li:last-child,html body #wrapper .breadcrumb .breadcrumb__item--current,html body #wrapper .breadcrumb .breadcrumb__current,html body #wrapper .breadcrumb ul li:last-child,html body.path-web-services #wrapper .breadcrumb li:last-child,html body.path-node #wrapper .breadcrumb li:last-child,html body.page-node-type-service #wrapper .breadcrumb li:last-child{display:inline-flex !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:800 !important;font-size:inherit !important;}html body #wrapper .breadcrumb .breadcrumb__current{display:inline !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:800 !important;font-size:inherit !important;}@media (max-width:991.98px){html body #wrapper #block-breadcrumbs,html body #wrapper .block-system-breadcrumb-block,html body.path-web-services #wrapper #block-breadcrumbs,html body.path-node #wrapper #block-breadcrumbs,html body.page-node-type-service #wrapper #block-breadcrumbs{width:100vw !important;max-width:100vw !important;min-width:100vw !important;left:50% !important;margin-left:-50vw !important;margin-bottom:0.85rem !important;}html body #wrapper .breadcrumb,html body #wrapper nav.breadcrumb,html body.path-web-services #wrapper .breadcrumb,html body.path-node #wrapper .breadcrumb,html body.page-node-type-service #wrapper .breadcrumb{padding:1.05rem 1.05rem !important;margin:0 !important;}html body #wrapper .breadcrumb li,html body #wrapper .breadcrumb ul li,html body #wrapper .breadcrumb .breadcrumb__item,html body #wrapper .breadcrumb li:last-child,html body.path-web-services #wrapper .breadcrumb li,html body.path-node #wrapper .breadcrumb li,html body.page-node-type-service #wrapper .breadcrumb li,html body.path-product #wrapper .breadcrumb li,html body.path-products #wrapper .breadcrumb li,html body.path-taxonomy #wrapper .breadcrumb li{display:inline-flex !important;font-size:1.05rem !important;line-height:1.5 !important;padding:0.35rem 0.12rem !important;}html body #wrapper .breadcrumb li + li::before{margin:0 0.45rem 0 0.15rem !important;font-size:1.15em !important;}}@media (max-width:575.98px){html body #wrapper .breadcrumb,html body.path-web-services #wrapper .breadcrumb,html body.page-node-type-service #wrapper .breadcrumb{padding:1.1rem 0.95rem !important;}html body #wrapper .breadcrumb li,html body #wrapper .breadcrumb ul li,html body #wrapper .breadcrumb .breadcrumb__item,html body #wrapper .breadcrumb li:last-child{display:inline-flex !important;font-size:1.02rem !important;line-height:1.5 !important;}html body #wrapper .breadcrumb li:last-child,html body #wrapper .breadcrumb .breadcrumb__item--current{display:inline-flex !important;flex:1 1 100% !important;min-width:100% !important;max-width:100% !important;}}html body.path-frontpage .block.slide-block.fullwidth,html body.page-service-city .block.slide-block.fullwidth,html body.page-houston-tx .block.slide-block.fullwidth,html body.page-katy-tx .block.slide-block.fullwidth,html body.page-cypress-tx .block.slide-block.fullwidth,html body.page-spring-tx .block.slide-block.fullwidth,html body.page-tomball-tx .block.slide-block.fullwidth,html body.page-jersey-village-tx .block.slide-block.fullwidth,html body.page-local .block.slide-block.fullwidth{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-frontpage .block.slide-block.fullwidth > .container-wrap,html body.page-service-city .block.slide-block.fullwidth > .container-wrap,html body.page-houston-tx .block.slide-block.fullwidth > .container-wrap,html body.page-katy-tx .block.slide-block.fullwidth > .container-wrap,html body.page-cypress-tx .block.slide-block.fullwidth > .container-wrap,html body.page-spring-tx .block.slide-block.fullwidth > .container-wrap,html body.page-tomball-tx .block.slide-block.fullwidth > .container-wrap,html body.page-jersey-village-tx .block.slide-block.fullwidth > .container-wrap,html body.page-local .block.slide-block.fullwidth > .container-wrap{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-frontpage .block.slide-block.fullwidth .hero.slide-carousel,html body.page-service-city .block.slide-block.fullwidth .hero.slide-carousel,html body.page-houston-tx .block.slide-block.fullwidth .hero.slide-carousel,html body.page-katy-tx .block.slide-block.fullwidth .hero.slide-carousel,html body.page-cypress-tx .block.slide-block.fullwidth .hero.slide-carousel,html body.page-spring-tx .block.slide-block.fullwidth .hero.slide-carousel,html body.page-tomball-tx .block.slide-block.fullwidth .hero.slide-carousel,html body.page-jersey-village-tx .block.slide-block.fullwidth .hero.slide-carousel,html body.page-local .block.slide-block.fullwidth .hero.slide-carousel,html body.path-frontpage .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-service-city .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel.owl-carousel,html body.page-local .block.slide-block.fullwidth .slide-carousel.owl-carousel{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}html body.path-frontpage .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-service-city .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel .owl-stage-outer,html body.page-local .block.slide-block.fullwidth .slide-carousel .owl-stage-outer{width:100% !important;max-width:100% !important;box-sizing:border-box !important;overflow:hidden !important;}html body.path-frontpage .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-service-city .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide,html body.page-local .block.slide-block.fullwidth .slide-carousel .owl-item > .node--type-slide{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-frontpage .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.path-frontpage .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-service-city .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-service-city .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-local .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-local .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container{width:80% !important;max-width:80% !important;margin-left:auto !important;margin-right:auto !important;box-sizing:border-box !important;padding-left:1.25rem !important;padding-right:1.25rem !important;}@media (max-width:767.98px){html body.path-frontpage .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.path-frontpage .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-service-city .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-service-city .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-houston-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-katy-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-cypress-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-spring-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-tomball-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-jersey-village-tx .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container,html body.page-local .block.slide-block.fullwidth .slide-carousel .slide-additional-content,html body.page-local .block.slide-block.fullwidth .slide-carousel .slide-additional-content.container{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;padding-left:0.6rem !important;padding-right:0.6rem !important;}html body .node--type-slide .slide-additional-content::before{margin-left:-0.25rem !important;margin-right:-0.25rem;}}html body.path-web-services #wrapper .service-teaser .post-content h2.service-title,html body.path-marketing-services #wrapper .service-teaser .post-content h2.service-title,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h2.service-title,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h2.service-title,html body.path-web-services #wrapper .service-teaser .post-content h2.service-title a,html body.path-marketing-services #wrapper .service-teaser .post-content h2.service-title a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h2.service-title a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h2.service-title a,html body.path-web-services #wrapper .service-teaser .post-content h4 a,html body.path-marketing-services #wrapper .service-teaser .post-content h4 a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h4 a,html body.path-web-services #wrapper .service-teaser .service-title,html body.path-marketing-services #wrapper .service-teaser .service-title,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-title,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .service-title{color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;background:transparent !important;text-shadow:none !important;font-weight:800 !important;line-height:1.3 !important;text-decoration:none !important;}html body.path-web-services #wrapper .service-teaser .post-content h2.service-title a:hover,html body.path-marketing-services #wrapper .service-teaser .post-content h2.service-title a:hover,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h2.service-title a:hover,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content h2.service-title a:hover{color:#138450 !important;-webkit-text-fill-color:#138450 !important;text-decoration:underline !important;}html body.path-web-services #wrapper .service-teaser .post-content > a,html body.path-marketing-services #wrapper .service-teaser .post-content > a,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a,html body.path-web-services #wrapper .service-teaser .post-content > a.service-card-cta,html body.path-marketing-services #wrapper .service-teaser .post-content > a.service-card-cta,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a.service-card-cta,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a.service-card-cta{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:100% !important;margin:0.65rem auto 0.15rem !important;padding:0 !important;text-decoration:none !important;background:transparent !important;border:0 !important;box-shadow:none !important;cursor:pointer !important;}html body.path-web-services #wrapper .service-teaser .post-content > a strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong,html body.path-web-services #wrapper .service-teaser .post-content > a.service-card-cta strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a.service-card-cta strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a.service-card-cta strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a.service-card-cta strong,html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2 div.post-content a strong,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2 div.post-content a strong,html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2 div[class="post-content"] a strong,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2 div[class="post-content"] a strong{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:0.35rem !important;width:auto !important;min-width:min(100%,16rem) !important;max-width:100% !important;margin:0 auto !important;padding:0.75rem 1.35rem !important;border:2px solid #000 !important;border-radius:999px !important;background:linear-gradient(180deg,#1aa35f 0%,#0e6c3e 55%,#0a4f2f 100%) !important;background-color:#138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-size:1.05rem !important;font-weight:800 !important;letter-spacing:0.02em !important;line-height:1.2 !important;text-align:center !important;text-shadow:0 1px 0 rgba(0,0,0,0.35) !important;box-shadow:0 3px 0 #000,0 8px 18px rgba(19,132,80,0.35) !important;cursor:pointer !important;transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease !important;}html body.path-web-services #wrapper .service-teaser .post-content > a:hover strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a:hover strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a:hover strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a:hover strong,html body.path-web-services #wrapper .service-teaser .post-content > a:focus-visible strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a:focus-visible strong,html body.path-web-services #wrapper .feat-container.service-teaser.service-teaser2 div[class="post-content"] a:hover strong,html body.path-marketing-services #wrapper .feat-container.service-teaser.service-teaser2 div[class="post-content"] a:hover strong{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:linear-gradient(180deg,#22b86c 0%,#138450 50%,#0e6c3e 100%) !important;filter:brightness(1.05) !important;transform:translateY(-2px) scale(1.03) !important;box-shadow:0 4px 0 #000,0 12px 22px rgba(19,132,80,0.45) !important;}html body.path-web-services #wrapper .service-teaser .post-content > a strong.animate__animated,html body.path-marketing-services #wrapper .service-teaser .post-content > a strong.animate__animated,html body.path-web-services #wrapper .service-teaser .post-content > a strong.animate__heartBeat,html body.path-marketing-services #wrapper .service-teaser .post-content > a strong.animate__heartBeat,html body[class*="-web-services"] #wrapper .service-teaser .post-content > a strong.animate__heartBeat,html body[class*="-marketing-services"] #wrapper .service-teaser .post-content > a strong.animate__heartBeat{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background-color:#138450 !important;}@media (max-width:767.98px){html body.path-web-services #wrapper .service-teaser .post-content > a strong,html body.path-marketing-services #wrapper .service-teaser .post-content > a strong,html body[class*="-web-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong,html body[class*="-marketing-services"]:not(.page-node-type-service) #wrapper .service-teaser .post-content > a strong{width:100% !important;min-width:0 !important;padding:0.85rem 1rem !important;font-size:1.08rem !important;}}html body.page-node-type-partners #wrapper .region-content .partners-page,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-page-shell{color:#1a1a1a !important;background:transparent !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero{background:linear-gradient(165deg,#eef8f2 0%,#ffffff 50%,#f7fbf8 100%) !important;border:2px solid #000 !important;color:#1a1a1a !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero__eyebrow{display:inline-block !important;padding:0.35rem 0.75rem !important;border-radius:999px !important;background:rgba(19,132,80,0.12) !important;color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;border:1px solid rgba(10,61,40,0.25) !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero__deck{background:transparent !important;color:#2a2a2a !important;-webkit-text-fill-color:#2a2a2a !important;padding:0 !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .field.field-body,html body.page-node-type-partners #wrapper .region-content .partners-page .field.field-body .field-item,html body.page-node-type-partners #wrapper .region-content .partners-page .field.field-body.field-type-text-with-summary.field-label-hidden.field-item,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body p,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body li,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body .field-item,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body .field-item p,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body-wrap{color:#1a1a1a !important;-webkit-text-fill-color:#1a1a1a !important;background:transparent !important;background-color:transparent !important;text-shadow:none !important;opacity:1 !important;width:100% !important;max-width:100% !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body > p,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body .field-item > p,html body.page-node-type-partners #wrapper .region-content .partners-page .field-body .field-item > p{color:#1a1a1a !important;-webkit-text-fill-color:#1a1a1a !important;background:#f4faf6 !important;background-color:#f4faf6 !important;border:1px solid rgba(0,0,0,0.1) !important;border-left:4px solid #138450 !important;border-radius:12px !important;padding:1rem 1.15rem !important;margin:0 0 1rem !important;}html body.page-node-type-partners #wrapper .region-content .partners-page h1,html body.page-node-type-partners #wrapper .region-content .partners-page h1 *,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero__title,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero__title *,html body.page-node-type-partners #wrapper .region-content .partners-page h1.node-name-title,html body.page-node-type-partners #wrapper .region-content .partners-page h1.node-name-title *,html body.page-node-type-partners #wrapper .region-content .partners-page h2,html body.page-node-type-partners #wrapper .region-content .partners-page h2 *,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body h2,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body h2 *{color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;background:transparent !important;text-shadow:none !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-body a:not(.partner-cta){color:#0d5c38 !important;-webkit-text-fill-color:#0d5c38 !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta--primary,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta--primary *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:linear-gradient(180deg,#1aa35f 0%,#138450 55%,#0e6c3e 100%) !important;text-decoration:none !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta--secondary,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta--secondary *{color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;background:#ffffff !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta--ghost,html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta--ghost *{color:#0d5c38 !important;-webkit-text-fill-color:#0d5c38 !important;background:#ffffff !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-page-footer{background:#f6faf7 !important;color:#1a1a1a !important;}@media (max-width:767.98px){html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero{overflow:visible !important;padding-left:1rem !important;padding-right:1rem !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-hero__title,html body.page-node-type-partners #wrapper .region-content .partners-page h1.node-name-title{overflow-wrap:anywhere !important;word-break:break-word !important;max-width:100% !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-page-shell{overflow-x:hidden !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta-row{flex-direction:column !important;align-items:stretch !important;}html body.page-node-type-partners #wrapper .region-content .partners-page .partner-cta{width:100% !important;text-align:center !important;}}html body.page-node-type-service .service-cards-wrapper .faq-section,html body.page-node-type-service .faq-section,body.page-node-type-service .service-cards-wrapper .faq-section{position:relative !important;margin:2.25rem 0 1.75rem !important;padding:1.25rem 1rem 1.5rem !important;border-radius:20px !important;border:2px solid var(--svc-border-soft,#c5e6d4) !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;background-color:var(--svc-soft,#e8f6ee) !important;box-shadow:0 8px 28px rgba(10,47,28,0.06) !important;overflow:hidden !important;max-width:100% !important;box-sizing:border-box !important;}html body.page-node-type-service .faq-section::before,body.page-node-type-service .service-cards-wrapper .faq-section::before{content:"" !important;position:absolute !important;top:-80px !important;right:-60px !important;width:220px !important;height:220px !important;border-radius:50% !important;background:rgba(14,108,62,0.08) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-service .faq-section::after,body.page-node-type-service .service-cards-wrapper .faq-section::after{content:"" !important;position:absolute !important;bottom:-80px !important;left:-60px !important;width:220px !important;height:220px !important;border-radius:50% !important;background:rgba(14,108,62,0.08) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-service .faq-section > *,body.page-node-type-service .service-cards-wrapper .faq-section > *{position:relative !important;z-index:1 !important;}html body.page-node-type-service .faq-section .section-header,body.page-node-type-service .service-cards-wrapper .faq-section .section-header{text-align:center !important;margin:0 0 1.25rem !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-service .faq-section .faq-subheader,body.page-node-type-service .service-cards-wrapper .faq-section .faq-subheader{display:inline-block !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;padding:0.75rem 1.25rem !important;border-radius:12px !important;border:2px solid rgba(0,0,0,0.35) !important;font-weight:800 !important;font-size:1.05rem !important;line-height:1.35 !important;box-shadow:0 6px 16px rgba(10,47,28,0.12) !important;max-width:100% !important;}html body.page-node-type-service .faq-section .faq-grid,body.page-node-type-service .service-cards-wrapper .faq-section .faq-grid{display:grid !important;grid-template-columns:1fr !important;gap:1rem !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;max-width:100% !important;min-width:0 !important;}@media (min-width:900px){html body.page-node-type-service .faq-section .faq-grid,body.page-node-type-service .service-cards-wrapper .faq-section .faq-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1.1rem !important;}}html body.page-node-type-service .faq-section details.faq-card,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card{display:block !important;margin:0 !important;padding:0 !important;background:#ffffff !important;background-color:#ffffff !important;border:1px solid var(--svc-border-soft,#c5e6d4) !important;border-radius:16px !important;overflow:hidden !important;box-shadow:0 4px 16px rgba(10,47,28,0.06) !important;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease !important;position:relative !important;min-width:0 !important;}html body.page-node-type-service .faq-section details.faq-card:hover,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card:hover{transform:translateY(-2px) !important;box-shadow:0 10px 26px rgba(10,47,28,0.1) !important;border-color:var(--svc-mint,#8fd0b3) !important;}html body.page-node-type-service .faq-section details.faq-card[open],body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card[open]{border-color:var(--svc-brand,#0e6c3e) !important;box-shadow:0 10px 28px rgba(14,108,62,0.14) !important;}html body.page-node-type-service .faq-section details.faq-card > summary,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card > summary{cursor:pointer !important;list-style:none !important;position:relative !important;padding:1.15rem 3rem 1.15rem 1.25rem !important;margin:0 !important;font-weight:800 !important;font-size:1.05rem !important;line-height:1.4 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:linear-gradient(135deg,#4fa36f 0%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;border:0 !important;border-bottom:0 !important;border-radius:0 !important;box-shadow:none !important;z-index:2 !important;}html body.page-node-type-service .faq-section details.faq-card[open] > summary,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card[open] > summary{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;}html body.page-node-type-service .faq-section details.faq-card > summary::-webkit-details-marker,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card > summary::-webkit-details-marker{display:none !important;}html body.page-node-type-service .faq-section details.faq-card > summary::marker,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card > summary::marker{content:"" !important;display:none !important;}html body.page-node-type-service .faq-section details.faq-card > summary::after,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card > summary::after{content:"+" !important;position:absolute !important;right:1.15rem !important;top:50% !important;transform:translateY(-50%) !important;font-size:1.55rem !important;font-weight:800 !important;line-height:1 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;pointer-events:none !important;}html body.page-node-type-service .faq-section details.faq-card[open] > summary::after,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card[open] > summary::after{content:"−" !important;}html body.page-node-type-service .faq-section details.faq-card .faq-answer,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card .faq-answer{display:block !important;margin:0 !important;padding:1.1rem 1.25rem 1.35rem !important;background:#ffffff !important;background-color:#ffffff !important;color:var(--svc-ink,#0a2f1c) !important;-webkit-text-fill-color:var(--svc-ink,#0a2f1c) !important;font-weight:550 !important;font-size:0.98rem !important;line-height:1.65 !important;border:0 !important;border-top:1px solid var(--svc-border-soft,#c5e6d4) !important;border-radius:0 !important;box-shadow:none !important;}html body.page-node-type-service .faq-section details.faq-card .faq-answer strong,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card .faq-answer strong{color:var(--svc-brand,#0e6c3e) !important;-webkit-text-fill-color:var(--svc-brand,#0e6c3e) !important;font-weight:800 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-node-type-service .region.region-content .faq-section details.faq-card .faq-answer,html body.page-node-type-service .region.region-content .faq-section details.faq-card .faq-answer p,html body.page-node-type-service .region.region-content .faq-section details.faq-card summary{background-color:transparent !important;}html body.page-node-type-service .region.region-content .faq-section details.faq-card .faq-answer{background-color:#ffffff !important;color:var(--svc-ink,#0a2f1c) !important;}html body.page-node-type-service .region.region-content .faq-section details.faq-card > summary{background:linear-gradient(135deg,#4fa36f 0%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.page-node-type-service .region.region-content .faq-section details.faq-card[open] > summary{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;}@media (max-width:899px){html body.page-node-type-service .faq-section,body.page-node-type-service .service-cards-wrapper .faq-section{padding:1rem 0.75rem 1.15rem !important;margin:1.75rem 0 1.25rem !important;}html body.page-node-type-service .faq-section details.faq-card > summary,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card > summary{font-size:0.98rem !important;padding:1rem 2.75rem 1rem 1rem !important;}html body.page-node-type-service .faq-section details.faq-card .faq-answer,body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card .faq-answer{font-size:0.95rem !important;padding:0.95rem 1rem 1.1rem !important;}}html body.page-node-type-team #wrapper .profile-cards-wrapper,html body.page-node-type-team .profile-cards-wrapper{position:relative !important;overflow:visible !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;background-color:#e8f6ee !important;background-image:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;border:2px solid #c5e6d4 !important;border-radius:20px !important;box-shadow:0 8px 28px rgba(10,47,28,0.06) !important;box-sizing:border-box !important;padding:1.25rem 1.5rem 1.5rem !important;margin-left:auto !important;margin-right:auto !important;}html body.page-node-type-page #wrapper .terms-cards-wrapper,html body.page-node-type-page #wrapper .privacy-cards-wrapper,html body.page-node-type-page #wrapper .policy-cards-wrapper,html body.page-node-type-page .terms-cards-wrapper,html body.page-node-type-page .privacy-cards-wrapper,html body.page-node-type-page .policy-cards-wrapper,html body.page-privacy #wrapper .privacy-cards-wrapper,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper,html body.page-bookings-refunds #wrapper .policy-cards-wrapper{position:relative !important;overflow:visible !important;background:transparent !important;background-color:transparent !important;background-image:none !important;border:none !important;border-radius:0 !important;box-shadow:none !important;box-sizing:border-box !important;padding:0 !important;margin:0 auto !important;}html body.page-node-type-team #wrapper .profile-cards-wrapper::before,html body.page-node-type-team .profile-cards-wrapper::before,html body.page-node-type-page #wrapper .terms-cards-wrapper::before,html body.page-node-type-page #wrapper .privacy-cards-wrapper::before,html body.page-node-type-page #wrapper .policy-cards-wrapper::before,html body.page-privacy #wrapper .privacy-cards-wrapper::before,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper::before,html body.page-bookings-refunds #wrapper .policy-cards-wrapper::before{position:absolute !important;top:-100px !important;right:-80px !important;width:280px !important;height:280px !important;border-radius:50% !important;background:rgba(14,108,62,0.09) !important;background-color:rgba(14,108,62,0.09) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-team #wrapper .profile-cards-wrapper::after,html body.page-node-type-team .profile-cards-wrapper::after,html body.page-node-type-page #wrapper .terms-cards-wrapper::after,html body.page-node-type-page #wrapper .privacy-cards-wrapper::after,html body.page-node-type-page #wrapper .policy-cards-wrapper::after,html body.page-privacy #wrapper .privacy-cards-wrapper::after,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper::after,html body.page-bookings-refunds #wrapper .policy-cards-wrapper::after{position:absolute !important;bottom:-100px !important;left:-80px !important;width:280px !important;height:280px !important;border-radius:50% !important;background:rgba(14,108,62,0.09) !important;background-color:rgba(14,108,62,0.09) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-team #wrapper .profile-cards-wrapper > *,html body.page-node-type-team .profile-cards-wrapper > *,html body.page-node-type-page #wrapper .terms-cards-wrapper > *,html body.page-node-type-page #wrapper .privacy-cards-wrapper > *,html body.page-node-type-page #wrapper .policy-cards-wrapper > *{position:relative !important;z-index:1 !important;}html body.page-node-type-service .service-cards-wrapper .summary-box,html body.page-node-type-team .profile-cards-wrapper .summary-box,html body.page-node-type-page .terms-cards-wrapper .summary-box,html body.page-node-type-page .privacy-cards-wrapper .summary-box,html body.page-node-type-page .policy-cards-wrapper .summary-box{position:relative !important;overflow:hidden !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;background-color:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:6px solid #0e6c3e !important;border-radius:18px !important;box-shadow:0 6px 20px rgba(10,47,28,0.07) !important;}html body.page-node-type-service .service-cards-wrapper .summary-box::before,html body.page-node-type-team .profile-cards-wrapper .summary-box::before,html body.page-node-type-page .terms-cards-wrapper .summary-box::before,html body.page-node-type-page .privacy-cards-wrapper .summary-box::before,html body.page-node-type-page .policy-cards-wrapper .summary-box::before{content:"" !important;position:absolute !important;top:-70px !important;right:-50px !important;width:180px !important;height:180px !important;border-radius:50% !important;background:rgba(14,108,62,0.08) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-service .service-cards-wrapper .summary-box::after,html body.page-node-type-team .profile-cards-wrapper .summary-box::after,html body.page-node-type-page .terms-cards-wrapper .summary-box::after,html body.page-node-type-page .privacy-cards-wrapper .summary-box::after,html body.page-node-type-page .policy-cards-wrapper .summary-box::after{content:"" !important;position:absolute !important;bottom:-70px !important;left:-50px !important;width:180px !important;height:180px !important;border-radius:50% !important;background:rgba(14,108,62,0.08) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-service .service-cards-wrapper .summary-box > *,html body.page-node-type-team .profile-cards-wrapper .summary-box > *,html body.page-node-type-page .terms-cards-wrapper .summary-box > *,html body.page-node-type-page .privacy-cards-wrapper .summary-box > *,html body.page-node-type-page .policy-cards-wrapper .summary-box > *{position:relative !important;z-index:1 !important;}html body.page-node-type-service .service-cards-wrapper .main-grid > .card,html body.page-node-type-service .service-cards-wrapper > .card,html body.page-node-type-team .profile-cards-wrapper .main-grid > .card,html body.page-node-type-team .profile-cards-wrapper .card,html body.page-node-type-page .terms-cards-wrapper .main-grid > .card,html body.page-node-type-page .privacy-cards-wrapper .main-grid > .card,html body.page-node-type-page .policy-cards-wrapper .main-grid > .card,html body.page-node-type-page .terms-cards-wrapper .card,html body.page-node-type-page .privacy-cards-wrapper .card,html body.page-node-type-page .policy-cards-wrapper .card{position:relative !important;overflow:hidden !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;background-color:#f7fcf9 !important;border:1px solid #c5e6d4 !important;border-radius:16px !important;box-shadow:0 4px 16px rgba(10,47,28,0.06) !important;}html body.page-node-type-service .service-cards-wrapper .main-grid > .card::before,html body.page-node-type-service .service-cards-wrapper > .card::before,html body.page-node-type-team .profile-cards-wrapper .main-grid > .card::before,html body.page-node-type-team .profile-cards-wrapper .card::before,html body.page-node-type-page .terms-cards-wrapper .main-grid > .card::before,html body.page-node-type-page .privacy-cards-wrapper .main-grid > .card::before,html body.page-node-type-page .policy-cards-wrapper .main-grid > .card::before,html body.page-node-type-page .terms-cards-wrapper .card::before,html body.page-node-type-page .privacy-cards-wrapper .card::before,html body.page-node-type-page .policy-cards-wrapper .card::before{content:"" !important;position:absolute !important;top:-55px !important;right:-40px !important;width:140px !important;height:140px !important;border-radius:50% !important;background:rgba(14,108,62,0.07) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-service .service-cards-wrapper .main-grid > .card::after,html body.page-node-type-service .service-cards-wrapper > .card::after,html body.page-node-type-team .profile-cards-wrapper .main-grid > .card::after,html body.page-node-type-team .profile-cards-wrapper .card::after,html body.page-node-type-page .terms-cards-wrapper .main-grid > .card::after,html body.page-node-type-page .privacy-cards-wrapper .main-grid > .card::after,html body.page-node-type-page .policy-cards-wrapper .main-grid > .card::after,html body.page-node-type-page .terms-cards-wrapper .card::after,html body.page-node-type-page .privacy-cards-wrapper .card::after,html body.page-node-type-page .policy-cards-wrapper .card::after{position:absolute !important;bottom:-55px !important;left:-40px !important;width:140px !important;height:140px !important;border-radius:50% !important;background:rgba(14,108,62,0.07) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-service .service-cards-wrapper .main-grid > .card > *,html body.page-node-type-service .service-cards-wrapper > .card > *,html body.page-node-type-team .profile-cards-wrapper .main-grid > .card > *,html body.page-node-type-team .profile-cards-wrapper .card > *,html body.page-node-type-page .terms-cards-wrapper .main-grid > .card > *,html body.page-node-type-page .privacy-cards-wrapper .main-grid > .card > *,html body.page-node-type-page .policy-cards-wrapper .main-grid > .card > *,html body.page-node-type-page .terms-cards-wrapper .card > *,html body.page-node-type-page .privacy-cards-wrapper .card > *,html body.page-node-type-page .policy-cards-wrapper .card > *{position:relative !important;z-index:1 !important;}html body.page-node-type-page .terms-cards-wrapper .faq-section,html body.page-node-type-page .privacy-cards-wrapper .faq-section,html body.page-node-type-page .policy-cards-wrapper .faq-section{position:relative !important;overflow:hidden !important;margin:1.75rem 0 1.25rem !important;padding:1.15rem 1rem 1.35rem !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 55%,#ffffff 100%) !important;background-color:#e8f6ee !important;border:2px solid #c5e6d4 !important;border-radius:20px !important;box-shadow:0 8px 28px rgba(10,47,28,0.06) !important;box-sizing:border-box !important;}html body.page-node-type-page .terms-cards-wrapper .faq-section::before,html body.page-node-type-page .privacy-cards-wrapper .faq-section::before,html body.page-node-type-page .policy-cards-wrapper .faq-section::before{content:"" !important;position:absolute !important;top:-80px !important;right:-60px !important;width:220px !important;height:220px !important;border-radius:50% !important;background:rgba(14,108,62,0.08) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-page .terms-cards-wrapper .faq-section::after,html body.page-node-type-page .privacy-cards-wrapper .faq-section::after,html body.page-node-type-page .policy-cards-wrapper .faq-section::after{content:"" !important;position:absolute !important;bottom:-80px !important;left:-60px !important;width:220px !important;height:220px !important;border-radius:50% !important;background:rgba(14,108,62,0.08) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-page .terms-cards-wrapper .faq-section > *,html body.page-node-type-page .privacy-cards-wrapper .faq-section > *,html body.page-node-type-page .policy-cards-wrapper .faq-section > *{position:relative !important;z-index:1 !important;}html body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card,html body.page-node-type-service .service-cards-wrapper .faq-section details.faq-card::before,html body.page-node-type-page .terms-cards-wrapper .faq-section details.faq-card::before,html body.page-node-type-page .privacy-cards-wrapper .faq-section details.faq-card::before{}html body.page-node-type-page .terms-cards-wrapper .faq-card,html body.page-node-type-page .privacy-cards-wrapper .faq-card,html body.page-node-type-page .policy-cards-wrapper .faq-card{background:linear-gradient(165deg,#ffffff 0%,#f7fcf9 100%) !important;}html body.page-node-type-team .profile-cards-wrapper .faq-card,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card,html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-card{position:relative !important;overflow:hidden !important;background:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;background-color:#f7fcf9 !important;background-image:linear-gradient(165deg,#e8f6ee 0%,#f7fcf9 50%,#ffffff 100%) !important;}html body.page-node-type-team .profile-cards-wrapper .faq-card::before,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card::before,html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-card::before{content:"" !important;position:absolute !important;top:-55px !important;right:-40px !important;width:140px !important;height:140px !important;border-radius:50% !important;background:rgba(14,108,62,0.07) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-team .profile-cards-wrapper .faq-card::after,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card::after,html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-card::after{content:"" !important;position:absolute !important;bottom:-55px !important;left:-40px !important;width:140px !important;height:140px !important;border-radius:50% !important;background:rgba(14,108,62,0.07) !important;pointer-events:none !important;z-index:0 !important;}html body.page-node-type-team .profile-cards-wrapper .faq-card > *,html body.page-node-type-team .profile-cards-wrapper .faq-grid .faq-card > *{position:relative !important;z-index:1 !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content{position:relative !important;box-sizing:border-box !important;padding-top:0.9rem !important;padding-bottom:0.9rem !important;padding-left:1.85rem !important;padding-right:1.85rem !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before{content:"\201C" !important;color:#138450 !important;position:absolute !important;top:0.5rem !important;left:0.7rem !important;bottom:auto !important;right:auto !important;font-size:2rem !important;line-height:1 !important;pointer-events:none !important;z-index:1 !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after{content:"\201D" !important;color:#138450 !important;position:absolute !important;bottom:0.3rem !important;right:0.7rem !important;top:auto !important;left:auto !important;font-size:2rem !important;line-height:1 !important;pointer-events:none !important;z-index:1 !important;}@media (max-width:991.98px){#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content{padding-top:1.4rem !important;padding-bottom:1.5rem !important;padding-left:1.15rem !important;padding-right:1.15rem !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before{top:0.4rem !important;left:0.55rem !important;font-size:1.65rem !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after{bottom:0.25rem !important;right:0.55rem !important;font-size:1.65rem !important;}}@media (min-width:992px){html body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser .post-title-wrap,html body.page-node-type-service [id*="views-block-blog"] .post-content .post-title-wrap,html body.page-node-type-service [id^="block-martis-views-block-blog"] .post-title-wrap,html body.page-node-type-service .blog-post-teaser .post-title-wrap{position:relative !important;margin-top:1.65rem !important;margin-bottom:0.4rem !important;padding-top:0 !important;z-index:5 !important;}html body.page-node-type-service [id*="views-block-blog"] .blog-post-teaser .post-title,html body.page-node-type-service [id*="views-block-blog"] .post-content .post-title,html body.page-node-type-service [id*="views-block-blog"] h3.post-title,html body.page-node-type-service [id*="views-block-blog"] #node-title-,html body.page-node-type-service .blog-post-teaser #node-title-,html body.page-node-type-service .blog-post-teaser .post-title,html body.page-node-type-service #node-title-{position:relative !important;margin-top:0 !important;padding-top:0 !important;top:0 !important;}html body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav,html body.page-node-type-service .flexslider .flex-direction-nav{height:0 !important;margin:0 !important;padding:0 !important;}html body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav a,html body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav a.flex-prev,html body.page-node-type-service [id*="views-block-blog"] .flex-direction-nav a.flex-next,html body.page-node-type-service .flexslider .flex-direction-nav a,html body.page-node-type-service .flexslider .flex-direction-nav a.flex-prev,html body.page-node-type-service .flexslider .flex-direction-nav a.flex-next{top:50% !important;margin-top:-22px !important;bottom:auto !important;}}html body.path-team.page-team #block-martis-teamh1title .team-page-intro.hub-intro,html body.path-team.page-team .team-page-intro.hub-intro{max-width:52rem !important;margin:1rem auto -0.25rem;text-align:left !important;}html body.path-team.page-team #block-martis-teamh1title .team-page-intro.hub-intro p,html body.path-team.page-team .team-page-intro.hub-intro p{color:#1a1a1a !important;-webkit-text-fill-color:#1a1a1a !important;}html body.path-team.page-team .team-page-intro.hub-intro a:not(.hub-intro__btn){color:#0b5c38 !important;font-weight:600 !important;text-decoration:underline !important;}html body.path-team.page-team .team-page-intro .hub-intro__links{justify-content:flex-start !important;margin-top:0.35rem !important;margin-bottom:0.35rem !important;}html body.page-node-type-service #js-modal-page-show-modal.modal.show,html body.page-node-type-service #js-modal-page-show-modal.show{display:block !important;opacity:1 !important;pointer-events:auto !important;z-index:20050 !important;position:fixed !important;inset:0 !important;}html body.page-node-type-service #js-modal-page-show-modal.show .modal-page-dialog,html body.page-node-type-service #js-modal-page-show-modal.show .modal-dialog{z-index:20051 !important;pointer-events:auto !important;}html body.page-node-type-service.modal-open{overflow:hidden !important;}html body.page-node-type-service a[href*="free-project-consultation"]{position:relative !important;z-index:5 !important;cursor:pointer !important;}html body.path-partners:not(.page-node-type-partners) #wrapper .region.region-content,html body[class*="-partners"]:not(.page-node-type-partners) #wrapper .region.region-content{background:#ffffff !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-h1,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1,html body.path-partners:not(.page-node-type-partners) h1.partners-listing-h1{display:block !important;width:100% !important;max-width:48rem !important;margin:0.75rem auto 1rem !important;padding:0.85rem 1.2rem !important;box-sizing:border-box !important;text-align:center !important;font-weight:800 !important;font-size:clamp(1.25rem,2.6vw,1.75rem) !important;line-height:1.3 !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro.hub-intro,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro.hub-intro{display:block !important;max-width:48rem !important;margin:0.5rem auto 1.75rem !important;padding:1.25rem 1.35rem 1.35rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck{margin:0 0 0.85rem !important;font-size:1.05rem !important;line-height:1.6 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__links,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__links{display:flex !important;flex-wrap:wrap !important;gap:0.55rem 0.65rem !important;margin-top:0.85rem !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.5rem 1.1rem !important;border:2px solid #000 !important;border-radius:999px !important;background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:700 !important;text-decoration:none !important;font-size:0.95rem !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn--ghost,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn--ghost{background:#ffffff !important;color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;}html body.path-partners:not(.page-node-type-partners) .view-partners .views-view-grid,html body.path-partners:not(.page-node-type-partners) .view-partners .row,html body[class*="-partners"]:not(.page-node-type-partners) .view-partners .row{margin-left:-0.5rem !important;margin-right:-0.5rem !important;justify-content:center !important;}html body.path-partners:not(.page-node-type-partners) .view-partners .partners-listing-col,html body[class*="-partners"]:not(.page-node-type-partners) .view-partners .partners-listing-col,html body.path-partners:not(.page-node-type-partners) .view-partners [class*="col-"],html body[class*="-partners"]:not(.page-node-type-partners) .view-partners [class*="col-"]{padding:0.65rem !important;margin-bottom:1rem !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser--card,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser--card{display:flex !important;flex-direction:column !important;align-items:center !important;height:100% !important;min-height:16rem !important;margin:0 !important;padding:1.25rem 1rem 1.15rem !important;background:#ffffff !important;border-top:1px solid #c5e6d4 !important;border-right:1px solid #c5e6d4 !important;border-bottom:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:16px !important;box-shadow:0 4px 14px rgba(10,79,47,0.1) !important;box-sizing:border-box !important;text-align:center !important;transition:transform 0.18s ease,box-shadow 0.18s ease !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser--card:hover,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser--card:hover{transform:translateY(-3px) !important;box-shadow:0 8px 20px rgba(10,79,47,0.14) !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__link,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__link{display:flex !important;flex-direction:column !important;align-items:center !important;flex:1 1 auto !important;width:100% !important;text-decoration:none !important;color:inherit !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__logo,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__logo{display:flex !important;align-items:center !important;justify-content:center !important;width:7.5rem !important;height:7.5rem !important;margin:0 auto 0.85rem !important;padding:0.65rem !important;background:#f7fcf9 !important;border:2px solid #c5e6d4 !important;border-radius:50% !important;box-sizing:border-box !important;overflow:hidden !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__logo img,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__logo img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__title,html body.path-partners:not(.page-node-type-partners) .partner-teaser__title a,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__title,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__title a{margin:0 0 0.75rem !important;padding:0 !important;font-size:1.05rem !important;font-weight:800 !important;line-height:1.35 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-decoration:none !important;background:transparent !important;border:0 !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__cta,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__cta{display:inline-flex !important;align-items:center !important;justify-content:center !important;margin-top:auto !important;min-height:2.5rem !important;padding:0.45rem 1.15rem !important;border:2px solid #000 !important;border-radius:999px !important;background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:700 !important;font-size:0.9rem !important;text-decoration:none !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__cta:hover,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser__cta:hover{background:#0a4f2f !important;color:#ffffff !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser .field-body,html body[class*="-partners"]:not(.page-node-type-partners) .partner-teaser .field-body{display:none !important;}@media (max-width:767.98px){html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__links,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__links{flex-direction:column !important;align-items:stretch !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn{width:100% !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-h1,html body[class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1{margin-left:0.5rem !important;margin-right:0.5rem !important;max-width:none !important;font-size:1.15rem !important;}}html body.path-partners:not(.page-node-type-partners),html body.page-katy-tx-partners:not(.page-node-type-partners),html body.page-houston-tx-partners:not(.page-node-type-partners),html body.page-cypress-tx-partners:not(.page-node-type-partners),html body.page-spring-tx-partners:not(.page-node-type-partners),html body.page-jersey-village-tx-partners:not(.page-node-type-partners),html body.page-tomball-tx-partners:not(.page-node-type-partners),html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners){--pl-ink:#0a2f1c;--pl-ink-soft:#1a3d2c;--pl-forest:#0a4f2f;--pl-brand:#0e6c3e;}html body.path-partners:not(.page-node-type-partners) #wrapper #main-content,html body.path-partners:not(.page-node-type-partners) #wrapper .region.region-content,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) #wrapper #main-content,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) #wrapper .region.region-content,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) #wrapper .main-content,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .content-layout,html body.path-partners:not(.page-node-type-partners) .content-layout{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-partners:not(.page-node-type-partners) .views-element-container,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .views-element-container,html body.path-partners:not(.page-node-type-partners) .partners-listing-view,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-view,html body.page-spring-tx-partners:not(.page-node-type-partners) .views-element-container,html body.page-cypress-tx-partners:not(.page-node-type-partners) .views-element-container,html body.page-katy-tx-partners:not(.page-node-type-partners) .views-element-container,html body.page-jersey-village-tx-partners:not(.page-node-type-partners) .views-element-container,html body.page-spring-tx-partners:not(.page-node-type-partners) .partners-listing-view,html body.page-cypress-tx-partners:not(.page-node-type-partners) .partners-listing-view,html body.page-katy-tx-partners:not(.page-node-type-partners) .partners-listing-view,html body.page-jersey-village-tx-partners:not(.page-node-type-partners) .partners-listing-view{background:#ffffff !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-view .view-header,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-view .view-header,html body.page-spring-tx-partners:not(.page-node-type-partners) .partners-listing-view .view-header,html body.page-cypress-tx-partners:not(.page-node-type-partners) .partners-listing-view .view-header,html body.page-katy-tx-partners:not(.page-node-type-partners) .partners-listing-view .view-header,html body.page-jersey-village-tx-partners:not(.page-node-type-partners) .partners-listing-view .view-header{background:#ffffff !important;border:1px solid #e8f0ec !important;border-radius:18px !important;box-shadow:0 10px 28px rgba(10,79,47,0.08) !important;padding:1.2rem 1.3rem 1.4rem !important;margin-bottom:1.1rem !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-view .view-header h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-view .view-header h1{margin-top:0 !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-h1,html body.path-partners:not(.page-node-type-partners) h1.partners-listing-h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) h1.partners-listing-h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .view-header h1,html body.path-partners:not(.page-node-type-partners) .view-header h1{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin-left:auto !important;margin-right:auto !important;margin-top:0.85rem !important;margin-bottom:1.1rem !important;padding:0.9rem 1.25rem !important;box-sizing:border-box !important;text-align:center !important;justify-self:center !important;float:none !important;position:relative !important;left:auto !important;right:auto !important;transform:none !important;font-weight:800 !important;font-size:clamp(1.2rem,2.5vw,1.7rem) !important;line-height:1.3 !important;letter-spacing:0.01em !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-h1 *,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro.hub-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro.hub-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .view-header .partners-listing-intro{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:1.75rem !important;padding:1.25rem 1.35rem 1.4rem !important;background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;text-align:left !important;opacity:1 !important;filter:none !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro p,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro span,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro li,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro p,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro span,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro li{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;opacity:1 !important;font-size:1.05rem !important;line-height:1.62 !important;font-weight:500 !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser--card,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partner-teaser--card{background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__title,html body.path-partners:not(.page-node-type-partners) .partner-teaser__title a,html body.path-partners:not(.page-node-type-partners) .partner-teaser__title span,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partner-teaser__title,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partner-teaser__title a,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partner-teaser__title span{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-align:center !important;font-weight:800 !important;text-shadow:none !important;background:transparent !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__cta,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partner-teaser__cta{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.path-partners:not(.page-node-type-partners) .view-partners,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .view-partners{width:100% !important;max-width:1100px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0.75rem !important;padding-right:0.75rem !important;box-sizing:border-box !important;}html body.path-partners:not(.page-node-type-partners) .view-partners .view-header,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .view-partners .view-header{text-align:center !important;width:100% !important;}@media (max-width:991.98px){html body.path-partners:not(.page-node-type-partners) .partners-listing-h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1{width:calc(100% - 1rem) !important;max-width:none !important;margin-left:auto !important;margin-right:auto !important;font-size:1.18rem !important;padding:0.8rem 0.95rem !important;text-align:center !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro{width:calc(100% - 1rem) !important;max-width:none !important;margin-left:auto !important;margin-right:auto !important;padding:1.1rem 1rem 1.15rem !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro p,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro p,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck{font-size:1.02rem !important;line-height:1.58 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-partners:not(.page-node-type-partners) .partner-teaser__title,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partner-teaser__title{font-size:1.02rem !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}}@media (max-width:575.98px){html body.path-partners:not(.page-node-type-partners) .partners-listing-h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1{font-size:1.08rem !important;padding:0.72rem 0.8rem !important;}}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro.hub-intro,html body.path-partners:not(.page-node-type-partners) .view-header .partners-listing-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro.hub-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .view-header .partners-listing-intro{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro p,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck p,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro div,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro p,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__deck p,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro > div:not(.hub-intro__links){background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;padding-left:0 !important;padding-right:0 !important;margin-top:0 !important;margin-bottom:0.85rem !important;font-size:1.06rem !important;line-height:1.65 !important;font-weight:500 !important;opacity:1 !important;filter:none !important;mix-blend-mode:normal !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro,html body.path-partners:not(.page-node-type-partners) .partners-listing-intro *,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn:not(.hub-intro__btn--ghost),html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn:not(.hub-intro__btn--ghost){color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;border:2px solid #000 !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn--ghost,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-intro .hub-intro__btn--ghost{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;background:#ffffff !important;border:2px solid #000 !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-h1,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1{text-align:center !important;margin-left:auto !important;margin-right:auto !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.path-partners:not(.page-node-type-partners) .partners-listing-h1 *,html body[class*="page-"][class*="-partners"]:not(.page-node-type-partners) .partners-listing-h1 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.path-taxonomy.vocabulary-tags,html body.path-taxonomy.page-blog-tag,html body.vocabulary-tags.page-blog-tag{--bt-ink:#0a2f1c;--bt-forest:#0a4f2f;--bt-brand:#0e6c3e;}html body.path-taxonomy.vocabulary-tags #wrapper .region.region-content,html body.path-taxonomy.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.vocabulary-tags #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content{background:#f7fcf9 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy.vocabulary-tags #wrapper h1,html body.path-taxonomy.page-blog-tag #wrapper h1,html body.path-taxonomy.vocabulary-tags #wrapper .block-page-title-block h1,html body.path-taxonomy.page-blog-tag #wrapper .block-page-title-block h1,html body.path-taxonomy.vocabulary-tags #wrapper .view-taxonomy-term .view-header h1,html body.path-taxonomy.vocabulary-tags #wrapper .view-header h1{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin:0.75rem auto 1.1rem !important;padding:0.85rem 1.2rem !important;box-sizing:border-box !important;text-align:center !important;font-weight:800 !important;font-size:clamp(1.2rem,2.5vw,1.65rem) !important;line-height:1.3 !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;background-color:#0a4f2f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;}html body.path-taxonomy.vocabulary-tags #wrapper h1 *,html body.path-taxonomy.page-blog-tag #wrapper h1 *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:transparent !important;}html body.path-taxonomy.vocabulary-tags #wrapper .taxonomy-term-description,html body.path-taxonomy.vocabulary-tags #wrapper .field-taxonomy-term--description,html body.path-taxonomy.vocabulary-tags #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin:0 auto 1.5rem !important;padding:1.15rem 1.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;font-size:1.05rem !important;line-height:1.6 !important;text-align:left !important;}html body.path-taxonomy.vocabulary-tags #wrapper .blog-tag-intro p,html body.path-taxonomy.vocabulary-tags #wrapper .taxonomy-term-description p{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;margin:0 0 0.5rem !important;}html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser,html body.path-taxonomy.vocabulary-tags #wrapper .view-taxonomy-term .blog-post-teaser{background:#ffffff !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;overflow:hidden !important;margin-bottom:1.25rem !important;}html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-title a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title a,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser h2 a,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser h3 a{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-title a:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title a:hover{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;text-decoration:underline !important;}html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .read-more,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .read-more,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser a.post-link{display:inline-flex !important;align-items:center !important;justify-content:center !important;margin-top:0.75rem !important;padding:0.45rem 1.1rem !important;border-radius:999px !important;border:2px solid #000 !important;background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:700 !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags #wrapper .view-taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term{max-width:1100px !important;margin-left:auto !important;margin-right:auto !important;padding:0 0.75rem 2rem !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-tags #wrapper .pager,html body.path-taxonomy.vocabulary-tags #wrapper nav.pager,html body.path-taxonomy.page-blog-tag #wrapper .pager{margin:1.5rem auto 2rem !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags #wrapper .pager__item a,html body.path-taxonomy.vocabulary-tags #wrapper .pager a,html body.path-taxonomy.page-blog-tag #wrapper .pager a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:2.4rem !important;min-height:2.4rem !important;margin:0.2rem !important;padding:0.35rem 0.7rem !important;border-radius:999px !important;border:1px solid #0e6c3e !important;background:#ffffff !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags #wrapper .pager__item.is-active a,html body.path-taxonomy.vocabulary-tags #wrapper .pager__item--current,html body.path-taxonomy.page-blog-tag #wrapper .pager__item.is-active a{background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#000 !important;}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-tags #wrapper h1,html body.path-taxonomy.page-blog-tag #wrapper h1{width:calc(100% - 1rem) !important;max-width:none !important;font-size:1.15rem !important;}}html body.path-taxonomy.vocabulary-tags #wrapper h1.blog-tag-h1,html body.path-taxonomy.page-blog-tag #wrapper h1.blog-tag-h1{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin:0.75rem auto 1.1rem !important;padding:0.85rem 1.2rem !important;text-align:center !important;font-weight:800 !important;font-size:clamp(1.2rem,2.5vw,1.65rem) !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:10px !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;}html body.path-taxonomy.vocabulary-tags #wrapper .blog-tag-intro a.blog-tag-intro__all,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term{background:#f7fcf9 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb a,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-h1-wrap::after,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.1rem !important;width:min(16rem,70%) !important;height:3px !important;border-radius:3px !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin:0.35rem auto 1.65rem !important;padding:1.2rem 1.35rem 1.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;text-align:left !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro *,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:transparent !important;text-shadow:none !important;font-size:1.05rem !important;line-height:1.6 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-taxonomy-term .view-content,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term .view-content{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr)) !important;gap:1.65rem !important;row-gap:1.85rem !important;align-items:stretch !important;max-width:1100px !important;margin:0 auto !important;padding:0 0.75rem 1.5rem !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-taxonomy-term .views-row,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term .views-row{display:flex !important;flex-direction:column !important;height:100% !important;margin:0 !important;padding:0 !important;min-width:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}@media (min-width:768px) and (max-width:991.98px){html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-taxonomy-term .view-content,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term .view-content{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1.25rem !important;}}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-taxonomy-term .view-content,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term .view-content{grid-template-columns:1fr !important;gap:1.15rem !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;max-width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center !important;border:0 !important;margin:0 !important;padding:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title-wrap{margin:0 0 0.45rem !important;padding:0 !important;text-align:center !important;width:100% !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.15) !important;font-weight:800 !important;font-size:clamp(1.05rem,1.8vw,1.22rem) !important;line-height:1.28 !important;text-align:center !important;margin:0 auto !important;padding:0 !important;text-decoration:none !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;width:100% !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;justify-content:center !important;margin:0 !important;color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;font-size:0.78rem !important;font-weight:600 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta-item a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;background:rgba(255,255,255,0.14) !important;border:1px solid rgba(255,255,255,0.35) !important;border-radius:999px !important;padding:0.15rem 0.55rem !important;text-decoration:none !important;font-weight:700 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.3rem !important;margin:0.25rem auto 0.35rem !important;padding:0.55rem 0 0.15rem !important;width:100% !important;border:0 !important;border-top:1px solid rgba(255,255,255,0.18) !important;background:transparent !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-link .read-more,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser a.read-more,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .read-more,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser a.read-more{display:inline-flex !important;justify-content:center !important;align-items:center !important;margin-left:auto !important;margin-right:auto !important;float:none !important;min-height:2.45rem !important;padding:0.45rem 1.25rem !important;border-radius:999px !important;border:2px solid #000 !important;background:linear-gradient(135deg,#c5e6d4 0%,#8fd0b3 40%,#0e6c3e 100%) !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:800 !important;font-size:0.9rem !important;text-decoration:none !important;box-shadow:0 2px 0 #000 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-link .read-more:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser a.read-more:hover{transform:scale(1.03) !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container,html body.path-taxonomy.page-blog-tag #wrapper .pagerer-container,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager,html body.path-taxonomy.page-blog-tag #wrapper nav.pager{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:-0.25rem auto -1rem !important;padding:0.75rem 0.5rem 1rem !important;float:none !important;clear:both !important;box-sizing:border-box !important;text-align:center !important;background:transparent !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container .pagerer-panes,html body.path-taxonomy.page-blog-tag #wrapper .pagerer-container .pagerer-panes{display:flex !important;flex-direction:column !important;align-items:center !important;gap:0.65rem !important;width:100% !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager__item a,html body.path-taxonomy.page-blog-tag #wrapper .pager a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:2.45rem !important;min-height:2.45rem !important;margin:0.15rem !important;padding:0.35rem 0.75rem !important;border-radius:999px !important;border:1px solid #0e6c3e !important;background:#ffffff !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager__item.is-active a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager__item--current,html body.path-taxonomy.page-blog-tag #wrapper .pager__item.is-active a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container .is-active a{background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#000 !important;}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper h1.blog-tag-h1,html body.path-taxonomy.page-blog-tag #wrapper h1.blog-tag-h1{font-size:1.12rem !important;padding:0.5rem 1rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{width:calc(100% - 1rem) !important;padding:1.05rem 1rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content{padding:0.95rem 0.95rem 1.05rem !important;}}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper .region-content-wide-top,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:#f7fcf9 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb a,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb__link,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb__link{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search{width:min(100%,720px) !important;max-width:min(100%,720px) !important;margin:0.65rem auto 1.25rem !important;padding:0.85rem 1rem 1rem !important;background:#f7fcf9 !important;border:1px solid #c5e6d4 !important;border-radius:14px !important;box-shadow:0 2px 10px rgba(10,79,47,0.07) !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search .block-title,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search h2.block-title,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search .block-title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:transparent !important;text-align:center !important;font-weight:800 !important;margin:0.15rem auto 0.55rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search .control-label,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search label,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search label{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-weight:700 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #views-exposed-form-blog-search-blog-search input.form-text,html body.path-taxonomy.page-blog-tag #wrapper #views-exposed-form-blog-search-blog-search input.form-text{width:100% !important;min-height:2.75rem !important;border:1px solid #c5e6d4 !important;border-radius:8px !important;background:#fff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search .form-actions,html body.path-taxonomy.page-blog-tag #wrapper #views-exposed-form-blog-search-blog-search .form-actions{display:flex !important;justify-content:center !important;margin-top:0.5rem !important;width:100% !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #edit-submit-blog-search,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #views-exposed-form-blog-search-blog-search .form-submit,html body.path-taxonomy.page-blog-tag #wrapper #edit-submit-blog-search{width:auto !important;min-width:7.5rem !important;max-width:10rem !important;min-height:2.75rem !important;margin-left:auto !important;margin-right:auto !important;padding-left:1.5rem !important;padding-right:1.5rem !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-h1-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap{display:flex !important;justify-content:center !important;position:relative !important;margin:0.5rem auto 0.85rem !important;padding:0.45rem 1rem 0.95rem !important;max-width:min(920px,100%) !important;background:transparent !important;border:0 !important;box-shadow:none !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-h1-wrap::after,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.1rem !important;width:min(16rem,70%) !important;height:3px !important;border-radius:3px !important;border:0 !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;pointer-events:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper h1.blog-tag-h1,html body.path-taxonomy.page-blog-tag #wrapper h1.blog-tag-h1,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-h1-wrap h1,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap h1{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-shadow:none !important;background:#e8f6ee !important;background-image:none !important;border:1px solid #c5e6d4 !important;border-radius:20px !important;display:inline-block !important;margin:0 auto !important;padding:0.55rem 1.35rem !important;font-weight:800 !important;font-size:clamp(1.15rem,2.6vw,1.55rem) !important;line-height:1.3 !important;text-align:center !important;max-width:100% !important;width:auto !important;box-sizing:border-box !important;box-shadow:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin:0.35rem auto 1rem !important;padding:1.2rem 1.35rem 1.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;text-align:left !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro *,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:transparent !important;text-shadow:none !important;font-size:1.05rem !important;line-height:1.6 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro a,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;text-decoration:underline !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term{display:block !important;max-width:40rem !important;margin:0 auto 1.35rem !important;padding:0 1rem !important;background:transparent !important;border:0 !important;box-shadow:none !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field-description,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field-description p,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term .field-description,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term .field-description p{color:#1a3d2c !important;-webkit-text-fill-color:#1a3d2c !important;font-size:0.98rem !important;line-height:1.5 !important;font-style:italic !important;margin:0 !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr)) !important;gap:1.65rem !important;row-gap:1.85rem !important;align-items:stretch !important;max-width:1100px !important;margin:0 auto !important;padding:0 0.75rem 2rem !important;box-sizing:border-box !important;background:transparent !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .view-header,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .view-footer,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .view-empty,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .feed-icons,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .pagerer-container,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > nav.pager,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .pager,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > ul.pager,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .view-header,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .feed-icons,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .pagerer-container,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > nav.pager,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .pager{grid-column:1 / -1 !important;width:100% !important;max-width:100% !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view > .views-row,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .views-row{display:flex !important;flex-direction:column !important;height:100% !important;margin:0 !important;padding:0 !important;min-width:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}@media (min-width:768px) and (max-width:991.98px){html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1.25rem !important;}}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{grid-template-columns:1fr !important;gap:1.15rem !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser.post-row,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-tag #wrapper article.blog-post-teaser,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser{display:flex !important;flex-direction:column !important;align-items:stretch !important;width:100% !important;max-width:100% !important;height:100% !important;margin:0 !important;padding:0 0 0.35rem !important;background:transparent !important;border:0 !important;border-radius:16px !important;box-shadow:none !important;box-sizing:border-box !important;transition:transform 0.18s ease,filter 0.18s ease !important;overflow:visible !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser:hover{transform:translateY(-4px) !important;filter:drop-shadow(0 10px 18px rgba(10,79,47,0.18)) !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content-wrap{display:flex !important;flex-direction:column !important;align-items:stretch !important;flex:1 1 auto !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;gap:0 !important;overflow:visible !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .content-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .content-wrap{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;width:100% !important;margin:0 !important;padding:0 !important;min-height:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-thumb{display:block !important;width:100% !important;margin:0 !important;padding:0 0.4rem !important;order:0 !important;position:relative !important;z-index:3 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image{width:100% !important;max-width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;max-height:none !important;margin:0.35rem 0 0.65rem !important;padding:0 !important;border:3px solid #0a4f2f !important;border-radius:14px !important;overflow:hidden !important;box-sizing:border-box !important;background:#0a2f1c !important;box-shadow:0 4px 14px rgba(10,79,47,0.2) !important;position:relative !important;z-index:3 !important;display:block !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;max-width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center !important;border:0 !important;margin:0 !important;padding:0 !important;border-radius:11px !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser .post-content{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:1rem 1.1rem 1.15rem !important;box-sizing:border-box !important;background:radial-gradient(90% 70% at 15% 0%,rgba(143,208,179,0.28) 0%,transparent 50%),linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:14px !important;box-shadow:0 4px 16px rgba(10,79,47,0.16) !important;position:relative !important;z-index:1 !important;min-height:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .field-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .field-label{display:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title-wrap{margin:0 0 0.45rem !important;padding:0 !important;text-align:center !important;width:100% !important;display:block !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title span,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title span{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,0.15) !important;font-weight:800 !important;font-size:clamp(1.05rem,1.8vw,1.22rem) !important;line-height:1.28 !important;text-align:center !important;margin:0 auto !important;padding:0 !important;text-decoration:none !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;width:100% !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title a:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title a:hover{color:#e8f6ee !important;-webkit-text-fill-color:#e8f6ee !important;text-decoration:underline !important;text-decoration-color:#c9a227 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-excerpt,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-excerpt .field-item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-excerpt *,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-excerpt,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-excerpt *{color:#f0fdf6 !important;-webkit-text-fill-color:#f0fdf6 !important;text-shadow:none !important;font-size:0.92rem !important;line-height:1.5 !important;text-align:center !important;margin:0 0 0.65rem !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-excerpt .field-item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-excerpt,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-excerpt{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.4rem !important;margin:0.35rem auto 0.55rem !important;width:100% !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta-item.post-comment,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item.post-comment{display:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;justify-content:center !important;align-items:center !important;margin:0 !important;background:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;padding:0.2rem 0.45rem !important;font-size:0.78rem !important;font-weight:600 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-meta-item a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item a{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;text-shadow:none !important;background:transparent !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.3rem !important;margin:0.25rem auto 0.35rem !important;padding:0.55rem 0 0.15rem !important;width:100% !important;border:0 !important;border-top:1px solid rgba(255,255,255,0.18) !important;background:transparent !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label{display:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-items{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.3rem !important;width:100% !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a{display:inline-flex !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.7rem !important;line-height:1.2 !important;padding:0.18rem 0.5rem !important;margin:0 !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags a:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-link,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-link{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin-top:auto !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:0.15rem !important;padding:0.75rem 0 0.25rem !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-link .read-more,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser a.read-more,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .read-more,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser a.read-more{display:inline-flex !important;justify-content:center !important;align-items:center !important;margin-left:auto !important;margin-right:auto !important;float:none !important;min-height:2.45rem !important;padding:0.4rem 1.1rem !important;border-radius:8px !important;border:2px solid #000 !important;background:linear-gradient(204deg,#8fd0b3 0%,#4fa36f 45%,#0e6c3e 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:0.9rem !important;text-decoration:none !important;box-shadow:0 2px 6px rgba(10,79,47,0.2) !important;max-width:12rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-link .read-more:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser a.read-more:hover{background:linear-gradient(204deg,#a8e0c6 0%,#138450 55%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;transform:scale(1.03) !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container,html body.path-taxonomy.page-blog-tag #wrapper .pagerer-container,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager,html body.path-taxonomy.page-blog-tag #wrapper nav.pager,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper ul.pager{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:1.75rem auto 2rem !important;padding:0.75rem 0.5rem 1rem !important;float:none !important;clear:both !important;box-sizing:border-box !important;text-align:center !important;background:transparent !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager__item a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager li a,html body.path-taxonomy.page-blog-tag #wrapper .pager a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:2.45rem !important;min-height:2.45rem !important;margin:0.15rem !important;padding:0.35rem 0.75rem !important;border-radius:8px !important;border:1px solid #c5e6d4 !important;background:#f7fcf9 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager__item.is-active a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager li.is-active a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pager .is-active > a,html body.path-taxonomy.page-blog-tag #wrapper .pager__item.is-active a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .pagerer-container .is-active a{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .feed-icons,html body.path-taxonomy.page-blog-tag #wrapper .feed-icons{text-align:center !important;margin:0.5rem auto 1.25rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .feed-icons a,html body.path-taxonomy.page-blog-tag #wrapper .feed-icons a{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:600 !important;font-size:0.9rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .sidebar .region-sidebar-second:empty,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .col-md-3.sidebar:has(.region-sidebar-second:empty),html body.path-taxonomy.page-blog-tag #wrapper .col-md-3.sidebar:has(.region-sidebar-second:empty){border:0 !important;box-shadow:none !important;background:transparent !important;min-height:0 !important;padding:0 !important;width:0 !important;max-width:0 !important;overflow:hidden !important;display:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .col-md-9.left-content.main-content:has(+ .col-md-3.sidebar .region-sidebar-second:empty),html body.path-taxonomy.page-blog-tag #wrapper .col-md-9.left-content.main-content{width:100% !important;max-width:100% !important;flex:0 0 100% !important;}@media (max-width:991.98px){html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper h1.blog-tag-h1,html body.path-taxonomy.page-blog-tag #wrapper h1.blog-tag-h1{font-size:clamp(1.05rem,4.2vw,1.3rem) !important;padding:0.5rem 1rem !important;border-radius:14px !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search{width:calc(100% - 2rem) !important;max-width:calc(100% - 1rem) !important;margin-left:auto !important;margin-right:auto !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content{padding:0.95rem 0.9rem 1.1rem !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{width:calc(100% - 1rem) !important;padding:1.05rem 1rem !important;}}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;background:#ffffff !important;background-image:none !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro > *,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro a,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro > *{border:0 !important;border-radius:0 !important;box-shadow:none !important;background:transparent !important;background-image:none !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;max-width:none !important;width:auto !important;display:block !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p{margin:0 0 0.65rem !important;padding:0 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-size:1.05rem !important;line-height:1.6 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro p:last-child,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p:last-child{margin-bottom:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-tag-intro a.blog-tag-intro__all,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro a.blog-tag-intro__all{display:inline !important;color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;text-decoration:underline !important;border:0 !important;background:transparent !important;padding:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term.vocabulary-tags,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field-description,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field-item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term p{background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;color:#1a3d2c !important;-webkit-text-fill-color:#1a3d2c !important;text-shadow:none !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term{display:block !important;max-width:40rem !important;width:calc(100% - 2rem) !important;margin:0.15rem auto 1.4rem !important;padding:0 0.75rem !important;text-align:center !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field-description,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term .field-item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .view-header .taxonomy-term p,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term p{font-size:0.98rem !important;line-height:1.5 !important;font-style:italic !important;font-weight:500 !important;margin:0 auto !important;padding:0 !important;text-align:center !important;max-width:36rem !important;}html body.page-blog-tag #block-martis-views-block-team-team-carousel-2,html body.page-blog-category #block-martis-views-block-team-team-carousel-2,html body.vocabulary-tags #block-martis-views-block-team-team-carousel-2,html body.vocabulary-category #block-martis-views-block-team-team-carousel-2{display:none !important;visibility:hidden !important;height:0 !important;overflow:hidden !important;margin:0 !important;padding:0 !important;}html body.page-node-type-blog #wrapper .region.region-content-wide #block-martis-views-block-team-team-carousel-2 h2,html body.page-node-type-blog #wrapper .region.region-content-wide [id*="team-team-carousel"] h2,html body.page-node-type-blog #wrapper .region.region-content-wide .block-views-blockteam-team-carousel h2,html body.page-node-type-blog #wrapper .region.region-content-wide div.views-element-container h2{font-size:1.25rem !important;padding-top:1rem !important;margin-top:0 !important;}html body.page-node-type-blog #wrapper .region.region-content-wide #block-martis-views-block-team-team-carousel-2 h2{margin-top:-1rem !important;margin-bottom:-1.5rem !important;}.page-node-type-blog .region.region-content-wide .team-position{padding-top:2rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-category #wrapper .region-content-wide-top,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .region.region-content,html body.path-taxonomy.page-blog-category #wrapper .region.region-content,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #main-content,html body.path-taxonomy.page-blog-category #wrapper #main-content{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:#f7fcf9 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb a,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb__link,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb__link{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search{width:min(100%,720px) !important;max-width:min(100%,720px) !important;margin:0.65rem auto 1.25rem !important;padding:0.85rem 1rem 1rem !important;background:#f7fcf9 !important;border:1px solid #c5e6d4 !important;border-radius:14px !important;box-shadow:0 2px 10px rgba(10,79,47,0.07) !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search .block-title,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search .block-title{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-align:center !important;font-weight:800 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #edit-submit-blog-search,html body.path-taxonomy.page-blog-category #wrapper #edit-submit-blog-search{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:8px !important;font-weight:800 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-h1-wrap,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-category-h1-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-h1-wrap{display:flex !important;justify-content:center !important;position:relative !important;margin:0.5rem auto 0.85rem !important;padding:0.45rem 1rem 0.95rem !important;max-width:min(920px,100%) !important;background:transparent !important;border:0 !important;box-shadow:none !important;text-align:center !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-h1-wrap::after,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-category-h1-wrap::after,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-h1-wrap::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;bottom:0.1rem !important;width:min(16rem,70%) !important;height:3px !important;border-radius:3px !important;background:linear-gradient(90deg,transparent 0%,#c5e6d4 8%,#0e6c3e 32%,#c9a227 50%,#0e6c3e 68%,#c5e6d4 92%,transparent 100%) !important;pointer-events:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper h1.blog-tag-h1,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper h1.blog-category-h1,html body.path-taxonomy.page-blog-category #wrapper h1.blog-tag-h1{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;background:#e8f6ee !important;background-image:none !important;border:1px solid #c5e6d4 !important;border-radius:20px !important;display:inline-block !important;margin:0 auto !important;padding:0.55rem 1.35rem !important;font-weight:800 !important;font-size:clamp(1.15rem,2.6vw,1.55rem) !important;line-height:1.3 !important;text-align:center !important;max-width:100% !important;width:auto !important;box-shadow:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-intro,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-category-intro,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro{display:block !important;width:calc(100% - 1.5rem) !important;max-width:46rem !important;margin:0.35rem auto 1rem !important;padding:1.2rem 1.35rem 1.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;text-align:left !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-intro p,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-intro a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-intro > *,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro a{border:0 !important;box-shadow:none !important;background:transparent !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-size:1.05rem !important;line-height:1.6 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-intro a.blog-tag-intro__all,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro a.blog-tag-intro__all{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;text-decoration:underline !important;display:inline !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term,html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term .field-description,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term .field-item,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term p{background:transparent !important;background-image:none !important;border:0 !important;box-shadow:none !important;color:#1a3d2c !important;-webkit-text-fill-color:#1a3d2c !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term,html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term{display:block !important;max-width:40rem !important;width:calc(100% - 2rem) !important;margin:0.15rem auto 1.4rem !important;padding:0 0.75rem !important;text-align:center !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term p,html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term p{font-style:italic !important;font-size:0.98rem !important;text-align:center !important;margin:0 auto !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr)) !important;gap:1.65rem !important;row-gap:1.85rem !important;align-items:stretch !important;max-width:1100px !important;margin:0 auto !important;padding:0 0.75rem 2rem !important;box-sizing:border-box !important;background:transparent !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > .view-header,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > .view-footer,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > .feed-icons,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > .pagerer-container,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > nav.pager,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > .pager,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > .view-header,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > .feed-icons,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > .pagerer-container,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > nav.pager{grid-column:1 / -1 !important;width:100% !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view > .views-row,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > .views-row{display:flex !important;flex-direction:column !important;height:100% !important;margin:0 !important;padding:0 !important;min-width:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}@media (min-width:768px) and (max-width:991.98px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1.25rem !important;}}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view{grid-template-columns:1fr !important;gap:1.15rem !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper article.blog-post-teaser,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-category #wrapper article.blog-post-teaser,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser{display:flex !important;flex-direction:column !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 0 0.35rem !important;background:transparent !important;border:0 !important;border-radius:16px !important;box-shadow:none !important;transition:transform 0.18s ease,filter 0.18s ease !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser:hover,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser:hover{transform:translateY(-4px) !important;filter:drop-shadow(0 10px 18px rgba(10,79,47,0.18)) !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content-wrap,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .content-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .content-wrap{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image{width:100% !important;aspect-ratio:16 / 9 !important;margin:0.35rem 0 0.65rem !important;border:3px solid #0a4f2f !important;border-radius:14px !important;overflow:hidden !important;background:#0a2f1c !important;box-shadow:0 4px 14px rgba(10,79,47,0.2) !important;display:block !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;border:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;width:100% !important;margin:0 !important;padding:1rem 1.1rem 1.15rem !important;background:radial-gradient(90% 70% at 15% 0%,rgba(143,208,179,0.28) 0%,transparent 50%),linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:14px !important;box-shadow:0 4px 16px rgba(10,79,47,0.16) !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .field-label,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .field-label{display:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-title a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-title span,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-title a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:clamp(1.05rem,1.8vw,1.22rem) !important;line-height:1.28 !important;text-align:center !important;text-decoration:none !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-title-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-title-wrap{text-align:center !important;width:100% !important;margin:0 0 0.45rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-excerpt,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-excerpt *,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-excerpt,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-excerpt *{color:#f0fdf6 !important;-webkit-text-fill-color:#f0fdf6 !important;font-size:0.92rem !important;line-height:1.5 !important;text-align:center !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-excerpt,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-excerpt{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important;margin:0 0 0.65rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-meta,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.4rem !important;margin:0.35rem auto 0.55rem !important;width:100% !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-meta-item.post-comment,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item.post-comment{display:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;background:#ffffff !important;border:2px solid #0a4f2f !important;border-radius:6px !important;padding:0.2rem 0.45rem !important;font-size:0.78rem !important;font-weight:600 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:transparent !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.3rem !important;margin:0.25rem auto 0.35rem !important;padding:0.55rem 0 0.15rem !important;width:100% !important;border-top:1px solid rgba(255,255,255,0.18) !important;background:transparent !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label{display:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a{display:inline-flex !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.7rem !important;padding:0.18rem 0.5rem !important;text-decoration:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-link,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-link{display:flex !important;justify-content:center !important;width:100% !important;margin-top:auto !important;padding:0.75rem 0 0.25rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .read-more,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser a.read-more,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .read-more{display:inline-flex !important;justify-content:center !important;align-items:center !important;min-height:2.45rem !important;padding:0.4rem 1.1rem !important;border-radius:8px !important;border:2px solid #000 !important;background:linear-gradient(204deg,#8fd0b3 0%,#4fa36f 45%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;text-decoration:none !important;max-width:12rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .pager,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper nav.pager,html body.path-taxonomy.page-blog-category #wrapper .pager{display:flex !important;flex-direction:column !important;align-items:center !important;margin:-0.25rem auto -1rem !important;text-align:center !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .pager a,html body.path-taxonomy.page-blog-category #wrapper .pager a{display:inline-flex !important;min-width:2.45rem !important;min-height:2.45rem !important;margin:0.15rem !important;padding:0.35rem 0.75rem !important;border-radius:8px !important;border:1px solid #c5e6d4 !important;background:#f7fcf9 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:700 !important;text-decoration:none !important;align-items:center !important;justify-content:center !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .pager__item.is-active a,html body.path-taxonomy.page-blog-category #wrapper .pager__item.is-active a{background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .col-md-3.sidebar:has(.region-sidebar-second:empty),html body.path-taxonomy.page-blog-category #wrapper .col-md-3.sidebar:has(.region-sidebar-second:empty){display:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy.page-blog-category #wrapper .col-md-9.left-content.main-content{width:100% !important;max-width:100% !important;flex:0 0 100% !important;}@media (max-width:991.98px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper h1.blog-tag-h1,html body.path-taxonomy.page-blog-category #wrapper h1.blog-tag-h1{font-size:clamp(1.05rem,4.2vw,1.3rem) !important;padding:0.5rem 1rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro{width:calc(100% - 1rem) !important;padding:1.05rem 1rem !important;}}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term .field,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term .field-description,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term .field-item,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .view-header .taxonomy-term .content,html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term .field-item,html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term p{border:0 !important;box-shadow:none !important;background:transparent !important;background-image:none !important;padding:0 !important;margin:0 auto !important;max-width:36rem !important;color:#1a3d2c !important;-webkit-text-fill-color:#1a3d2c !important;font-style:italic !important;text-align:center !important;}html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-service-city #wrapper .region.region-content .partner-teaser,html body.page-service-city #wrapper .region.region-content .node--type-partners,html body.page-service-city #wrapper .region.region-content article.partner-teaser,html body.page-katy-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-houston-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-cypress-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-spring-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-tomball-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-jersey-village-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row{display:none !important;visibility:hidden !important;height:0 !important;max-height:0 !important;overflow:hidden !important;margin:0 !important;padding:0 !important;}html body.path-products #wrapper .product-category-children .product-category-child,html body.path-taxonomy #wrapper .product-category-children .product-category-child,html body.path-product #wrapper .product-category-children .product-category-child,html body.path-store #wrapper .product-category-children .product-category-child,html body.path-products #wrapper .view-product-categories-block .product-category-child,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child,html body.path-product #wrapper .view-product-categories-block .product-category-child{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:0.35rem !important;margin:0 0 0.55rem !important;padding:0 !important;list-style:none !important;}html body.path-products #wrapper .product-category-child__link,html body.path-taxonomy #wrapper .product-category-child__link,html body.path-product #wrapper .product-category-child__link,html body.path-store #wrapper .product-category-child__link{display:block !important;width:100% !important;}html body.path-products #wrapper .product-category-child__description,html body.path-taxonomy #wrapper .product-category-child__description,html body.path-product #wrapper .product-category-child__description,html body.path-store #wrapper .product-category-child__description,html body.path-products #wrapper .view-product-categories-block .product-category-child__description,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-child__description,html body.path-product #wrapper .view-product-categories-block .product-category-child__description,html body.path-store #wrapper .view-product-categories-block .product-category-child__description{display:block !important;margin:0 !important;padding:0.45rem 0.65rem !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;opacity:1 !important;visibility:visible !important;background:#e8f6ee !important;background-image:none !important;border:0 !important;border-radius:8px !important;font-size:clamp(0.72rem,1.7vw,0.8rem) !important;font-weight:500 !important;line-height:1.45 !important;max-height:none !important;height:auto !important;overflow:visible !important;text-overflow:unset !important;white-space:normal !important;-webkit-line-clamp:unset !important;line-clamp:unset !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;}html body.path-taxonomy #wrapper .product-category-listing-description,html body.path-products #wrapper .product-category-listing-description{display:block !important;box-sizing:border-box !important;width:min(100%,920px) !important;max-width:100% !important;margin:0.35rem auto 1rem !important;padding:0.75rem 1rem !important;background:#eaf7ee !important;border:1px solid #c5e6d4 !important;border-left:4px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 2px 8px rgba(10,79,47,0.06) !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy #wrapper .product-category-listing-description p,html body.path-products #wrapper .product-category-listing-description p{margin:0 !important;padding:0 !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:clamp(0.9rem,2.2vw,1rem) !important;line-height:1.55 !important;font-weight:500 !important;white-space:normal !important;overflow:visible !important;max-height:none !important;padding:1rem !important;}@media (max-width:767px){html body.path-products #wrapper .product-category-child__description,html body.path-taxonomy #wrapper .product-category-child__description,html body.path-product #wrapper .product-category-child__description{font-size:0.75rem !important;padding:0.4rem 0.55rem !important;}html body.path-taxonomy #wrapper .product-category-listing-description,html body.path-products #wrapper .product-category-listing-description{width:calc(100% - 1rem) !important;margin-left:auto !important;margin-right:auto !important;padding:0.65rem 0.85rem !important;}}html body #block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide,html body #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"],html body #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"],html body #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"],html body #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"],html body #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"],html body #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"],html body #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"]{position:relative !important;top:auto !important;left:auto !important;width:100% !important;height:auto !important;}html body #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_main_partners-block_"],html body #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_teaser_section_partners-block_"],html body #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_teaser_section_partners-block_"],html body #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_teaser_section_partners-block_"],html body #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_teaser_section_partners-block_"],html body #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_teaser_section_partners-block_"],html body #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_teaser_section_partners-block_"],html body #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_teaser_section_partners-block_"]{width:100% !important;max-width:100% !important;position:relative !important;overflow:visible !important;}html body #block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{display:grid !important;grid-template-columns:minmax(0,1fr) !important;grid-template-rows:auto !important;grid-template-areas:"title"
    "logo"
    "link"
    "body" !important;column-gap:0 !important;width:100% !important;max-width:960px !important;margin-left:auto !important;margin-right:auto !important;justify-items:center !important;box-sizing:border-box !important;}@media (max-width:991.98px){html body #block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,html body #block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{max-width:90% !important;width:90% !important;padding:0.5rem 0.5rem !important;}html body.path-taxonomy.page-service-city #wrapper .page-wrapper{margin-bottom:-10rem !important;}html body.path-blog.page-blog #wrapper .pagerer-container,html body.path-blog.page-blog #wrapper .view-blog .pagerer-container,html body.path-blog.page-blog #wrapper .region-content .pagerer-container{margin:1rem auto -1.5rem !important;}html body #block-martis-views-block-partners-block-1 .block-content.clearfix,html body #block-martis-views-block-partners-block-2 .block-content.clearfix,html body #block-martis-views-block-partners-block-3 .block-content.clearfix,html body #block-martis-views-block-partners-block-4 .block-content.clearfix,html body #block-martis-views-block-partners-block-5 .block-content.clearfix,html body #block-martis-views-block-partners-block-6 .block-content.clearfix,html body #block-martis-views-block-partners-block-7 .block-content.clearfix{padding-left:0 !important;padding-right:0 !important;}}html body #block-martis-views-block-partners-block-1 .views-field.views-field-body,html body #block-martis-views-block-partners-block-2 .views-field.views-field-body,html body #block-martis-views-block-partners-block-3 .views-field.views-field-body,html body #block-martis-views-block-partners-block-4 .views-field.views-field-body,html body #block-martis-views-block-partners-block-5 .views-field.views-field-body,html body #block-martis-views-block-partners-block-6 .views-field.views-field-body,html body #block-martis-views-block-partners-block-7 .views-field.views-field-body{grid-area:body !important;width:100% !important;max-width:100% !important;justify-self:stretch !important;}html body #block-martis-views-block-partners-block-1 .views-slideshow-controls-top.clearfix,html body #block-martis-views-block-partners-block-2 .views-slideshow-controls-top.clearfix,html body #block-martis-views-block-partners-block-3 .views-slideshow-controls-top.clearfix,html body #block-martis-views-block-partners-block-4 .views-slideshow-controls-top.clearfix,html body #block-martis-views-block-partners-block-5 .views-slideshow-controls-top.clearfix,html body #block-martis-views-block-partners-block-6 .views-slideshow-controls-top.clearfix,html body #block-martis-views-block-partners-block-7 .views-slideshow-controls-top.clearfix{width:100% !important;max-width:100% !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image,html body [id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;text-align:center !important;justify-self:center !important;transform:none !important;scale:1 !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;margin:0 auto !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important;text-align:center !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture{display:flex !important;align-items:center !important;justify-content:center !important;width:136px !important;height:136px !important;max-width:136px !important;max-height:136px !important;min-width:136px !important;min-height:136px !important;margin:0 auto !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;overflow:hidden !important;border-radius:50% !important;border:2px solid #000 !important;background:#fff !important;box-shadow:0 2px 8px rgba(0,0,0,0.12) !important;box-sizing:border-box !important;aspect-ratio:1 / 1 !important;transform:none !important;scale:1 !important;position:relative !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img{width:136px !important;height:136px !important;max-width:136px !important;max-height:136px !important;object-fit:contain !important;object-position:center !important;border-radius:50% !important;border:2px solid #000 !important;background:#fff !important;padding:0.2rem !important;box-sizing:border-box !important;aspect-ratio:1 / 1 !important;margin:0 auto !important;display:block !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img,html body #wrapper [id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field-field-image img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:0 !important;min-height:0 !important;object-fit:contain !important;object-position:center center !important;border-radius:0 !important;border:0 !important;padding:0.2rem !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;display:block !important;transform:none !important;scale:1 !important;}@media (max-width:1000px){html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img{width:150px !important;height:150px !important;max-width:150px !important;max-height:150px !important;min-width:150px !important;min-height:150px !important;margin-left:auto !important;margin-right:auto !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,html body #wrapper [id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field-field-image img{margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0.2rem !important;width:100% !important;height:100% !important;object-fit:contain !important;object-position:center center !important;}}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media.media--blazy{position:relative !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img.media__element,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img.b-lazy,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img{position:absolute !important;inset:0 !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;margin:0 !important;padding:0.2rem !important;object-fit:contain !important;object-position:center center !important;}html body.page-privacy #wrapper .privacy-cards-wrapper,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper,html body.page-bookings-refunds #wrapper .policy-cards-wrapper,html body.page-node-type-page #wrapper .privacy-cards-wrapper,html body.page-node-type-page #wrapper .terms-cards-wrapper,html body.page-node-type-page #wrapper .policy-cards-wrapper{overflow:visible !important;padding:0 !important;margin:0 auto !important;max-width:min(1100px,100%) !important;width:100% !important;box-sizing:border-box !important;background:transparent !important;border:none !important;box-shadow:none !important;}html body.page-privacy #wrapper .row.layout.layout--onecol h1,html body.page-terms-and-conditions #wrapper .row.layout.layout--onecol h1,html body.page-bookings-refunds #wrapper .row.layout.layout--onecol h1,html body.page-privacy #wrapper .privacy-cards-wrapper > h1,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper > h1,html body.page-bookings-refunds #wrapper .policy-cards-wrapper > h1,html body.page-node-type-page #wrapper .privacy-cards-wrapper > h1,html body.page-node-type-page #wrapper .terms-cards-wrapper > h1,html body.page-node-type-page #wrapper .policy-cards-wrapper > h1{margin-top:0 !important;margin-bottom:0.9rem !important;margin-left:auto !important;margin-right:auto !important;padding:0.8rem 1rem !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;white-space:normal !important;overflow:visible !important;overflow-wrap:break-word !important;word-break:normal !important;line-height:1.28 !important;position:relative !important;z-index:3 !important;transform:none !important;top:auto !important;left:auto !important;right:auto !important;background:linear-gradient(135deg,#0a4f2f 0%,#0e6c3e 55%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-align:center !important;font-weight:800 !important;border:2px solid #000 !important;border-radius:10px !important;display:block !important;}html body.page-privacy #wrapper .field-body,html body.page-terms-and-conditions #wrapper .field-body,html body.page-bookings-refunds #wrapper .field-body,html body.page-privacy #wrapper .layout__region--content,html body.page-terms-and-conditions #wrapper .layout__region--content,html body.page-bookings-refunds #wrapper .layout__region--content{overflow:visible !important;padding-top:0.25rem !important;}@media (max-width:991.98px){html body.page-privacy #wrapper .privacy-cards-wrapper,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper,html body.page-bookings-refunds #wrapper .policy-cards-wrapper,html body.page-node-type-page #wrapper .privacy-cards-wrapper,html body.page-node-type-page #wrapper .terms-cards-wrapper,html body.page-node-type-page #wrapper .policy-cards-wrapper{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;border-radius:0 !important;background:transparent !important;border:none !important;box-shadow:none !important;margin-bottom:-4rem !important;}html body.page-privacy #wrapper .row.layout.layout--onecol h1,html body.page-terms-and-conditions #wrapper .row.layout.layout--onecol h1,html body.page-bookings-refunds #wrapper .row.layout.layout--onecol h1,html body.page-privacy #wrapper .privacy-cards-wrapper > h1,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper > h1,html body.page-bookings-refunds #wrapper .policy-cards-wrapper > h1{font-size:1.28rem !important;padding:0.7rem 0.8rem !important;margin-top:0 !important;margin-bottom:0.75rem !important;line-height:1.3 !important;}}@media (max-width:480px){html body.page-privacy #wrapper .privacy-cards-wrapper > h1,html body.page-bookings-refunds #wrapper .policy-cards-wrapper > h1,html body.page-privacy #wrapper .row.layout.layout--onecol h1,html body.page-bookings-refunds #wrapper .row.layout.layout--onecol h1{font-size:1.15rem !important;padding:0.65rem 0.7rem !important;margin-top:-3rem !important;}html body.page-terms-and-conditions #wrapper .terms-cards-wrapper > h1,html body.page-terms-and-conditions #wrapper .row.layout.layout--onecol h1{margin-top:-5rem !important;}html body.path-products #wrapper #block-martis-shopiconbox,html body.path-taxonomy #wrapper #block-martis-shopiconbox,html body.path-product #wrapper #block-martis-shopiconbox,html body.path-store #wrapper #block-martis-shopiconbox,html body.page-store-home #wrapper #block-martis-shopiconbox{border:0 !important;outline:0 !important;box-shadow:none !important;background:transparent !important;margin-right:0 !important;margin-left:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-product #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-store #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.page-store-home #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-products #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-section{border:0 !important;outline:0 !important;box-shadow:none !important;background:transparent !important;margin-top:0.75rem !important;margin-bottom:0.5rem !important;padding-top:0.5rem !important;padding-bottom:0.25rem !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;}html body.path-products #wrapper #block-martis-shopiconbox .field-item,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-item,html body.path-products #wrapper #block-martis-shopiconbox .field-item > div,html body.path-taxonomy #wrapper #block-martis-shopiconbox .field-item > div,html body.path-products #wrapper #block-martis-shopiconbox .container-wrap,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container-wrap{border:0 !important;outline:0 !important;box-shadow:none !important;background:transparent !important;}html body.path-products #wrapper #block-martis-shopiconbox .box-icon-title,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-title,html body.path-product #wrapper #block-martis-shopiconbox .box-icon-title,html body.path-store #wrapper #block-martis-shopiconbox .box-icon-title,html body.page-store-home #wrapper #block-martis-shopiconbox .box-icon-title{background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;padding:0 0 0.65rem !important;margin:0 0 0.35rem !important;min-height:0 !important;color:#fff !important;font-weight:700 !important;}html body.path-products #wrapper #block-martis-shopiconbox .box-desc p:not(.box-icon-title),html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-desc p:not(.box-icon-title),html body.path-product #wrapper #block-martis-shopiconbox .box-desc p:not(.box-icon-title),html body.path-store #wrapper #block-martis-shopiconbox .box-desc p:not(.box-icon-title),html body.page-store-home #wrapper #block-martis-shopiconbox .box-desc p:not(.box-icon-title){background:#138450 !important;border:2px solid #000 !important;border-radius:16px !important;padding:0.85rem 1rem !important;margin:0 !important;box-sizing:border-box !important;width:100% !important;}html body.path-products #wrapper #block-martis-shopiconbox .box-icon-item,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-item,html body.path-product #wrapper #block-martis-shopiconbox .box-icon-item,html body.path-store #wrapper #block-martis-shopiconbox .box-icon-item,html body.page-store-home #wrapper #block-martis-shopiconbox .box-icon-item{border:2px solid #000 !important;border-radius:16px !important;box-sizing:border-box !important;overflow:hidden !important;}@media (max-width:991.98px){html body.path-products #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .container.box-icon-section,html body.path-products #wrapper #block-martis-shopiconbox .box-icon-section,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-section{padding-left:0 !important;padding-right:0 !important;margin-top:-4rem !important;margin-bottom:-3rem !important;}html body.path-products #wrapper #block-martis-shopiconbox .box-icon-items,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-items{margin-bottom:0.85rem !important;}html body.path-products #wrapper #block-martis-shopiconbox .box-icon-item,html body.path-taxonomy #wrapper #block-martis-shopiconbox .box-icon-item{min-height:0 !important;padding:1.25rem 1rem !important;}}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-meta,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.4rem !important;width:100% !important;max-width:100% !important;margin:0.45rem 0 0.5rem !important;padding:0 !important;background:transparent !important;background-color:transparent !important;border:0 !important;outline:0 !important;box-shadow:none !important;border-radius:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;flex:0 1 auto !important;width:auto !important;max-width:100% !important;align-items:center !important;gap:0.28rem !important;margin:0 !important;padding:0.22rem 0.6rem !important;background:#ffffff !important;background-color:#ffffff !important;border:1px solid #0a4f2f !important;border-radius:999px !important;box-shadow:none !important;font-size:0.75rem !important;font-weight:600 !important;line-height:1.25 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;box-sizing:border-box !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item *{color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;background:transparent !important;border:0 !important;box-shadow:none !important;width:auto !important;display:inline !important;padding:0 !important;margin:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item i,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item i,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-meta-item i,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item i{display:inline-block !important;font-size:0.72rem !important;line-height:1 !important;margin-right:0.15rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item .field,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item .field-items,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item .field-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item .field,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item .field-item,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item .field,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item .field-item{display:inline !important;width:auto !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item.post-comment,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item.post-comment,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item.post-comment{display:none !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.3rem !important;margin:0.2rem 0 0.35rem !important;padding:0.45rem 0 0 !important;border:0 !important;border-top:1px solid rgba(255,255,255,0.18) !important;background:transparent !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .tags-label{display:none !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags a{display:inline-flex !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.68rem !important;padding:0.14rem 0.5rem !important;text-decoration:none !important;}html body.path-taxonomy.page-blog-category #wrapper .feed-icons,html body.path-taxonomy.page-blog-tag #wrapper .feed-icons,html body.path-taxonomy.vocabulary-category #wrapper .feed-icons,html body.path-taxonomy.vocabulary-tags #wrapper .feed-icons{display:none !important;}html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term,html body.path-taxonomy.vocabulary-tags #wrapper .view-header .taxonomy-term{max-width:40rem !important;margin:0.15rem auto 1.15rem !important;padding:0 1rem !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term p,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term p,html body.path-taxonomy.vocabulary-tags #wrapper .view-header .taxonomy-term p{margin:0 !important;color:#3d5c4a !important;-webkit-text-fill-color:#3d5c4a !important;font-size:0.95rem !important;line-height:1.5 !important;font-style:italic !important;text-align:center !important;}html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search .form-item,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search .form-item,html body.path-taxonomy.vocabulary-tags #wrapper #block-martis-exposedformblog-searchblog-search .form-item{width:100% !important;max-width:36rem !important;margin-left:auto !important;margin-right:auto !important;}html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search input[type="text"],html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search input[type="text"],html body.path-taxonomy.vocabulary-category #wrapper #block-martis-exposedformblog-searchblog-search input.form-text,html body.path-taxonomy.vocabulary-tags #wrapper #block-martis-exposedformblog-searchblog-search input.form-text,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search input.form-text,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search input.form-text{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search input[type="text"],html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search input[type="text"],html body.path-taxonomy.vocabulary-category #wrapper #block-martis-exposedformblog-searchblog-search input.form-text,html body.path-taxonomy.vocabulary-tags #wrapper #block-martis-exposedformblog-searchblog-search input.form-text{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item{font-size:0.72rem !important;padding:0.2rem 0.5rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb{padding-left:0.75rem !important;padding-right:0.75rem !important;}}html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper,html body.path-taxonomy.vocabulary-category #wrapper .page-wrapper,html body.path-taxonomy.vocabulary-tags #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper > .container,html body.path-taxonomy.vocabulary-category #wrapper .page-wrapper > .container,html body.path-taxonomy.vocabulary-tags #wrapper .page-wrapper > .container{background:#ffffff !important;margin-top:0 !important;padding-top:0 !important;padding-bottom:1rem !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .region-content-wide-top,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-category #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper .region-content-wide-top,html body.path-taxonomy.vocabulary-category #wrapper .region-content-wide-top,html body.path-taxonomy.vocabulary-tags #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top{background:#ffffff !important;background-color:#ffffff !important;padding-top:1rem !important;padding-bottom:0.35rem !important;margin:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-category #wrapper .view-taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-taxonomy-term,html body.path-taxonomy.vocabulary-tags #wrapper .view-taxonomy-term{background:#ffffff !important;background-color:#ffffff !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .region.region-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.page-blog-category #wrapper .region.region-content,html body.path-taxonomy.page-blog-tag #wrapper .region.region-content,html body.path-taxonomy.vocabulary-category #wrapper .region.region-content,html body.path-taxonomy.vocabulary-tags #wrapper .region.region-content,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #main-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #main-content,html body.path-taxonomy.page-blog-category #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content,html body.path-taxonomy.vocabulary-category #wrapper #main-content,html body.path-taxonomy.vocabulary-tags #wrapper #main-content,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy.page-blog-category #wrapper .col-md-9.left-content.main-content,html body.path-taxonomy.page-blog-tag #wrapper .col-md-9.left-content.main-content{background:#ffffff !important;background-color:#ffffff !important;}html body.path-taxonomy.page-blog-category #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper .region-content-wide-top{background:#ffffff !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:0.25rem !important;padding:0.22rem 0.55rem !important;font-size:0.72rem !important;font-weight:700 !important;line-height:1.2 !important;border:1.5px solid #0a4f2f !important;border-radius:999px !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;white-space:nowrap !important;width:auto !important;max-width:100% !important;flex:0 1 auto !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item *,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item a{font-size:inherit !important;font-weight:inherit !important;line-height:inherit !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item i,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item i,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item i{font-size:0.68rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .tags-list a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .tags-list a,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .tags-list a{display:inline-flex !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.7rem !important;line-height:1.2 !important;padding:0.18rem 0.5rem !important;margin:0 !important;text-decoration:none !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a:hover,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags a:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper,html body.path-taxonomy.vocabulary-category #wrapper .page-wrapper,html body.path-taxonomy.vocabulary-tags #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper > .container{padding-top:1rem !important;padding-bottom:1rem !important;padding-left:0.85rem !important;padding-right:0.85rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-meta-item,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-meta-item{font-size:0.72rem !important;padding:0.22rem 0.55rem !important;}}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.3rem !important;width:100% !important;margin:0.25rem auto 0.35rem !important;padding:0.55rem 0 0.15rem !important;border:0 !important;border-top:1px solid rgba(255,255,255,0.18) !important;background:transparent !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label{display:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-items{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:0.3rem !important;width:100% !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-item{display:inline-flex !important;width:auto !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .tags-list a,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .tags-list a{display:inline-flex !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.7rem !important;line-height:1.2 !important;padding:0.18rem 0.5rem !important;margin:0 !important;text-decoration:none !important;}html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-breadcrumbs{width:100vw !important;max-width:100vw !important;left:50% !important;margin-left:-50vw !important;margin-right:0 !important;margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;background:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-bottom:2px solid #0e6c3e !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.page-blog-category #wrapper nav.breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper nav.breadcrumb{display:block !important;width:100% !important;margin:0 !important;padding:0.85rem 1.35rem !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ol,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ol,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb ol,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb ol,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ul,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ul{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:0.15rem 0.2rem !important;list-style:none !important;margin:0 !important;padding:0 !important;width:100% !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current{display:inline-flex !important;align-items:center !important;flex:0 1 auto !important;flex-wrap:nowrap !important;width:auto !important;min-width:0 !important;max-width:none !important;float:none !important;margin:0 !important;padding:0.2rem 0.1rem !important;font-size:1.05rem !important;line-height:1.4 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb a,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb a{color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:600 !important;text-decoration:none !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__current{font-weight:700 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb{padding:0.75rem 0.9rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current{flex:0 1 auto !important;width:auto !important;min-width:0 !important;max-width:none !important;font-size:0.95rem !important;}}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags{display:flex !important;flex-flow:row wrap !important;justify-content:center !important;align-items:center !important;align-content:center !important;gap:0.3rem !important;width:100% !important;margin:0.25rem auto 0.35rem !important;padding:0.55rem 0 0.15rem !important;border:0 !important;border-top:1px solid rgba(255,255,255,0.18) !important;background:transparent !important;text-align:center !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-label,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags > i,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .tags-label,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .field-label{display:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags .field-item,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .tags-list,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .field,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .field-items,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags .field-item{display:contents !important;width:auto !important;max-width:none !important;margin:0 !important;padding:0 !important;float:none !important;background:transparent !important;border:0 !important;column-count:auto !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .tags-list a,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .tags-list a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-tags a{display:inline-flex !important;flex:0 0 auto !important;align-items:center !important;justify-content:center !important;width:auto !important;max-width:100% !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-weight:700 !important;font-size:0.7rem !important;line-height:1.2 !important;padding:0.18rem 0.5rem !important;margin:0 !important;text-decoration:none !important;white-space:nowrap !important;float:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-tags a:hover,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-tags a:hover,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-tags a:hover,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-tags a:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-category #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-tags #wrapper #block-breadcrumbs{width:100vw !important;max-width:100vw !important;left:50% !important;margin-left:-50vw !important;margin-right:0 !important;margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;background:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-bottom:2px solid #0e6c3e !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb,html body.path-taxonomy.page-blog-category #wrapper nav.breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper nav.breadcrumb{display:block !important;width:100% !important;margin:0 !important;padding:0.85rem 1.35rem !important;background:transparent !important;border:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ol,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ol,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb ol,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb ol,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ul,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ul{display:flex !important;flex-flow:row wrap !important;align-items:center !important;justify-content:center !important;gap:0.15rem 0.2rem !important;list-style:none !important;margin:0 !important;padding:0 !important;width:100% !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__item--current{display:inline-flex !important;align-items:center !important;flex:0 1 auto !important;flex-grow:0 !important;flex-shrink:1 !important;flex-basis:auto !important;flex-wrap:nowrap !important;width:auto !important;min-width:0 !important;max-width:none !important;float:none !important;margin:0 !important;padding:0.2rem 0.1rem !important;font-size:1.05rem !important;line-height:1.4 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li + li::before,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li + li::before,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb li + li::before,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb li + li::before,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before{content:"›" !important;display:inline-block !important;flex:0 0 auto !important;width:auto !important;min-width:0 !important;margin:0 0.4rem 0 0.15rem !important;font-size:1.1em !important;line-height:1 !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb a,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb a,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb a,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb a,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__link,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__link{color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:600 !important;text-decoration:none !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__current,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__current,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__current{font-weight:700 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb{padding:0.75rem 0.9rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__item--current{flex:0 1 auto !important;flex-grow:0 !important;flex-basis:auto !important;width:auto !important;min-width:0 !important;max-width:none !important;font-size:0.95rem !important;}}@media (max-width:575.98px){html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ul li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ul li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ol li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ol li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ul li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ul li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb .breadcrumb__item--current{display:inline-flex !important;flex:0 1 auto !important;flex-grow:0 !important;flex-shrink:1 !important;flex-basis:auto !important;width:auto !important;min-width:0 !important;max-width:none !important;font-size:0.95rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li + li::before,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li + li::before,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item + .breadcrumb__item::before{display:inline-block !important;flex:0 0 auto !important;width:auto !important;min-width:0 !important;margin:0 0.35rem 0 0.1rem !important;}}html body.path-taxonomy.page-blog-category #wrapper #page-title,html body.path-taxonomy.page-blog-tag #wrapper #page-title,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #page-title,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #page-title,html body.path-taxonomy.vocabulary-category #wrapper #page-title,html body.path-taxonomy.vocabulary-tags #wrapper #page-title,html body.path-taxonomy.page-blog-category #wrapper section.page-title,html body.path-taxonomy.page-blog-tag #wrapper section.page-title{margin:0 !important;margin-top:0 !important;padding:0 !important;padding-top:0 !important;min-height:0 !important;height:auto !important;background:#e8f6ee !important;background-color:#e8f6ee !important;border:0 !important;box-shadow:none !important;}html body.path-taxonomy.page-blog-category #wrapper #page-title > .container,html body.path-taxonomy.page-blog-tag #wrapper #page-title > .container,html body.path-taxonomy.vocabulary-category #wrapper #page-title > .container,html body.path-taxonomy.vocabulary-tags #wrapper #page-title > .container,html body.path-taxonomy.page-blog-category #wrapper section.page-title > .container,html body.path-taxonomy.page-blog-tag #wrapper section.page-title > .container{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;background:transparent !important;}html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-category #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-tags #wrapper #block-breadcrumbs{margin-top:0 !important;padding-top:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image{width:100% !important;max-width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;max-height:none !important;margin:0 0 0.65rem !important;padding:0 !important;border:3px solid #0a4f2f !important;border-radius:14px !important;overflow:hidden !important;box-sizing:border-box !important;background:#0a2f1c !important;box-shadow:0 4px 14px rgba(10,79,47,0.2) !important;position:relative !important;z-index:3 !important;display:block !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;max-width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center !important;border:0 !important;border-radius:0 !important;margin:0 !important;padding:0 !important;}html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-image{margin-top:0 !important;margin-bottom:0.65rem !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper #page-title,html body.path-taxonomy.page-blog-tag #wrapper #page-title,html body.path-taxonomy.vocabulary-category #wrapper #page-title,html body.path-taxonomy.vocabulary-tags #wrapper #page-title{margin:0 !important;padding:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-media{padding:0 0.15rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-image{margin:0.25rem 0 0.55rem !important;border-radius:12px !important;}}html body.path-taxonomy.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-category #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-tags #wrapper #content-wide-top,html body.path-taxonomy.page-blog-category #wrapper section#content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper section#content-wide-top,html body.path-taxonomy.page-blog-category #wrapper .region-content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper .region-content-wide-top{padding-top:0 !important;margin-top:0 !important;margin-bottom:0 !important;min-height:0 !important;height:auto !important;background:transparent !important;background-color:transparent !important;border:0 !important;}html body.path-taxonomy.page-blog-category #wrapper #header,html body.path-taxonomy.page-blog-tag #wrapper #header,html body.path-taxonomy.vocabulary-category #wrapper #header,html body.path-taxonomy.vocabulary-tags #wrapper #header,html body.path-taxonomy.page-blog-category #wrapper .header,html body.path-taxonomy.page-blog-tag #wrapper .header{margin-bottom:0 !important;padding-bottom:0 !important;}html body.path-taxonomy.page-blog-category #wrapper #header .header-menu,html body.path-taxonomy.page-blog-tag #wrapper #header .header-menu,html body.path-taxonomy.page-blog-category #wrapper #header .nav-menu,html body.path-taxonomy.page-blog-tag #wrapper #header .nav-menu{margin-bottom:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser{padding:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content{box-sizing:border-box !important;max-width:100% !important;}html body.path-taxonomy.page-blog-category #wrapper #content-wide-top.content-wide,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top.content-wide,html body.path-taxonomy.page-blog-category #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content{padding-top:0 !important;margin-top:0 !important;}html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs,html body.path-taxonomy.page-blog-category #wrapper .content-wide #block-breadcrumbs.block,html body.path-taxonomy.page-blog-tag #wrapper .content-wide #block-breadcrumbs.block,html body.path-taxonomy.page-blog-category #wrapper .content-wide .block.block-system-breadcrumb-block,html body.path-taxonomy.page-blog-tag #wrapper .content-wide .block.block-system-breadcrumb-block{padding:0 !important;padding-top:0 !important;padding-bottom:0 !important;margin-top:0 !important;}html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs .container-wrap,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs .container-wrap,html body.path-taxonomy.page-blog-category #wrapper .content-wide #block-breadcrumbs .container-wrap,html body.path-taxonomy.page-blog-tag #wrapper .content-wide #block-breadcrumbs .container-wrap,html body.path-taxonomy.page-blog-category #wrapper .content-wide .container-wrap,html body.path-taxonomy.page-blog-tag #wrapper .content-wide .container-wrap{padding-top:0 !important;padding-bottom:0 !important;margin-top:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image{margin-bottom:0.15rem !important;}html body.path-taxonomy.page-blog-category #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content,html body.path-taxonomy.vocabulary-category #wrapper #main-content,html body.path-taxonomy.vocabulary-tags #wrapper #main-content,html body.page-blog-term-index #wrapper #main-content,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-category #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-tags #wrapper #content-wide-top,html body.page-blog-term-index #wrapper #content-wide-top,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top.content-wide,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top.content-wide,html body.page-blog-term-index #wrapper #content-wide-top.content-wide,html body.path-taxonomy.page-blog-category #wrapper .region.region-content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper .region.region-content-wide-top,html body.page-blog-term-index #wrapper .region.region-content-wide-top{padding:0 !important;padding-top:0 !important;padding-bottom:0 !important;margin:0 !important;margin-top:0 !important;min-height:0 !important;background:transparent !important;background-color:transparent !important;}html body.path-taxonomy.page-blog-category #wrapper #header,html body.path-taxonomy.page-blog-tag #wrapper #header,html body.path-taxonomy.vocabulary-category #wrapper #header,html body.path-taxonomy.vocabulary-tags #wrapper #header,html body.page-blog-term-index #wrapper #header,html body.path-taxonomy.page-blog-category #wrapper .header,html body.path-taxonomy.page-blog-tag #wrapper .header,html body.page-blog-term-index #wrapper .header,html body.path-taxonomy.page-blog-category #wrapper .header-menu,html body.path-taxonomy.page-blog-tag #wrapper .header-menu,html body.page-blog-term-index #wrapper .header-menu,html body.path-taxonomy.page-blog-category #wrapper .navbar.nav-menu,html body.path-taxonomy.page-blog-tag #wrapper .navbar.nav-menu,html body.page-blog-term-index #wrapper .navbar.nav-menu{margin-bottom:0 !important;padding-bottom:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .content-wide .block,html body.path-taxonomy.page-blog-tag #wrapper .content-wide .block,html body.page-blog-term-index #wrapper .content-wide .block,html body.path-taxonomy.page-blog-category #wrapper .content-wide #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper .content-wide #block-breadcrumbs,html body.page-blog-term-index #wrapper .content-wide #block-breadcrumbs,html body.path-taxonomy.page-blog-category #wrapper .content-wide #block-breadcrumbs.block,html body.path-taxonomy.page-blog-tag #wrapper .content-wide #block-breadcrumbs.block,html body.page-blog-term-index #wrapper .content-wide #block-breadcrumbs.block,html body.path-taxonomy.page-blog-category #wrapper .content-wide .block.block-system-breadcrumb-block,html body.path-taxonomy.page-blog-tag #wrapper .content-wide .block.block-system-breadcrumb-block,html body.page-blog-term-index #wrapper .content-wide .block.block-system-breadcrumb-block{padding:0 !important;padding-top:0 !important;padding-bottom:0 !important;margin:0 !important;margin-top:0 !important;}html body.path-taxonomy.page-blog-category #wrapper .content-wide .container-wrap,html body.path-taxonomy.page-blog-tag #wrapper .content-wide .container-wrap,html body.page-blog-term-index #wrapper .content-wide .container-wrap,html body.path-taxonomy.page-blog-category #wrapper .content-wide #block-breadcrumbs .container-wrap,html body.path-taxonomy.page-blog-tag #wrapper .content-wide #block-breadcrumbs .container-wrap,html body.page-blog-term-index #wrapper .content-wide #block-breadcrumbs .container-wrap,html body.path-taxonomy.page-blog-category #wrapper .content-wide .block-content,html body.path-taxonomy.page-blog-tag #wrapper .content-wide .block-content,html body.page-blog-term-index #wrapper .content-wide .block-content{padding:0 !important;padding-top:0 !important;margin:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-media{display:block !important;width:100% !important;margin:0 !important;padding:0 0.4rem !important;order:0 !important;position:relative !important;z-index:3 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image{width:100% !important;max-width:100% !important;aspect-ratio:16 / 9 !important;height:auto !important;margin:0 0 0 !important;padding:0 !important;border:3px solid #0a4f2f !important;border-radius:14px 14px 0 0 !important;overflow:hidden !important;box-sizing:border-box !important;background:#0a2f1c !important;box-shadow:none !important;position:relative !important;z-index:3 !important;display:block !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content{margin-top:0 !important;border-radius:0 0 14px 14px !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;border:0 !important;border-radius:0 !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper,html body.path-taxonomy.vocabulary-category #wrapper .page-wrapper,html body.path-taxonomy.vocabulary-tags #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper > .container,html body.path-taxonomy.vocabulary-category #wrapper .page-wrapper > .container,html body.path-taxonomy.vocabulary-tags #wrapper .page-wrapper > .container,html body.page-blog-term-index #wrapper .page-wrapper > .container{padding-left:0.35rem !important;padding-right:0.35rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view,html body.path-taxonomy.vocabulary-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.vocabulary-tags #wrapper .blog-tag-listing-view,html body.page-blog-term-index #wrapper .blog-term-index-view{padding-left:0 !important;padding-right:0 !important;width:100% !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser{width:100% !important;max-width:100% !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-media{padding:0 0.15rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image{margin:0.25rem 0 0 !important;border-radius:12px 12px 0 0 !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content{border-radius:0 0 12px 12px !important;}}html body.page-blog-term-index #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper > .container,html body.page-blog-term-index #wrapper .region.region-content,html body.page-blog-term-index #wrapper #main-content .region-content{background:#ffffff !important;}html body.page-blog-term-index #wrapper #block-breadcrumbs{width:100vw !important;max-width:100vw !important;left:50% !important;margin-left:-50vw !important;margin-top:0 !important;padding:0 !important;background:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-bottom:2px solid #0e6c3e !important;}html body.page-blog-term-index #wrapper .breadcrumb ol,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__list{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;margin:0 !important;padding:0.75rem 1rem !important;list-style:none !important;}html body.page-blog-term-index #wrapper .breadcrumb li,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item--current{display:inline-flex !important;flex:0 1 auto !important;width:auto !important;max-width:none !important;}html body.page-blog-term-index #wrapper .col-md-3.sidebar,html body.page-blog-term-index #wrapper .sidebar{display:none !important;}html body.page-blog-term-index #wrapper .col-md-9.left-content.main-content,html body.page-blog-term-index #wrapper .main-content{width:100% !important;max-width:100% !important;flex:0 0 100% !important;}html body.page-blog-term-index #wrapper h1,html body.page-blog-term-index #wrapper h1.blog-term-index-h1,html body.page-blog-term-index #wrapper .block-page-title-block h1{display:inline-flex !important;margin:1.25rem auto 0.85rem !important;padding:0.45rem 1.35rem !important;background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border-radius:999px !important;font-size:1.35rem !important;font-weight:800 !important;text-align:center !important;}html body.page-blog-term-index #wrapper .block-page-title-block,html body.page-blog-term-index #wrapper .block-page-title-block .container-wrap{text-align:center !important;background:transparent !important;border:0 !important;}html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:1.25rem !important;max-width:1100px !important;margin:0 auto 2rem !important;padding:0 0.75rem 1.5rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-view > .view-header,html body.page-blog-term-index #wrapper .view-blog-taxonomy > .view-header,html body.page-blog-term-index #wrapper .blog-term-index-view > .view-footer,html body.page-blog-term-index #wrapper .view-blog-taxonomy > .pagerer-container,html body.page-blog-term-index #wrapper .view-blog-taxonomy > nav.pager{grid-column:1 / -1 !important;}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .view-blog-taxonomy .views-row{display:flex !important;flex-direction:column !important;margin:0 !important;padding:1.15rem 1.2rem 1.2rem !important;background:radial-gradient(90% 70% at 15% 0%,rgba(143,208,179,0.28) 0%,transparent 50%),linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000 !important;border-radius:14px !important;box-sizing:border-box !important;}html body.page-blog-term-index #wrapper .blog-term-index-card a,html body.page-blog-term-index #wrapper .view-blog-taxonomy .views-row a{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:800 !important;font-size:1.15rem !important;text-decoration:none !important;}html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description,html body.page-blog-term-index #wrapper .view-blog-taxonomy .views-row .views-field-description,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description *{color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;font-size:0.92rem !important;line-height:1.45 !important;margin-top:0.45rem !important;}@media (max-width:991.98px){html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:767.98px){html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy{grid-template-columns:1fr !important;padding-left:0.35rem !important;padding-right:0.35rem !important;}}html body.path-taxonomy.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-category #wrapper #content-wide-top,html body.path-taxonomy.vocabulary-tags #wrapper #content-wide-top,html body.page-blog-term-index #wrapper #content-wide-top,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top.content-wide,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top.content-wide,html body.page-blog-term-index #wrapper #content-wide-top.content-wide{width:100% !important;max-width:100% !important;padding:0 !important;margin:0 !important;overflow:visible !important;}html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-category #wrapper #block-breadcrumbs,html body.path-taxonomy.vocabulary-tags #wrapper #block-breadcrumbs,html body.page-blog-term-index #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs,html body.page-blog-term-index #wrapper #content-wide-top #block-breadcrumbs{position:relative !important;left:0 !important;right:0 !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important;transform:none !important;background:#e8f6ee !important;border-top:1px solid #c5e6d4 !important;border-bottom:2px solid #0e6c3e !important;}html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #block-martis-exposedformblog-searchblog-search{width:min(40rem,calc(100% - 2rem)) !important;max-width:40rem !important;margin:1rem auto 0.5rem !important;padding:1.1rem 1.25rem 1.15rem !important;background:#f3fbf6 !important;border:1px solid #c5e6d4 !important;border-radius:14px !important;box-sizing:border-box !important;}html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search .block-title,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search .block-title,html body.page-blog-term-index #wrapper #block-martis-exposedformblog-searchblog-search .block-title{background:transparent !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;text-align:center !important;}html body.page-blog-term-index #wrapper #views-exposed-form-blog-search-blog-search input.form-text,html body.path-taxonomy.page-blog-category #wrapper #views-exposed-form-blog-search-blog-search input.form-text,html body.path-taxonomy.page-blog-tag #wrapper #views-exposed-form-blog-search-blog-search input.form-text{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb,html body.page-blog-term-index #wrapper .breadcrumb,html body.path-taxonomy.page-blog-category #wrapper nav.breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper nav.breadcrumb,html body.page-blog-term-index #wrapper nav.breadcrumb{padding:0.95rem 1.35rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb ol,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb ol,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb ol,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb ol,html body.page-blog-term-index #wrapper .breadcrumb ol,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__list,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__list,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__list{padding:0 !important;gap:0.2rem 0.15rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb li,html body.page-blog-term-index #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.page-blog-term-index #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item--current{padding:0.3rem 0.15rem !important;font-size:1.08rem !important;line-height:1.45 !important;}@media (max-width:767.98px){html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb,html body.page-blog-term-index #wrapper .breadcrumb,html body.path-taxonomy.page-blog-category #wrapper nav.breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper nav.breadcrumb,html body.page-blog-term-index #wrapper nav.breadcrumb{padding:0.95rem 1rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-category #wrapper .breadcrumb li,html body.path-taxonomy.vocabulary-tags #wrapper .breadcrumb li,html body.page-blog-term-index #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li:last-child,html body.page-blog-term-index #wrapper .breadcrumb li:last-child,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item--current,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item--current{padding:0.3rem 0.1rem !important;font-size:1.02rem !important;line-height:1.45 !important;}}@media (max-width:575.98px){html body.path-taxonomy.page-blog-category #wrapper .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb,html body.page-blog-term-index #wrapper .breadcrumb{padding:1rem 0.9rem !important;}html body.path-taxonomy.page-blog-category #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb li,html body.page-blog-term-index #wrapper .breadcrumb li,html body.path-taxonomy.page-blog-category #wrapper .breadcrumb .breadcrumb__item,html body.path-taxonomy.page-blog-tag #wrapper .breadcrumb .breadcrumb__item,html body.page-blog-term-index #wrapper .breadcrumb .breadcrumb__item{font-size:1rem !important;line-height:1.5 !important;}}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs nav.breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs nav.breadcrumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-breadcrumbs .breadcrumb{padding:0.95rem 1.35rem !important;padding-top:0.95rem !important;padding-right:1.35rem !important;padding-bottom:0.95rem !important;padding-left:1.35rem !important;min-height:3.4rem !important;box-sizing:border-box !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs .breadcrumb ol,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs .breadcrumb ol{padding:0 !important;margin:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current{padding:0.3rem 0.15rem !important;padding-top:0.3rem !important;padding-bottom:0.3rem !important;font-size:1.08rem !important;line-height:1.45 !important;}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs .breadcrumb{padding:0.95rem 1rem !important;padding-top:0.95rem !important;padding-bottom:0.95rem !important;min-height:3.2rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs .breadcrumb li{padding:0.3rem 0.1rem !important;font-size:1.02rem !important;line-height:1.45 !important;}}@media (max-width:575.98px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb{padding:1rem 0.9rem !important;padding-top:1rem !important;padding-bottom:1rem !important;min-height:3.25rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item{font-size:1rem !important;line-height:1.5 !important;}}html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy.blog-term-index-view{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:1.35rem 1.4rem !important;max-width:920px !important;margin:0 auto 2.25rem !important;padding:0 0.85rem 2rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-view > .view-header,html body.page-blog-term-index #wrapper .view-blog-taxonomy > .view-header,html body.page-blog-term-index #wrapper .blog-term-index-hero,html body.page-blog-term-index #wrapper .blog-term-index-intro{grid-column:1 / -1 !important;width:100% !important;max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero{display:block !important;text-align:center !important;padding:0.35rem 0 1.35rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero h1,html body.page-blog-term-index #wrapper .blog-term-index-hero h1.blog-term-index-h1,html body.page-blog-term-index #wrapper h1.blog-term-index-h1{display:block !important;width:100% !important;max-width:760px !important;margin:0.85rem auto 0.85rem !important;padding:0 !important;background:transparent !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:0 !important;border-radius:0 !important;font-size:1.85rem !important;line-height:1.25 !important;font-weight:800 !important;letter-spacing:-0.02em !important;text-align:center !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro{color:#1f3d2e !important;-webkit-text-fill-color:#1f3d2e !important;font-size:1.05rem !important;line-height:1.6 !important;text-align:left !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro p{margin:0 0 0.75rem !important;color:#1f3d2e !important;-webkit-text-fill-color:#1f3d2e !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro a,html body.page-blog-term-index #wrapper .blog-term-index-back a{color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-weight:700 !important;text-decoration:underline !important;text-underline-offset:0.15em !important;}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row{display:flex !important;flex-direction:column !important;align-items:flex-start !important;min-height:11.5rem !important;padding:1.25rem 1.3rem 1.15rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-card h2,html body.page-blog-term-index #wrapper .blog-term-index-card h2.blog-term-index-title,html body.page-blog-term-index #wrapper .blog-term-index-title{margin:0 0 0.55rem !important;font-size:1.22rem !important;line-height:1.3 !important;font-weight:800 !important;}html body.page-blog-term-index #wrapper .blog-term-index-card .blog-term-index-desc,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description *,html body.page-blog-term-index #wrapper .blog-term-index-desc{display:block !important;margin:0 !important;color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;font-size:0.96rem !important;line-height:1.5 !important;font-weight:500 !important;}html body.page-blog-term-index #wrapper .blog-term-index-cue-wrap,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-nothing{margin-top:auto !important;padding-top:0.85rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-cue{display:inline-block !important;color:#c8f5dc !important;-webkit-text-fill-color:#c8f5dc !important;font-size:0.82rem !important;font-weight:700 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;}html body.page-blog-term-index #wrapper .blog-term-index-cue::after{content:" →";}@media (max-width:767.98px){html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy.blog-term-index-view{grid-template-columns:1fr !important;padding-left:0.4rem !important;padding-right:0.4rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero h1.blog-term-index-h1,html body.page-blog-term-index #wrapper h1.blog-term-index-h1{font-size:1.45rem !important;line-height:1.28 !important;margin-top:0.65rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro{font-size:1rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row{min-height:0 !important;}}html body.page-blog-term-index #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper > .container,html body.page-blog-term-index #wrapper .region.region-content,html body.page-blog-term-index #wrapper #main-content,html body.page-blog-term-index #wrapper #main-content .region-content,html body.page-blog-term-index #wrapper .col-md-9.left-content.main-content{background:#ffffff !important;background-color:#ffffff !important;}html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy.blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:stretch !important;gap:1.15rem 1.15rem !important;max-width:1120px !important;margin:0 auto 2.25rem !important;padding:0 0.85rem 2rem !important;background:transparent !important;}html body.page-blog-term-index #wrapper .blog-term-index-view > .view-header,html body.page-blog-term-index #wrapper .view-blog-taxonomy > .view-header,html body.page-blog-term-index #wrapper .blog-term-index-hero,html body.page-blog-term-index #wrapper .blog-term-index-intro{grid-column:1 / -1 !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:920px !important;margin:0.35rem auto 1.15rem !important;padding:0.15rem 0 0 !important;background:transparent !important;border:0 !important;text-align:center !important;}html body.page-blog-term-index #wrapper .blog-term-index-eyebrow{margin:0 0 0.45rem !important;padding:0 !important;color:#138450 !important;-webkit-text-fill-color:#138450 !important;font-size:0.78rem !important;font-weight:800 !important;letter-spacing:0.1em !important;text-transform:uppercase !important;background:transparent !important;}html body.page-blog-term-index #wrapper h1,html body.page-blog-term-index #wrapper h1.blog-term-index-h1,html body.page-blog-term-index #wrapper .blog-term-index-hero h1.blog-term-index-h1,html body.page-blog-term-index #wrapper .block-page-title-block h1{display:block !important;visibility:visible !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin:0 auto 0.95rem !important;padding:0.85rem 1.2rem !important;background:linear-gradient(135deg,#4fa36f 0%,#138450 55%,#0e6c3e 100%) !important;background-color:#138450 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:8px !important;text-align:center !important;font-size:clamp(1.15rem,2.5vw,1.6rem) !important;font-weight:800 !important;line-height:1.3 !important;letter-spacing:0.01em !important;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000 !important;word-wrap:break-word !important;overflow-wrap:anywhere !important;box-shadow:0 3px 12px rgba(10,79,47,0.22) !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro{display:block !important;width:100% !important;max-width:46rem !important;margin:0 auto 0.35rem !important;padding:1.2rem 1.35rem 1.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;text-align:left !important;font-size:1.05rem !important;line-height:1.6 !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro p{margin:0 0 0.75rem !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;font-size:inherit !important;line-height:inherit !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro p:last-child{margin-bottom:0 !important;}html body.page-blog-term-index #wrapper .blog-term-index-back{margin-top:0.95rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-back-btn,html body.page-blog-term-index #wrapper .blog-term-index-intro a.blog-term-index-back-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.55rem 1.25rem !important;background:linear-gradient(180deg,#1aa35f 0%,#0e6c3e 55%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:999px !important;font-weight:800 !important;font-size:0.95rem !important;text-decoration:none !important;box-shadow:0 3px 0 #000,0 8px 18px rgba(19,132,80,0.28) !important;}html body.page-blog-term-index #wrapper .blog-term-index-back-btn:hover,html body.page-blog-term-index #wrapper .blog-term-index-intro a.blog-term-index-back-btn:hover{background:linear-gradient(180deg,#22b86c 0%,#138450 50%,#0e6c3e 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;transform:translateY(-1px);}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row,html body.page-blog-term-index #wrapper .view-blog-taxonomy .blog-term-index-card{position:relative !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;min-height:12.5rem !important;margin:0 !important;padding:1.15rem 1.2rem 1.1rem !important;background:#ffffff !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:2px solid #000000 !important;border-radius:14px !important;box-shadow:0 3px 0 rgba(0,0,0,0.08) !important;box-sizing:border-box !important;transition:transform 0.16s ease,box-shadow 0.16s ease !important;}html body.page-blog-term-index #wrapper .blog-term-index-card:hover,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(10,79,47,0.14) !important;}html body.page-blog-term-index #wrapper .blog-term-index-card.animate__animated:not([data-cyb-done]):hover,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row.animate__animated:not([data-cyb-done]):hover{transform:none !important;}html body.page-blog-term-index #wrapper .blog-term-index-card::before{content:"Category" !important;display:inline-block !important;margin:0 0 0.55rem !important;padding:0.12rem 0.55rem !important;background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-size:0.68rem !important;font-weight:800 !important;letter-spacing:0.06em !important;text-transform:uppercase !important;line-height:1.3 !important;}html body.page-blog-tag-index #wrapper .blog-term-index-card::before{content:"Topic" !important;}html body.page-blog-term-index #wrapper .blog-term-index-card h2,html body.page-blog-term-index #wrapper .blog-term-index-card h2.blog-term-index-title,html body.page-blog-term-index #wrapper .blog-term-index-title{margin:0 0 0.5rem !important;padding:0 !important;background:transparent !important;border:0 !important;font-size:1.18rem !important;line-height:1.3 !important;font-weight:800 !important;}html body.page-blog-term-index #wrapper .blog-term-index-card a,html body.page-blog-term-index #wrapper .blog-term-index-card h2 a,html body.page-blog-term-index #wrapper .view-blog-taxonomy .views-row a{position:static !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-weight:800 !important;font-size:inherit !important;text-decoration:none !important;background:transparent !important;}html body.page-blog-term-index #wrapper .blog-term-index-card h2 a::after{content:"" !important;position:absolute !important;inset:0 !important;z-index:2 !important;}html body.page-blog-term-index #wrapper .blog-term-index-card .blog-term-index-desc,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description *,html body.page-blog-term-index #wrapper .blog-term-index-desc{display:block !important;margin:0 !important;color:#1f3d2e !important;-webkit-text-fill-color:#1f3d2e !important;font-size:0.95rem !important;line-height:1.5 !important;font-weight:500 !important;background:transparent !important;}html body.page-blog-term-index #wrapper .blog-term-index-cue-wrap,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-nothing{margin-top:auto !important;padding-top:0.9rem !important;position:relative !important;z-index:1 !important;}html body.page-blog-term-index #wrapper .blog-term-index-cue{display:inline-flex !important;align-items:center !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-size:0.78rem !important;font-weight:800 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;}html body.page-blog-term-index #wrapper .blog-term-index-cue::after{content:" →" !important;}@media (max-width:1099.98px){html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy.blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:767.98px){html body.page-blog-term-index #wrapper .blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy.blog-term-index-view,html body.page-blog-term-index #wrapper .view-blog-taxonomy{grid-template-columns:1fr !important;gap:0.85rem !important;padding-left:0.35rem !important;padding-right:0.35rem !important;}html body.page-blog-term-index #wrapper h1.blog-term-index-h1,html body.page-blog-term-index #wrapper .blog-term-index-hero h1.blog-term-index-h1{font-size:1.08rem !important;padding:0.7rem 0.85rem !important;line-height:1.35 !important;margin-bottom:0.8rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro{width:100% !important;padding:1rem 0.95rem 1.05rem !important;font-size:1rem !important;border-radius:12px !important;}html body.page-blog-term-index #wrapper .blog-term-index-back-btn,html body.page-blog-term-index #wrapper .blog-term-index-intro a.blog-term-index-back-btn{width:100% !important;}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row{min-height:0 !important;padding:1rem 1rem 0.95rem !important;border-radius:12px !important;}html body.page-blog-term-index #wrapper .blog-term-index-card:hover,html body.page-blog-term-index #wrapper .blog-term-index-view .views-row:hover{transform:none;}html body.page-blog-term-index #wrapper .blog-term-index-title{font-size:1.12rem !important;}}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-intro,html body.page-blog-term-index.path-blog #wrapper .region.region-content .blog-term-index-intro,html body.page-blog-category-index #wrapper .region.region-content .blog-term-index-intro,html body.page-blog-tag-index #wrapper .region.region-content .blog-term-index-intro{background:#ffffff !important;background-color:#ffffff !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-intro p,html body.page-blog-term-index.path-blog #wrapper .region.region-content .blog-term-index-intro p,html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-hero p,html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-intro p.blog-term-index-back,html body.page-blog-category-index #wrapper .region.region-content .blog-term-index-intro p,html body.page-blog-tag-index #wrapper .region.region-content .blog-term-index-intro p{background:transparent !important;background-color:transparent !important;background-image:none !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;text-shadow:none !important;padding:0 !important;margin:0 0 0.75rem !important;display:block !important;width:auto !important;max-width:none !important;}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-intro p:last-child,html body.page-blog-term-index.path-blog #wrapper .region.region-content .blog-term-index-intro p:last-child{margin-bottom:0 !important;}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-eyebrow,html body.page-blog-term-index.path-blog #wrapper .region.region-content .blog-term-index-eyebrow{background:transparent !important;background-color:transparent !important;border:0 !important;box-shadow:none !important;color:#138450 !important;-webkit-text-fill-color:#138450 !important;padding:0 !important;margin:0 0 0.45rem !important;}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-back,html body.page-blog-term-index.path-blog #wrapper .region.region-content p.blog-term-index-back{margin-top:0.95rem !important;margin-bottom:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-back-btn,html body.page-blog-term-index.path-blog #wrapper .region.region-content a.blog-term-index-back-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.55rem 1.25rem !important;background:linear-gradient(180deg,#1aa35f 0%,#0e6c3e 55%,#0a4f2f 100%) !important;background-color:#0e6c3e !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:999px !important;font-weight:800 !important;text-decoration:none !important;box-shadow:0 3px 0 #000,0 8px 18px rgba(19,132,80,0.28) !important;text-shadow:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper article.blog-post-teaser,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-category #wrapper article.blog-post-teaser,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser,html body.path-taxonomy.page-blog-tag #wrapper article.blog-post-teaser,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 0 0.35rem !important;background:transparent !important;border:0 !important;box-shadow:none !important;overflow:visible !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content-wrap,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;gap:0 !important;overflow:visible !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .content-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .content-wrap,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .content-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .content-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;margin:0 auto !important;padding:0 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-media,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-thumb,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-media{display:flex !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;order:0 !important;overflow:visible !important;height:auto !important;position:relative !important;z-index:3 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-image{width:92% !important;max-width:92% !important;aspect-ratio:auto !important;height:auto !important;max-height:none !important;margin:0.55rem auto -0.95rem !important;padding:0 !important;border:2px solid #000000 !important;border-radius:1.35rem !important;overflow:visible !important;box-sizing:border-box !important;background:transparent !important;box-shadow:none !important;position:relative !important;z-index:3 !important;display:block !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.vocabulary-category #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image img,html body.path-taxonomy.vocabulary-tags #wrapper .blog-post-teaser .post-image img{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;min-height:0 !important;object-fit:contain !important;object-position:center !important;border:0 !important;border-radius:1.2rem !important;margin:0 !important;padding:0 !important;scale:1 !important;transform:none !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper article.blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper article.blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper article.blog-post-teaser .post-content{width:100% !important;max-width:100% !important;margin:0 auto !important;margin-top:0 !important;padding:2.85rem 1.1rem 1.15rem !important;border:2px solid #000000 !important;border-radius:10px !important;box-sizing:border-box !important;position:relative !important;z-index:1 !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-title,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-title{margin-top:0.15rem !important;position:relative !important;z-index:2 !important;}@media (min-width:992px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image{width:92% !important;max-width:92% !important;margin:0.55rem auto -0.95rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper article.blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper article.blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content{padding:3.1rem 1.1rem 1.15rem !important;}}@media (max-width:767.98px){html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-image,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-image{width:92% !important;max-width:92% !important;margin:0.45rem auto -0.85rem !important;border-radius:1.2rem !important;}html body.path-taxonomy.vocabulary-category.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-category #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.vocabulary-tags.page-blog-tag #wrapper .blog-post-teaser .post-content,html body.path-taxonomy.page-blog-tag #wrapper .blog-post-teaser .post-content{padding:2.65rem 1rem 1.1rem !important;border-radius:10px !important;}}html body.path-blog.page-blog #wrapper .blog-listing-intro,html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro,html body.path-blog.page-blog #wrapper .view-blog > .view-header .blog-listing-intro{display:block !important;width:98% !important;max-width:46rem !important;margin:0.5rem auto 0.85rem !important;padding:1.1rem 1.25rem 1.15rem !important;background:#ffffff !important;background-color:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;text-align:left !important;font-size:1.05rem !important;line-height:1.6 !important;}html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro p,html body.path-blog.page-blog #wrapper .view-blog .blog-listing-intro p{background:transparent !important;background-color:transparent !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;text-shadow:none !important;padding:0 !important;margin:0 0 0.7rem !important;display:block !important;}html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro p:last-child,html body.path-blog.page-blog #wrapper .view-blog .blog-listing-intro p:last-child{margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper .blog-listing-intro__actions{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.55rem 0.65rem !important;margin-top:0.85rem !important;}html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro a.blog-term-index-back-btn,html body.path-blog.page-blog #wrapper .blog-listing-intro a.blog-term-index-back-btn,html body.page-blog-term-index #wrapper .blog-term-index-back-btn,html body.page-blog-term-index #wrapper a.blog-term-index-back-btn,html body.page-blog-term-index #wrapper .blog-term-index-intro a.blog-term-index-back-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.55rem 1.25rem !important;background:linear-gradient(180deg,#1aa35f 0%,#0e6c3e 55%,#0a4f2f 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:2px solid #000000 !important;border-radius:999px !important;font-weight:800 !important;text-decoration:none !important;box-shadow:0 3px 0 #000,0 8px 18px rgba(19,132,80,0.28) !important;}html body.path-blog.page-blog #wrapper .blog-listing-intro a.blog-term-index-back-btn:hover,html body.page-blog-term-index #wrapper a.blog-term-index-back-btn:hover{filter:brightness(1.06) !important;transform:translateY(-2px) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;}html body.path-taxonomy.page-blog-category #wrapper .view-header .taxonomy-term,html body.path-taxonomy.page-blog-tag #wrapper .view-header .taxonomy-term,html body.path-taxonomy.vocabulary-category #wrapper .view-header .taxonomy-term,html body.path-taxonomy.vocabulary-tags #wrapper .view-header .taxonomy-term{display:none !important;margin:0 !important;padding:0 !important;height:0 !important;overflow:hidden !important;}html body.path-blog.page-blog #wrapper #content-wide-top,html body.page-blog-term-index #wrapper #content-wide-top,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top{padding-top:0 !important;padding-bottom:0 !important;margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper #block-breadcrumbs,html body.page-blog-term-index #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-category #wrapper #block-breadcrumbs,html body.path-taxonomy.page-blog-tag #wrapper #block-breadcrumbs{margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.page-blog-term-index #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.path-blog.page-blog #wrapper #content-wide-top #block-breadcrumbs + .block,html body.page-blog-term-index #wrapper #content-wide-top #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs + .block{margin-top:1rem !important;}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search{margin-bottom:0.65rem !important;padding-top:0.85rem !important;padding-bottom:0.85rem !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-item,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-body{margin-top:0 !important;margin-bottom:0.55rem !important;padding-bottom:0 !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero{margin-top:0.35rem !important;margin-bottom:0.75rem !important;padding-top:0 !important;}html body.page-blog-term-index #wrapper h1.blog-term-index-h1{margin-bottom:0.7rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-tag-h1-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap{margin-top:0.25rem !important;margin-bottom:0.45rem !important;padding-top:0.2rem !important;padding-bottom:0.7rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{margin-top:0.35rem !important;margin-bottom:0.75rem !important;}html body.path-blog.page-blog #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper,html body.path-blog.page-blog #wrapper .page-wrapper > .container,html body.page-blog-term-index #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper > .container{padding-top:0.65rem !important;padding-bottom:1rem !important;margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper #main-content,html body.page-blog-term-index #wrapper #main-content,html body.path-taxonomy.page-blog-category #wrapper #main-content,html body.path-taxonomy.page-blog-tag #wrapper #main-content{padding-bottom:0 !important;margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper .view-blog,html body.page-blog-term-index #wrapper .blog-term-index-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{margin-bottom:0 !important;padding-bottom:0 !important;}html body.path-blog.page-blog #wrapper .view-blog > .view-header,html body.page-blog-term-index #wrapper .blog-term-index-view > .view-header,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > .view-header,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .view-header{margin-bottom:0.65rem !important;}html body.path-blog.page-blog #wrapper #footer,html body.page-blog-term-index #wrapper #footer,html body.path-taxonomy.page-blog-category #wrapper #footer,html body.path-taxonomy.page-blog-tag #wrapper #footer{margin-top:0 !important;}@media (max-width:767.98px){html body.path-blog.page-blog #wrapper .blog-listing-intro__actions{flex-direction:column !important;align-items:stretch !important;}html body.path-blog.page-blog #wrapper .blog-listing-intro a.blog-term-index-back-btn{width:100% !important;}html body.path-blog.page-blog #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper{padding-top:0.55rem !important;padding-bottom:1rem !important;}}html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro p.blog-listing-intro__actions,html body.path-blog.page-blog #wrapper .view-blog .blog-listing-intro p.blog-listing-intro__actions,html body.path-blog.page-blog #wrapper .blog-listing-intro__actions{display:flex !important;flex-wrap:wrap !important;align-items:stretch !important;gap:1rem !important;row-gap:1rem !important;column-gap:1rem !important;margin:1rem 0 0 !important;padding:0 !important;}html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro a.blog-term-index-back-btn,html body.path-blog.page-blog #wrapper .blog-listing-intro a.blog-term-index-back-btn{margin:0 !important;position:relative !important;z-index:1 !important;}html body.path-blog.page-blog #wrapper #content-wide-top,html body.page-blog-term-index #wrapper #content-wide-top,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top{padding-top:0 !important;padding-bottom:0 !important;margin:0 !important;}html body.path-blog.page-blog #wrapper #content-wide-top #block-breadcrumbs + .block,html body.page-blog-term-index #wrapper #content-wide-top #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs + .block,html body.path-blog.page-blog #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.page-blog-term-index #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top .region-content-wide-top > #block-breadcrumbs + .block{margin-top:1rem !important;margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper #content-wide-top .block:not(#block-breadcrumbs) + .block,html body.page-blog-term-index #wrapper #content-wide-top .block:not(#block-breadcrumbs) + .block,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top .block:not(#block-breadcrumbs) + .block,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top .block:not(#block-breadcrumbs) + .block{margin-top:1rem !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .container-wrap,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .block-content,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-item,html body.path-blog.page-blog #wrapper #block-martis-blogh1title .field-body{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;}html body.path-blog.page-blog #wrapper #block-martis-blogh1title h1{margin:0 auto !important;}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search{margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper,html body.path-blog.page-blog #wrapper .page-wrapper > .container,html body.page-blog-term-index #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper > .container,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper > .container{padding-top:1rem !important;padding-bottom:1rem !important;margin-top:0 !important;margin-bottom:0 !important;}html body.path-blog.page-blog #wrapper .view-blog > .view-header,html body.page-blog-term-index #wrapper .blog-term-index-view > .view-header,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view > .view-header,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view > .view-header{margin:0 0 1rem !important;padding:0 !important;}html body.path-blog.page-blog #wrapper .blog-listing-intro,html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro{margin-top:-3rem !important;margin-bottom:1.5rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero{margin:0 auto 1rem !important;padding:0 !important;}html body.page-blog-term-index #wrapper h1.blog-term-index-h1,html body.page-blog-term-index #wrapper .blog-term-index-hero h1.blog-term-index-h1{margin:0 auto 1rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro{margin:0 auto !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-tag-h1-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap{margin:0 auto 1rem !important;padding:0 0 0.55rem !important;}html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{margin:0 auto 1rem !important;}html body.path-blog.page-blog #wrapper .view-blog,html body.page-blog-term-index #wrapper .blog-term-index-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;}html body.path-blog.page-blog #wrapper .views-view-responsive-grid,html body.page-blog-term-index #wrapper .blog-term-index-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{gap:1rem !important;row-gap:1rem !important;}@media (max-width:767.98px){html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro p.blog-listing-intro__actions,html body.path-blog.page-blog #wrapper .blog-listing-intro__actions{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;align-items:stretch !important;gap:1rem !important;row-gap:1rem !important;}html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro a.blog-term-index-back-btn,html body.path-blog.page-blog #wrapper .blog-listing-intro a.blog-term-index-back-btn{display:flex !important;width:100% !important;margin:0 !important;box-sizing:border-box !important;}html body.path-blog.page-blog #wrapper .page-wrapper,html body.page-blog-term-index #wrapper .page-wrapper,html body.path-taxonomy.page-blog-category #wrapper .page-wrapper,html body.path-taxonomy.page-blog-tag #wrapper .page-wrapper{padding-top:1rem !important;padding-bottom:1rem !important;}}html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-blog.page-blog #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.path-blog.page-blog #wrapper #content-wide-top .block:not(#block-breadcrumbs) + #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #content-wide-top .block:not(#block-breadcrumbs) + #block-martis-exposedformblog-searchblog-search{margin-top:2rem !important;}html body.path-blog.page-blog #wrapper .view-blog,html body.page-blog-term-index #wrapper .blog-term-index-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{margin-bottom:-2rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero,html body.page-blog-term-index #wrapper .blog-term-index-view > .view-header,html body.path-blog.page-blog #wrapper .blog-listing-intro,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-h1-wrap,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-h1-wrap,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro{margin-left:auto !important;margin-right:auto !important;text-align:center !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero{display:flex !important;flex-direction:column !important;align-items:center !important;width:100% !important;max-width:46rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro,html body.path-blog.page-blog #wrapper .blog-listing-intro{width:100% !important;max-width:46rem !important;text-align:center !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro p,html body.path-blog.page-blog #wrapper .blog-listing-intro p,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p{text-align:center !important;}html body.page-blog-term-index #wrapper .blog-term-index-back,html body.page-blog-term-index #wrapper .blog-term-index-intro p.blog-term-index-back{display:flex !important;justify-content:center !important;text-align:center !important;}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .blog-term-index-title,html body.page-blog-term-index #wrapper .blog-term-index-desc{text-align:left !important;}@media (max-width:767.98px){html body.path-blog.page-blog #wrapper #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #block-martis-exposedformblog-searchblog-search,html body.page-blog-term-index #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-category #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.path-taxonomy.page-blog-tag #wrapper #content-wide-top #block-breadcrumbs + #block-martis-exposedformblog-searchblog-search,html body.path-blog.page-blog #wrapper #content-wide-top .block:not(#block-breadcrumbs) + #block-martis-exposedformblog-searchblog-search{margin-top:1.5rem !important;}html body.path-blog.page-blog #wrapper .view-blog,html body.page-blog-term-index #wrapper .blog-term-index-view,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-listing-view,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-listing-view{margin-bottom:-1.25rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-card,html body.page-blog-term-index #wrapper .blog-term-index-card .blog-term-index-desc,html body.page-blog-term-index #wrapper .blog-term-index-desc,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description,html body.page-blog-term-index #wrapper .blog-term-index-card .views-field-description *{text-align:left !important;}html body.page-blog-term-index #wrapper .blog-term-index-intro,html body.page-blog-term-index #wrapper .blog-term-index-intro p,html body.path-blog.page-blog #wrapper .blog-listing-intro,html body.path-blog.page-blog #wrapper .blog-listing-intro p,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-category #wrapper .blog-tag-intro p,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro,html body.path-taxonomy.page-blog-tag #wrapper .blog-tag-intro p{text-align:left !important;margin-top:-4rem !important;}}.header-top #block-clearance-sales a.clearance-499-link,.header-top.dark-header-top #block-clearance-sales a.clearance-499-link,header.header #block-clearance-sales a.clearance-499-link,div#block-clearance-sales a.clearance-499-link{color:inherit !important;text-decoration:underline !important;text-underline-offset:0.15em !important;font-weight:700 !important;}.header-top #block-clearance-sales a.clearance-499-link:hover,.header-top.dark-header-top #block-clearance-sales a.clearance-499-link:hover,header.header #block-clearance-sales a.clearance-499-link:hover{color:#22c55e !important;}html body.page-form-499-website #content-wide-top .deal-499-hero p,html body.path-webform.page-form-499-website #content-wide-top .deal-499-hero p,html body.page-form-499-website #wrapper .region.region-content p,html body.page-form-499-website #wrapper .region.region-content .description{display:block !important;background:transparent !important;background-color:transparent !important;border:0 !important;color:#334155 !important;padding:0 !important;}html body.page-form-499-website #content-wide-top .deal-499-hero a,html body.path-webform.page-form-499-website #content-wide-top .deal-499-hero a{color:#0e6c3e !important;text-decoration:underline !important;}@media (max-width:767.98px){html body.page-form-499-website #content-wide-top .deal-499-hero p{text-align:left !important;font-size:1rem !important;}}html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs.block,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs.block,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs.block,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs.block,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs.block,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs.block,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs{padding:0 !important;padding-top:0 !important;padding-bottom:0 !important;}html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs .breadcrumb{padding:0.95rem 1.35rem !important;padding-top:0.95rem !important;padding-right:1.35rem !important;padding-bottom:0.95rem !important;padding-left:1.35rem !important;min-height:3.4rem !important;box-sizing:border-box !important;}html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb ol.breadcrumb__list,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs .breadcrumb ol,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs .breadcrumb ol,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs .breadcrumb ol,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs .breadcrumb ol,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs .breadcrumb ol,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs .breadcrumb ol{padding:0 !important;margin:0 !important;}html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs .breadcrumb .breadcrumb__item--current{padding:0.3rem 0.15rem !important;padding-top:0.3rem !important;padding-bottom:0.3rem !important;font-size:1.08rem !important;line-height:1.45 !important;}@media (max-width:767.98px){html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs .breadcrumb,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs .breadcrumb{padding:0.95rem 1rem !important;padding-top:0.95rem !important;padding-bottom:0.95rem !important;min-height:3.2rem !important;}html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-katy-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-houston-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-cypress-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-spring-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-tomball-tx #wrapper #block-breadcrumbs .breadcrumb li,html body.path-taxonomy.page-jersey-village-tx #wrapper #block-breadcrumbs .breadcrumb li{padding:0.3rem 0.1rem !important;font-size:1.02rem !important;line-height:1.45 !important;}}@media (max-width:575.98px){html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs.block nav.breadcrumb{padding:1rem 0.9rem !important;padding-top:1rem !important;padding-bottom:1rem !important;min-height:3.25rem !important;}html body.path-taxonomy.page-katy-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-houston-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-cypress-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-spring-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-tomball-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item,html body.path-taxonomy.page-jersey-village-tx #wrapper #content-wide-top #block-breadcrumbs .breadcrumb li.breadcrumb__item{font-size:1rem !important;line-height:1.5 !important;}}@media (max-width:767.98px){html body.page-node-type-service #wrapper .blog-post-teaser .post-tags.clearfix,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags.clearfix,html body.page-node-type-service #wrapper [id*="views-block-blog"] .blog-post-teaser .post-tags,html body.page-node-type-service #content-wide [id*="views-block-blog"] .post-tags.clearfix{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-start !important;gap:0.35rem !important;column-gap:0.35rem !important;row-gap:0.35rem !important;width:100% !important;max-width:100% !important;margin:0.4rem 0 0.15rem !important;padding:0.5rem 0 0 !important;border-top:1px solid rgba(234,255,243,0.28) !important;box-sizing:border-box !important;overflow:hidden !important;float:none !important;}html body.page-node-type-service #wrapper .blog-post-teaser .post-tags > i,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags > i,html body.page-node-type-service #wrapper .blog-post-teaser .post-tags .field-label,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags .field-label{display:none !important;}html body.page-node-type-service #wrapper .blog-post-teaser .post-tags .tags-label,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags .tags-label{display:inline-block !important;margin:0 0.15rem 0 0 !important;padding:0 !important;color:#eafff3 !important;-webkit-text-fill-color:#eafff3 !important;font-size:0.72rem !important;font-weight:700 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;flex:0 0 auto !important;}html body.page-node-type-service #wrapper .blog-post-teaser .post-tags .tags-list,html body.page-node-type-service #wrapper .blog-post-teaser .post-tags .field,html body.page-node-type-service #wrapper .blog-post-teaser .post-tags .field-items,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags .tags-list,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags .field-items{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.35rem !important;column-gap:0.35rem !important;row-gap:0.35rem !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important;background:transparent !important;border:0 !important;}html body.page-node-type-service #wrapper .blog-post-teaser .post-tags .field-item,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags .field-item{display:inline-flex !important;float:none !important;width:auto !important;max-width:100% !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;}html body.page-node-type-service #wrapper .blog-post-teaser .post-tags a,html body.page-node-type-service #wrapper [id*="views-block-blog"] .post-tags a,html body.page-node-type-service #wrapper [id*="views-block-blog"] .tags-list a{display:inline-flex !important;align-items:center !important;max-width:100% !important;margin:0 !important;padding:0.28rem 0.62rem !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:1px solid #0a4f2f !important;border-radius:999px !important;font-size:0.74rem !important;font-weight:700 !important;line-height:1.2 !important;text-decoration:none !important;white-space:nowrap !important;box-sizing:border-box !important;}}@media (max-width:1000px){html body.path-products #wrapper #views-exposed-form-product-catalog-product-catalog,html body.page-products #wrapper #views-exposed-form-product-catalog-product-catalog,html body.path-taxonomy #wrapper #views-exposed-form-product-category-listings-page-category,html body.path-taxonomy #wrapper #views-exposed-form-brand-product-listings-page-brand,html body.path-products #wrapper .product-catalog > form.views-exposed-form:not(#views-exposed-form-product-catalog-product-catalog-search),html body.path-taxonomy #wrapper .product-catalog > form.views-exposed-form:not(#views-exposed-form-product-catalog-product-catalog-search){margin-top:1.5rem !important;margin-bottom:-1rem !important;}html body.path-blog.page-blog #wrapper .blog-listing-intro,html body.path-blog.page-blog #wrapper .region.region-content .blog-listing-intro{margin-top:-1rem !important;}html body.page-blog-term-index #wrapper h1.blog-term-index-h1,html body.page-blog-term-index #wrapper .blog-term-index-hero h1.blog-term-index-h1{margin-top:-7.5rem !important;}html body.page-blog-term-index #wrapper .region.region-content .blog-term-index-intro,html body.page-blog-term-index.path-blog #wrapper .region.region-content .blog-term-index-intro,html body.page-blog-category-index #wrapper .region.region-content .blog-term-index-intro,html body.page-blog-tag-index #wrapper .region.region-content .blog-term-index-intro{margin-top:3rem !important;}html body.page-blog-term-index #wrapper .blog-term-index-hero{padding-top:3rem !important;}}html body.path-products #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children,html body.path-product #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children,html body.path-store #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children,html body.path-products #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children[hidden],html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children[hidden],html body.path-product #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children[hidden],html body.path-store #wrapper .view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children[hidden]{display:none !important;}html body.path-products #wrapper .view-product-categories-block .product-category-parent.is-open > .product-category-children,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent.is-open > .product-category-children,html body.path-product #wrapper .view-product-categories-block .product-category-parent.is-open > .product-category-children,html body.path-store #wrapper .view-product-categories-block .product-category-parent.is-open > .product-category-children{display:grid !important;}html body.path-products #wrapper .view-product-categories-block .product-category-parent__toggle,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__toggle,html body.path-product #wrapper .view-product-categories-block .product-category-parent__toggle,html body.path-store #wrapper .view-product-categories-block .product-category-parent__toggle{background:#ffffff !important;background-image:none !important;border:1px solid #138450 !important;border-radius:6px !important;color:#138450 !important;box-shadow:none !important;}html body.path-products #wrapper .view-product-categories-block .product-category-parent__toggle:hover,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__toggle:hover,html body.path-product #wrapper .view-product-categories-block .product-category-parent__toggle:hover,html body.path-store #wrapper .view-product-categories-block .product-category-parent__toggle:hover,html body.path-products #wrapper .view-product-categories-block .product-category-parent__toggle:focus-visible,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__toggle:focus-visible,html body.path-product #wrapper .view-product-categories-block .product-category-parent__toggle:focus-visible,html body.path-store #wrapper .view-product-categories-block .product-category-parent__toggle:focus-visible{background:#ffffff !important;border-color:#0e6c3e !important;}html body.path-products #wrapper .view-product-categories-block .product-category-parent__chevron,html body.path-taxonomy #wrapper .view-product-categories-block .product-category-parent__chevron,html body.path-product #wrapper .view-product-categories-block .product-category-parent__chevron,html body.path-store #wrapper .view-product-categories-block .product-category-parent__chevron{border-right-color:#138450 !important;border-bottom-color:#138450 !important;}html body.path-products #wrapper .featured-products-embed,html body.path-taxonomy #wrapper .featured-products-embed{display:block !important;visibility:visible !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}html body.path-products #wrapper .featured-products-embed .fps,html body.path-taxonomy #wrapper .featured-products-embed .fps{display:block !important;width:100% !important;}html body.path-products #wrapper .featured-products-embed .fps__viewport,html body.path-taxonomy #wrapper .featured-products-embed .fps__viewport{overflow:hidden !important;touch-action:pan-y pinch-zoom !important;}html body.path-products #wrapper .featured-products-embed img,html body.path-taxonomy #wrapper .featured-products-embed img,html body.path-products #wrapper .featured-products-embed .fps a,html body.path-taxonomy #wrapper .featured-products-embed .fps a{-webkit-user-drag:none !important;user-select:none !important;-webkit-user-select:none !important;}html body.path-products #wrapper .featured-products-embed .fps__nav,html body.path-taxonomy #wrapper .featured-products-embed .fps__nav{position:absolute !important;top:42% !important;transform:translateY(-50%) !important;z-index:6 !important;}html body.path-products #wrapper .featured-products-embed .fps__prev,html body.path-taxonomy #wrapper .featured-products-embed .fps__prev{left:0.15rem !important;right:auto !important;}html body.path-products #wrapper .featured-products-embed .fps__next,html body.path-taxonomy #wrapper .featured-products-embed .fps__next{right:0.15rem !important;left:auto !important;}html body.path-products #wrapper .featured-products-embed .product-teaser,html body.path-taxonomy #wrapper .featured-products-embed .product-teaser,html body.path-products #wrapper .featured-products-embed .product-teaser:hover,html body.path-taxonomy #wrapper .featured-products-embed .product-teaser:hover,html body.path-products #wrapper .featured-products-embed .fps__slide:hover .product-teaser,html body.path-taxonomy #wrapper .featured-products-embed .fps__slide:hover .product-teaser{transform:none !important;transition:box-shadow 0.2s ease,border-color 0.2s ease !important;}@media (max-width:767px){html body.path-products #wrapper .featured-products-embed,html body.path-taxonomy #wrapper .featured-products-embed{display:block !important;visibility:visible !important;}html body .webform-submission-form input[type="text"],html body .webform-submission-form input[type="email"],html body .webform-submission-form input[type="tel"],html body .webform-submission-form input[type="url"],html body .webform-submission-form input[type="number"],html body .webform-submission-form input[type="date"],html body .webform-submission-form input[type="search"],html body .webform-submission-form input[type="password"],html body .webform-submission-form select,html body .webform-submission-form textarea{font-size:16px !important;}}html body #wrapper [id^="block-martis-views-block-testimonials"] .views-label.views-label-field-image,html body #wrapper #block-martis-views-block-testimonials-block-1 .views-label.views-label-field-image{display:none !important;}html body.path-product #wrapper .related-grid--products .product-teaser,html body.page-node-type-service #wrapper .related-grid--products .product-teaser{border:1px solid #c5e6d4 !important;border-left:4px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px -4px rgba(10,79,47,0.12) !important;}html body.path-product #wrapper .related-grid--products .product-meta-wrap,html body.path-product #wrapper .related-grid--products .product-meta,html body.path-product #wrapper .related-grid--products .product-title,html body.path-product #wrapper .related-grid--products .product-price-wrap,html body.path-product #wrapper .related-grid--products .product-price{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;overflow:visible !important;text-align:center !important;}html body.path-product #wrapper .related-grid--products .product-title,html body.path-product #wrapper .related-grid--products .product-title a,html body.path-product #wrapper .related-grid--products .product-title .field,html body.path-product #wrapper .related-grid--products .product-title .field-item,html body.path-product #wrapper .related-grid--products a.product-title-link{display:block !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;font-size:1.05rem !important;font-weight:800 !important;line-height:1.3 !important;}html body.path-product #wrapper .related-grid--products .product-price,html body.path-product #wrapper .related-grid--products .product-price .field,html body.path-product #wrapper .related-grid--products .product-price .field-item{display:block !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;font-size:1.15rem !important;font-weight:800 !important;}html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser .post-content{background:radial-gradient(90% 70% at 15% 0%,rgba(143,208,179,0.28) 0%,transparent 50%),linear-gradient(160deg,#138450 0%,#0e6c3e 48%,#0a4f2f 100%) !important;color:#fff !important;}html body.page-node-type-blog #wrapper .related-grid__header,html body.path-product #wrapper .related-grid__header{border:0 !important;border-bottom:0 !important;border-image:none !important;text-align:center !important;}html body.page-node-type-blog #wrapper .related-grid__kicker,html body.page-node-type-blog #wrapper .related-grid__title,html body.page-node-type-blog #wrapper .related-grid__lead,html body.path-product #wrapper .related-grid__kicker,html body.path-product #wrapper .related-grid__title,html body.path-product #wrapper .related-grid__lead{text-align:center !important;border:0 !important;}html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser .post-title a,html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser .post-title span,html body.page-node-type-blog .related-grid--articles .post-title span{color:#fff !important;-webkit-text-fill-color:#fff !important;font-weight:800 !important;}@media (min-width:768px){html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser [id^="node-title-"]{margin-top:1rem !important;margin-bottom:0.5rem !important;}}html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser .post-meta{justify-content:center !important;}html body.path-product #wrapper .related-grid--products .product-title,html body.path-product #wrapper .related-grid--products .product-price{text-align:center !important;}html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser a.read-more{background:linear-gradient(204deg,#a8e0c6 0%,#8fd0b3 22%,#4fa36f 55%,#0e6c3e 100%) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;border:2px solid #000 !important;border-radius:999px !important;}html body.path-product #wrapper .related-grid--products .product-icon-wrap,html body.path-product #wrapper .related-grid--products .product-add-cart,html body.path-product #wrapper .related-grid--products .form-item-quantity,html body.path-product #wrapper .related-grid--products .product-ratings{display:none !important;}html body.path-product #wrapper .related-grid--products .product-teaser-actions{display:flex !important;justify-content:center !important;}html body.path-product #wrapper .related-grid--products .badge-label{display:inline-block !important;color:#fff !important;border:2px solid #000 !important;border-radius:999px !important;padding:0.22rem 0.55rem !important;font-weight:800 !important;text-transform:uppercase !important;}html body.path-product #wrapper .related-grid--products .badge-new{background:#138450 !important;}html body.path-product #wrapper .related-grid--products .badge-sale{background:#c0392b !important;}html body.path-product #wrapper .related-grid--products .badge-hot{background:#e67e22 !important;}@media (max-width:767px){html body.page-node-type-blog #wrapper .related-grid--articles .related-grid__items{gap:2.25rem !important;}html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser .post-meta{justify-content:center !important;display:block !important;}html body.page-node-type-blog #wrapper .related-grid--articles{margin-bottom:3rem !important;padding-bottom:1.75rem !important;}body.path-blog .blog-post-teaser,body.page-blog .blog-post-teaser,body.page-node-type-blog .blog-post-teaser,body.path-blog .views-view-responsive-grid,body.path-blog .views-view-responsive-grid__item,body.path-blog .views-view-responsive-grid__item-inner{margin-bottom:-2rem !important;}html body.page-node-type-blog #wrapper #block-martis-views-block-team-team-carousel-2,html body.page-node-type-blog #wrapper .region-content-wide [id*="team-team-carousel"]{margin-top:-3.5rem !important;clear:both !important;position:relative !important;z-index:0 !important;}}html body.page-node-type-blog #wrapper .blog-node-back,html body.page-node-type-blog #wrapper p.blog-term-index-back.blog-node-back{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;margin:0 0 1rem !important;}html body.page-node-type-blog #wrapper .blog-node-back a.blog-term-index-back-btn{display:flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.45rem 1.15rem !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:2px solid #000000 !important;border-radius:999px !important;font-weight:800 !important;font-size:0.95rem !important;text-decoration:none !important;box-shadow:0 2px 0 #000 !important;width:100% !important;}html body.page-node-type-blog #wrapper .blog-node-back a.blog-term-index-back-btn:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;}html body.path-blog.page-blog #wrapper .blog-listing-intro p.blog-listing-intro__actions,html body.path-blog.page-blog #wrapper .blog-listing-intro__actions,html body.page-blog-term-index #wrapper .blog-term-index-back,html body.path-taxonomy #wrapper .blog-listing-intro__actions,html body.path-taxonomy #wrapper .blog-term-index-back{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:0.65rem !important;margin-top:0.85rem !important;}html body.path-blog #wrapper a.blog-term-index-back-btn,html body.page-blog-term-index #wrapper a.blog-term-index-back-btn,html body.path-taxonomy #wrapper a.blog-term-index-back-btn,html body.path-blog.page-blog #wrapper .blog-listing-intro a.blog-term-index-back-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.45rem 1.15rem !important;background:#ffffff !important;color:#0e6c3e !important;-webkit-text-fill-color:#0e6c3e !important;border:2px solid #000000 !important;border-radius:999px !important;font-weight:800 !important;font-size:0.95rem !important;text-decoration:none !important;box-shadow:0 2px 0 #000 !important;}html body.path-blog #wrapper a.blog-term-index-back-btn:hover,html body.page-blog-term-index #wrapper a.blog-term-index-back-btn:hover,html body.path-taxonomy #wrapper a.blog-term-index-back-btn:hover{background:#e8f6ee !important;color:#0a4f2f !important;-webkit-text-fill-color:#0a4f2f !important;transform:translateY(-1px);}@media (min-width:768px){html body.page-node-type-blog #wrapper .related-grid--articles .blog-post-teaser [id^="node-title-"]{margin-top:1rem !important;}}html body #wrapper .header-top #block-clearance-sales p{width:100% !important;max-width:100% !important;margin:1rem 0 0.35rem !important;padding:0 !important;text-align:center !important;box-sizing:border-box !important;}html body #wrapper .header-top #block-clearance-sales .field-item{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}@media (max-width:767.98px){html body #wrapper .header-top > .container{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;}html body #wrapper .header-top #block-clearance-sales{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;}}@media (min-width:768px) and (max-width:1199.98px) and (orientation:landscape){html body #wrapper .header-top #block-clearance-sales p{text-align:left !important;}}}element{}@media (max-width:767.98px){html body.page-node-type-team #wrapper #main-content .team-header .team-position,html body.page-node-type-team #wrapper #main-content .team-header .team-social{justify-content:center !important;}}html body.page-node-type-team #wrapper #main-content .team-header .team-social,html body.page-node-type-team #wrapper #main-content .team-social{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.5rem !important;margin:0 !important;padding:0 !important;width:auto !important;opacity:1 !important;background:transparent !important;border:0 !important;}@media (max-width:991.98px){html body.page-node-type-team #main-content .team-header .team-social{justify-content:center !important;gap:0.85rem !important;}}html body.page-node-type-team #main-content .team-header .team-social,html body.page-node-type-team #main-content .team-social{position:static !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.65rem !important;margin:0 !important;margin-top:0.15rem !important;padding:0 !important;opacity:1 !important;width:auto !important;}.page-node-type-team #page-wrapper .team-social{margin-top:10px;}@media (max-width:991.98px){html body.page-node-type-team .team-header .team-social{justify-content:center !important;gap:0.9rem !important;}}html body.page-node-type-team .team-header .team-social{position:static !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0.7rem !important;margin:0.1rem 0 0 0 !important;padding:0 !important;opacity:1 !important;}.page-node-type-team .col-sm-5.figure *{color:white !important;}.page-node-type-team .team-social{position:absolute;margin-top:0rem !important;}.team-social .ti-twitter-alt::before{scale:1.15;}
.hub-intro{max-width:48rem;margin:0.75rem auto 1.5rem;padding:1rem 1.1rem 1.15rem;background:#f6faf7;border:1px solid rgba(0,0,0,0.12);border-left:4px solid #138450;border-radius:10px;color:#1a1a1a;font-size:1.05rem;line-height:1.6;}.hub-intro p{margin:0 0 0.85rem;color:#1a1a1a;}.hub-intro h2{margin:1.1rem 0 0.55rem;font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:700;color:#0d5c38;line-height:1.3;}.hub-intro ul{margin:0 0 1rem 1.15rem;padding:0;}.hub-intro li{margin-bottom:0.4rem;}.hub-intro__links{display:flex;flex-wrap:wrap;gap:0.55rem 0.65rem;margin:1rem 0 0 !important;align-items:center;}.hub-intro__btn,.hub-intro a.button{display:inline-block;padding:0.55rem 0.95rem;border-radius:6px;border:2px solid #000;background:#138450;color:#fff !important;font-weight:600;text-decoration:none !important;line-height:1.25;}.hub-intro__btn--secondary,.hub-intro a.button.hub-intro__btn--secondary{background:#fff;color:#0d5c38 !important;}.hub-intro__btn--consult,.hub-intro a.hub-intro__btn--consult,.hub-intro a.button.hub-intro__btn.hub-intro__btn--consult{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1aa35f 0%,#0e6c3e 55%,#0a4f2f 100%) !important;color:#fff !important;border:2px solid #000 !important;border-radius:999px !important;font-size:1.05rem;font-weight:800;padding:0.75rem 1.35rem !important;box-shadow:0 3px 0 #000,0 8px 18px rgba(19,132,80,0.35);}.hub-intro__btn--consult:hover,.hub-intro a.hub-intro__btn--consult:hover,.hub-intro a.button.hub-intro__btn.hub-intro__btn--consult:hover{filter:brightness(1.05);transform:translateY(-2px);}.hub-intro__btn:hover,.hub-intro a.button:hover{filter:brightness(0.95);}.hub-intro__links .hub-intro__btn--secondary{display:none !important;}#content-wide-top .block-block-content .field-item > h1 + .hub-intro,#content-wide-top .block-block-content .field-item .hub-intro{text-align:left;}@media (min-width:768px){.hub-intro{padding:1.25rem 1.5rem 1.35rem;margin-bottom:1.75rem;font-size:1.08rem;}}@media (max-width:575.98px){.hub-intro{margin-left:0;margin-right:0;border-radius:8px;font-size:1rem;}.hub-intro__links{flex-direction:column;align-items:stretch;}.hub-intro__btn,.hub-intro a.button{text-align:center;width:100%;}}.view-header .partners-listing-intro.hub-intro,html body[class*="-partners"] .view-header .partners-listing-intro.hub-intro,html body.path-partners .view-header .partners-listing-intro.hub-intro{display:block !important;max-width:48rem !important;margin:0.5rem auto 1.75rem !important;padding:1.25rem 1.35rem 1.35rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:14px !important;box-shadow:0 4px 14px rgba(10,79,47,0.08) !important;box-sizing:border-box !important;}html body[class*="-partners"] .view-header .partners-listing-intro .hub-intro__deck,.view-header .partners-listing-intro .hub-intro__deck{margin:0 0 0.85rem !important;font-size:1.05rem !important;line-height:1.6 !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;}html body[class*="-partners"] .view-header .partners-listing-intro .hub-intro__links,.view-header .partners-listing-intro .hub-intro__links{display:flex !important;flex-wrap:wrap !important;gap:0.55rem 0.65rem !important;margin-top:0.85rem !important;}.view-header .hub-intro__deck,html body[class*="-partners"] .view-header .hub-intro__deck,html body.path-partners .view-header .hub-intro__deck{display:block !important;max-width:48rem !important;margin:0.5rem auto 0.5rem !important;padding:1.15rem 1.25rem !important;background:#ffffff !important;color:#0a2f1c !important;-webkit-text-fill-color:#0a2f1c !important;border:1px solid #c5e6d4 !important;border-left:5px solid #0e6c3e !important;border-radius:12px !important;box-shadow:0 4px 14px rgba(10,79,47,0.06) !important;box-sizing:border-box !important;}html body[class*="-partners"] .view-header .hub-intro__links,html body.path-partners .view-header .hub-intro__links,html body[class*="-partners"] .partners-listing-view .view-header .hub-intro__links,html body.path-partners .partners-listing-view .view-header .hub-intro__links,html body.page-spring-tx-partners .view-header .hub-intro__links,html body.page-cypress-tx-partners .view-header .hub-intro__links,html body.page-katy-tx-partners .view-header .hub-intro__links,html body.page-jersey-village-tx-partners .view-header .hub-intro__links,.view-header .hub-intro__links{display:flex !important;flex-wrap:wrap !important;gap:0.55rem 0.65rem !important;margin:0.75rem auto 0 !important;max-width:48rem !important;}html body[class*="-partners"] .view-header .hub-intro__btn,html body.path-partners .view-header .hub-intro__btn,html body[class*="-partners"] .partners-listing-view .view-header .hub-intro__btn,html body.path-partners .partners-listing-view .view-header .hub-intro__btn,html body.page-spring-tx-partners .view-header .hub-intro__btn,html body.page-cypress-tx-partners .view-header .hub-intro__btn,html body.page-katy-tx-partners .view-header .hub-intro__btn,html body.page-jersey-village-tx-partners .view-header .hub-intro__btn,.view-header .hub-intro__btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.5rem 1.1rem !important;border:2px solid #000 !important;border-radius:999px !important;background:linear-gradient(135deg,#0e6c3e 0%,#138450 100%) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;font-weight:700 !important;text-decoration:none !important;font-size:0.95rem !important;}html body[class*="-partners"] .view-header .hub-intro__btn--ghost,html body.path-partners .view-header .hub-intro__btn--ghost,html body[class*="-partners"] .partners-listing-view .view-header .hub-intro__btn--ghost,html body.path-partners .partners-listing-view .view-header .hub-intro__btn--ghost,.view-header .hub-intro__btn--ghost{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;padding:0.5rem 1.1rem !important;border:2px solid #000 !important;border-radius:999px !important;background:#ffffff !important;color:#0b5c38 !important;-webkit-text-fill-color:#0b5c38 !important;font-weight:700 !important;text-decoration:none !important;font-size:0.95rem !important;}.partners-page{color:#1a1a1a;}.partners-page .partner-page-shell{max-width:1100px;margin:0 auto 2rem;padding:0 0.25rem 1rem;}.partners-page .partner-hero{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start;padding:1.25rem 1.15rem 1.35rem;margin-bottom:1.5rem;background:linear-gradient(165deg,#f3faf6 0%,#ffffff 55%,#f8faf9 100%);border:2px solid #000;border-radius:18px;box-shadow:0 8px 0 rgba(0,0,0,0.06);}.partners-page .partner-hero__logo-wrap{display:flex;justify-content:center;}.partners-page .logo-circle,.partners-page .partner-hero__logo{display:inline-flex;align-items:center;justify-content:center;width:min(100%,200px);max-width:200px;min-height:140px;padding:1rem;border:2px solid #000;border-radius:20px;background:#fff;box-shadow:0 4px 0 #000;}.partners-page .logo-circle img,.partners-page .partner-hero__logo img{max-width:100%;height:auto;display:block;}.partners-page .partner-hero__eyebrow{margin:0 0 0.4rem;font-size:0.8rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;color:#138450;}.partners-page h1.node-name-title,.partners-page .partner-hero__title{margin:0 0 0.65rem;font-size:clamp(1.55rem,4vw,2.15rem);line-height:1.2;font-weight:800;color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;}.partners-page .partner-hero__deck{margin:0 0 1.1rem;font-size:1.05rem;line-height:1.55;color:#2a2a2a;max-width:38rem;}.partners-page .partner-cta-row{display:flex;flex-wrap:wrap;gap:0.55rem 0.65rem;align-items:center;}.partners-page .partner-cta{display:inline-flex;align-items:center;justify-content:center;padding:0.7rem 1.15rem;border:2px solid #000;border-radius:999px;font-weight:800;font-size:0.98rem;line-height:1.2;text-decoration:none !important;cursor:pointer;transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease;}.partners-page .partner-cta--primary{background:linear-gradient(180deg,#1aa35f 0%,#138450 55%,#0e6c3e 100%);color:#fff !important;box-shadow:0 3px 0 #000,0 8px 16px rgba(19,132,80,0.28);}.partners-page .partner-cta--secondary{background:#fff;color:#0a3d28 !important;box-shadow:0 2px 0 #000;}.partners-page .partner-cta--ghost{background:transparent;color:#0d5c38 !important;border-style:dashed;}.partners-page .partner-cta:hover{transform:translateY(-2px);filter:brightness(1.03);}.partners-page .partner-body-wrap{padding:0 0.15rem;}.partners-page .partner-body{max-width:46rem;font-size:1.08rem;line-height:1.7;color:#1a1a1a !important;}.partners-page .partner-body p{margin:0 0 1rem;color:#1a1a1a;}.partners-page .partner-body h2{margin:1.75rem 0 0.65rem;padding-left:0.75rem;border-left:4px solid #138450;font-size:clamp(1.2rem,2.5vw,1.45rem);font-weight:800;line-height:1.3;color:#0a3d28 !important;}.partners-page .partner-body ul,.partners-page .partner-body ol{margin:0 0 1.1rem 1.25rem;padding:0;}.partners-page .partner-body li{margin-bottom:0.45rem;}.partners-page .partner-body a{color:#0d5c38 !important;font-weight:700;text-decoration:underline;}.partners-page .partner-page-footer{margin-top:2rem;padding:1.15rem 1rem;border-top:2px solid rgba(0,0,0,0.12);background:#f6faf7;border-radius:12px;}.partners-page .partner-teaser{text-align:center;}.partners-page .partner-teaser__title{margin-top:0.5rem;font-weight:700;color:#0a3d28;}@media (min-width:768px){.partners-page .partner-hero{grid-template-columns:minmax(200px,260px) minmax(0,1fr);gap:1.75rem 2rem;padding:1.75rem 1.75rem 1.85rem;}.partners-page .partner-hero__logo-wrap{justify-content:flex-start;}.partners-page .logo-circle,.partners-page .partner-hero__logo{width:100%;max-width:240px;min-height:180px;}.partners-page .partner-body{font-size:1.1rem;}}@media (max-width:767.98px){.partners-page .partner-page-shell{padding-left:0;padding-right:0;}.partners-page .partner-hero{border-radius:14px;padding:1.1rem 0.95rem 1.2rem;}.partners-page .partner-cta-row{flex-direction:column;align-items:stretch;}.partners-page .partner-cta{width:100%;text-align:center;}.partners-page .partner-body{font-size:1.02rem;}.partners-page .logo-circle,.partners-page .partner-hero__logo{max-width:160px;min-height:120px;}}.partners-page .partners-content{align-items:flex-start;}.partners-page .partner-website-btn{display:none;}html body.page-node-type-partners #wrapper .partners-page,html body.page-node-type-partners #wrapper .partners-page .partner-page-shell,html body.page-node-type-partners #wrapper .partners-page .partner-body,html body.page-node-type-partners #wrapper .partners-page .partner-body-wrap,html body.page-node-type-partners #wrapper .partners-page .partner-body .field,html body.page-node-type-partners #wrapper .partners-page .partner-body .field-item,html body.page-node-type-partners #wrapper .partners-page .field.field-body,html body.page-node-type-partners #wrapper .partners-page .field.field-body .field-item,html body.page-node-type-partners #wrapper .partners-page .field.field-body.field-type-text-with-summary.field-label-hidden.field-item,html body.page-node-type-partners #wrapper .partners-page .field.field-type-text-with-summary .field-item,html body.page-node-type-partners #wrapper .partners-page p,html body.page-node-type-partners #wrapper .partners-page li,html body.page-node-type-partners #wrapper .partners-page ul,html body.page-node-type-partners #wrapper .partners-page ol,html body.page-node-type-partners #wrapper .partners-page .partner-hero__deck{color:#1a1a1a !important;-webkit-text-fill-color:#1a1a1a !important;text-shadow:none !important;opacity:1 !important;}html body.page-node-type-partners #wrapper .partners-page h1,html body.page-node-type-partners #wrapper .partners-page h1.node-name-title,html body.page-node-type-partners #wrapper .partners-page .partner-hero__title,html body.page-node-type-partners #wrapper .partners-page h1 span,html body.page-node-type-partners #wrapper .partners-page h1 *,html body.page-node-type-partners #wrapper .partners-page h2,html body.page-node-type-partners #wrapper .partners-page h2 *,html body.page-node-type-partners #wrapper .partners-page .partner-body h2,html body.page-node-type-partners #wrapper .partners-page .partner-body h2 *,html body.page-node-type-partners #wrapper .partners-page h3,html body.page-node-type-partners #wrapper .partners-page h3 *{color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;text-shadow:none !important;background:transparent !important;opacity:1 !important;}html body.page-node-type-partners #wrapper .partners-page .partner-hero__eyebrow{color:#138450 !important;-webkit-text-fill-color:#138450 !important;}html body.page-node-type-partners #wrapper .partners-page .partner-body a,html body.page-node-type-partners #wrapper .partners-page .partner-body a *{color:#0d5c38 !important;-webkit-text-fill-color:#0d5c38 !important;text-decoration:underline !important;}html body.page-node-type-partners #wrapper .partners-page .partner-cta--secondary,html body.page-node-type-partners #wrapper .partners-page .partner-cta--secondary *{color:#0a3d28 !important;-webkit-text-fill-color:#0a3d28 !important;background:#ffffff !important;}html body.page-node-type-partners #wrapper .partners-page .partner-cta--ghost,html body.page-node-type-partners #wrapper .partners-page .partner-cta--ghost *{color:#0d5c38 !important;-webkit-text-fill-color:#0d5c38 !important;background:transparent !important;}html body.page-node-type-partners #wrapper .partners-page .partner-cta--primary,html body.page-node-type-partners #wrapper .partners-page .partner-cta--primary *{color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;text-decoration:none !important;}html body.page-node-type-partners #wrapper .partners-page .partner-hero{background:linear-gradient(165deg,#f3faf6 0%,#ffffff 55%,#f8faf9 100%) !important;color:#1a1a1a !important;}html body.page-node-type-partners #wrapper .partners-page .partner-body-wrap,html body.page-node-type-partners #wrapper .partners-page .partner-page-footer{background-color:transparent;}html body.page-node-type-partners #wrapper .partners-page .partner-page-footer{background:#f6faf7 !important;color:#1a1a1a !important;}
header.header,.header,.header-top,.header-wrap,.header-menu,.header-center,.navbar.header-center,.layout-wrap > header{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important;overflow:visible !important;}.header-wrap .navbar.header-center,.navbar-brand,.region-branding,.site-branding,.brand.logo{display:block !important;visibility:visible !important;}.header-main-wrap{display:flex !important;align-items:center !important;visibility:visible !important;}@media (min-width:768px){.header-main,.header-right{display:block !important;visibility:visible !important;}.header-right-wrap{display:flex !important;visibility:visible !important;}.nav-button.navbar-toggler{display:none !important;}}@media (max-width:767.98px){.header-main,.header-item.header-main{display:block !important;visibility:visible !important;width:100% !important;}.navbar-toggler.nav-button{display:inline-block !important;visibility:visible !important;z-index:1001 !important;}}.header-menu,.header-menu .nav-menu,.navbar.nav-menu,#main-menu,#main-menu.navbar-collapse,.primary-menu,.region-main-menu,.main-menu-wrap,.mega-menu{visibility:visible !important;opacity:1 !important;max-height:none !important;}.header-menu .nav-menu,.navbar.nav-menu,.primary-menu,#main-menu.primary-menu{background-color:#0a4f2f !important;background:#0a4f2f !important;}@media (min-width:768px){#main-menu.navbar-collapse,.navbar-expand-md .navbar-collapse,.navbar-expand-md #main-menu{display:flex !important;flex-basis:auto !important;height:auto !important;}}@media (max-width:767.98px){#main-menu.navbar-collapse.collapse:not(.show){display:none !important;}#main-menu.navbar-collapse.collapse.show,#main-menu.navbar-collapse.show{display:block !important;background-color:#0a4f2f !important;background:#0a4f2f !important;padding:0.5rem 0 !important;color:#ffffff !important;}#main-menu.navbar-collapse.show .menu-item,#main-menu.show .menu-item{background:transparent !important;background-color:transparent !important;}#main-menu.navbar-collapse.show a,#main-menu.show a{color:#ffffff !important;}.navbar-toggler.nav-button,button.navbar-toggler.nav-button{background:#0a4f2f !important;background-color:#0a4f2f !important;border:2px solid #000 !important;transform:none !important;}.navbar-toggler.nav-button i,.navbar-toggler.nav-button [class*="ti-"]{color:#ffffff !important;}button.navbar-toggler.nav-button[aria-expanded="true"],button.navbar-toggler.nav-button[aria-expanded="false"]{transform:none !important;}}.header-menu .collapse,.primary-menu.collapse,#main-menu{color:#ffffff !important;}.header-menu a,.primary-menu a,#main-menu a,.mega-menu > ul > li > a,.main-menu .menu-item a,.region-main-menu .menu a{color:#ffffff !important;opacity:1 !important;visibility:visible !important;display:block !important;}.header-menu .menu-item,.primary-menu .menu-item,#main-menu .menu-item{display:list-item !important;visibility:visible !important;}.mega-menu > ul{display:flex !important;flex-wrap:wrap !important;list-style:none !important;margin:0 !important;padding:0.35rem 0.75rem !important;width:100% !important;max-width:100% !important;}@media (max-width:767.98px){.mega-menu > ul{display:block !important;}.mega-menu > ul > li > a{color:#ffffff !important;padding:0.65rem 1rem !important;}}.container-wrap.clearfix.mega-menu.main-menu-wrap,.container-wrap.clearfix.menu-wrap{max-width:100% !important;width:100% !important;}.layout-wrap{overflow:visible !important;}footer.footer,#footer,.footer,.footer-bottom,.region-footer-bottom-first,.jd-site-footer,.jd-footer__grid{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important;}#footer.footer:not(.jd-site-footer){background-color:#19212c !important;color:#ffffff !important;}.footer .text-light,.footer.text-light,.footer.text-light *,.jd-site-footer,.jd-site-footer *,.jd-footer__grid,.jd-footer__grid *,.footer-bottom,.footer-bottom *{color:#ffffff !important;}.footer a,.jd-site-footer a,.footer-bottom a{color:#e8fff2 !important;text-decoration:underline;}.header-top.dark-header-top{display:block !important;visibility:visible !important;background-color:#0e6c3e !important;color:#fff !important;}.header-top.dark-header-top *{color:#fff !important;}.header-item.header-main,.header-main,.region-header,.header-main-wrap{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important;overflow:visible !important;}@media (min-width:768px){.header-main-wrap{display:flex !important;align-items:center !important;flex-wrap:wrap !important;width:auto !important;flex:1 1 auto !important;min-width:0 !important;}}@media (max-width:767.98px){.header-main-wrap,.header-item.header-main,.header-main,.region-header{width:100% !important;max-width:100% !important;flex:0 0 100% !important;min-width:0 !important;}}.header-item.header-right,.header-right,.header-right-wrap{display:block !important;visibility:visible !important;opacity:1 !important;}#block-call-to-order,#block-call-to-order .container-wrap,#block-call-to-order .block-content,#block-call-to-order .field-item,#block-call-to-order *,#block-call-to-order p,#block-call-to-order strong,#block-call-to-order a{background:transparent !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}#block-call-to-order,#block-call-to-order .container-wrap,#block-call-to-order .block-content,#block-call-to-order .field-item{text-align:center !important;}#block-call-to-order .field-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:0.15rem !important;margin:0 auto !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;}#block-call-to-order p,#block-call-to-order p.call-phone{margin:0 !important;padding:0 !important;text-align:center !important;width:100% !important;color:#ffffff !important;}#block-call-to-order strong.text-sm,#block-call-to-order .text-sm{display:block !important;width:100% !important;text-align:center !important;margin:0 !important;padding:0 !important;font-size:0.72rem !important;font-weight:700 !important;letter-spacing:0.06em !important;line-height:1.2 !important;color:#ffffff !important;text-transform:uppercase !important;text-shadow:0 1px 2px rgba(0,0,0,0.45) !important;}#block-call-to-order a.call-phone-link,#block-call-to-order .call-phone a{display:block !important;text-align:center !important;margin:0 auto !important;width:auto !important;font-size:1.15rem !important;font-weight:700 !important;line-height:1.2 !important;color:#ffffff !important;text-decoration:none !important;text-shadow:0 1px 2px rgba(0,0,0,0.45) !important;}.header-item.header-right{text-align:center !important;}@media (min-width:768px){.header-right-wrap{display:flex !important;align-items:center !important;justify-content:flex-end !important;}.header-item.header-right{display:flex !important;align-items:center !important;justify-content:center !important;}.header-info .header-info-container{justify-content:center !important;align-items:center !important;}}.header-info,.header-info .header-info-container{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;visibility:visible !important;opacity:1 !important;max-width:100% !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;gap:0.35rem 1.25rem;}.header-info .header-info-item{display:flex !important;align-items:center !important;justify-content:center !important;visibility:visible !important;margin-left:0 !important;max-width:100%;}.header-info .header-info-item i{display:inline-block !important;font-size:22px !important;margin-right:10px !important;color:#fff !important;flex:0 0 auto;}.header-info .header-info-desc{display:block !important;line-height:1.25 !important;text-align:left !important;}.header-info .header-info-desc span,.header-info .header-info-desc strong,.header-info .header-info-desc a{display:block !important;color:#ffffff !important;opacity:1 !important;visibility:visible !important;text-shadow:0 1px 2px rgba(0,0,0,0.45) !important;}.header-info .header-info-desc a.header-info-phone{text-decoration:none !important;font-weight:700 !important;font-size:1.05rem !important;}.header-info .header-info-desc a.header-info-phone:hover{text-decoration:underline !important;}.navbar.header-center{overflow:visible !important;}.navbar.header-center > .container{display:flex !important;flex-wrap:wrap !important;align-items:center !important;max-width:100% !important;}@media (max-width:767.98px){.navbar.header-center > .container{justify-content:flex-start !important;align-items:center !important;position:relative !important;padding:0.5rem 1rem !important;box-sizing:border-box !important;}.header-side.navbar-brand{width:auto !important;max-width:calc(100% - 5.75rem) !important;flex:1 1 auto !important;order:1 !important;text-align:left !important;justify-content:flex-start !important;margin:0 !important;padding:0 5.5rem 0 0 !important;}#block-martis-branding .container-wrap,.site-branding .container-wrap,.site-branding{justify-content:flex-start !important;text-align:left !important;}.header-item.header-main,.header-main,.header-main-wrap{display:block !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;order:2 !important;margin:0.15rem 0 0 !important;padding:0.25rem 0 !important;text-align:left !important;}.header-right-wrap{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;order:3 !important;margin:0.15rem 0 0 !important;padding:0 !important;box-sizing:border-box !important;position:static !important;}.header-item.header-right,.header-right{display:block !important;width:100% !important;max-width:100% !important;text-align:center !important;margin:0 auto !important;}.header-element{position:absolute !important;top:0.5rem !important;right:1rem !important;z-index:30 !important;}#block-call-to-order{width:100% !important;margin:0 auto !important;}#block-call-to-order strong.text-sm,#block-call-to-order .text-sm{font-size:0.7rem !important;}#block-call-to-order a.call-phone-link{font-size:1.15rem !important;}.header-info .header-info-item--phone{display:none !important;}.header-info{width:100% !important;margin:0 !important;}.header-info .header-info-container{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;justify-content:space-between !important;align-items:flex-start !important;gap:0.5rem 0.75rem !important;width:100% !important;}.header-info .header-info-item{margin:0 !important;}.header-info .header-info-item--location{flex:1 1 auto !important;max-width:58% !important;justify-content:flex-start !important;}.header-info .header-info-item--hours{flex:0 1 auto !important;max-width:42% !important;justify-content:flex-end !important;}.header-info .header-info-item--location .header-info-desc{text-align:left !important;}.header-info .header-info-item--hours .header-info-desc{text-align:right !important;}.header-info .header-info-desc{font-size:0.72rem !important;line-height:1.3 !important;}.header-info .header-info-desc span,.header-info .header-info-desc strong{display:block !important;}}@media (max-width:767.98px){.header-main,.header-item.header-main{display:block !important;}}
#wrapper{--cyb-account-forest:#0a4f2f;--cyb-account-green:#0e6c3e;--cyb-account-accent:#138450;--cyb-account-mint:#dff5e8;--cyb-account-mint-soft:#f3fbf6;--cyb-account-ink:#102d20;--cyb-account-muted:#577065;--cyb-account-border:#c8e3d3;--cyb-account-danger:#a12632;--cyb-account-radius-sm:10px;--cyb-account-radius:18px;--cyb-account-shadow:0 18px 48px rgba(7,55,32,0.13);}#wrapper .header #block-martis-useraccountmenu{align-items:center;display:flex;float:none;justify-content:flex-end;margin:0 !important;max-width:100%;padding:0 !important;position:relative;width:auto;}#wrapper .header #block-martis-useraccountmenu > .account-menu-wrap{align-items:center;display:flex;justify-content:flex-end;margin:0 !important;max-width:100%;padding:0 !important;position:relative;width:auto;}#wrapper .header #block-martis-useraccountmenu .account-menu{margin:0;padding:0;position:relative;}#wrapper .header .header-top .header-top-second,#wrapper .header .header-top .region-header-top-second{justify-content:flex-end;text-align:right;}#wrapper .header #block-martis-useraccountmenu .account-menu__toggle{align-items:center !important;appearance:none;background:rgba(255,255,255,0.96) !important;border:1px solid rgba(255,255,255,0.72) !important;border-radius:999px !important;box-shadow:0 8px 24px rgba(3,38,21,0.2) !important;box-sizing:border-box !important;color:var(--cyb-account-forest) !important;cursor:pointer;display:inline-flex !important;font:inherit !important;font-size:0.91rem !important;font-weight:800 !important;gap:0.58rem;height:auto !important;justify-content:center;letter-spacing:0.01em;line-height:1.2 !important;margin:0 !important;max-width:100%;min-height:42px !important;min-width:0 !important;padding:0.42rem 0.72rem 0.42rem 0.48rem !important;position:relative;text-align:center;text-decoration:none !important;text-shadow:none !important;transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease,color 160ms ease,transform 160ms ease;vertical-align:middle;white-space:nowrap;}#wrapper .header #block-martis-useraccountmenu .account-menu__toggle::-webkit-details-marker{display:none;}#wrapper .header #block-martis-useraccountmenu .account-menu__toggle::after{content:none !important;display:none !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__toggle:hover,#wrapper .header #block-martis-useraccountmenu .account-menu[open] .account-menu__toggle{background:#ffffff !important;border-color:rgba(255,255,255,0.96) !important;box-shadow:0 10px 28px rgba(3,38,21,0.26) !important;color:#063d24 !important;transform:translateY(-1px);}#wrapper .header #block-martis-useraccountmenu .account-menu__toggle:focus-visible{border-color:#ffffff !important;box-shadow:0 0 0 3px rgba(10,79,47,0.88),0 0 0 6px rgba(255,255,255,0.92) !important;outline:2px solid transparent !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__avatar{background:linear-gradient(145deg,var(--cyb-account-mint),#ffffff);border:1px solid #b9dfc9;border-radius:50%;box-shadow:inset 0 -2px 5px rgba(10,79,47,0.08);display:inline-block;flex:0 0 28px;height:28px;overflow:hidden;position:relative;width:28px;}#wrapper .header #block-martis-useraccountmenu .account-menu__avatar::before{background:var(--cyb-account-accent);border-radius:50%;content:'';height:7px;inset:5px auto auto 9px;position:absolute;width:7px;}#wrapper .header #block-martis-useraccountmenu .account-menu__avatar::after{background:var(--cyb-account-accent);border-radius:8px 8px 4px 4px;content:'';height:8px;inset:14px auto auto 6px;position:absolute;width:14px;}#wrapper .header #block-martis-useraccountmenu .account-menu__label{color:inherit !important;line-height:inherit !important;overflow:hidden;text-overflow:ellipsis;}#wrapper .header #block-martis-useraccountmenu .account-menu__chevron{border-bottom:2px solid currentColor;border-right:2px solid currentColor;display:inline-block;flex:0 0 7px;height:7px;margin:-3px 2px 0 0;transform:rotate(45deg);transition:transform 160ms ease;width:7px;}#wrapper .header #block-martis-useraccountmenu .account-menu[open] .account-menu__chevron{margin-top:3px;transform:rotate(225deg);}#wrapper .header #block-martis-useraccountmenu .account-menu__panel{background:#ffffff !important;border:1px solid var(--cyb-account-border) !important;border-radius:16px !important;box-shadow:0 22px 52px rgba(5,48,28,0.22) !important;box-sizing:border-box !important;color:var(--cyb-account-ink) !important;display:block !important;float:none !important;inset:calc(100% + 0.65rem) 0 auto auto !important;margin:0 !important;max-height:min(70vh,32rem);min-width:17rem !important;opacity:0;overflow:auto;padding:0 !important;pointer-events:none;position:absolute !important;text-align:left;transform:translateY(-0.45rem) scale(0.98) !important;transform-origin:top right;transition:opacity 150ms ease,transform 150ms ease,visibility 150ms ease;visibility:hidden;width:min(21rem,calc(100vw - 2rem));z-index:530 !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel.show,#wrapper .header #block-martis-useraccountmenu .account-menu[open] .account-menu__panel,#wrapper .header #block-martis-useraccountmenu .account-menu.is-open .account-menu__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1) !important;visibility:visible;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel-inner,#wrapper .header #block-martis-useraccountmenu .cyberlytics-account-menu__panel-inner{position:relative !important;z-index:1 !important;background:linear-gradient(180deg,#f5fcf8 0,#ffffff 4.25rem);border-radius:inherit;box-sizing:border-box;padding:1rem;}#wrapper .header #block-martis-useraccountmenu .account-menu__eyebrow{color:var(--cyb-account-muted) !important;display:block;font-size:0.7rem;font-weight:850;letter-spacing:0.09em;line-height:1.3;margin:0 0 0.68rem;padding:0 0.35rem;text-transform:uppercase;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel :is(ul,.nav,.menu){background:transparent !important;border:0 !important;display:grid !important;gap:0.32rem;list-style:none !important;margin:0 !important;padding:0 !important;width:100% !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel li{border:0 !important;display:block !important;float:none !important;list-style:none !important;margin:0 !important;padding:0 !important;width:100% !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel li::before,#wrapper .header #block-martis-useraccountmenu .account-menu__panel li::after{content:none !important;display:none !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel a{align-items:center !important;background:transparent !important;border:1px solid transparent !important;border-radius:10px !important;box-shadow:none !important;box-sizing:border-box !important;color:var(--cyb-account-ink) !important;display:flex !important;float:none !important;font-size:0.92rem !important;font-weight:750 !important;gap:0.72rem;justify-content:flex-start;line-height:1.25 !important;margin:0 !important;min-height:44px;padding:0.62rem 0.72rem !important;position:relative;text-align:left !important;text-decoration:none !important;text-indent:0 !important;text-shadow:none !important;transition:background-color 140ms ease,border-color 140ms ease,color 140ms ease,transform 140ms ease;white-space:normal;width:100% !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel a::before{align-items:center;background:var(--cyb-account-mint);border-radius:8px;color:var(--cyb-account-green);content:'\2192';display:inline-flex !important;flex:0 0 30px;font-size:1rem;font-weight:900;height:30px;justify-content:center;line-height:1;position:static !important;transform:none !important;width:30px;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel a[href*='logout']::before{background:#fff0f1;color:var(--cyb-account-danger);content:'\00d7';}#wrapper .header #block-martis-useraccountmenu .account-menu__panel a:hover{background:var(--cyb-account-mint-soft) !important;border-color:var(--cyb-account-border) !important;color:var(--cyb-account-forest) !important;transform:translateX(2px);}#wrapper .header #block-martis-useraccountmenu .account-menu__panel a:focus-visible{background:var(--cyb-account-mint-soft) !important;border-color:var(--cyb-account-accent) !important;box-shadow:0 0 0 3px rgba(19,132,80,0.18) !important;outline:2px solid transparent !important;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-wrapper{background:#ffffff;min-height:clamp(32rem,68vh,58rem);overflow:hidden;padding-block:clamp(2rem,5vw,4.5rem) !important;position:relative;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-wrapper::before{content:none;display:none;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-wrapper > .container{max-width:1180px;position:relative;z-index:1;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-title{background:linear-gradient(118deg,#073d24 0%,var(--cyb-account-green) 62%,#138450 100%) !important;border:0 !important;color:#ffffff !important;overflow:hidden;padding-block:clamp(1.7rem,4vw,3.25rem) !important;position:relative;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-title::after{background:radial-gradient(circle,rgba(255,255,255,0.16) 1px,transparent 1.5px);background-size:18px 18px;content:'';inset:0 0 0 54%;opacity:0.65;pointer-events:none;position:absolute;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-title :is(h1,h2,.page-title){color:#ffffff !important;text-shadow:0 2px 14px rgba(0,0,0,0.18) !important;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper .main-content{min-width:0;width:100%;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper .region-content{margin-inline:auto;max-width:100%;}.cyb-user-profile__roles{display:flex;flex-wrap:wrap;gap:0.35rem;list-style:none;margin:0.75rem 0 0;padding:0;}.cyb-user-profile__roles li{background:var(--cyb-account-mint);border-radius:999px;color:var(--cyb-account-forest);font-size:0.72rem;font-weight:800;letter-spacing:0.04em;padding:0.28rem 0.65rem;text-transform:uppercase;}.cyb-user-profile__actions{display:flex;flex-wrap:wrap;gap:0.6rem;margin:1.1rem 0 0;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block{margin:0 auto 1.35rem;max-width:100%;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block :is(ul,.tabs,.nav-tabs){align-items:stretch;background:rgba(255,255,255,0.92) !important;border:1px solid var(--cyb-account-border) !important;border-radius:14px !important;box-shadow:0 8px 24px rgba(7,55,32,0.08);display:flex !important;flex-wrap:wrap;gap:0.35rem;list-style:none;margin:0 !important;overflow:hidden;padding:0.42rem !important;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block li{border:0 !important;flex:1 1 auto;margin:0 !important;padding:0 !important;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block a{align-items:center;background:transparent !important;border:1px solid transparent !important;border-radius:10px !important;color:var(--cyb-account-muted) !important;display:flex !important;font-size:0.88rem;font-weight:780;justify-content:center;line-height:1.25;min-height:42px;padding:0.58rem 0.8rem !important;text-align:center;text-decoration:none !important;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block :is(a:hover,a:focus-visible){background:var(--cyb-account-mint-soft) !important;border-color:var(--cyb-account-border) !important;color:var(--cyb-account-forest) !important;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block :is(a.is-active,li.active a){background:var(--cyb-account-green) !important;border-color:var(--cyb-account-green) !important;color:#ffffff !important;box-shadow:0 5px 14px rgba(10,79,47,0.2);}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form{background:#ffffff;border:1px solid var(--cyb-account-border);border-radius:clamp(18px,3vw,26px);box-shadow:var(--cyb-account-shadow);margin:0 auto;max-width:42rem;overflow:hidden;position:relative;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form::before{background:linear-gradient(90deg,var(--cyb-account-forest),#20a466);content:'';height:5px;inset:0 0 auto;position:absolute;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form__intro{background:linear-gradient(145deg,#f5fcf8,#ffffff);border-bottom:1px solid #e2f0e8;padding:clamp(1.6rem,5vw,2.6rem) clamp(1.3rem,5vw,3rem) clamp(1.2rem,3vw,1.7rem);text-align:center;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form__eyebrow,:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .cyb-user-profile__eyebrow{color:var(--cyb-account-accent) !important;display:block;font-size:0.72rem;font-weight:850;letter-spacing:0.11em;margin-bottom:0.58rem;text-transform:uppercase;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form .form-header{color:var(--cyb-account-ink) !important;font-size:clamp(1.75rem,5vw,2.5rem) !important;font-weight:850 !important;letter-spacing:-0.035em !important;line-height:1.08 !important;margin:0 !important;padding:0 !important;text-transform:none !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form__lede{color:var(--cyb-account-muted) !important;font-size:0.98rem;line-height:1.65;margin:0.8rem auto 0 !important;max-width:34rem;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form__form{background:#ffffff !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;margin:0 !important;padding:clamp(1.4rem,5vw,2.6rem) clamp(1.3rem,5vw,3rem) !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form .form-item{margin:0 0 1.2rem !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form label{color:var(--cyb-account-ink) !important;display:block;font-size:0.88rem;font-weight:800 !important;margin:0 0 0.45rem !important;text-shadow:none !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form :is(input[type='text'],input[type='email'],input[type='password']){background:#fbfefc !important;border:1px solid #b9d8c6 !important;border-radius:11px !important;box-shadow:inset 0 1px 2px rgba(7,55,32,0.035) !important;box-sizing:border-box;color:var(--cyb-account-ink) !important;font-size:1rem !important;height:auto !important;line-height:1.35;min-height:50px;padding:0.78rem 0.9rem !important;transition:background-color 150ms ease,border-color 150ms ease,box-shadow 150ms ease;width:100%;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form :is(input[type='text'],input[type='email'],input[type='password']):focus{background:#ffffff !important;border-color:var(--cyb-account-accent) !important;box-shadow:0 0 0 4px rgba(19,132,80,0.15) !important;outline:0 !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form :is(.description,.help-block){color:var(--cyb-account-muted) !important;font-size:0.78rem;line-height:1.5;margin:0.42rem 0 0 !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form .pass-link{color:var(--cyb-account-green) !important;display:inline-flex;font-size:0.82rem;font-weight:780;margin-top:0.55rem;text-decoration:underline;text-decoration-color:rgba(14,108,62,0.35);text-underline-offset:0.2em;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form .form-actions{margin:1.55rem 0 0 !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form .form-actions .button{align-items:center;background:linear-gradient(135deg,var(--cyb-account-green),var(--cyb-account-accent)) !important;border:1px solid var(--cyb-account-green) !important;border-radius:11px !important;box-shadow:0 8px 20px rgba(10,79,47,0.2) !important;color:#ffffff !important;display:inline-flex;font-size:0.94rem !important;font-weight:820 !important;justify-content:center;min-height:48px;padding:0.74rem 1.25rem !important;text-shadow:none !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form .form-actions .button:hover{background:linear-gradient(135deg,#083f26,var(--cyb-account-green)) !important;box-shadow:0 10px 24px rgba(10,79,47,0.25) !important;transform:translateY(-1px);}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form--footer{align-items:center;background:#f5fbf7;border-top:1px solid #deeee5 !important;display:flex;flex-wrap:wrap;gap:0.7rem;justify-content:center;margin:0 !important;padding:1.1rem clamp(1.3rem,5vw,3rem) 1.3rem !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form--footer .form-title{color:var(--cyb-account-muted) !important;font-size:0.88rem !important;font-weight:700 !important;line-height:1.35;margin:0 !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form--footer .button{align-items:center;background:#ffffff !important;border:1px solid #a9d1ba !important;border-radius:9px !important;box-shadow:none !important;color:var(--cyb-account-green) !important;display:inline-flex;font-size:0.84rem !important;font-weight:800 !important;justify-content:center;min-height:40px;padding:0.55rem 0.85rem !important;text-decoration:none !important;text-shadow:none !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form--footer .button:hover{background:var(--cyb-account-mint) !important;border-color:var(--cyb-account-accent) !important;color:var(--cyb-account-forest) !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__card,:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form),:is(body.path-user,body.cyb-account-page) #wrapper .region-content > .views-element-container{background:rgba(255,255,255,0.98);border:1px solid var(--cyb-account-border);border-radius:var(--cyb-account-radius);box-shadow:var(--cyb-account-shadow);margin-inline:auto;max-width:62rem;padding:clamp(1.25rem,4vw,2.5rem) !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__layout{align-items:flex-start;row-gap:1.5rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__identity{align-items:center;display:flex;flex-direction:column;text-align:center;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__picture{align-items:center;background:linear-gradient(145deg,var(--cyb-account-mint),#ffffff);border:1px solid var(--cyb-account-border);border-radius:50%;display:flex;height:clamp(7rem,18vw,10rem);justify-content:center;margin:0 auto 1rem;overflow:hidden;width:clamp(7rem,18vw,10rem);}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__picture img{height:100% !important;margin:0 !important;object-fit:cover;width:100% !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__details{border-left:1px solid #deeee5;min-width:0;padding-left:clamp(1.5rem,4vw,2.5rem) !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__name{color:var(--cyb-account-ink) !important;font-size:clamp(1.6rem,4vw,2.25rem) !important;font-weight:850 !important;letter-spacing:-0.025em;line-height:1.15;margin:0 0 1.25rem !important;overflow-wrap:anywhere;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__content{color:var(--cyb-account-muted);display:grid;gap:0.85rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__content .field{background:var(--cyb-account-mint-soft);border:1px solid #deeee5;border-radius:11px;overflow-wrap:anywhere;padding:0.85rem 1rem;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) :is(fieldset,details){background:#fbfefc !important;border:1px solid var(--cyb-account-border) !important;border-radius:13px !important;margin:0 0 1.25rem !important;min-width:0;padding:1rem clamp(1rem,3vw,1.5rem) !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) :is(legend,summary){color:var(--cyb-account-forest) !important;font-size:1rem !important;font-weight:830 !important;line-height:1.35;padding:0.3rem 0.45rem !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) .form-item{background:transparent !important;border:0 !important;border-radius:0 !important;color:var(--cyb-account-ink) !important;margin-block:0 1.15rem !important;padding:0 !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) label{color:var(--cyb-account-ink) !important;font-size:0.88rem;font-weight:780 !important;margin-bottom:0.42rem !important;text-shadow:none !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) :is(input[type='text'],input[type='email'],input[type='tel'],input[type='password'],input[type='url'],input[type='number'],select,textarea){background:#ffffff !important;border:1px solid #b9d8c6 !important;border-radius:10px !important;box-shadow:none !important;box-sizing:border-box;color:var(--cyb-account-ink) !important;font-size:0.95rem !important;height:auto !important;max-width:100%;min-height:48px;padding:0.72rem 0.82rem !important;width:100%;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) textarea{min-height:8rem;resize:vertical;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) :is(input,select,textarea):focus{border-color:var(--cyb-account-accent) !important;box-shadow:0 0 0 4px rgba(19,132,80,0.14) !important;outline:0 !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) :is(.description,.help-block){color:var(--cyb-account-muted) !important;font-size:0.78rem;line-height:1.5;margin-top:0.42rem !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) .form-actions,:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) [data-drupal-selector='edit-actions']{align-items:center;border-top:1px solid #deeee5;display:flex;flex-wrap:wrap;gap:0.7rem;margin:1.5rem 0 0 !important;padding-top:1.25rem;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) .form-actions .button{align-items:center;background:var(--cyb-account-green) !important;border:1px solid var(--cyb-account-green) !important;border-radius:10px !important;color:#ffffff !important;display:inline-flex;font-size:0.9rem !important;font-weight:800 !important;justify-content:center;min-height:46px;padding:0.68rem 1.1rem !important;text-shadow:none !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) .form-actions .button:not(.button--primary){background:#ffffff !important;border-color:#a9d1ba !important;color:var(--cyb-account-green) !important;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content table{background:#ffffff;border:1px solid var(--cyb-account-border) !important;border-collapse:separate;border-radius:12px;border-spacing:0;display:table;overflow:hidden;width:100%;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content table th{background:var(--cyb-account-mint-soft) !important;color:var(--cyb-account-forest) !important;font-size:0.78rem;font-weight:830;letter-spacing:0.04em;text-transform:uppercase;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content table :is(th,td){border-bottom:1px solid #deeee5 !important;padding:0.82rem !important;text-align:left;vertical-align:middle;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content{margin-inline:auto;max-width:54rem;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content > :is(form,.tfa-entry-form),:is(body.path-tfa,body.cyb-tfa-page) #wrapper :is(#tfa-entry-form,#tfa-base-overview,#tfa-setup,#tfa-disable){background:rgba(255,255,255,0.98) !important;border:1px solid var(--cyb-account-border) !important;border-radius:clamp(18px,3vw,24px) !important;box-shadow:var(--cyb-account-shadow) !important;box-sizing:border-box;color:var(--cyb-account-ink) !important;margin:0 auto !important;max-width:54rem;overflow:hidden;padding:clamp(1.3rem,5vw,2.6rem) !important;position:relative;width:100%;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content > :is(form,.tfa-entry-form)::before,:is(body.path-tfa,body.cyb-tfa-page) #wrapper :is(#tfa-entry-form,#tfa-base-overview,#tfa-setup,#tfa-disable)::before{background:linear-gradient(90deg,var(--cyb-account-forest),#20a466);content:'';height:5px;inset:0 0 auto;position:absolute;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(h2,h3){color:var(--cyb-account-ink) !important;font-weight:830 !important;letter-spacing:-0.02em;line-height:1.2;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content > :is(form,.tfa-entry-form) > p:first-of-type{color:var(--cyb-account-muted) !important;font-size:1rem;line-height:1.7;margin-top:0.5rem !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(fieldset,details){background:var(--cyb-account-mint-soft) !important;border:1px solid var(--cyb-account-border) !important;border-radius:13px !important;margin:1.2rem 0 !important;min-width:0;padding:1rem clamp(1rem,3vw,1.45rem) !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(legend,summary){color:var(--cyb-account-forest) !important;cursor:pointer;font-size:1rem !important;font-weight:830 !important;line-height:1.35;padding:0.3rem !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .form-item{margin:0 0 1.15rem !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content label{color:var(--cyb-account-ink) !important;display:block;font-size:0.88rem;font-weight:800 !important;margin:0 0 0.45rem !important;text-shadow:none !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(input[type='text'],input[type='password'],input[type='tel'],input[type='number'],select){background:#ffffff !important;border:1px solid #b9d8c6 !important;border-radius:10px !important;box-shadow:none !important;box-sizing:border-box;color:var(--cyb-account-ink) !important;font-size:1rem !important;height:auto !important;max-width:100%;min-height:50px;padding:0.75rem 0.85rem !important;width:100%;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(input,select):focus{border-color:var(--cyb-account-accent) !important;box-shadow:0 0 0 4px rgba(19,132,80,0.15) !important;outline:0 !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(.description,.help-block){color:var(--cyb-account-muted) !important;font-size:0.8rem;line-height:1.55;margin-top:0.45rem !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .tfa-qr-code{align-items:center;background:#ffffff;border:1px solid var(--cyb-account-border);border-radius:14px;box-shadow:0 8px 24px rgba(7,55,32,0.08);display:flex;justify-content:center;margin:1.2rem auto;max-width:18rem;min-height:13rem;padding:1rem;width:100% !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .tfa-qr-code :is(img,svg){display:block;height:auto !important;margin:auto !important;max-width:100%;width:auto !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content :is(code,pre){background:#f0f8f4;border:1px solid var(--cyb-account-border);border-radius:8px;color:#153d29;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow-wrap:anywhere;white-space:pre-wrap;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content pre{max-width:100%;overflow-x:auto;padding:0.85rem;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .form-actions{align-items:center;border-top:1px solid #deeee5;display:flex;flex-wrap:wrap;gap:0.72rem;margin:1.5rem 0 0 !important;padding-top:1.25rem;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .form-actions .button{align-items:center;background:var(--cyb-account-green) !important;border:1px solid var(--cyb-account-green) !important;border-radius:10px !important;box-shadow:0 7px 18px rgba(10,79,47,0.18) !important;color:#ffffff !important;display:inline-flex;font-size:0.9rem !important;font-weight:800 !important;justify-content:center;min-height:46px;padding:0.68rem 1.1rem !important;text-shadow:none !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .form-actions .button:not(.button--primary){background:#ffffff !important;border-color:#a9d1ba !important;box-shadow:none !important;color:var(--cyb-account-green) !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .preamble{background:#fff8e8;border:1px solid #ead398;border-radius:10px;color:#5b4513 !important;line-height:1.6;margin:0.75rem 0 !important;padding:0.85rem 1rem;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content a:not(.button){color:var(--cyb-account-green) !important;font-weight:730;text-decoration-color:rgba(14,108,62,0.35);text-decoration-thickness:1px;text-underline-offset:0.2em;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content a:not(.button):focus-visible{border-radius:4px;box-shadow:0 0 0 3px rgba(19,132,80,0.18);outline:2px solid var(--cyb-account-accent);outline-offset:2px;}@media (max-width:767.98px){#wrapper .header .header-top .row{align-items:center;}#wrapper .header .header-top .col-md-6:has(#block-martis-useraccountmenu){display:flex;justify-content:center;}#wrapper .header #block-martis-useraccountmenu,#wrapper .header #block-martis-useraccountmenu > .account-menu-wrap{justify-content:center;margin-inline:auto !important;text-align:center;width:100%;}#wrapper .header #block-martis-useraccountmenu .account-menu{margin-inline:auto;}#wrapper .header #block-martis-useraccountmenu .account-menu__toggle{min-height:44px !important;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel{inset:calc(100% + 0.65rem) auto auto 50% !important;max-height:min(65vh,28rem);min-width:0 !important;transform:translate(-50%,-0.45rem) scale(0.98) !important;transform-origin:top center;width:min(21rem,calc(100vw - 1.5rem));}#wrapper .header #block-martis-useraccountmenu .account-menu__panel.show,#wrapper .header #block-martis-useraccountmenu .account-menu[open] .account-menu__panel,#wrapper .header #block-martis-useraccountmenu .account-menu.is-open .account-menu__panel{transform:translate(-50%,0) scale(1) !important;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-wrapper{padding-block:1.4rem 2.5rem !important;}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-wrapper > .container{padding-inline:0.8rem;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block :is(ul,.tabs,.nav-tabs){flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block li{flex:0 0 auto;}:is(body.path-user,body.cyb-account-page,body.cyb-tfa-page) #wrapper .block-local-tasks-block a{min-width:max-content;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__details{border-left:0;border-top:1px solid #deeee5;padding-left:15px !important;padding-top:1.4rem;}:is(body.path-user,body.cyb-account-page) #wrapper .region-content table{display:block;overflow-x:auto;overscroll-behavior-inline:contain;white-space:nowrap;}}@media (max-width:479.98px){#wrapper .header #block-martis-useraccountmenu .account-menu__label{max-width:7.5rem;}#wrapper .header #block-martis-useraccountmenu .account-menu__panel{width:min(21rem,calc(100vw - 1rem));}:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper #page-title{padding-block:1.35rem !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form,:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__card,:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form),:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content > :is(form,.tfa-entry-form){border-radius:15px !important;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form--footer,:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) .form-actions,:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .form-actions{align-items:stretch;flex-direction:column;}:is(body.path-user,body.cyb-auth-page,body.cyb-account-page) #wrapper .auth-user-form--footer .button,:is(body.path-user,body.cyb-account-page) #wrapper .region-content form.cyb-account-form:not(.auth-user-form__form) .form-actions .button,:is(body.path-tfa,body.cyb-tfa-page) #wrapper .region-content .form-actions .button{justify-content:center;width:100%;}}@media (forced-colors:active){#wrapper .header #block-martis-useraccountmenu :is(.account-menu__toggle,.account-menu__panel,.account-menu__panel a),:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper :is(.auth-user-form,form,fieldset,details,input,select,textarea,.button){border:1px solid CanvasText !important;}}@media (prefers-reduced-motion:reduce){#wrapper .header #block-martis-useraccountmenu :is(.account-menu__toggle,.account-menu__chevron,.account-menu__panel,.account-menu__panel a),:is(body.path-user,body.path-tfa,body.cyb-account-page,body.cyb-auth-page,body.cyb-tfa-page) #wrapper :is(input,select,textarea,.button,a){scroll-behavior:auto !important;transition:none !important;}}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile{margin-inline:auto;max-width:72rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__hero{align-items:center;background:linear-gradient(135deg,#073c25 0%,#0d6c3e 62%,#149357 100%);border:1px solid rgba(255,255,255,0.16);border-radius:24px;box-shadow:0 18px 46px rgba(5,52,30,0.2);color:#fff;display:grid;gap:clamp(1rem,3vw,1.6rem);grid-template-columns:auto minmax(0,1fr) auto;margin-bottom:1.25rem;overflow:hidden;padding:clamp(1.25rem,4vw,2.2rem);position:relative;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__hero::after{background:radial-gradient(circle,rgba(126,239,175,0.22),transparent 68%);content:'';height:18rem;pointer-events:none;position:absolute;right:-6rem;top:-9rem;width:18rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__portrait{align-items:center;background:#e8f7ee;border:3px solid rgba(255,255,255,0.82);border-radius:50%;box-shadow:0 9px 24px rgba(0,0,0,0.18);color:#0a673b;display:flex;flex:0 0 auto;font-size:2rem;font-weight:850;height:clamp(76px,10vw,104px);justify-content:center;overflow:hidden;position:relative;width:clamp(76px,10vw,104px);z-index:1;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__portrait :is(.field,.field__item){height:100%;margin:0;width:100%;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__portrait img{display:block !important;height:100% !important;object-fit:cover;opacity:1 !important;visibility:visible !important;width:100% !important;}:is(body.path-user,body.cyb-account-page) #wrapper .field--name-field-profile-picture :is(img,.image-preview img){display:block !important;height:auto !important;max-height:14rem;max-width:min(100%,14rem) !important;object-fit:cover;opacity:1 !important;visibility:visible !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__heading{min-width:0;position:relative;z-index:1;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__hero .cyb-user-profile__eyebrow{color:#a9efc5 !important;margin-bottom:0.38rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__name{color:#fff !important;font-size:clamp(1.7rem,4vw,2.65rem) !important;letter-spacing:-0.035em;line-height:1.05;margin:0 !important;overflow-wrap:anywhere;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__summary{color:rgba(255,255,255,0.82) !important;margin:0.55rem 0 0 !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__actions{display:flex;flex-wrap:wrap;gap:0.65rem;margin:0;position:relative;z-index:1;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__actions .button{align-items:center;background:#fff !important;border:1px solid rgba(255,255,255,0.88) !important;border-radius:10px !important;color:#07502e !important;display:inline-flex;font-size:0.84rem !important;font-weight:800 !important;justify-content:center;min-height:44px;padding:0.65rem 0.9rem !important;text-decoration:none !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__grid{display:grid;gap:1.25rem;grid-template-columns:minmax(0,1.55fr) minmax(17rem,0.85fr);}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__panel{background:#fff;border:1px solid var(--cyb-account-border);border-radius:18px;box-shadow:0 10px 30px rgba(7,55,32,0.08);padding:clamp(1.15rem,3vw,1.75rem);}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__panel--company{grid-row:span 2;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__panel-heading{align-items:center;border-bottom:1px solid #e0eee6;display:flex;gap:0.8rem;margin-bottom:1.1rem;padding-bottom:1rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__panel-icon{align-items:center;background:#e7f7ed;border-radius:11px;color:#0a6c3e;display:inline-flex;font-size:1.05rem;font-weight:850;height:2.6rem;justify-content:center;width:2.6rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__kicker{color:#16814d;display:block;font-size:0.68rem;font-weight:850;letter-spacing:0.09em;text-transform:uppercase;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__panel h3{color:#123b27 !important;font-size:1.18rem !important;line-height:1.2;margin:0.18rem 0 0 !important;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts--stacked{grid-template-columns:1fr;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts > div{min-width:0;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__fact--wide{grid-column:1 / -1;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts dt,:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__narrative > span{color:#0e6c3e !important;font-size:0.72rem;font-weight:800;letter-spacing:0.045em;margin-bottom:0.28rem;text-transform:uppercase;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts dd{color:#183d2a;font-size:0.94rem;line-height:1.55;margin:0;overflow-wrap:anywhere;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts .field{margin:0;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__narrative{background:linear-gradient(135deg,#0a4f2f,#0e6c3e) !important;border:0 !important;border-radius:10px;margin-top:1.35rem;padding:1rem 1.1rem;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__narrative p{background:transparent !important;border:0 !important;color:#ffffff !important;line-height:1.65;margin:0.35rem 0 0 !important;padding:0 !important;position:static !important;}:is(body.path-user,body.cyb-account-page) #wrapper details[data-drupal-selector='edit-legal']{background:#f7fcf9 !important;border:1px solid var(--cyb-account-border) !important;border-radius:14px !important;box-shadow:0 8px 24px rgba(7,55,32,.07);overflow:hidden;padding:0 !important;}:is(body.path-user,body.cyb-account-page) #wrapper details[data-drupal-selector='edit-legal'] > summary{background:#eaf6ee;border-bottom:1px solid var(--cyb-account-border);cursor:pointer;display:block;padding:1rem 1.2rem !important;}:is(body.path-user,body.cyb-account-page) #wrapper details[data-drupal-selector='edit-legal'] > .details-wrapper{padding:1.1rem 1.2rem 1.25rem;}:is(body.path-user,body.cyb-account-page) #wrapper details[data-drupal-selector='edit-legal'] a{color:var(--cyb-account-green) !important;font-weight:800;overflow-wrap:anywhere;text-underline-offset:.18em;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__status{background:#e6f7ed;border:1px solid #b8e1c8;border-radius:999px;color:#09623a;display:inline-flex;font-size:0.76rem;font-weight:800;padding:0.22rem 0.6rem;}@media (max-width:899.98px){:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__hero{grid-template-columns:auto minmax(0,1fr);}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__actions{grid-column:1 / -1;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__grid{grid-template-columns:1fr;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__panel--company{grid-row:auto;}}@media (max-width:479.98px){:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__hero{border-radius:17px;grid-template-columns:1fr;text-align:center;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__portrait{margin-inline:auto;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__actions,:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__actions .button{width:100%;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__facts{grid-template-columns:1fr;}:is(body.path-user,body.cyb-account-page) #wrapper .cyb-user-profile__fact--wide{grid-column:auto;}}
:is(body.path-tfa,body.cyb-auth-page,body.cyb-tfa-page) #wrapper .auth-user-form .auth-user-form__lede{background:transparent !important;border:0 !important;box-shadow:none !important;color:var(--cyb-account-muted) !important;padding:0 !important;position:static !important;text-shadow:none !important;}:is(body.path-tfa,body.cyb-auth-page,body.cyb-tfa-page) #wrapper .auth-user-form__form > .more-links{display:none !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper #content-wide-top #block-martis-tfatitle{background:linear-gradient(118deg,#073d24 0%,#0e6c3e 62%,#138450 100%) !important;border:0 !important;box-shadow:0 12px 30px rgba(7,55,32,0.16) !important;margin:0 !important;padding:clamp(1.6rem,4vw,2.8rem) max(1rem,env(safe-area-inset-left)) !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper #content-wide-top #block-martis-tfatitle :is(.container-wrap,.block-content,.field,.field-item){background:transparent !important;border:0 !important;box-shadow:none !important;margin:0 auto !important;max-width:74rem;padding:0 !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper #content-wide-top #block-martis-tfatitle h1{background:transparent !important;border:0 !important;box-shadow:none !important;color:#fff !important;font-size:clamp(1.55rem,4vw,2.5rem) !important;font-weight:820 !important;letter-spacing:-0.025em !important;line-height:1.16 !important;margin:0 auto !important;max-width:52rem;padding:0 !important;text-align:center !important;text-shadow:0 2px 14px rgba(0,0,0,0.2) !important;}@media (max-width:767.98px){body.path-tfa #wrapper .header .header-top{margin:0 !important;min-height:0 !important;padding:0.5rem 0 !important;}body.path-tfa #wrapper .header .header-top .row{align-items:center !important;display:flex !important;justify-content:center !important;margin:0 !important;min-height:44px;}body.path-tfa #wrapper .header .header-top .col-md-6:first-child{display:none !important;}body.path-tfa #wrapper .header .header-top .col-md-6:last-child{flex:1 1 100% !important;max-width:none !important;min-height:44px;padding:0 !important;width:100% !important;}body.path-tfa #wrapper .header :is(.header-top-second,.region-header-top-second){align-items:center !important;display:flex !important;justify-content:center !important;margin:0 !important;min-height:44px;width:100% !important;}body.path-tfa #wrapper .header #block-martis-gtranslate{display:none !important;}body.path-tfa #wrapper .header .header-wrap .navbar.header-center{height:auto !important;min-height:0 !important;padding:0.6rem 0 !important;}body.path-tfa #wrapper .header .header-wrap .navbar.header-center > .container{align-items:center !important;display:flex !important;height:auto !important;min-height:0 !important;padding:0 0.85rem !important;}body.path-tfa #wrapper .header :is(.header-main-wrap,.header-right-wrap,.header-menu){display:none !important;}body.path-tfa #wrapper .header .navbar-brand,body.path-tfa #wrapper .header #block-martis-branding,body.path-tfa #wrapper .header #block-martis-branding > .container-wrap{align-items:center !important;display:flex !important;height:auto !important;margin:0 !important;max-width:100% !important;min-height:0 !important;padding:0 !important;width:auto !important;}body.path-tfa #wrapper .header #block-martis-branding .site-branding-logo img{height:48px !important;max-height:48px !important;object-fit:contain;width:48px !important;}body.path-tfa #wrapper #content-wide-top #block-breadcrumbs{display:none !important;}:is(body.path-tfa,body.cyb-tfa-page) #wrapper #content-wide-top #block-martis-tfatitle{padding-block:1.35rem !important;}}
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
@font-face{font-family:'themify';src:url('/themes/martis/assets/lib/themify-icons/fonts/themify.eot?cyb-20260831');src:url('/themes/martis/assets/lib/themify-icons/fonts/themify.eot?#iefix-cyb-20260831') format('embedded-opentype'),url('/themes/martis/assets/lib/themify-icons/fonts/themify.woff?cyb-20260831') format('woff'),url('/themes/martis/assets/lib/themify-icons/fonts/themify.ttf?cyb-20260831') format('truetype'),url('/themes/martis/assets/lib/themify-icons/fonts/themify.svg?cyb-20260831#themify') format('svg');font-weight:normal;font-style:normal;font-display:swap;}[class^="ti-"],[class*=" ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ti-wand:before{content:"\e600";}.ti-volume:before{content:"\e601";}.ti-user:before{content:"\e602";}.ti-unlock:before{content:"\e603";}.ti-unlink:before{content:"\e604";}.ti-trash:before{content:"\e605";}.ti-thought:before{content:"\e606";}.ti-target:before{content:"\e607";}.ti-tag:before{content:"\e608";}.ti-tablet:before{content:"\e609";}.ti-star:before{content:"\e60a";}.ti-spray:before{content:"\e60b";}.ti-signal:before{content:"\e60c";}.ti-shopping-cart:before{content:"\e60d";}.ti-shopping-cart-full:before{content:"\e60e";}.ti-settings:before{content:"\e60f";}.ti-search:before{content:"\e610";}.ti-zoom-in:before{content:"\e611";}.ti-zoom-out:before{content:"\e612";}.ti-cut:before{content:"\e613";}.ti-ruler:before{content:"\e614";}.ti-ruler-pencil:before{content:"\e615";}.ti-ruler-alt:before{content:"\e616";}.ti-bookmark:before{content:"\e617";}.ti-bookmark-alt:before{content:"\e618";}.ti-reload:before{content:"\e619";}.ti-plus:before{content:"\e61a";}.ti-pin:before{content:"\e61b";}.ti-pencil:before{content:"\e61c";}.ti-pencil-alt:before{content:"\e61d";}.ti-paint-roller:before{content:"\e61e";}.ti-paint-bucket:before{content:"\e61f";}.ti-na:before{content:"\e620";}.ti-mobile:before{content:"\e621";}.ti-minus:before{content:"\e622";}.ti-medall:before{content:"\e623";}.ti-medall-alt:before{content:"\e624";}.ti-marker:before{content:"\e625";}.ti-marker-alt:before{content:"\e626";}.ti-arrow-up:before{content:"\e627";}.ti-arrow-right:before{content:"\e628";}.ti-arrow-left:before{content:"\e629";}.ti-arrow-down:before{content:"\e62a";}.ti-lock:before{content:"\e62b";}.ti-location-arrow:before{content:"\e62c";}.ti-link:before{content:"\e62d";}.ti-layout:before{content:"\e62e";}.ti-layers:before{content:"\e62f";}.ti-layers-alt:before{content:"\e630";}.ti-key:before{content:"\e631";}.ti-import:before{content:"\e632";}.ti-image:before{content:"\e633";}.ti-heart:before{content:"\e634";}.ti-heart-broken:before{content:"\e635";}.ti-hand-stop:before{content:"\e636";}.ti-hand-open:before{content:"\e637";}.ti-hand-drag:before{content:"\e638";}.ti-folder:before{content:"\e639";}.ti-flag:before{content:"\e63a";}.ti-flag-alt:before{content:"\e63b";}.ti-flag-alt-2:before{content:"\e63c";}.ti-eye:before{content:"\e63d";}.ti-export:before{content:"\e63e";}.ti-exchange-vertical:before{content:"\e63f";}.ti-desktop:before{content:"\e640";}.ti-cup:before{content:"\e641";}.ti-crown:before{content:"\e642";}.ti-comments:before{content:"\e643";}.ti-comment:before{content:"\e644";}.ti-comment-alt:before{content:"\e645";}.ti-close:before{content:"\e646";}.ti-clip:before{content:"\e647";}.ti-angle-up:before{content:"\e648";}.ti-angle-right:before{content:"\e649";}.ti-angle-left:before{content:"\e64a";}.ti-angle-down:before{content:"\e64b";}.ti-check:before{content:"\e64c";}.ti-check-box:before{content:"\e64d";}.ti-camera:before{content:"\e64e";}.ti-announcement:before{content:"\e64f";}.ti-brush:before{content:"\e650";}.ti-briefcase:before{content:"\e651";}.ti-bolt:before{content:"\e652";}.ti-bolt-alt:before{content:"\e653";}.ti-blackboard:before{content:"\e654";}.ti-bag:before{content:"\e655";}.ti-move:before{content:"\e656";}.ti-arrows-vertical:before{content:"\e657";}.ti-arrows-horizontal:before{content:"\e658";}.ti-fullscreen:before{content:"\e659";}.ti-arrow-top-right:before{content:"\e65a";}.ti-arrow-top-left:before{content:"\e65b";}.ti-arrow-circle-up:before{content:"\e65c";}.ti-arrow-circle-right:before{content:"\e65d";}.ti-arrow-circle-left:before{content:"\e65e";}.ti-arrow-circle-down:before{content:"\e65f";}.ti-angle-double-up:before{content:"\e660";}.ti-angle-double-right:before{content:"\e661";}.ti-angle-double-left:before{content:"\e662";}.ti-angle-double-down:before{content:"\e663";}.ti-zip:before{content:"\e664";}.ti-world:before{content:"\e665";}.ti-wheelchair:before{content:"\e666";}.ti-view-list:before{content:"\e667";}.ti-view-list-alt:before{content:"\e668";}.ti-view-grid:before{content:"\e669";}.ti-uppercase:before{content:"\e66a";}.ti-upload:before{content:"\e66b";}.ti-underline:before{content:"\e66c";}.ti-truck:before{content:"\e66d";}.ti-timer:before{content:"\e66e";}.ti-ticket:before{content:"\e66f";}.ti-thumb-up:before{content:"\e670";}.ti-thumb-down:before{content:"\e671";}.ti-text:before{content:"\e672";}.ti-stats-up:before{content:"\e673";}.ti-stats-down:before{content:"\e674";}.ti-split-v:before{content:"\e675";}.ti-split-h:before{content:"\e676";}.ti-smallcap:before{content:"\e677";}.ti-shine:before{content:"\e678";}.ti-shift-right:before{content:"\e679";}.ti-shift-left:before{content:"\e67a";}.ti-shield:before{content:"\e67b";}.ti-notepad:before{content:"\e67c";}.ti-server:before{content:"\e67d";}.ti-quote-right:before{content:"\e67e";}.ti-quote-left:before{content:"\e67f";}.ti-pulse:before{content:"\e680";}.ti-printer:before{content:"\e681";}.ti-power-off:before{content:"\e682";}.ti-plug:before{content:"\e683";}.ti-pie-chart:before{content:"\e684";}.ti-paragraph:before{content:"\e685";}.ti-panel:before{content:"\e686";}.ti-package:before{content:"\e687";}.ti-music:before{content:"\e688";}.ti-music-alt:before{content:"\e689";}.ti-mouse:before{content:"\e68a";}.ti-mouse-alt:before{content:"\e68b";}.ti-money:before{content:"\e68c";}.ti-microphone:before{content:"\e68d";}.ti-menu:before{content:"\e68e";}.ti-menu-alt:before{content:"\e68f";}.ti-map:before{content:"\e690";}.ti-map-alt:before{content:"\e691";}.ti-loop:before{content:"\e692";}.ti-location-pin:before{content:"\e693";}.ti-list:before{content:"\e694";}.ti-light-bulb:before{content:"\e695";}.ti-Italic:before{content:"\e696";}.ti-info:before{content:"\e697";}.ti-infinite:before{content:"\e698";}.ti-id-badge:before{content:"\e699";}.ti-hummer:before{content:"\e69a";}.ti-home:before{content:"\e69b";}.ti-help:before{content:"\e69c";}.ti-headphone:before{content:"\e69d";}.ti-harddrives:before{content:"\e69e";}.ti-harddrive:before{content:"\e69f";}.ti-gift:before{content:"\e6a0";}.ti-game:before{content:"\e6a1";}.ti-filter:before{content:"\e6a2";}.ti-files:before{content:"\e6a3";}.ti-file:before{content:"\e6a4";}.ti-eraser:before{content:"\e6a5";}.ti-envelope:before{content:"\e6a6";}.ti-download:before{content:"\e6a7";}.ti-direction:before{content:"\e6a8";}.ti-direction-alt:before{content:"\e6a9";}.ti-dashboard:before{content:"\e6aa";}.ti-control-stop:before{content:"\e6ab";}.ti-control-shuffle:before{content:"\e6ac";}.ti-control-play:before{content:"\e6ad";}.ti-control-pause:before{content:"\e6ae";}.ti-control-forward:before{content:"\e6af";}.ti-control-backward:before{content:"\e6b0";}.ti-cloud:before{content:"\e6b1";}.ti-cloud-up:before{content:"\e6b2";}.ti-cloud-down:before{content:"\e6b3";}.ti-clipboard:before{content:"\e6b4";}.ti-car:before{content:"\e6b5";}.ti-calendar:before{content:"\e6b6";}.ti-book:before{content:"\e6b7";}.ti-bell:before{content:"\e6b8";}.ti-basketball:before{content:"\e6b9";}.ti-bar-chart:before{content:"\e6ba";}.ti-bar-chart-alt:before{content:"\e6bb";}.ti-back-right:before{content:"\e6bc";}.ti-back-left:before{content:"\e6bd";}.ti-arrows-corner:before{content:"\e6be";}.ti-archive:before{content:"\e6bf";}.ti-anchor:before{content:"\e6c0";}.ti-align-right:before{content:"\e6c1";}.ti-align-left:before{content:"\e6c2";}.ti-align-justify:before{content:"\e6c3";}.ti-align-center:before{content:"\e6c4";}.ti-alert:before{content:"\e6c5";}.ti-alarm-clock:before{content:"\e6c6";}.ti-agenda:before{content:"\e6c7";}.ti-write:before{content:"\e6c8";}.ti-window:before{content:"\e6c9";}.ti-widgetized:before{content:"\e6ca";}.ti-widget:before{content:"\e6cb";}.ti-widget-alt:before{content:"\e6cc";}.ti-wallet:before{content:"\e6cd";}.ti-video-clapper:before{content:"\e6ce";}.ti-video-camera:before{content:"\e6cf";}.ti-vector:before{content:"\e6d0";}.ti-themify-logo:before{content:"\e6d1";}.ti-themify-favicon:before{content:"\e6d2";}.ti-themify-favicon-alt:before{content:"\e6d3";}.ti-support:before{content:"\e6d4";}.ti-stamp:before{content:"\e6d5";}.ti-split-v-alt:before{content:"\e6d6";}.ti-slice:before{content:"\e6d7";}.ti-shortcode:before{content:"\e6d8";}.ti-shift-right-alt:before{content:"\e6d9";}.ti-shift-left-alt:before{content:"\e6da";}.ti-ruler-alt-2:before{content:"\e6db";}.ti-receipt:before{content:"\e6dc";}.ti-pin2:before{content:"\e6dd";}.ti-pin-alt:before{content:"\e6de";}.ti-pencil-alt2:before{content:"\e6df";}.ti-palette:before{content:"\e6e0";}.ti-more:before{content:"\e6e1";}.ti-more-alt:before{content:"\e6e2";}.ti-microphone-alt:before{content:"\e6e3";}.ti-magnet:before{content:"\e6e4";}.ti-line-double:before{content:"\e6e5";}.ti-line-dotted:before{content:"\e6e6";}.ti-line-dashed:before{content:"\e6e7";}.ti-layout-width-full:before{content:"\e6e8";}.ti-layout-width-default:before{content:"\e6e9";}.ti-layout-width-default-alt:before{content:"\e6ea";}.ti-layout-tab:before{content:"\e6eb";}.ti-layout-tab-window:before{content:"\e6ec";}.ti-layout-tab-v:before{content:"\e6ed";}.ti-layout-tab-min:before{content:"\e6ee";}.ti-layout-slider:before{content:"\e6ef";}.ti-layout-slider-alt:before{content:"\e6f0";}.ti-layout-sidebar-right:before{content:"\e6f1";}.ti-layout-sidebar-none:before{content:"\e6f2";}.ti-layout-sidebar-left:before{content:"\e6f3";}.ti-layout-placeholder:before{content:"\e6f4";}.ti-layout-menu:before{content:"\e6f5";}.ti-layout-menu-v:before{content:"\e6f6";}.ti-layout-menu-separated:before{content:"\e6f7";}.ti-layout-menu-full:before{content:"\e6f8";}.ti-layout-media-right-alt:before{content:"\e6f9";}.ti-layout-media-right:before{content:"\e6fa";}.ti-layout-media-overlay:before{content:"\e6fb";}.ti-layout-media-overlay-alt:before{content:"\e6fc";}.ti-layout-media-overlay-alt-2:before{content:"\e6fd";}.ti-layout-media-left-alt:before{content:"\e6fe";}.ti-layout-media-left:before{content:"\e6ff";}.ti-layout-media-center-alt:before{content:"\e700";}.ti-layout-media-center:before{content:"\e701";}.ti-layout-list-thumb:before{content:"\e702";}.ti-layout-list-thumb-alt:before{content:"\e703";}.ti-layout-list-post:before{content:"\e704";}.ti-layout-list-large-image:before{content:"\e705";}.ti-layout-line-solid:before{content:"\e706";}.ti-layout-grid4:before{content:"\e707";}.ti-layout-grid3:before{content:"\e708";}.ti-layout-grid2:before{content:"\e709";}.ti-layout-grid2-thumb:before{content:"\e70a";}.ti-layout-cta-right:before{content:"\e70b";}.ti-layout-cta-left:before{content:"\e70c";}.ti-layout-cta-center:before{content:"\e70d";}.ti-layout-cta-btn-right:before{content:"\e70e";}.ti-layout-cta-btn-left:before{content:"\e70f";}.ti-layout-column4:before{content:"\e710";}.ti-layout-column3:before{content:"\e711";}.ti-layout-column2:before{content:"\e712";}.ti-layout-accordion-separated:before{content:"\e713";}.ti-layout-accordion-merged:before{content:"\e714";}.ti-layout-accordion-list:before{content:"\e715";}.ti-ink-pen:before{content:"\e716";}.ti-info-alt:before{content:"\e717";}.ti-help-alt:before{content:"\e718";}.ti-headphone-alt:before{content:"\e719";}.ti-hand-point-up:before{content:"\e71a";}.ti-hand-point-right:before{content:"\e71b";}.ti-hand-point-left:before{content:"\e71c";}.ti-hand-point-down:before{content:"\e71d";}.ti-gallery:before{content:"\e71e";}.ti-face-smile:before{content:"\e71f";}.ti-face-sad:before{content:"\e720";}.ti-credit-card:before{content:"\e721";}.ti-control-skip-forward:before{content:"\e722";}.ti-control-skip-backward:before{content:"\e723";}.ti-control-record:before{content:"\e724";}.ti-control-eject:before{content:"\e725";}.ti-comments-smiley:before{content:"\e726";}.ti-brush-alt:before{content:"\e727";}.ti-youtube:before{content:"\e728";}.ti-vimeo:before{content:"\e729";}.ti-twitter:before{content:"\e72a";}.ti-time:before{content:"\e72b";}.ti-tumblr:before{content:"\e72c";}.ti-skype:before{content:"\e72d";}.ti-share:before{content:"\e72e";}.ti-share-alt:before{content:"\e72f";}.ti-rocket:before{content:"\e730";}.ti-pinterest:before{content:"\e731";}.ti-new-window:before{content:"\e732";}.ti-microsoft:before{content:"\e733";}.ti-list-ol:before{content:"\e734";}.ti-linkedin:before{content:"\e735";}.ti-layout-sidebar-2:before{content:"\e736";}.ti-layout-grid4-alt:before{content:"\e737";}.ti-layout-grid3-alt:before{content:"\e738";}.ti-layout-grid2-alt:before{content:"\e739";}.ti-layout-column4-alt:before{content:"\e73a";}.ti-layout-column3-alt:before{content:"\e73b";}.ti-layout-column2-alt:before{content:"\e73c";}.ti-instagram:before{content:"\e73d";}.ti-google:before{content:"\e73e";}.ti-github:before{content:"\e73f";}.ti-flickr:before{content:"\e740";}.ti-facebook:before{content:"\e741";}.ti-dropbox:before{content:"\e742";}.ti-dribbble:before{content:"\e743";}.ti-apple:before{content:"\e744";}.ti-android:before{content:"\e745";}.ti-save:before{content:"\e746";}.ti-save-alt:before{content:"\e747";}.ti-yahoo:before{content:"\e748";}.ti-wordpress:before{content:"\e749";}.ti-vimeo-alt:before{content:"\e74a";}.ti-twitter-alt:before{content:"𝕏" !important;font-family:Arial,sans-serif !important;font-style:normal !important;font-weight:400 !important;}.ti-tumblr-alt:before{content:"\e74c";}.ti-trello:before{content:"\e74d";}.ti-stack-overflow:before{content:"\e74e";}.ti-soundcloud:before{content:"\e74f";}.ti-sharethis:before{content:"\e750";}.ti-sharethis-alt:before{content:"\e751";}.ti-reddit:before{content:"\e752";}.ti-pinterest-alt:before{content:"\e753";}.ti-microsoft-alt:before{content:"\e754";}.ti-linux:before{content:"\e755";}.ti-jsfiddle:before{content:"\e756";}.ti-joomla:before{content:"\e757";}.ti-html5:before{content:"\e758";}.ti-flickr-alt:before{content:"\e759";}.ti-email:before{content:"\e75a";}.ti-drupal:before{content:"\e75b";}.ti-dropbox-alt:before{content:"\e75c";}.ti-css3:before{content:"\e75d";}.ti-rss:before{content:"\e75e";}.ti-rss-alt:before{content:"\e75f";}
:root{--commerce-purple:#138450;--commerce-purple-dark:#0e6c3e;--commerce-purple-light:#4fa36f;--commerce-purple-bg:#eaf7ee;--commerce-card-shadow:0 4px 12px rgba(19,132,80,0.15);--commerce-card-shadow-hover:0 8px 24px rgba(19,132,80,0.25);--commerce-card-radius:12px;--text-main:#212121;--text-muted:#555555;--bg-white:#ffffff;}body{color:var(--text-main);}a.product-title-link{color:var(--text-main) !important;text-decoration:none !important;}a.product-title-link:hover{color:var(--commerce-purple) !important;}.product-teaser-wrap{display:flex;flex-direction:column;height:100%;margin-bottom:0;}.product-teaser{background:var(--bg-white) !important;border-radius:var(--commerce-card-radius) !important;box-shadow:var(--commerce-card-shadow) !important;transition:all 0.3s ease !important;overflow:hidden !important;border:1px solid rgba(19,132,80,0.1) !important;padding:0 !important;margin-bottom:0 !important;display:flex !important;flex-direction:column;flex:1;height:100%;}.product-teaser:hover{transform:translateY(-4px) !important;box-shadow:var(--commerce-card-shadow-hover) !important;border-color:var(--commerce-purple-light) !important;}.product-teaser-container{padding:0 !important;display:flex;flex-direction:column;flex:1;height:100%;}.product-teaser .post-image,.product-teaser .product-image,.product-teaser .product-teaser-image,.product-teaser .field-type-image{position:relative;overflow:hidden;width:100% !important;flex-shrink:0;aspect-ratio:unset;background:#fafafa;display:block !important;min-height:0;max-height:none;padding:0.5rem !important;margin:0;}.product-teaser .post-image img,.product-teaser .product-image img,.product-teaser .product-teaser-image img,.product-teaser img{width:100% !important;height:auto !important;max-height:220px !important;object-fit:contain !important;display:block !important;margin:0 auto;opacity:1 !important;visibility:visible !important;}.product-teaser .product-image .field,.product-teaser .product-image .field-items,.product-teaser .product-image .field-item,.product-teaser .product-image [class*="product--variation-field"],.product-teaser .product-teaser-image .field,.product-teaser .product-teaser-image .field-item{width:100% !important;margin:0 !important;padding:0 !important;border:none !important;background:none !important;display:block !important;position:static !important;opacity:1 !important;float:none !important;}.product-teaser .product-image .field-label,.product-teaser .product-teaser-image .field-label{display:none !important;}.product-teaser .product-image .field-items > .field-item:not(:first-child),.product-teaser .product-teaser-image .field-items > .field-item:not(:first-child){display:none !important;}.product-teaser .product-meta-wrap{display:flex;flex-direction:column;flex:1;padding:0.5rem 0.75rem !important;}.product-teaser .product-meta{display:flex;flex-direction:column;gap:0.35rem;flex:1;margin:0;padding:0;}.product-meta-wrap{padding:20px !important;}.product-teaser .product-title a{color:var(--text-main) !important;font-weight:700 !important;font-size:1.1em !important;line-height:1.3;}.product-teaser .product-price{color:var(--commerce-purple) !important;font-weight:800 !important;font-size:1.25em !important;}.product-page #page-wrapper-content{background-color:#f4f4f9;padding:40px 0;}.product-post{background:var(--bg-white) !important;padding:40px !important;border-radius:var(--commerce-card-radius) !important;box-shadow:var(--commerce-card-shadow) !important;margin-bottom:40px !important;border:1px solid rgba(19,132,80,0.08) !important;}.product-content-wrap{padding-left:40px !important;}.product-content-wrap .product-title{color:var(--text-main) !important;font-size:2.8rem !important;font-weight:900 !important;margin-bottom:15px !important;line-height:1.2 !important;}.product-content-wrap .product-price{color:var(--commerce-purple) !important;font-size:2.4rem !important;font-weight:900 !important;margin-bottom:25px !important;}.product-short-description{font-size:1.2rem !important;line-height:1.7 !important;color:var(--text-muted) !important;margin-bottom:30px !important;}.product-stock{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 1.5rem;margin-bottom:20px;font-weight:600;}.product-content-wrap .product-stock .product-price{margin-bottom:0 !important;white-space:nowrap;}.product-content-wrap .product-stock .product-old-price{font-size:1.4rem;color:var(--text-muted);font-weight:600;}.available-stock{color:#2e7d32 !important;}.product-meta-item{font-size:1rem !important;color:var(--text-muted) !important;margin-bottom:8px !important;border-bottom:1px solid #f0f0f0;padding-bottom:4px;}.product-meta-item:last-child{border-bottom:none;}.product-variation-wrap{background:var(--commerce-purple-bg);padding:20px;border-radius:8px;margin:30px 0;}.commerce-order-item-add-to-cart-form input[type="text"],.commerce-order-item-add-to-cart-form input[type="number"],.commerce-order-item-add-to-cart-form select{height:45px !important;border:2px solid #ddd !important;border-radius:6px !important;padding:0 15px !important;font-size:1rem !important;color:var(--text-main) !important;}.commerce-order-item-add-to-cart-form input:focus,.commerce-order-item-add-to-cart-form select:focus{border-color:var(--commerce-purple) !important;outline:none !important;}.button--primary,.product-add-cart .button,.product-teaser .button,.form-submit{background-color:var(--commerce-purple) !important;color:#fff !important;border-radius:8px !important;border:none !important;padding:14px 28px !important;text-transform:uppercase !important;font-weight:800 !important;letter-spacing:1px;font-size:1.1rem !important;box-shadow:0 4px 10px rgba(19,132,80,0.3) !important;transition:all 0.3s cubic-bezier(0.4,0,0.2,1) !important;cursor:pointer !important;}.button--primary:hover,.product-add-cart .button:hover,.form-submit:hover{background-color:var(--commerce-purple-dark) !important;transform:translateY(-3px) !important;box-shadow:0 8px 20px rgba(19,132,80,0.4) !important;}.product-info .nav-tabs{border-bottom:2px solid #eee !important;margin-bottom:40px !important;}.product-info .nav-tabs > li > a{border:none !important;font-weight:700 !important;color:var(--text-muted) !important;padding:18px 30px !important;font-size:1.2rem !important;transition:color 0.3s;}.product-info .nav-tabs > li.active > a{color:var(--commerce-purple) !important;border-bottom:4px solid var(--commerce-purple) !important;background:transparent !important;}.product-tab-item h2{color:var(--text-main) !important;font-weight:900 !important;margin-bottom:25px !important;text-transform:uppercase;letter-spacing:1px;}.product-tab-item{color:var(--text-main) !important;line-height:1.9 !important;font-size:1.2rem !important;}@media (max-width:991px){.product-content-wrap{padding-left:0 !important;margin-top:40px !important;}.product-content-wrap .product-title{font-size:2.2rem !important;}}@media (max-width:767px){.product-page #page-wrapper-content{padding:20px 0;}.product-post{padding:25px 15px !important;border-radius:0;margin-bottom:20px !important;}.product-content-wrap .product-title{font-size:1.8rem !important;}.product-content-wrap .product-price{font-size:1.6rem !important;}.product-info .nav-tabs > li > a{padding:12px 15px !important;font-size:1rem !important;}.button--primary,.product-add-cart .button{width:100% !important;text-align:center;}}.commerce-checkout-form,.commerce-cart-form{background:var(--bg-white) !important;padding:40px !important;border-radius:var(--commerce-card-radius) !important;box-shadow:var(--commerce-card-shadow) !important;border:1px solid rgba(19,132,80,0.1) !important;}.checkout-pane-title{color:var(--commerce-purple) !important;font-weight:900 !important;text-transform:uppercase !important;border-bottom:2px solid var(--commerce-purple-bg) !important;padding-bottom:15px !important;margin-bottom:30px !important;letter-spacing:1px;}.header-cart,.header-element-item.header-cart{display:inline-flex !important;align-items:center;position:relative;}.header-cart .cart-block--summary,.header-element-item.header-cart .cart-block--summary,.cart--cart-block .cart-block--summary,.header-cart .cart-block--summary a,.header-element-item.header-cart .cart-block--summary a,.cart--cart-block .cart-block--summary a{display:inline-flex !important;align-items:center;justify-content:center;text-decoration:none !important;color:#ffffff !important;font-size:16px !important;line-height:1 !important;background-color:var(--commerce-purple-dark) !important;border-radius:999px !important;padding:4px 8px !important;}.header-cart .cart-block--summary i.ti-shopping-cart,.header-element-item.header-cart .cart-block--summary i.ti-shopping-cart,.cart--cart-block .cart-block--summary i.ti-shopping-cart,.header-cart .cart-block--summary i,.header-element-item.header-cart .cart-block--summary i,.cart--cart-block .cart-block--summary i{font-family:'themify' !important;font-size:22px !important;color:#ffffff !important;margin-right:6px !important;vertical-align:middle;display:inline-block !important;}.header-cart .cart-block--summary__count,.cart-block--summary__count{background-color:var(--commerce-purple) !important;color:#ffffff !important;border-radius:999px !important;padding:1px 7px !important;font-size:11px !important;font-weight:700 !important;min-width:18px;height:18px;line-height:16px;text-align:center;display:inline-block !important;vertical-align:middle;margin-left:2px;}@media (max-width:768px){.header-element-item.header-cart{position:relative;top:auto;right:auto;margin-left:8px;}.header-cart .cart-block--summary,.header-element-item.header-cart .cart-block--summary,.cart--cart-block .cart-block--summary,.header-cart .cart-block--summary a,.header-element-item.header-cart .cart-block--summary a,.cart--cart-block .cart-block--summary a{display:inline-flex !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;color:#ffffff !important;font-size:14px !important;line-height:1 !important;background-color:var(--commerce-purple-dark) !important;border-radius:999px !important;padding:3px 6px !important;}.header-cart .cart-block--summary i.ti-shopping-cart,.header-element-item.header-cart .cart-block--summary i.ti-shopping-cart,.cart--cart-block .cart-block--summary i.ti-shopping-cart{font-family:'themify' !important;font-size:18px !important;color:#ffffff !important;margin-right:4px !important;}.header-cart .cart-block--summary__count{font-size:10px !important;padding:0 5px !important;min-width:16px;height:16px;line-height:15px;}}.product-post .product-tab-item,.product-post .product-tab-item div,.product-tab-item p,.product-tab-item ul,.product-tab-item ol,.product-tab-item li,.product-post .field,.product-post .body,.product-post .clearfix{color:var(--text-main) !important;font-size:1.05rem !important;line-height:1.75 !important;margin-bottom:12px;}.product-post .product-tab-item h2,.product-tab-item h2{color:var(--commerce-purple) !important;font-size:1.35rem !important;font-weight:800 !important;margin:0 0 16px !important;padding-bottom:8px;border-bottom:1px solid var(--commerce-purple-bg);}.product-post .product-short-description,.product-short-description{font-size:1.1rem !important;color:var(--text-muted) !important;background:#fafafa;padding:12px 16px;border-radius:8px;border-left:4px solid var(--commerce-purple);}.product-meta-item,.product-meta .product-meta-item{color:var(--text-muted) !important;font-size:0.95rem !important;}#product-review,.field--name-field-product-review{color:var(--text-main) !important;}#product-review .field__item,#product-review .comment{background:var(--bg-white);border:1px solid rgba(19,132,80,0.1);border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:var(--commerce-card-shadow);}.product-catalog,.view-product-catalog,.view-id-product_catalog,.view-product-category-listings,.view-id-product_category_listings,.view-brand-product-listings,.view-id-brand_product_listings{padding:10px 0;}.product-catalog .view-content.grid-wrapper,.view-product-catalog .view-content.grid-wrapper,.view-id-product_catalog .view-content.grid-wrapper,.view-product-category-listings .view-content.grid-wrapper,.view-id-product_category_listings .view-content.grid-wrapper,.view-brand-product-listings .view-content.grid-wrapper,.view-id-brand_product_listings .view-content.grid-wrapper{margin-left:-0.375rem;margin-right:-0.375rem;row-gap:0 !important;}.product-catalog .grid-wrapper .grid-item,.view-product-catalog .grid-wrapper .grid-item,.view-id-product_catalog .grid-wrapper .grid-item,.view-product-category-listings .grid-wrapper .grid-item,.view-id-product_category_listings .grid-wrapper .grid-item,.view-brand-product-listings .grid-wrapper .grid-item,.view-id-brand_product_listings .grid-wrapper .grid-item{padding-left:0.375rem;padding-right:0.375rem;margin-bottom:0.75rem;display:flex;flex-direction:column;}.product-catalog .grid-wrapper .grid-item > .product-teaser-wrap,.view-product-catalog .grid-wrapper .grid-item > .product-teaser-wrap,.view-id-product_catalog .grid-wrapper .grid-item > .product-teaser-wrap,.view-product-category-listings .grid-wrapper .grid-item > .product-teaser-wrap,.view-id-product_category_listings .grid-wrapper .grid-item > .product-teaser-wrap,.view-brand-product-listings .grid-wrapper .grid-item > .product-teaser-wrap,.view-id-brand_product_listings .grid-wrapper .grid-item > .product-teaser-wrap{flex:1;width:100%;}@media (max-width:767px){.product-teaser .product-meta-wrap{padding:0.5rem 0.625rem !important;}.product-teaser .post-image,.product-teaser .product-image,.product-teaser .product-teaser-image{padding:0.375rem !important;}.product-teaser .post-image img,.product-teaser .product-image img,.product-teaser .product-teaser-image img,.product-teaser img{max-height:160px !important;}}.page--store .main-content,.page-store .main-content,#page-wrapper-content{background:transparent;}.store-shop-icon,.content-wide.store-shop-icon{background:linear-gradient(180deg,#eaf7ee 0%,#ffffff 100%);padding:30px 0;border-radius:0;}.views-row,.views-view-grid,.commerce-product--catalog,.product-teaser-wrap{margin-bottom:20px;}.product-title a,.product-title-link,a.product-title-link,.product-teaser .product-title a{color:var(--text-main) !important;font-weight:700 !important;}.product-teaser .product-desc,.product-teaser .product-short-description{color:var(--text-muted) !important;font-size:0.95rem !important;line-height:1.5 !important;margin-top:8px;}.product-teaser .field-field-short-description,.product-teaser .product-teaser-short-desc{margin-top:0.4rem;margin-bottom:0.6rem;font-size:0.875rem;line-height:1.4;}.product-teaser .field-field-short-description .field-label,.product-teaser .product-teaser-short-desc .field-label{font-size:0.75rem;font-weight:600;margin-bottom:0.15rem;color:var(--text-muted);}.product-teaser .field-field-short-description .field-item,.product-teaser .product-teaser-short-desc .field-item{color:#444;}.commerce-order-item-add-to-cart-form .button,.commerce-cart-form .button,.views-form-commerce-cart-form .button{background-color:var(--commerce-purple) !important;color:#fff !important;border-radius:8px !important;}.product-post *,.product-tab-item *{visibility:visible !important;opacity:1 !important;}.views-exposed-form,.bef-exposed-form{background:var(--bg-white);padding:20px;border-radius:var(--commerce-card-radius);box-shadow:var(--commerce-card-shadow);margin-bottom:25px;}.views-exposed-form input,.views-exposed-form select{border:1px solid #ddd !important;border-radius:6px;}.views-exposed-form input:focus,.views-exposed-form select:focus{border-color:var(--commerce-purple) !important;}#block-martis-product-search-form .views-exposed-form,.view-id-product_catalog.view-display-id-product_catalog_search .views-exposed-form{margin-bottom:0;padding:0;background:transparent;box-shadow:none;}#block-martis-product-search-form form,.product-search-page .views-exposed-form form{display:flex;align-items:stretch;gap:0.5rem;flex-wrap:wrap;}#block-martis-product-search-form .form-item-keys,.product-search-page .views-exposed-form .form-item-keys{flex:1 1 220px;margin:0;}#block-martis-product-search-form .form-item-keys input,.product-search-page .views-exposed-form .form-item-keys input{width:100%;min-height:2.75rem;padding:0.55rem 0.85rem;}#block-martis-product-search-form .form-actions,.product-search-page .views-exposed-form .form-actions{margin:0;}#block-martis-product-search-form .form-actions input,.product-search-page .views-exposed-form .form-actions input{min-height:2.75rem;padding:0.55rem 1.15rem;border:none;border-radius:6px;background:var(--commerce-purple);color:#fff;font-weight:600;}#block-martis-product-search-form .form-actions input:hover,.product-search-page .views-exposed-form .form-actions input:hover{background:var(--commerce-purple-dark);}.product-search-page .view-header{margin-bottom:1rem;}.product-search-page .view-empty{padding:1.5rem;border-radius:var(--commerce-card-radius);background:var(--bg-white);box-shadow:var(--commerce-card-shadow);color:var(--text-muted);}@media (max-width:576px){#block-martis-product-search-form form,.product-search-page .views-exposed-form form{flex-direction:column;}#block-martis-product-search-form .form-actions input,.product-search-page .views-exposed-form .form-actions input{width:100%;}}@media (max-width:576px){.product-post{padding:20px 12px !important;}.product-content-wrap .product-title{font-size:1.65rem !important;}.product-content-wrap .product-price{font-size:1.45rem !important;}.product-short-description{font-size:1rem !important;padding:10px;}.product-info .nav-tabs > li > a{padding:10px 8px !important;font-size:0.95rem !important;}.commerce-checkout-form,.commerce-cart-form{padding:20px 12px !important;}}.product-content-wrap{padding-left:15px;}.product-content-wrap .field{margin:0 0 6px 0;}.product-content-wrap .field-label{font-size:0.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;}.product-content-wrap .field-item{font-size:1rem;}.product-title > div,.product-price > div,.product-meta-item > div{margin:0 !important;padding:0 !important;border:none !important;background:none !important;}.product-stock .available-stock{color:#2e7d32 !important;font-weight:600;}.product-stock.in-stock .available-stock{background:#e8f5e9;padding:2px 8px;border-radius:4px;}.product-stock .out-of-stock{color:#c62828 !important;font-weight:600;display:none;}.product-stock.out-stock .out-of-stock,.product-stock.out-of-stock .out-of-stock{background:#ffebee;padding:2px 8px;border-radius:4px;display:inline-block !important;}.product-stock.in-stock .out-of-stock,.product-stock.out-stock .available-stock,.product-stock.out-of-stock .available-stock{display:none !important;}.product-short-description:empty{display:none;}.product-content-wrap .product-short-description{display:block !important;margin:10px 0 15px;padding:8px 12px;background:var(--commerce-purple-bg);border-left:3px solid var(--commerce-purple);border-radius:0 4px 4px 0;font-size:0.95rem;line-height:1.5;color:var(--text-main);opacity:1 !important;visibility:visible !important;}.product-content-wrap .product-meta{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px;}.product-meta-item{font-size:0.8rem;background:#eaf7ee;border:1px solid var(--commerce-purple-light);padding:3px 8px;border-radius:4px;color:var(--text-muted);}.product-meta-item .field-label{display:inline;margin-right:4px;}.product-meta-item.product-brand:empty,.product-meta-item.product-category:empty{display:none;}.product-content-wrap .product-meta-item.product-brand,.product-content-wrap .product-meta-item.product-category{display:inline-block !important;opacity:1 !important;visibility:visible !important;}.product-content-wrap .product-meta-item > div{margin:0 !important;padding:0 !important;border:none !important;background:none !important;}.product-variation-wrap{margin:12px 0;}.product-variation-wrap .commerce-order-item-add-to-cart-form{background:var(--commerce-purple-bg);padding:16px;border-radius:8px;border:1px solid var(--commerce-purple-light);}.product-variation-wrap .form-item{margin-bottom:10px;}.product-variation-wrap label{font-size:0.85rem;}.product-variation-selector{margin-bottom:12px;}.product-variation-selector label{display:block;font-size:0.85rem;font-weight:600;color:var(--text-muted);margin-bottom:4px;}.product-variation-selector .variation-switcher{width:100%;max-width:100%;padding:8px 10px;border:1px solid var(--commerce-purple-light);border-radius:6px;background:#fff;font-size:0.95rem;}.product-variation-selector .variation-switcher:focus{border-color:var(--commerce-purple);outline:none;box-shadow:0 0 0 2px rgba(19,132,80,0.15);}.product-variation-wrap .form-item-purchased-entity-0-target-id,.product-variation-wrap .form-item-unit-price-0-override,.product-variation-wrap div[id*="unit-price-0-amount"],.product-variation-wrap #edit-unit-price-wrapper,.product-variation-wrap .field--type-commerce-price.field--name-unit-price{display:none !important;}.product-variation-wrap .form-item-quantity-0-value input{width:70px;text-align:center;}.product-variation-wrap .quantity-nav{margin-left:6px;}.product-variation-wrap .button--add-to-cart{width:100%;padding:12px 16px;font-size:1rem;margin-top:8px;}.product-variation-wrap .quantity-nav{display:inline-flex;flex-direction:column;margin-left:4px;border:1px solid var(--commerce-purple-light);border-radius:6px;overflow:hidden;box-shadow:0 1px 3px rgba(19,132,80,0.1);}.product-variation-wrap .quantity-button{width:22px;height:18px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--commerce-purple);font-size:14px;font-weight:600;line-height:1;cursor:pointer;user-select:none;transition:background 0.2s ease,color 0.2s ease;}.product-variation-wrap .quantity-button:hover{background:var(--commerce-purple);color:#fff;}.product-variation-wrap .quantity-button:active{background:var(--commerce-purple-dark);}.product-variation-wrap .quantity-button.quantity-up{border-bottom:1px solid var(--commerce-purple-light);}@media (max-width:767px){.product-variation-wrap .quantity-nav{margin-left:6px;}.product-variation-wrap .quantity-button{width:26px;height:22px;font-size:16px;}}.product-icon-wrap{display:flex;gap:12px;margin-top:8px;}.product-icon a{display:inline-flex;align-items:center;gap:4px;font-size:0.85rem;color:var(--text-muted);}.product-icon a:hover{color:var(--commerce-purple);}.product-tab-item > div,#product-detail .product-tab-item > div{font-size:1rem;line-height:1.7;color:var(--text-main);margin:0;}.product-tab-item > div p,#product-detail .product-tab-item > div p{margin-bottom:1em;}.product-tab-item > div ul,.product-tab-item > div ol{padding-left:20px;margin-bottom:1em;}#product-review .field__item{margin-bottom:16px;}@media (max-width:767px){.product-content-wrap{padding-left:0;margin-top:20px;}.product-content-wrap .product-title{font-size:1.5rem !important;}.product-variation-wrap .commerce-order-item-add-to-cart-form{padding:12px;}.product-variation-wrap .button--add-to-cart{padding:14px;font-size:1.05rem;}.product-meta{flex-direction:column;gap:4px;}.product-icon-wrap{flex-wrap:wrap;}}.cart-block--contents{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(19,132,80,0.15);border:1px solid rgba(19,132,80,0.1);min-width:220px;max-width:280px;overflow:hidden;font-size:0.9rem;color:var(--text-main);}.cart-block--contents.cart-block-empty{padding:20px 16px;text-align:center;font-weight:500;color:var(--text-muted);background:linear-gradient(180deg,#fff 0%,var(--commerce-purple-bg) 100%);}.cart-block--contents__inner{padding:12px;background:#fff;}.cart-block--contents__items{margin-bottom:8px;}.cart-block--contents__items table{width:100%;border-collapse:collapse;font-size:0.85rem;}.cart-block--contents__items td{padding:6px 4px;vertical-align:middle;border-bottom:1px solid rgba(19,132,80,0.08);}.cart-block--contents__items tr:last-child td{border-bottom:none;}.cart-block--contents__items .views-field-quantity{color:var(--commerce-purple);font-weight:600;width:30px;}.cart-block--contents__items .views-field-title{color:var(--text-main);font-weight:500;}.cart-block--contents__items .views-field-total-price__number{color:var(--commerce-purple);font-weight:600;text-align:right;white-space:nowrap;}.cart-block--contents__links.cart-block-link{display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid rgba(19,132,80,0.1);margin-top:4px;}.cart-block--contents__links a{display:block;padding:8px 12px;text-align:center;border-radius:6px;font-weight:600;font-size:0.85rem;text-decoration:none;transition:all 0.2s ease;}.cart-block--contents__links a[href="/cart"]{background:var(--commerce-purple);color:#fff;border:1px solid var(--commerce-purple);}.cart-block--contents__links a[href="/cart"]:hover{background:var(--commerce-purple-dark);border-color:var(--commerce-purple-dark);transform:translateY(-1px);}.cart-block--contents__links a.view-more-products{background:#fff;color:var(--commerce-purple);border:1px solid var(--commerce-purple-light);}.cart-block--contents__links a.view-more-products:hover{background:var(--commerce-purple-bg);border-color:var(--commerce-purple);transform:translateY(-1px);}.cart-block--contents.cart-block-empty a.view-more-products{margin-top:12px;font-size:0.85rem;padding:6px 12px;}@media (min-width:769px){.cart-block--contents{min-width:240px;max-width:300px;}.cart-block--contents__items table{font-size:0.9rem;}.cart-block--contents__items td{padding:8px 6px;}}@media (max-width:768px){.cart-block--contents{min-width:180px;max-width:220px;font-size:0.8rem;box-shadow:0 3px 8px rgba(19,132,80,0.2);}.cart-block--contents.cart-block-empty{padding:14px 10px;}.cart-block--contents__inner{padding:8px;}.cart-block--contents__items table{font-size:0.8rem;}.cart-block--contents__items td{padding:4px 3px;}.cart-block--contents__links a{padding:6px 8px;font-size:0.8rem;}.cart-block--contents.cart-block-empty a.view-more-products{margin-top:8px;padding:5px 10px;}}@media (min-width:768px){.product-content-wrap .product-title{font-size:1.9rem;}.product-variation-wrap .commerce-order-item-add-to-cart-form{max-width:320px;}}.product-short-description{margin:12px 0 16px;padding:10px 14px;background:var(--commerce-purple-bg);border-left:4px solid var(--commerce-purple);border-radius:0 6px 6px 0;font-size:0.95rem;line-height:1.5;color:var(--text-main);}.product-short-description:empty{display:none;}.product-image-wrap{position:relative;max-width:100%;margin-bottom:12px;}.product-gallery{display:flex;flex-direction:column;gap:12px;width:100%;}.product-image-source{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.product-gallery-main{position:relative;overflow:hidden;border-radius:12px;box-shadow:var(--commerce-card-shadow);background:#fff;border:1px solid rgba(19,132,80,0.1);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;}.product-gallery-main-img,.product-gallery-main .piczoomer-pic{display:block;width:100%;height:100%;max-height:520px;object-fit:contain;background:#fafafa;}.product-gallery-thumbs{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:4px 2px 8px;margin:0;list-style:none;align-items:center;justify-content:flex-start;}.product-gallery-thumb{flex:0 0 auto;width:52px;height:52px;padding:0;border:2px solid #e0e0e0;border-radius:50%;overflow:hidden;cursor:pointer;background:#fff;scroll-snap-align:start;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease;}.product-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover;}.product-gallery-thumb:hover{border-color:var(--commerce-purple-light);transform:scale(1.06);box-shadow:0 2px 8px rgba(19,132,80,0.2);}.product-gallery-thumb.is-main-thumb{border-color:var(--commerce-purple);box-shadow:0 0 0 2px rgba(19,132,80,0.25);cursor:default;}.product-gallery-thumb.is-main-thumb:hover{transform:none;}.product-gallery-thumb:focus-visible{outline:2px solid var(--commerce-purple);outline-offset:2px;}.product-image-full-wrap,.piczoomer{position:relative;max-width:100%;margin-bottom:12px;}.product-image-full-wrap{overflow:hidden;border-radius:12px;box-shadow:var(--commerce-card-shadow);background:#fff;border:1px solid rgba(19,132,80,0.1);}.piczoomer-pic,.product-image-full img,.product-image-full-wrap img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;background:#fafafa;}.piczoomer-zoom-wp{width:320px !important;height:320px !important;border-radius:8px;box-shadow:0 8px 25px rgba(0,0,0,0.25);border:1px solid var(--commerce-purple-light);overflow:hidden;z-index:100;}.piczoomer .piczoomer-pic-wp:not(:first-child),.piczoomer .piczoomer-zoom-wp:not(:first-child),.piczoomer .piczoomer-cursor:not(:first-child),.piczoomer-zoom-wp img[src=""],.piczoomer-pic-wp .piczoomer-cursor + .piczoomer-zoom-wp{display:none !important;}.piclist{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}.piclist .field-item,.piclist .owl-item{width:68px;height:68px;border:2px solid #eee;border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color 0.2s ease,transform 0.2s ease;}.piclist .field-item img,.piclist .owl-item img{width:100%;height:100%;object-fit:cover;}.piclist .field-item:hover,.piclist .field-item.selected,.piclist .owl-item:hover{border-color:var(--commerce-purple);transform:scale(1.03);}.piclist .owl-nav{position:absolute;top:-28px;right:0;}@media (max-width:767px){.product-image-wrap,.product-gallery,.product-image-full-wrap,.piczoomer{max-width:100%;margin:0 auto 16px;}.product-gallery-main{aspect-ratio:4 / 3;border-radius:8px;}.product-gallery-main-img,.product-gallery-main .piczoomer-pic{max-height:380px;}.product-gallery-thumbs{gap:8px;padding-bottom:4px;justify-content:center;}.product-gallery-thumb{width:48px;height:48px;min-width:48px;min-height:48px;}.piczoomer-pic,.product-image-full img,.product-image-full-wrap img{max-height:380px;}.piczoomer-zoom-wp{display:none !important;}.piczoomer-cursor{display:none !important;}.product-gallery-main .piczoomer-zoom-wp{display:none !important;}.product-gallery-main .piczoomer-cursor{display:none !important;}.piclist{justify-content:center;}.piclist .field-item,.piclist .owl-item{width:54px;height:54px;}}@media (min-width:768px){.product-image-wrap{max-width:460px;}.product-gallery-thumbs{flex-wrap:wrap;overflow-x:visible;scroll-snap-type:none;justify-content:flex-start;}.product-gallery-thumb{width:56px;height:56px;}.product-gallery-main .piczoomer-zoom-wp,.piczoomer-zoom-wp{width:380px !important;height:380px !important;}}.product-info .tab-content .tab-pane{display:none;}.product-info .tab-content .tab-pane.active{display:block;}.product-info .tab-content .tab-pane.fade{opacity:0;transition:opacity 0.15s linear;}.product-info .tab-content .tab-pane.fade.active{opacity:1;}.product-info .tab-pane{padding:15px 0;}.product-info .tab-pane.active .product-tab-item,.product-info .tab-pane.active #product-review{display:block !important;visibility:visible !important;opacity:1 !important;}.product-post .product-tab-item,.product-post .product-tab-item *,.product-post .product-tab-item div,.product-post .product-tab-item div *,.product-post .product-tab-item p,.product-post .product-tab-item span,.product-post .product-tab-item strong,.product-post .product-tab-item em,.product-post .product-tab-item ul,.product-post .product-tab-item ol,.product-post .product-tab-item li,.product-post .product-tab-item a,.product-post .field--name-body,.product-post .field--name-body *,.product-post .field-item,.product-post .clearfix,.product-info .tab-content .product-tab-item,.product-info .tab-pane .product-tab-item{color:var(--text-main) !important;opacity:1 !important;visibility:visible !important;}.product-tab-item > div{font-size:1rem !important;line-height:1.7 !important;margin-bottom:1em !important;color:var(--text-main) !important;}.product-tab-item > div:empty,#product-detail > div:empty,#product-review > div:empty{display:none !important;}#product-review{min-height:100px;}#product-review .field--name-field-product-review,#product-review .comment{margin-bottom:20px;}#product-review form.comment-form,#product-review .comment-form{background:var(--commerce-purple-bg);padding:20px;border-radius:8px;margin-top:15px;border:1px solid var(--commerce-purple-light);}#product-review .comment-form .form-item{margin-bottom:12px;}#product-review .comment-form label{font-weight:600;color:var(--text-muted);}#product-review .comment-form .button,#product-review .comment-form .form-submit{background-color:var(--commerce-purple) !important;color:#fff !important;border-radius:6px;padding:8px 16px;}.product-post .product-tab-item h1,.product-post .product-tab-item h2,.product-post .product-tab-item h3,.product-post .product-tab-item h4,.product-post .product-tab-item h5,.product-post .product-tab-item h6,.product-info .tab-content h1,.product-info .tab-content h2,.product-info .tab-content h3,.product-info .tab-content h4,.product-info .tab-content h5{color:var(--text-main) !important;font-weight:700 !important;}.product-post .product-tab-item p,.product-post .product-tab-item div p,.product-post .field--name-body p{color:var(--text-main) !important;font-size:1.05rem !important;line-height:1.75 !important;margin-bottom:1em !important;}.product-post .product-tab-item,.product-post .product-tab-item *{color:var(--text-main) !important;visibility:visible !important;opacity:1 !important;}.cart-item-variation{display:flex;align-items:center;gap:10px;}.cart-item-image{width:42px;height:42px;min-width:42px;min-height:42px;border-radius:50%;overflow:hidden;border:2px solid #eaf7ee;box-shadow:0 2px 6px rgba(19,132,80,0.2);background:#fafafa;flex-shrink:0;position:relative;}table.cols-0 .cart-item-image,.views-table .cart-item-image,.cart .cart-item-image{width:40px;height:40px;border-width:2px;}.cart-item-image img{width:100% !important;height:100% !important;object-fit:cover;display:block;border-radius:50%;}.cart-item-image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#eaf7ee,#fff);color:var(--commerce-purple-light);font-size:18px;}.cart-item-image--placeholder i.ti-shopping-cart{font-family:'themify' !important;}.cart-item-info{min-width:0;flex:1;}.cart-item-title{font-weight:600;font-size:0.9rem;line-height:1.25;color:var(--text-main);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cart-block--contents__items table{border:none !important;}.cart-block--contents__items tr{transition:background 0.15s ease;}.cart-block--contents__items tr:hover{background:var(--commerce-purple-bg);}.cart-block--contents__items td{padding:7px 5px;vertical-align:middle;border-bottom:1px solid rgba(19,132,80,0.06);}.cart-block--contents__items tr:last-child td{border-bottom:none;}.cart-block--contents__items .views-field-quantity{font-size:0.82rem;color:var(--commerce-purple);font-weight:700;white-space:nowrap;padding-right:4px;width:34px;}.cart-block--contents__items .views-field-title .cart-item-variation{gap:8px;}.cart-block--contents__items .views-field-title{color:var(--text-main);}.cart-block--contents__items .views-field-total-price__number{font-weight:700;color:var(--commerce-purple);text-align:right;font-size:0.9rem;white-space:nowrap;padding-left:6px;}.commerce-cart-form,.views-form-commerce-cart-form{background:var(--bg-white) !important;padding:24px !important;border-radius:var(--commerce-card-radius) !important;box-shadow:var(--commerce-card-shadow) !important;border:1px solid rgba(19,132,80,0.08) !important;}.commerce-cart-form table,.views-form-commerce-cart-form table{width:100%;border-collapse:separate;border-spacing:0 8px;margin:0;}.commerce-cart-form thead th,.views-form-commerce-cart-form thead th{background:var(--commerce-purple-bg);color:var(--commerce-purple);font-weight:700;text-transform:uppercase;font-size:0.75rem;letter-spacing:0.5px;padding:10px 12px;text-align:left;border:none;}.commerce-cart-form thead th:last-child,.views-form-commerce-cart-form thead th:last-child{text-align:right;}.commerce-cart-form tbody tr,.views-form-commerce-cart-form tbody tr{background:#fff;box-shadow:0 2px 8px rgba(19,132,80,0.08);border-radius:10px;transition:transform .15s ease,box-shadow .15s ease;}.commerce-cart-form tbody tr:hover,.views-form-commerce-cart-form tbody tr:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(19,132,80,0.15);}.commerce-cart-form tbody td,.views-form-commerce-cart-form tbody td{padding:14px 12px;vertical-align:middle;border:1px solid rgba(19,132,80,0.06);border-left:none;border-right:none;background:transparent;}.commerce-cart-form tbody tr td:first-child,.views-form-commerce-cart-form tbody tr td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px;border-left:1px solid rgba(19,132,80,0.06);}.commerce-cart-form tbody tr td:last-child,.views-form-commerce-cart-form tbody tr td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px;border-right:1px solid rgba(19,132,80,0.06);text-align:right;}.views-form-commerce-cart-form .cart-item-image,.commerce-cart-form .cart-item-image{width:58px;height:58px;min-width:58px;min-height:58px;border-width:3px;box-shadow:0 3px 8px rgba(19,132,80,0.25);}.views-form-commerce-cart-form .cart-item-title,.commerce-cart-form .cart-item-title{font-size:1rem;font-weight:700;line-height:1.3;}.commerce-cart-form .views-field-edit-quantity input,.views-form-commerce-cart-form input[type="number"]{width:64px;text-align:center;border:2px solid #e5d9ff;border-radius:8px;padding:6px 4px;font-weight:600;}.commerce-cart-form .views-field-edit-quantity input:focus,.views-form-commerce-cart-form input[type="number"]:focus{border-color:var(--commerce-purple);outline:none;}.commerce-cart-form a[href*="remove"],.views-form-commerce-cart-form a[href*="remove"],.commerce-cart-form .button--remove,.views-form-commerce-cart-form .button--remove,.cart-block--contents a[href*="remove"]{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#c62828;font-weight:600;font-size:0.82rem;padding:4px 10px;border-radius:999px;border:1px solid rgba(198,40,40,0.25);text-decoration:none;transition:all 0.2s ease;background:#fff5f5;}.commerce-cart-form a[href*="remove"]:hover,.views-form-commerce-cart-form a[href*="remove"]:hover,.commerce-cart-form .button--remove:hover,.views-form-commerce-cart-form .button--remove:hover{background:#ffebee;color:#b71c1c;border-color:#ef9a9a;transform:scale(1.02);}.commerce-cart-form a[href*="remove"]::before,.views-form-commerce-cart-form a[href*="remove"]::before,.cart-block--contents a[href*="remove"]::before{content:"\e646";font-family:'themify' !important;font-size:13px;line-height:1;margin-right:3px;}.commerce-cart-form .button,.views-form-commerce-cart-form .button,.commerce-cart-form input[type="submit"]{background:var(--commerce-purple) !important;color:#fff !important;border-radius:8px !important;font-weight:700;padding:10px 20px !important;}.commerce-cart-form .order-total,.views-form-commerce-cart-form .order-total,.commerce-cart-form .views-field-commerce-order-total-price__number,.views-form-commerce-cart-form .views-field-commerce-order-total-price__number{font-size:1.35rem;font-weight:900;color:var(--commerce-purple);}@media (max-width:768px){.commerce-cart-form,.views-form-commerce-cart-form{padding:12px !important;border-radius:10px;}.commerce-cart-form table,.views-form-commerce-cart-form table,.commerce-cart-form thead,.views-form-commerce-cart-form thead{display:block;}.commerce-cart-form thead,.views-form-commerce-cart-form thead{display:none;}.commerce-cart-form tbody,.views-form-commerce-cart-form tbody,.commerce-cart-form tbody tr,.views-form-commerce-cart-form tbody tr{display:block;}.commerce-cart-form tbody tr,.views-form-commerce-cart-form tbody tr{margin-bottom:14px;border-radius:12px;box-shadow:0 4px 14px rgba(19,132,80,0.12);border:1px solid rgba(19,132,80,0.08);padding:10px;}.commerce-cart-form tbody td,.views-form-commerce-cart-form tbody td{display:flex;padding:6px 8px !important;border:none !important;align-items:center;font-size:0.95rem;}.commerce-cart-form tbody td.views-field-quantity::before,.views-form-commerce-cart-form tbody td.views-field-quantity::before{content:"Qty";font-size:0.65rem;color:var(--text-muted);width:42px;flex-shrink:0;}.commerce-cart-form .views-field-title,.views-form-commerce-cart-form .views-field-title{width:100%;}.commerce-cart-form tbody td.views-field-total-price__number,.views-form-commerce-cart-form tbody td.views-field-total-price__number,.commerce-cart-form tbody td.views-field-edit-quantity,.views-form-commerce-cart-form tbody td.views-field-edit-quantity,.commerce-cart-form tbody td.views-field-remove-button,.views-form-commerce-cart-form tbody td.views-field-remove-button{justify-content:flex-end;margin-left:auto;}.views-form-commerce-cart-form .cart-item-image,.commerce-cart-form .cart-item-image{width:48px;height:48px;min-width:48px;}.cart-item-title{font-size:0.92rem;}.commerce-cart-form a[href*="remove"],.views-form-commerce-cart-form a[href*="remove"]{padding:8px 14px;font-size:0.85rem;}}@media (max-width:480px){.cart-block--contents__items .cart-item-image{width:34px;height:34px;min-width:34px;}.cart-block--contents__items .cart-item-title{font-size:0.8rem;}}.cart-block--contents__items table.cols-0,.cart-block--contents__items .cart.cart-block table{width:100%;margin:0;border:0;}.cart-block--contents__items tr.cart-block-row,.cart-block--contents__items tbody tr{transition:background-color 0.15s ease;}.cart-block--contents__items tr.cart-block-row:hover,.cart-block--contents__items tbody tr:hover{background-color:var(--commerce-purple-bg);}.cart-block--contents__items td.views-field-quantity{width:28px;font-size:0.78rem;font-weight:700;color:var(--commerce-purple);padding-right:2px;vertical-align:middle;white-space:nowrap;}.cart-block--contents__items td.views-field-title{padding-left:2px;padding-right:6px;}.cart-block--contents__items .cart-item-variation{display:flex;align-items:center;gap:8px;}.cart-block--contents__items .cart-item-image{width:38px;height:38px;border:2px solid #e3f4ea;box-shadow:0 1px 4px rgba(19,132,80,0.18);}.cart-block--contents__items .cart-item-info{flex:1;min-width:0;}.cart-block--contents__items .cart-item-title{font-size:0.85rem;font-weight:600;line-height:1.2;color:var(--text-main);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cart-block--contents__items td.views-field-total-price__number{font-weight:700;color:var(--commerce-purple);font-size:0.9rem;text-align:right;white-space:nowrap;padding-left:4px;}.cart-block--contents__links.cart-block-link a{display:inline-flex;align-items:center;gap:4px;}.cart-block--contents__links.cart-block-link a.cart-link i.ti-shopping-cart{font-family:'themify' !important;font-size:14px;}.cart-block--contents.cart-block-empty i.ti-shopping-cart{display:block;font-size:28px;color:var(--commerce-purple-light);margin-bottom:6px;font-family:'themify' !important;}@media (max-width:360px){.cart-block--contents{max-width:200px;}.cart-block--contents__items .cart-item-image{width:30px;height:30px;}.cart-block--contents__items .cart-item-title{font-size:0.75rem;}.cart-block--contents__items td.views-field-total-price__number{font-size:0.8rem;}}.cart-block--contents__items table,.cart-block--contents__items .views-element-container,.cart-block--contents__items .js-view-dom-id-*{font-family:inherit;color:var(--text-main) !important;visibility:visible !important;opacity:1 !important;}.cart-block--contents__items table{border-collapse:collapse;width:100%;}.cart-block--contents__items tbody tr{vertical-align:middle;}.cart-block--contents__items td.views-field.views-field-quantity,.cart-block--contents__items .views-field-quantity{width:26px;min-width:26px;max-width:32px;font-size:0.78rem;font-weight:700;color:var(--commerce-purple) !important;text-align:left;padding:4px 3px 4px 0;white-space:nowrap;vertical-align:middle;line-height:1.1;}@media (max-width:480px){.cart-block--contents__items td.views-field.views-field-quantity,.cart-block--contents__items .views-field-quantity{font-size:0.72rem;width:22px;min-width:22px;}}.cart-block--contents__items td.views-field.views-field-title,.cart-block--contents__items .views-field-title{padding:3px 6px;vertical-align:middle;font-size:0.86rem;line-height:1.25;color:var(--text-main) !important;}.cart-block--contents__items td.views-field.views-field-title .cart-item-variation{display:flex;align-items:center;gap:7px;}.cart-block--contents__items td.views-field.views-field-title .cart-item-info{flex:1 1 auto;min-width:0;}.cart-block--contents__items td.views-field.views-field-title .cart-item-title{font-size:0.85rem;font-weight:600;color:var(--text-main) !important;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cart-block--contents__items td.views-field.views-field-total-price__number,.cart-block--contents__items .views-field-total-price__number{font-size:0.9rem;font-weight:700;color:var(--commerce-purple) !important;text-align:right;white-space:nowrap;padding:4px 0 4px 4px;vertical-align:middle;line-height:1.1;}@media (max-width:480px){.cart-block--contents__items td.views-field.views-field-title,.cart-block--contents__items .views-field-title{font-size:0.78rem;padding:2px 4px;}.cart-block--contents__items td.views-field.views-field-title .cart-item-title{font-size:0.78rem;}.cart-block--contents__items td.views-field.views-field-total-price__number,.cart-block--contents__items .views-field-total-price__number{font-size:0.82rem;}}.cart-block--contents__items .cart-item-image{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50% !important;overflow:hidden;border:2px solid var(--commerce-purple-light);box-shadow:0 2px 6px rgba(19,132,80,0.22),0 0 0 1px rgba(255,255,255,0.6) inset;background:#fff;flex-shrink:0;position:relative;}.cart-block--contents__items .cart-item-image img{width:100% !important;height:100% !important;object-fit:cover;display:block;border-radius:50% !important;}.cart-block--contents__items .cart-item-image--placeholder{background:linear-gradient(135deg,var(--commerce-purple-bg),#fff);color:var(--commerce-purple);font-size:16px;display:flex;align-items:center;justify-content:center;}.cart-block--contents__items .cart-item-image--placeholder i{font-family:'themify' !important;}@media (min-width:769px){.cart-block--contents__items .cart-item-image{width:40px;height:40px;min-width:40px;min-height:40px;border-width:2.5px;}}@media (max-width:480px){.cart-block--contents__items .cart-item-image{width:30px;height:30px;min-width:30px;min-height:30px;border-width:2px;}}.cart-block--contents__items tbody tr:hover{background-color:#eaf7ee;}.cart-block--contents__items tbody tr:hover .cart-item-image{box-shadow:0 3px 8px rgba(19,132,80,0.28);border-color:var(--commerce-purple);}.cart-block--contents__items tbody tr{border-bottom:1px solid rgba(19,132,80,0.06);}.cart-block--contents__items tbody tr:last-child{border-bottom:none;}.cart-block--contents__items .cart-item-variation{padding:2px 0;}.cart-block--contents__items .cart-block-custom-items{display:flex;flex-direction:column;gap:4px;}.cart-block--contents__items .cart-block-item{display:flex;align-items:center;gap:8px;padding:4px 2px;border-bottom:1px solid rgba(19,132,80,0.06);}.cart-block--contents__items .cart-block-item:last-child{border-bottom:none;}.cart-block--contents__items .cart-block-item .cart-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;}.cart-block--contents__items .cart-block-item .cart-item-qty{font-size:0.72rem;color:var(--text-muted);font-weight:500;}.cart-block--contents__items .cart-block-item .cart-item-price{font-weight:700;color:var(--commerce-purple);font-size:0.88rem;white-space:nowrap;text-align:right;margin-left:auto;}.cart-block--contents__items .cart-block-item .cart-item-image{width:36px;height:36px;border:2px solid var(--commerce-purple-light);box-shadow:0 2px 6px rgba(19,132,80,0.22);}@media (max-width:480px){.cart-block--contents__items .cart-block-item{gap:6px;}.cart-block--contents__items .cart-block-item .cart-item-image{width:30px;height:30px;}.cart-block--contents__items .cart-block-item .cart-item-title{font-size:0.78rem;}.cart-block--contents__items .cart-block-item .cart-item-price{font-size:0.8rem;}}.commerce-cart-form,.views-form-commerce-cart-form,.cart.cart-form{background:#fff;border-radius:var(--commerce-card-radius);box-shadow:var(--commerce-card-shadow);border:1px solid rgba(19,132,80,0.08);padding:20px 16px;margin-bottom:24px;}.views-form-commerce-cart-form table.cols-5,.cart.cart-form table{width:100%;border-collapse:separate;border-spacing:0 12px;margin:0;}.views-form-commerce-cart-form table thead,.cart.cart-form table thead{background:var(--commerce-purple-bg);border-radius:8px;}.views-form-commerce-cart-form table thead th,.cart.cart-form table thead th{font-weight:700;font-size:0.8rem;color:var(--commerce-purple);text-transform:uppercase;letter-spacing:0.5px;padding:12px 10px;border:none;text-align:left;}.views-form-commerce-cart-form table thead th:last-child,.cart.cart-form table thead th:last-child{text-align:right;}.views-form-commerce-cart-form table tbody tr,.cart.cart-form table tbody tr{background:#fff;box-shadow:0 2px 8px rgba(19,132,80,0.08);border-radius:10px;transition:box-shadow 0.2s ease,transform 0.2s ease;}.views-form-commerce-cart-form table tbody tr:hover,.cart.cart-form table tbody tr:hover{box-shadow:0 6px 16px rgba(19,132,80,0.14);transform:translateY(-1px);}.views-form-commerce-cart-form table tbody td,.cart.cart-form table tbody td{padding:14px 10px;vertical-align:middle;border:1px solid rgba(19,132,80,0.06);background:transparent;}.views-form-commerce-cart-form table tbody tr td:first-child,.cart.cart-form table tbody tr td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px;}.views-form-commerce-cart-form table tbody tr td:last-child,.cart.cart-form table tbody tr td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px;text-align:right;}.views-form-commerce-cart-form td.views-field-purchased-entity,.cart.cart-form td.views-field-purchased-entity{min-width:240px;}.views-form-commerce-cart-form .cart-item-variation,.cart.cart-form .cart-item-variation{display:flex;align-items:center;gap:14px;}.views-form-commerce-cart-form .cart-item-image,.cart.cart-form .cart-item-image{display:block !important;width:72px !important;height:72px !important;min-width:72px !important;min-height:72px !important;border-radius:50% !important;overflow:hidden !important;border:3px solid var(--commerce-purple-light) !important;box-shadow:0 4px 12px rgba(19,132,80,0.25) !important;background:#fafafa !important;flex-shrink:0 !important;position:relative !important;}.views-form-commerce-cart-form .cart-item-image .field,.cart.cart-form .cart-item-image .field,.views-form-commerce-cart-form .cart-item-image .field-item,.cart.cart-form .cart-item-image .field-item{display:block !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;}.views-form-commerce-cart-form .cart-item-image img,.cart.cart-form .cart-item-image img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;border-radius:50% !important;max-width:100% !important;max-height:100% !important;}.views-form-commerce-cart-form .cart-item-image .field-item:not(:first-child),.cart.cart-form .cart-item-image .field-item:not(:first-child),.views-form-commerce-cart-form .cart-item-image img:not(:first-child),.cart.cart-form .cart-item-image img:not(:first-child){display:none !important;}.views-form-commerce-cart-form .cart-item-info .cart-item-title,.cart.cart-form .cart-item-info .cart-item-title{font-size:1.05rem;font-weight:700;color:var(--text-main);line-height:1.25;}.views-form-commerce-cart-form td.views-field-unit-price__number,.views-form-commerce-cart-form td.views-field-total-price__number,.cart.cart-form td.views-field-unit-price__number,.cart.cart-form td.views-field-total-price__number{font-weight:700;color:var(--commerce-purple);font-size:1rem;white-space:nowrap;}.views-form-commerce-cart-form .views-field-edit-quantity .form-number,.cart.cart-form .views-field-edit-quantity .form-number{width:70px;text-align:center;border:2px solid #e5d9ff;border-radius:8px;padding:8px 6px;font-weight:600;font-size:1rem;}.views-form-commerce-cart-form .views-field-edit-quantity .form-number:focus,.cart.cart-form .views-field-edit-quantity .form-number:focus{border-color:var(--commerce-purple);outline:none;box-shadow:0 0 0 3px rgba(19,132,80,0.15);}.views-form-commerce-cart-form .views-field-remove-button .button,.cart.cart-form .views-field-remove-button .button,.views-form-commerce-cart-form .views-field-remove-button input[type="submit"],.cart.cart-form .views-field-remove-button input[type="submit"]{background:#fff5f5;color:#c62828;border:1px solid rgba(198,40,40,0.3);border-radius:999px;padding:6px 14px;font-size:0.85rem;font-weight:600;transition:all 0.2s ease;}.views-form-commerce-cart-form .views-field-remove-button .button:hover,.cart.cart-form .views-field-remove-button .button:hover{background:#ffebee;border-color:#ef9a9a;color:#b71c1c;}[data-drupal-selector="order-total-summary"],.cart.cart-form .order-total-line{background:var(--commerce-purple-bg);border-radius:10px;padding:14px 16px;margin-top:16px;}.order-total-line{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px;}.order-total-line:last-child{margin-bottom:0;}.order-total-line__total{font-size:1.25rem;font-weight:800;color:var(--commerce-purple);border-top:1px solid rgba(19,132,80,0.15);padding-top:8px;margin-top:4px;}.views-form-commerce-cart-form .form-actions,.cart.cart-form .form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;}.views-form-commerce-cart-form .form-actions .button,.cart.cart-form .form-actions .button{flex:1;min-width:140px;padding:14px 20px;font-size:1rem;font-weight:700;border-radius:10px;text-transform:uppercase;letter-spacing:0.5px;}.views-form-commerce-cart-form .form-actions input#edit-submit,.cart.cart-form .form-actions input#edit-submit{background:#fff;color:var(--commerce-purple);border:2px solid var(--commerce-purple);}.views-form-commerce-cart-form .form-actions input#edit-checkout,.cart.cart-form .form-actions input#edit-checkout{background:var(--commerce-purple);color:#fff;border:2px solid var(--commerce-purple);box-shadow:0 4px 12px rgba(19,132,80,0.3);}.views-form-commerce-cart-form .form-actions input#edit-checkout:hover,.cart.cart-form .form-actions input#edit-checkout:hover{background:var(--commerce-purple-dark);transform:translateY(-1px);}@media (max-width:767px){.commerce-cart-form,.views-form-commerce-cart-form,.cart.cart-form{padding:12px 8px;border-radius:10px;}.views-form-commerce-cart-form table,.cart.cart-form table,.views-form-commerce-cart-form table thead,.cart.cart-form table thead{display:block;}.views-form-commerce-cart-form table thead,.cart.cart-form table thead{display:none;}.views-form-commerce-cart-form table tbody,.cart.cart-form table tbody,.views-form-commerce-cart-form table tr,.cart.cart-form table tr{display:block;}.views-form-commerce-cart-form table tbody tr,.cart.cart-form table tbody tr{margin-bottom:16px;border-radius:12px;box-shadow:var(--commerce-card-shadow);border:1px solid rgba(19,132,80,0.08);padding:14px;background:#fff;}.views-form-commerce-cart-form table td,.cart.cart-form table td{display:block;padding:6px 0 !important;border:none !important;}.views-form-commerce-cart-form td.views-field-purchased-entity,.cart.cart-form td.views-field-purchased-entity{padding-bottom:10px !important;}.views-form-commerce-cart-form .cart-item-variation,.cart.cart-form .cart-item-variation{flex-direction:column;align-items:flex-start;gap:10px;}.views-form-commerce-cart-form .cart-item-image,.cart.cart-form .cart-item-image{width:64px;height:64px;border-width:3px;}.views-form-commerce-cart-form td.views-field-unit-price__number::before{content:"Price";font-size:0.7rem;color:var(--text-muted);display:inline-block;min-width:60px;margin-right:8px;}.views-form-commerce-cart-form td.views-field-edit-quantity::before{content:"Quantity";font-size:0.7rem;color:var(--text-muted);display:inline-block;min-width:60px;margin-right:8px;}.views-form-commerce-cart-form td.views-field-total-price__number::before{content:"Total";font-size:0.7rem;color:var(--text-muted);display:inline-block;min-width:60px;margin-right:8px;}.views-form-commerce-cart-form td.views-field-unit-price__number,.views-form-commerce-cart-form td.views-field-edit-quantity,.views-form-commerce-cart-form td.views-field-total-price__number,.views-form-commerce-cart-form td.views-field-remove-button{display:flex;align-items:center;justify-content:space-between;padding:4px 0 !important;font-size:0.95rem;}.views-form-commerce-cart-form td.views-field-remove-button{margin-top:8px;justify-content:flex-end;}.views-form-commerce-cart-form .cart-item-price,.cart.cart-form .cart-item-price{font-size:1rem;}[data-drupal-selector="order-total-summary"]{padding:12px;}.order-total-line__total{font-size:1.15rem;}.views-form-commerce-cart-form .form-actions,.cart.cart-form .form-actions{flex-direction:column;}.views-form-commerce-cart-form .form-actions .button,.cart.cart-form .form-actions .button{width:100%;min-width:0;}}@media (min-width:768px){.views-form-commerce-cart-form .cart-item-image,.cart.cart-form .cart-item-image{width:78px;height:78px;}}.cart-block--contents__links.cart-block-link a{font-size:0.78rem;font-weight:600;padding:4px 8px;border-radius:6px;transition:all 0.2s ease;}.cart-block--contents__links.cart-block-link a[href="/cart"]{color:var(--commerce-purple) !important;}.cart-block--contents__links.cart-block-link a[href="/cart"]::before{content:"\e69e";font-family:'themify' !important;margin-right:3px;font-size:0.95em;vertical-align:middle;}.cart-block--contents__links.cart-block-link a:hover{background:var(--commerce-purple-bg);}.cart-block--contents .views-element-container *{visibility:visible !important;opacity:1 !important;}.cart-block--contents__items td,.cart-block--contents__items th{color:var(--text-main) !important;}.cart-block--contents__links a[href="/checkout"],.views-form-commerce-cart-form a[href^="/checkout"],.commerce-cart-form a[href^="/checkout"]{background:var(--commerce-purple-dark) !important;color:#fff !important;border-radius:999px !important;}a.view-more-products{display:inline-block;font-weight:600;color:var(--commerce-purple);text-decoration:none;}a.view-more-products:hover{text-decoration:underline;}.cart-empty-page{background:linear-gradient(180deg,#fff 0%,var(--commerce-purple-bg) 100%);border-radius:16px;padding:50px 30px;text-align:center;box-shadow:var(--commerce-card-shadow);border:1px solid rgba(19,132,80,0.1);max-width:520px;margin:40px auto;font-size:1.15rem;color:var(--text-muted);}.cart-empty-page .cart-empty-icon,.cart-empty-page i.ti-shopping-cart{display:block;font-size:48px;color:var(--commerce-purple-light);margin-bottom:14px;font-family:'themify' !important;opacity:.9;}.cart-empty-page .cart-empty-message{margin-bottom:18px;font-weight:500;}.layout-checkout-form{margin-bottom:20px;}.layout-checkout-form .layout-region{background:var(--bg-white) !important;border-radius:var(--commerce-card-radius) !important;box-shadow:var(--commerce-card-shadow) !important;border:1px solid rgba(19,132,80,0.08) !important;padding:20px !important;margin-bottom:15px;}.layout-checkout-form .layout-region-checkout-main{min-height:300px;}.layout-checkout-form .layout-region-checkout-secondary{background:var(--commerce-purple-bg) !important;}.layout-checkout-form .layout-region-checkout-secondary h4{color:var(--commerce-purple) !important;font-weight:800 !important;text-transform:uppercase !important;font-size:1rem !important;margin-bottom:15px !important;padding-bottom:8px;border-bottom:1px solid rgba(19,132,80,0.2);}.layout-checkout-form .layout-region-checkout-footer{background:transparent !important;box-shadow:none !important;border:none !important;padding:0 !important;margin-top:10px;}.commerce-checkout-form{}.checkout-pane{margin-bottom:25px;}.checkout-pane-title{font-size:1.1rem !important;}.auth-user-form{background:transparent;padding:0;border:none;box-shadow:none;}.auth-user-form form{background:#fff;border-radius:10px;padding:20px;border:1px solid rgba(19,132,80,0.1);box-shadow:0 2px 6px rgba(19,132,80,0.08);margin-bottom:15px;}.auth-user-form .form-header{color:var(--commerce-purple) !important;font-weight:900 !important;text-transform:uppercase !important;font-size:1.3rem !important;margin-bottom:20px !important;padding-bottom:10px;border-bottom:2px solid var(--commerce-purple-bg);letter-spacing:0.5px;}.auth-user-form--footer{margin-top:15px;padding-top:15px;border-top:1px solid rgba(19,132,80,0.1);text-align:center;}.auth-user-form--footer .form-title{font-size:0.9rem;color:var(--text-muted);margin-bottom:8px;}.auth-user-form--footer .button,.auth-user-form--footer a.button{background:var(--commerce-purple) !important;color:#fff !important;border-radius:8px !important;padding:10px 24px !important;font-weight:700 !important;text-transform:uppercase !important;font-size:0.9rem !important;border:none !important;box-shadow:0 3px 8px rgba(19,132,80,0.25) !important;display:inline-block;text-decoration:none !important;}.auth-user-form--footer .button:hover{background:var(--commerce-purple-dark) !important;transform:translateY(-1px);}.commerce-checkout-form input[type="text"],.commerce-checkout-form input[type="email"],.commerce-checkout-form input[type="password"],.commerce-checkout-form input[type="tel"],.commerce-checkout-form textarea,.commerce-checkout-form select,.layout-checkout-form input,.layout-checkout-form select{height:48px !important;border:2px solid #e8d9ff !important;border-radius:8px !important;padding:0 14px !important;font-size:1rem !important;background:#fff !important;color:var(--text-main) !important;transition:border-color 0.2s,box-shadow 0.2s;}.commerce-checkout-form input:focus,.commerce-checkout-form select:focus,.layout-checkout-form input:focus,.layout-checkout-form select:focus{border-color:var(--commerce-purple) !important;box-shadow:0 0 0 3px rgba(19,132,80,0.15) !important;outline:none !important;}.commerce-checkout-form .form-item label,.layout-checkout-form .form-item label{font-weight:600 !important;font-size:0.85rem !important;color:var(--text-muted) !important;margin-bottom:6px !important;text-transform:uppercase !important;letter-spacing:0.5px;}.commerce-checkout-form .button,.commerce-checkout-form .form-submit,.layout-checkout-form .button,.layout-checkout-form input[type="submit"]{background-color:var(--commerce-purple) !important;color:#fff !important;border-radius:10px !important;border:none !important;padding:14px 28px !important;font-weight:800 !important;text-transform:uppercase !important;font-size:0.95rem !important;letter-spacing:0.5px;box-shadow:0 4px 12px rgba(19,132,80,0.3) !important;transition:all 0.2s cubic-bezier(0.4,0,0.2,1) !important;}.commerce-checkout-form .button:hover,.commerce-checkout-form .form-submit:hover{background-color:var(--commerce-purple-dark) !important;transform:translateY(-2px) !important;box-shadow:0 6px 16px rgba(19,132,80,0.4) !important;}.checkout-pane-login .button--guest-checkout,.layout-checkout-form a[href*="guest"]{background:#fff !important;color:var(--commerce-purple) !important;border:2px solid var(--commerce-purple-light) !important;box-shadow:none !important;}.checkout-pane-login .button--guest-checkout:hover{background:var(--commerce-purple-bg) !important;}.layout-region-checkout-secondary .order-item,.layout-region-checkout-secondary .cart-item{padding:8px 0;border-bottom:1px solid rgba(19,132,80,0.15);font-size:0.9rem;}.layout-region-checkout-secondary .order-total{font-weight:800;color:var(--commerce-purple);padding-top:10px;margin-top:10px;border-top:2px solid var(--commerce-purple);}@media (max-width:767px){.layout-checkout-form .row{flex-direction:column;}.layout-checkout-form .layout-region-checkout-main,.layout-checkout-form .layout-region-checkout-secondary{width:100% !important;margin-bottom:15px;}.layout-checkout-form .layout-region-checkout-secondary{order:2;}.auth-user-form form{padding:15px;}.commerce-checkout-form,.layout-checkout-form .layout-region{padding:15px !important;}.auth-user-form .form-header{font-size:1.1rem !important;}}@media (min-width:768px){.layout-checkout-form .layout-region-checkout-main{margin-right:15px;}.layout-checkout-form .layout-region-checkout-secondary{margin-left:15px;}}.checkout-main-card .checkout-pane-content{padding:0;}.checkout-main-card .checkout-pane-content > .checkout-pane{background:#fff;border-radius:10px;border:1px solid rgba(19,132,80,0.08);padding:20px;margin-bottom:20px;box-shadow:0 1px 4px rgba(19,132,80,0.06);}.checkout-main-card .checkout-pane-content > .checkout-pane:last-child{margin-bottom:0;}.checkout-pane-order-information .checkout-pane-title,.checkout-pane-login .checkout-pane-title{font-size:1.15rem !important;margin-bottom:18px !important;padding-bottom:10px;border-bottom:2px solid var(--commerce-purple-bg);}.checkout-pane-order-information .address-book,.checkout-pane-order-information .field--name-address,.checkout-pane-order-information .form-item--billing-information,.checkout-pane-order-information .form-item--shipping-information{background:var(--commerce-purple-bg);border-radius:8px;padding:16px;margin-bottom:18px;border-left:4px solid var(--commerce-purple);}.checkout-pane-order-information .address-book .form-item,.checkout-pane-order-information .field--name-address .form-item{margin-bottom:12px;}.checkout-pane-order-information .form-item{width:100%;}.checkout-pane-order-information .form-item input,.checkout-pane-order-information .form-item select,.checkout-pane-order-information .form-item textarea{width:100% !important;max-width:100%;box-sizing:border-box;}@media (min-width:768px){.checkout-pane-order-information .form-item--given-name,.checkout-pane-order-information .form-item--family-name{display:inline-block;width:calc(50% - 8px);vertical-align:top;margin-right:0;}.checkout-pane-order-information .form-item--given-name{margin-right:16px;}.checkout-pane-order-information .form-item--locality{width:100%;display:block;}.checkout-pane-order-information .form-item--administrative-area,.checkout-pane-order-information .form-item--postal-code{display:inline-block;width:calc(50% - 8px);vertical-align:top;margin-right:0;}.checkout-pane-order-information .form-item--administrative-area{margin-right:16px;}.checkout-pane-order-information .form-item--country-code{width:100%;display:block;}}@media (max-width:767px){.checkout-pane-order-information .form-item--given-name,.checkout-pane-order-information .form-item--family-name,.checkout-pane-order-information .form-item--administrative-area,.checkout-pane-order-information .form-item--postal-code{width:100% !important;display:block !important;margin-right:0 !important;}}.checkout-pane-login .auth-user-form form{box-shadow:none;border:none;background:transparent;padding:0;}.checkout-pane-login .auth-user-form .form-header{margin-top:0;}.layout-checkout-form .form-item{margin-bottom:16px;}.layout-checkout-form .form-item label{display:block;margin-bottom:6px;font-size:0.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;}.layout-region-checkout-footer .button,.checkout-actions .button,.commerce-checkout-form .button--primary,.layout-checkout-form .form-actions .button{background:var(--commerce-purple) !important;color:#fff !important;border-radius:10px !important;padding:14px 32px !important;font-size:1rem !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:0.6px;box-shadow:0 4px 14px rgba(19,132,80,0.35) !important;width:100%;max-width:320px;margin:0 auto;display:block;text-align:center;}@media (min-width:768px){.layout-region-checkout-footer .button,.checkout-actions .button{width:auto;display:inline-block;}}.layout-region-checkout-footer .button:hover,.checkout-actions .button:hover{background:var(--commerce-purple-dark) !important;transform:translateY(-2px);box-shadow:0 6px 18px rgba(19,132,80,0.45) !important;}.order-summary-card .order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;font-size:0.9rem;border-bottom:1px solid rgba(19,132,80,0.15);}.order-summary-card .order-item:last-child{border-bottom:none;}.order-summary-card .order-item .item-title{flex:1;font-weight:500;}.order-summary-card .order-item .item-price{font-weight:600;color:var(--commerce-purple);white-space:nowrap;padding-left:10px;}.order-summary-card .order-total{font-size:1.1rem;font-weight:800;color:var(--commerce-purple);padding:12px 0 0;margin-top:10px;border-top:2px solid var(--commerce-purple);display:flex;justify-content:space-between;}@media (max-width:767px){.checkout-main-card .checkout-pane-content > .checkout-pane{padding:14px;}.checkout-pane-order-information .address-book,.checkout-pane-order-information .field--name-address,.checkout-pane-order-information .form-item--billing-information,.checkout-pane-order-information .form-item--shipping-information{padding:12px;}.layout-checkout-form .form-item label{font-size:0.8rem;}.layout-region-checkout-footer .button,.checkout-actions .button{padding:16px 24px;font-size:0.95rem;}}.checkout-pane-login .form-header::before{content:"\e62c";font-family:'themify' !important;margin-right:8px;font-size:1.1em;vertical-align:middle;color:var(--commerce-purple);}.checkout-pane-order-information .checkout-pane-title::before{content:"\e64f";font-family:'themify' !important;margin-right:8px;font-size:1.1em;vertical-align:middle;color:var(--commerce-purple);}.product-teaser .product-ratings{margin-bottom:0.25rem;}.product-teaser .votingapi-widgets.fivestar,.product-teaser .votingapi-widgets.fivestar form,.product-teaser .br-theme-css-stars .br-widget{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;gap:2px;width:auto;height:auto;}.product-teaser .votingapi-widgets.fivestar a,.product-teaser .br-theme-css-stars .br-widget a{display:inline-block !important;float:none !important;width:auto !important;line-height:1;}.product-teaser .votingapi-widgets.fivestar .form-item,.product-teaser .product-ratings .form-item{margin:0;}.product-teaser-actions{margin-top:auto;padding-bottom:1.5rem;}.product-teaser-learn-more{display:block;width:100%;padding:0.45rem 0.75rem !important;font-size:0.875rem !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;text-align:center;border-radius:6px !important;border:2px solid var(--commerce-purple) !important;color:var(--commerce-purple) !important;background:transparent !important;box-shadow:none !important;transition:all 0.2s ease !important;}.product-teaser-learn-more:hover,.product-teaser-learn-more:focus{color:#fff !important;background-color:var(--commerce-purple) !important;border-color:var(--commerce-purple) !important;text-decoration:none !important;}.product-list-wrap .product-teaser.row{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;margin-left:0 !important;margin-right:0 !important;}.product-list-wrap .product-image.col-md-4,.product-list-wrap .product-meta-wrap.col-md-8,.product-list-wrap .product-image,.product-list-wrap .product-meta-wrap{flex:none !important;max-width:100% !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;}.product-list-wrap .product-image .field-field-image{display:block !important;width:100% !important;height:auto !important;}.product-list-wrap .product-image .field-field-image .field-item{display:block !important;vertical-align:unset !important;}.product-list-wrap:hover{transform:none;}.product-catalog .product-teaser-wrap .product-image,.product-catalog .product-list-wrap .product-image,.product-catalog .product-teaser-wrap .product-teaser-image{padding:0.5rem !important;background:#fafafa !important;}.product-catalog .product-teaser-wrap .product-meta-wrap,.product-catalog .product-list-wrap .product-meta-wrap{padding:0.5rem 0.75rem !important;}.product-catalog .product-teaser-wrap .product-meta,.product-catalog .product-list-wrap .product-meta{padding:0 !important;}.product-catalog .grid-wrapper{row-gap:0 !important;}.product-catalog .product-teaser .product-image .field-item:nth-child(2),.product-list-wrap .product-teaser .product-image .field-item:nth-child(2),.product-catalog .product-teaser .product-image .field-items > .field-item:not(:first-child),.product-list-wrap .product-teaser .product-image .field-items > .field-item:not(:first-child){position:static !important;display:none !important;opacity:1 !important;}.product-catalog .product-list-wrap .product-image .field-field-image,.product-list-wrap .product-image .field-field-image{display:block !important;width:100% !important;height:auto !important;}.product-catalog .product-list-wrap .product-image .field-field-image .field-item,.product-list-wrap .product-image .field-field-image .field-item{display:block !important;width:100% !important;vertical-align:unset !important;}.product-catalog .product-image img,.product-catalog .product-list-wrap .product-image img{width:100% !important;height:auto !important;max-height:220px !important;object-fit:contain !important;display:block !important;transform:none !important;}.commerce-content-header{margin:0 0 clamp(1rem,2.5vw,1.5rem);padding:clamp(0.85rem,2vw,1.15rem) clamp(1rem,2.5vw,1.35rem);background:linear-gradient(135deg,#fdf8f0 0%,#faf7f2 100%);border-left:4px solid #138450;border-radius:10px;box-shadow:0 4px 18px rgba(19,132,80,0.08);}.commerce-content-h1,h1.commerce-product-h1{margin:0;color:#0e6c3e;font-size:clamp(1.45rem,3.8vw,2.15rem);font-weight:800;line-height:1.25;letter-spacing:0.01em;}.path-product h1.commerce-product-h1{margin-bottom:15px !important;}.views-element-container .view-product-categories-block,.block-views-blockproduct-categories-block-block-product-categories .view-product-categories-block,body .view-product-categories-block{--cat-purple:#138450;--cat-purple-dark:#0e6c3e;--cat-purple-light:#4fa36f;--cat-gold:#C9A227;--cat-gold-light:#D4AF37;--cat-bg:#FAF7F2;--cat-bg-inner:#FDF8F0;--cat-shadow:0 4px 18px rgba(19,132,80,0.1);--cat-shadow-hover:0 6px 22px rgba(19,132,80,0.14);--cat-radius:10px;--cat-accent-width:4px;margin:clamp(0.65rem,2vw,1rem) 0;padding:clamp(0.85rem,2.5vw,1.15rem) clamp(0.85rem,2.5vw,1.25rem);background:linear-gradient(135deg,var(--cat-bg-inner) 0%,var(--cat-bg) 100%);border:1px solid rgba(19,132,80,0.1);border-left:var(--cat-accent-width) solid var(--cat-purple);border-radius:var(--cat-radius);box-shadow:var(--cat-shadow);}.view-product-categories-block .view-header{margin-bottom:clamp(0.55rem,1.5vw,0.75rem);padding-bottom:clamp(0.45rem,1.2vw,0.6rem);border-bottom:2px solid transparent;border-image:linear-gradient(90deg,var(--cat-gold) 0%,var(--cat-gold-light) 45%,transparent 100%) 1;}.view-product-categories-block .product-categories-block__title{position:relative;margin:0;padding-left:1.65rem;font-size:clamp(1.05rem,2.8vw,1.3rem);font-weight:700;line-height:1.3;color:var(--cat-purple);letter-spacing:0.01em;}.view-product-categories-block .product-categories-block__title::before{content:"";position:absolute;left:0;top:50%;width:1.15rem;height:1.15rem;transform:translateY(-52%);background-color:var(--cat-purple);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;}.view-product-categories-block .product-categories-list{margin:0;}.view-product-categories-block .product-categories-list__items{display:grid;grid-template-columns:1fr;gap:clamp(0.65rem,1.8vw,0.9rem);list-style:none;margin:0;padding:0;}.view-product-categories-block .product-categories-list__items > li{margin:0;padding:0;}.view-product-categories-block .product-category-parent{margin:0;padding:clamp(0.65rem,1.6vw,0.85rem);background:rgba(255,255,255,0.62);border:1px solid rgba(92,45,145,0.12);border-left:3px solid var(--cat-purple);border-radius:8px;box-shadow:0 1px 4px rgba(92,45,145,0.06);transition:box-shadow 0.22s ease,border-color 0.22s ease;}.view-product-categories-block .product-category-parent:hover{border-color:rgba(92,45,145,0.2);box-shadow:0 3px 10px rgba(92,45,145,0.1);}.view-product-categories-block .product-category-parent__header{margin-bottom:0.35rem;}.view-product-categories-block .product-category-parent__heading{display:flex;align-items:flex-start;gap:0.35rem;}.view-product-categories-block .product-category-parent__heading .product-category-parent__link{flex:1 1 auto;min-width:0;}.view-product-categories-block .product-category-parent__toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0.1rem 0 0;padding:0;border:1px solid var(--cat-purple);border-radius:6px;background:#fff;color:var(--cat-purple);box-sizing:border-box;cursor:pointer;}.view-product-categories-block .product-category-parent__toggle:hover,.view-product-categories-block .product-category-parent__toggle:focus-visible{background:#fff;border-color:var(--cat-purple-dark);outline:none;}.view-product-categories-block .product-category-parent__chevron{display:block;width:0.65rem;height:0.65rem;border-right:2px solid var(--cat-purple);border-bottom:2px solid var(--cat-purple);transform:rotate(45deg);transition:transform 0.2s ease;}.view-product-categories-block .product-category-parent.is-open .product-category-parent__chevron{transform:translateY(2px) rotate(225deg);}.view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children,.view-product-categories-block .product-category-parent:not(.is-open) > .product-category-children[hidden]{display:none !important;}.view-product-categories-block .product-category-parent.is-open > .product-category-children{display:grid !important;}.view-product-categories-block .product-category-parent__link a{display:block;padding:clamp(0.2rem,0.6vw,0.3rem) 0;min-height:2.5rem;font-size:clamp(0.98rem,2.4vw,1.08rem);font-weight:700;color:var(--cat-purple) !important;text-decoration:none !important;line-height:1.35;transition:color 0.22s ease,box-shadow 0.22s ease;}.view-product-categories-block .product-category-parent__description{margin:0.1rem 0 0;padding:0;font-size:clamp(0.72rem,1.7vw,0.8rem);line-height:1.45;color:#0a2f1c;}.view-product-categories-block .product-category-child__description{margin:0.15rem 0 0;padding:0.35rem 0.5rem;font-size:clamp(0.72rem,1.7vw,0.8rem);line-height:1.45;color:#0a2f1c;background:#e8f6ee;border-radius:8px;}.view-product-categories-block .product-category-children{list-style:none;margin:0;padding:0.15rem 0 0;border-top:1px solid rgba(197,230,212,0.9);border-radius:10px !important;}.view-product-categories-block .product-category-children .product-category-child{position:relative;margin:0;padding-left:0;}.view-product-categories-block .product-category-children .product-category-child a{display:block;padding:clamp(0.4rem,1.1vw,0.48rem) clamp(0.3rem,0.9vw,0.45rem);margin-left:-0.25rem;min-height:2.75rem;font-size:clamp(0.86rem,2.1vw,0.93rem);font-weight:400;color:#5a5348 !important;text-decoration:none !important;line-height:1.4;border-radius:6px;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease;transform:none;}.view-product-categories-block .product-category-parent__link a:hover,.view-product-categories-block .product-category-parent__link a:focus-visible{color:var(--cat-purple-dark) !important;box-shadow:inset 0 -2px 0 0 var(--cat-purple);outline:none;transform:none;}.view-product-categories-block .product-category-children .product-category-child a:hover,.view-product-categories-block .product-category-children .product-category-child a:focus-visible{color:var(--cat-purple) !important;background-color:rgba(19,132,80,0.08);padding-left:clamp(0.4rem,1.1vw,0.48rem);outline:none;transform:none;}.view-product-categories-block .product-category-parent.is-active .product-category-parent__link a{color:var(--cat-purple-dark) !important;box-shadow:inset 0 -2px 0 0 var(--cat-purple);transform:none;}.view-product-categories-block .product-category-parent.is-active-ancestor{border-left-color:var(--cat-purple);background:rgba(19,132,80,0.06);transform:none;}.view-product-categories-block .product-category-parent.is-active-ancestor .product-category-parent__link a{color:var(--cat-purple) !important;font-weight:700;transform:none;}.view-product-categories-block .product-category-children .product-category-child.is-active a{font-weight:700;color:var(--cat-purple-dark) !important;background-color:#e8f6ee;border:1px solid var(--cat-purple-dark);border-left:1px solid var(--cat-purple-dark);box-shadow:inset 3px 0 0 0 var(--cat-purple-dark);padding-left:clamp(0.4rem,1.1vw,0.48rem);transform:none;}.view-product-categories-block .product-category-parent,.view-product-categories-block .product-category-parent:hover,.view-product-categories-block .product-category-parent__link a,.view-product-categories-block .product-category-children .product-category-child a{transform:none;}@media (min-width:768px){.view-product-categories-block{padding:1.15rem 1.25rem 1.2rem;}.view-product-categories-block .product-categories-list__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.85rem;}.view-product-categories-block .product-category-children .product-category-child a{min-height:2.5rem;}.region-sidebar-first .view-product-categories-block,.region-sidebar-second .view-product-categories-block,aside .view-product-categories-block{position:sticky;top:5.5rem;max-height:calc(100vh - 6.5rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(92,45,145,0.25) transparent;}.region-sidebar-first .view-product-categories-block .product-categories-list__items,.region-sidebar-second .view-product-categories-block .product-categories-list__items,aside .view-product-categories-block .product-categories-list__items{grid-template-columns:1fr;}.region-sidebar-first .view-product-categories-block::-webkit-scrollbar,.region-sidebar-second .view-product-categories-block::-webkit-scrollbar,aside .view-product-categories-block::-webkit-scrollbar{width:5px;}.region-sidebar-first .view-product-categories-block::-webkit-scrollbar-thumb,.region-sidebar-second .view-product-categories-block::-webkit-scrollbar-thumb,aside .view-product-categories-block::-webkit-scrollbar-thumb{background:rgba(92,45,145,0.25);border-radius:4px;}}@media (min-width:1024px){.view-product-categories-block{padding:1.2rem 1.35rem 1.25rem;}.view-product-categories-block .product-category-parent__link a{font-size:1.08rem;}.view-product-categories-block .product-categories-list__items{gap:1rem;}}@media (max-width:767px){.view-product-categories-block{padding:0.85rem 0.9rem;border-left-width:3px;}.view-product-categories-block .product-categories-block__title{padding-left:1.5rem;font-size:1.05rem;}.view-product-categories-block .product-category-children .product-category-child a{min-height:2.75rem;padding-top:0.5rem;padding-bottom:0.5rem;}.view-product-categories-block .product-category-parent__link a{min-height:2.75rem;padding-top:0.35rem;padding-bottom:0.35rem;}}.view-product-category-listings .view-header,.view-brand-product-listings .view-header{margin-bottom:1rem;}.view-product-category-listings .view-header .taxonomy-term,.view-brand-product-listings .view-header .taxonomy-term{margin-bottom:0.5rem;}.view-product-category-listings .view-header .field--name-description,.view-brand-product-listings .view-header .field--name-description{font-size:0.95rem;line-height:1.5;color:#555;margin-bottom:0.75rem;}.view-product-category-listings .view-header .field--name-field-image,.view-product-category-listings .view-header .field--name-field-icon-image{display:none;}.view-brand-product-listings .view-header .field--name-field-brand-logo{max-width:220px;margin-bottom:0.75rem;}.view-brand-product-listings .view-header .field--name-field-brand-logo img{width:100%;height:auto;object-fit:contain;}.view-brand-product-listings .brand-listing-h1,.view-id-brand_product_listings .brand-listing-h1,.view-product-category-listings .category-listing-h1,.view-id-product_category_listings .category-listing-h1{margin-bottom:0.75rem;}.view-product-category-listings .product-category-empty,.view-brand-product-listings .brand-product-empty{padding:2rem 0;text-align:center;color:#666;}#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper > .grid-item,#block-martis-views-block-product-categories-block-block-1 .grid-wrapper > .grid-item,.path-products .view-product-categories-block .grid-wrapper > .grid-item,.path-products [id*="product-categories-block"] .grid-wrapper > .grid-item{display:flex !important;flex-direction:column !important;margin-bottom:1.25rem !important;}#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper .grid-item,#block-martis-views-block-product-categories-block-block-1 .grid-wrapper .grid-item,.path-products [id*="product-categories-block"] .grid-wrapper .grid-item{background:linear-gradient(165deg,#0d6b3f 0%,#0a4f2f 55%,#063820 100%) !important;border:2px solid #000 !important;border-radius:20px !important;box-shadow:0 8px 22px rgba(0,0,0,0.28),0 2px 6px rgba(10,79,47,0.2) !important;padding:1.1rem 0.85rem 1.15rem !important;box-sizing:border-box !important;transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden !important;}#block-martis-views-block-product-categories-block-block-1--2 .grid-wrapper .grid-item:hover,#block-martis-views-block-product-categories-block-block-1 .grid-wrapper .grid-item:hover,.path-products [id*="product-categories-block"] .grid-wrapper .grid-item:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(0,0,0,0.38),0 6px 14px rgba(10,79,47,0.3) !important;}#block-martis-views-block-product-categories-block-block-1--2 .grid-item,#block-martis-views-block-product-categories-block-block-1 .grid-item,.path-products [id*="product-categories-block"] .grid-item{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo,#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo,.path-products [id*="product-categories-block"] .views-field-field-brand-logo,.path-product [id*="product-categories-block"] .views-field-field-brand-logo,.path-taxonomy [id*="product-categories-block"] .views-field-field-brand-logo,.path-store [id*="product-categories-block"] .views-field-field-brand-logo{order:-1 !important;margin:0 0 0.75rem !important;width:100% !important;display:flex !important;justify-content:center !important;border:0 !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item,#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-item,.path-products [id*="product-categories-block"] .views-field-field-brand-logo .field-item,.path-product [id*="product-categories-block"] .views-field-field-brand-logo .field-item,.path-taxonomy [id*="product-categories-block"] .views-field-field-brand-logo .field-item,.path-store [id*="product-categories-block"] .views-field-field-brand-logo .field-item,#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-content,#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo .field-content,.path-products [id*="product-categories-block"] .views-field-field-brand-logo .field-content,.path-product [id*="product-categories-block"] .views-field-field-brand-logo .field-content,.path-taxonomy [id*="product-categories-block"] .views-field-field-brand-logo .field-content,.path-store [id*="product-categories-block"] .views-field-field-brand-logo .field-content{width:110px !important;height:110px !important;max-width:110px !important;max-height:110px !important;margin:0 auto !important;padding:0.55rem !important;background:#ffffff !important;border:2px solid #000 !important;border-radius:16px !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.04) !important;box-sizing:border-box !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo img,#block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo img,.path-products [id*="product-categories-block"] .views-field-field-brand-logo img,.path-product [id*="product-categories-block"] .views-field-field-brand-logo img,.path-taxonomy [id*="product-categories-block"] .views-field-field-brand-logo img,.path-store [id*="product-categories-block"] .views-field-field-brand-logo img,#wrapper #block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo img,#wrapper #block-martis-views-block-product-categories-block-block-1 .views-field-field-brand-logo img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important;padding:0 !important;margin:0 !important;display:block !important;border-radius:0 !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-name,#block-martis-views-block-product-categories-block-block-1 .views-field-name,.path-products [id*="product-categories-block"] .views-field-name{order:0 !important;width:100% !important;margin:0 0 0.35rem !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-name a,#block-martis-views-block-product-categories-block-block-1 .views-field-name a,.path-products [id*="product-categories-block"] .views-field-name a,#block-martis-views-block-product-categories-block-block-1--2 .views-field-name .field-content,.path-products [id*="product-categories-block"] .views-field-name .field-content{color:#ffffff !important;font-weight:700 !important;font-size:1.05rem !important;text-decoration:none !important;line-height:1.25 !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value,#block-martis-views-block-product-categories-block-block-1 .views-field-description__value,.path-products [id*="product-categories-block"] .views-field-description__value{order:1 !important;width:100% !important;margin:0 !important;color:rgba(255,255,255,0.88) !important;font-size:0.82rem !important;line-height:1.4 !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-description__value .field-content,.path-products [id*="product-categories-block"] .views-field-description__value .field-content{color:rgba(255,255,255,0.88) !important;}#block-martis-views-block-product-categories-block-block-1--2 .views-field-field-brand-logo .field-item{border-radius:16px !important;width:110px !important;height:110px !important;}.path-products .grid-wrapper > .grid-item:has(.views-field-field-brand-logo){background:linear-gradient(165deg,#0d6b3f 0%,#0a4f2f 55%,#063820 100%);border:2px solid #000;border-radius:20px;padding:1.1rem 0.85rem 1.15rem;box-shadow:0 8px 22px rgba(0,0,0,0.28);}#block-martis-views-block-product-categories-block-block-1 .grid-item.is-brand-overflow,#block-martis-views-block-product-categories-block-block-1--2 .grid-item.is-brand-overflow,.path-products [id*="product-categories-block-block-1"] .grid-item.is-brand-overflow,.path-product [id*="product-categories-block-block-1"] .grid-item.is-brand-overflow,.path-taxonomy [id*="product-categories-block-block-1"] .grid-item.is-brand-overflow,.path-store [id*="product-categories-block-block-1"] .grid-item.is-brand-overflow,[id*="product-categories-block-block-1"] .grid-item.is-brand-overflow{display:none !important;}.catalog-brand-load-more-wrap{display:flex;justify-content:center;margin:0.25rem 0 1.25rem;}.catalog-brand-load-more{appearance:none;min-height:2.75rem;padding:0.55rem 1.35rem;border:2px solid #000;border-radius:10px;background:#138450;color:#fff;font-weight:700;font-size:0.95rem;cursor:pointer;}.catalog-brand-load-more:hover,.catalog-brand-load-more:focus-visible{background:#0e6c3e;outline:none;}.featured-products-embed,.view-product-category-listings .featured-products-embed,.view-product-catalog .featured-products-embed{display:block !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin:0.75rem 0 1.35rem !important;padding:0 !important;}.featured-products-embed .view-product-catalog-basic,.featured-products-embed .view-item{width:100%;max-width:100%;}.featured-products-embed .featured-products-embed__title,.featured-products-embed .view-header,.featured-products-embed h2.block-title,.featured-products-embed .view-product-catalog-basic .view-header{position:relative;margin:0 0 0.85rem;padding:0 0 0.5rem;font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:700;line-height:1.3;color:var(--commerce-purple-dark);border-bottom:2px solid transparent;border-image:linear-gradient(90deg,var(--commerce-purple) 0%,var(--commerce-purple-light) 45%,transparent 100%) 1;}.featured-products-embed .fps{position:relative;width:100%;}.featured-products-embed .fps__viewport{overflow:hidden;width:100%;cursor:grab;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;}.featured-products-embed .fps__viewport:active{cursor:grabbing;}.featured-products-embed .fps__track{display:flex;align-items:stretch;will-change:transform;}.featured-products-embed .fps__slide{box-sizing:border-box;min-width:0;padding-bottom:12px;}.featured-products-embed .fps a,.featured-products-embed .fps img,.featured-products-embed img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none;}.featured-products-embed .product-teaser-wrap,.featured-products-embed .product-teaser,.featured-products-embed .product-teaser:hover,.featured-products-embed .product-teaser:focus,.featured-products-embed .fps__slide:hover .product-teaser{height:100%;max-width:100%;overflow:visible !important;transform:none !important;transition:box-shadow 0.2s ease,border-color 0.2s ease !important;box-shadow:var(--commerce-card-shadow) !important;}.featured-products-embed .product-teaser:hover{box-shadow:var(--commerce-card-shadow-hover) !important;transform:none !important;}.featured-products-embed .product-teaser .product-price,.featured-products-embed .product-price{color:var(--commerce-purple) !important;}.featured-products-embed .fps__nav{position:absolute !important;top:42% !important;transform:translateY(-50%) !important;z-index:6 !important;margin:0 !important;padding:0 !important;width:2.5rem !important;height:2.5rem !important;border-radius:50% !important;border:1px solid rgba(19,132,80,0.28) !important;background:rgba(255,255,255,0.95) !important;color:var(--commerce-purple-dark) !important;box-shadow:0 4px 14px rgba(14,108,62,0.18) !important;font-size:1.65rem !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;cursor:pointer;}.featured-products-embed .fps__prev{left:0.15rem !important;right:auto !important;}.featured-products-embed .fps__next{right:0.15rem !important;left:auto !important;}.featured-products-embed .fps__nav:hover,.featured-products-embed .fps__nav:focus{background:var(--commerce-purple) !important;color:#fff !important;border-color:var(--commerce-purple) !important;}@media (max-width:767px){.featured-products-embed{display:block !important;width:100% !important;max-width:100% !important;overflow:visible !important;}.featured-products-embed .fps__nav{width:2.1rem !important;height:2.1rem !important;font-size:1.4rem !important;top:38% !important;}}
.view-product-categories-block{--taxonomy-icon-size:1.15em;--taxonomy-icon-gap:0.55em;}.view-product-categories-block .product-category-parent__link a.taxonomy-category-icon,.view-product-categories-block .product-category-child a.taxonomy-category-icon{display:flex !important;align-items:center !important;gap:var(--taxonomy-icon-gap) !important;}.view-product-categories-block .product-category-parent__link a.taxonomy-category-icon.taxonomy-category-icon::before,.view-product-categories-block .product-category-child a.taxonomy-category-icon.taxonomy-category-icon::before,.view-product-categories-block a.taxonomy-category-icon.taxonomy-category-icon::before{content:"" !important;display:inline-block !important;flex-shrink:0 !important;width:var(--taxonomy-icon-size) !important;height:var(--taxonomy-icon-size) !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background-color:currentColor !important;background-image:none !important;background-size:auto !important;background-repeat:no-repeat !important;background-position:center !important;background-clip:border-box !important;-webkit-mask-image:var(--taxonomy-icon-url) !important;mask-image:var(--taxonomy-icon-url) !important;-webkit-mask-repeat:no-repeat !important;mask-repeat:no-repeat !important;-webkit-mask-position:center !important;mask-position:center !important;-webkit-mask-size:contain !important;mask-size:contain !important;-webkit-mask-mode:alpha !important;mask-mode:alpha !important;opacity:1 !important;visibility:visible !important;}.view-product-categories-block .product-category-parent__link a.taxonomy-category-icon.taxonomy-category-icon::before{width:1.35em !important;height:1.35em !important;}.view-product-categories-block .product-category-child a.taxonomy-category-icon::after{content:"" !important;display:none;width:12px;height:12px;margin-left:auto;flex-shrink:0;background-image:none;}.view-product-categories-block a.taxonomy-icon--accessories-peripherals{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/accessories-peripherals.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--cables-adapters{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/cables-adapters.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--laptop-bags-sleeves{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/laptop-bags-sleeves.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--usb-hubs-docks-stands{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/usb-hubs-docks-stands.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--keyboards-mice{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/keyboards-mice.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--office-supplies{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/office-supplies.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--desk-organization{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/desk-organization.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--pens-writing-supplies{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/pens-writing-supplies.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--printers-scanners{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/printers-scanners.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--ink-toner-paper{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/ink-toner-paper.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--computers-tablets{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/computers-tablets.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--laptops{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/laptops.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--desktops-workstations{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/desktops-workstations.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--tablets{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/tablets.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--pc-components{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/pc-components.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--ssds-storage{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/ssds-storage.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--phones-wearables{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/phones-wearables.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--smartphones{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/smartphones.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--smartwatches-fitness{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/smartwatches-fitness.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--cases-screen-protection{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/cases-screen-protection.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--chargers-power-banks{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/chargers-power-banks.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--audio-entertainment{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/audio-entertainment.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--headphones-earbuds{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/headphones-earbuds.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--speakers-soundbars{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/speakers-soundbars.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--microphones-webcams{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/microphones-webcams.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--tvs-projectors{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/tvs-projectors.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--networking-smart-home{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/networking-smart-home.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--routers-wi-fi{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/routers-wi-fi.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--smart-home-devices{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/smart-home-devices.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--security-cameras{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/security-cameras.svg?v=20260722c");}.view-product-categories-block a.taxonomy-icon--smart-lighting-plugs{--taxonomy-icon-url:url("/themes/martis/assets/images/taxonomy-icons/smart-lighting-plugs.svg?v=20260722c");}
html body.cyb-site-animate,html body.page-node-type-service{--cyb-motion-duration:680ms;--cyb-motion-duration-emphasis:760ms;--cyb-motion-duration-quick:560ms;--cyb-motion-ease:cubic-bezier(0.22,1,0.36,1);--cyb-interaction-duration:180ms;--cyb-interaction-ease:cubic-bezier(0.2,0.8,0.2,1);}html body [data-cyb-animate]{--animate-delay:0ms;opacity:1;visibility:visible;}html body [data-cyb-animate]:not(.animate__animated),html body [data-cyb-animate][data-cyb-done="1"],html body [data-cyb-animate][data-cyb-played="1"]:not(.animate__animated){opacity:1 !important;visibility:visible !important;margin-top:0rem !important;}html body .animate__animated{--animate-repeat:1;animation-iteration-count:1 !important;animation-fill-mode:none !important;animation-timing-function:var(--cyb-motion-ease,cubic-bezier(0.22,1,0.36,1)) !important;}html body [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);animation-duration:var(--animate-duration);animation-fill-mode:both !important;visibility:visible !important;will-change:opacity,transform;}html body [data-cyb-animate].animate__animated:not([data-cyb-animate-delay]){animation-delay:0ms;}html body [data-cyb-animate][data-cyb-animate-delay].animate__animated{animation-delay:var(--animate-delay);}html body [data-cyb-animate^="zoom"].animate__animated,html body [data-cyb-animate^="bounce"].animate__animated{--animate-duration:var(--cyb-motion-duration-quick,560ms);}html body h1[data-cyb-animate].animate__animated,html body [data-cyb-animate="heartBeat"].animate__animated,html body [data-cyb-animate^="slide"].animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);}html body [data-cyb-animate][data-cyb-done="1"],html body [data-cyb-animate][data-cyb-done="1"].animate__animated{animation:none !important;animation-delay:0ms !important;opacity:1 !important;visibility:visible !important;will-change:auto;}html body :where(a,button,.card,details.faq-card,.blog-post-teaser,.blog-term-index-card,.partner-teaser,.team-teaser,.grid-item,.commerce-product,.box-icon-item,.product-category-parent,.product-category-child,.hub-intro__btn,.partner-cta)[data-cyb-animate]{transition:translate var(--cyb-interaction-duration,180ms) var(--cyb-interaction-ease,ease),scale var(--cyb-interaction-duration,180ms) var(--cyb-interaction-ease,ease);}@media (hover:hover) and (pointer:fine){html body :where(a,button,.card,details.faq-card,.blog-post-teaser,.blog-term-index-card,.partner-teaser,.team-teaser,.grid-item,.commerce-product,.box-icon-item,.product-category-parent,.product-category-child,.hub-intro__btn,.partner-cta)[data-cyb-animate]:hover{translate:0 -2px;}html body :where(a,button,.hub-intro__btn,.partner-cta)[data-cyb-animate]:hover{scale:1.01;}}html body :where(a,button,.card,details.faq-card,.blog-post-teaser,.blog-term-index-card,.partner-teaser,.team-teaser,.grid-item,.commerce-product,.box-icon-item,.product-category-parent,.product-category-child,.hub-intro__btn,.partner-cta)[data-cyb-animate]:focus-visible,html body :where(.card,details.faq-card,.blog-post-teaser,.blog-term-index-card,.partner-teaser,.team-teaser,.grid-item,.commerce-product,.box-icon-item,.product-category-parent,.product-category-child)[data-cyb-animate]:focus-within{translate:0 -2px;}html body :where(a,button,.hub-intro__btn,.partner-cta)[data-cyb-animate]:focus-visible{scale:1.01;}html body :is(#main-menu,.header-menu,.navbar-collapse,#footer,.footer) [data-cyb-animate],html body :is(.flex-control-nav,.flex-direction-nav,.owl-dots,.owl-nav,.views-slideshow-controls-top,.views-slideshow-controls-bottom){animation:none !important;opacity:1 !important;visibility:visible !important;}html body h1[data-cyb-animate].animate__animated,html body h1.animate__heartBeat{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.page-node-type-blog h1.animate__animated,html body.page-node-type-blog h1.post-title.animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.page-node-type-blog article [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.page-node-type-blog article h1[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);}html body.page-node-type-blog [id*="team-team-carousel"] .block-title,html body.page-node-type-blog .block-views-blockteam-team-carousel .block-title,html body.page-node-type-blog [id*="team-team-carousel"] .block-title.animate__animated,html body.page-node-type-blog [id*="team-team-carousel"] h2{animation:none !important;animation-iteration-count:1 !important;opacity:1 !important;font-size:1.25rem !important;padding-top:1rem !important;margin-top:0 !important;}html body.path-products [data-cyb-animate].animate__animated,html body.path-product [data-cyb-animate].animate__animated,html body.path-taxonomy[class*="page-products"] [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.path-products h1[data-cyb-animate].animate__animated,html body.path-product h1[data-cyb-animate].animate__animated,html body.path-taxonomy[class*="page-products"] h1[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);}html body.path-partners [data-cyb-animate].animate__animated,html body.page-node-type-partners [data-cyb-animate].animate__animated,html body[class*="-partners"] [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.path-partners h1[data-cyb-animate].animate__animated,html body.page-node-type-partners h1[data-cyb-animate].animate__animated,html body[class*="-partners"] h1[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);}html body.path-frontpage [data-cyb-animate].animate__animated,html body.page-service-city [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.path-frontpage h1[data-cyb-animate].animate__animated,html body.page-service-city h1[data-cyb-animate].animate__animated,html body.page-node-type-service h1[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);--animate-repeat:1;animation-iteration-count:1 !important;}html.cyb-site-animate-ready .owl-item.cloned [data-cyb-animate],html.cyb-site-animate-ready .owl-dots,html.cyb-site-animate-ready .owl-nav,html.cyb-site-animate-ready .views-slideshow-controls-top,html.cyb-site-animate-ready .views-slideshow-controls-bottom,html.cyb-site-animate-ready [id*="views_slideshow_controls"],html.cyb-site-animate-ready .views_slideshow_slide_counter,html.cyb-site-animate-ready .slide-additional-nav,html.cyb-site-animate-ready .slide-additional-nav[data-cyb-animate],html.cyb-site-animate-ready .slide-additional-nav__btn[data-cyb-animate]{opacity:1 !important;}html body.path-frontpage #content-wide-top .animate__infinite,html body.page-service-city #content-wide-top .animate__infinite,html body.path-frontpage [id*="testimonials"] .animate__jello,html body.path-frontpage [id*="partners"] .animate__jello,html body.page-service-city [id*="testimonials"] .animate__jello,html body.page-service-city [id*="partners"] .animate__jello{animation-iteration-count:1 !important;}html body.page-blog-term-index .blog-term-index-card h2,html body.page-blog-term-index .blog-term-index-card h2.animate__animated,html body.page-blog-term-index .blog-term-index-title{transform:none !important;}html body.page-blog-term-index .blog-term-index-card h2 a::after{pointer-events:auto !important;}html body.page-blog-term-index .blog-term-index-cue-wrap,html body.page-blog-term-index .blog-term-index-cue{pointer-events:none !important;}html body.path-team.page-team .team-page-intro.hub-intro[data-cyb-animate="slideInUp"],html body.path-team.page-team .team-page-intro[data-cyb-animate="slideInUp"],html body.path-web-services .hub-intro[data-cyb-animate="slideInUp"],html body.path-marketing-services .hub-intro[data-cyb-animate="slideInUp"],html body[class*="-web-services"] .hub-intro[data-cyb-animate="slideInUp"],html body[class*="-marketing-services"] .hub-intro[data-cyb-animate="slideInUp"]{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);--animate-repeat:1;}html body.path-team.page-team .team-page-intro.hub-intro[data-cyb-animate="slideInUp"].animate__animated,html body.path-team.page-team .team-page-intro[data-cyb-animate="slideInUp"].animate__animated,html body.path-web-services .hub-intro[data-cyb-animate="slideInUp"].animate__animated,html body.path-marketing-services .hub-intro[data-cyb-animate="slideInUp"].animate__animated,html body[class*="-web-services"] .hub-intro[data-cyb-animate="slideInUp"].animate__animated,html body[class*="-marketing-services"] .hub-intro[data-cyb-animate="slideInUp"].animate__animated{--animate-duration:var(--cyb-motion-duration-emphasis,760ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.path-blog:not(.page-node-type-blog) [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.path-blog:not(.page-node-type-blog) h1[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration-quick,560ms);}html body.page-team [data-cyb-animate].animate__animated,html body.page-node-type-team [data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.page-team h1[data-cyb-animate].animate__animated,html body.page-node-type-team h1[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration-quick,560ms);}html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-grid,html body.page-node-type-team .profile-cards-wrapper .faq-grid,html body.page-node-type-page #wrapper .privacy-cards-wrapper .faq-grid,html body.page-node-type-page #wrapper .terms-cards-wrapper .faq-grid,html body.page-node-type-page #wrapper .policy-cards-wrapper .faq-grid,html body.page-privacy #wrapper .privacy-cards-wrapper .faq-grid,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper .faq-grid,html body.page-bookings-refunds #wrapper .policy-cards-wrapper .faq-grid,html body.page-node-type-team #wrapper .profile-cards-wrapper .faq-card,html body.page-node-type-page #wrapper .privacy-cards-wrapper .faq-card,html body.page-node-type-page #wrapper .terms-cards-wrapper .faq-card,html body.page-node-type-page #wrapper .policy-cards-wrapper .faq-card,html body.page-privacy #wrapper .privacy-cards-wrapper .faq-card,html body.page-terms-and-conditions #wrapper .terms-cards-wrapper .faq-card,html body.page-bookings-refunds #wrapper .policy-cards-wrapper .faq-card{overflow:visible !important;}html body.page-privacy [data-cyb-animate].animate__animated,html body.page-terms-and-conditions [data-cyb-animate].animate__animated,html body.page-bookings-refunds [data-cyb-animate].animate__animated,html body.page-node-type-team .faq-grid[data-cyb-animate].animate__animated,html body.page-node-type-team .faq-card[data-cyb-animate].animate__animated,html body.page-privacy .faq-grid[data-cyb-animate].animate__animated,html body.page-privacy .faq-card[data-cyb-animate].animate__animated,html body.page-terms-and-conditions .faq-grid[data-cyb-animate].animate__animated,html body.page-terms-and-conditions .faq-card[data-cyb-animate].animate__animated,html body.page-bookings-refunds .faq-grid[data-cyb-animate].animate__animated,html body.page-bookings-refunds .faq-card[data-cyb-animate].animate__animated{--animate-duration:var(--cyb-motion-duration,680ms);--animate-repeat:1;animation-iteration-count:1 !important;}html body.page-node-type-blog .breadcrumb [data-cyb-animate],html body.page-node-type-blog #block-breadcrumbs [data-cyb-animate],html body.page-node-type-blog .breadcrumb,html body.page-node-type-blog #block-breadcrumbs{opacity:1 !important;animation:none !important;}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto !important;}html body.cyb-site-animate *,html body.cyb-site-animate *::before,html body.cyb-site-animate *::after,html body.page-node-type-service *,html body.page-node-type-service *::before,html body.page-node-type-service *::after{animation-duration:0.01ms !important;animation-delay:0ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;transition-delay:0ms !important;scroll-behavior:auto !important;}html body .animate__animated,html body [data-cyb-animate],html body [data-cyb-played="1"],html body [data-cyb-done="1"]{animation:none !important;animation-delay:0ms !important;transition:none !important;translate:none !important;scale:none !important;opacity:1 !important;visibility:visible !important;scroll-behavior:auto !important;will-change:auto !important;}}
html,body{margin:0;padding:0;}body{font-family:var(--cyb-font-text,"Source Sans 3",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);font-size:14px;font-weight:normal;font-style:normal;color:#444444;background-color:#ffffff;}p{margin:0 0 15px 0;}.h1,.h2,.h4,.h5,h1,h2,h4,h5{color:#333333;margin-top:0;font-weight:600;}h1,.h1{font-size:35px;}h2,.h2{font-size:30px;}h4,.h4{font-size:18px;}h5,.h5{font-size:15px;}img{max-width:100%;height:auto;}a{color:#333333;}a,a:hover,a:focus,a:visited{text-decoration:none;outline:none;}ul{padding:0;margin-bottom:0;list-style-position:inside;}.clearfix{clear:left;}.nav>li>a{padding:0;}.field-label{font-weight:700;color:#2a2a2a;}.wrapper{padding:0;margin:0 auto;margin-bottom:-1px;display:block;position:relative;transition:all 0.3s;-webkit-transition:all 0.3s;}.layout-wrap{position:relative;}#page,.container-wrap{margin:0 auto;}.region,.container-wrap{width:100%;}.page-wrapper{padding:0;padding-top:30px;}.page-wrapper{padding-top:20px;}.block{position:relative;background-size:cover;}.page-wrapper .block{margin-top:0;margin-bottom:35px;padding-bottom:1px;}.page-wrapper .main-content .block:first-child{padding-top:30px;}.page-wrapper .main-content .block:last-child{margin-bottom:40px;}.block-system,.page-wrapper .block-system{margin:0;padding:0;}.header .block{vertical-align:middle;}.header .block,.slide-block{margin:0;}.content-wide .block{margin:0;padding-top:45px;padding-bottom:45px;}.block.slide-block{padding-top:0 !important;padding-bottom:0 !important;}.content-wide .container-wrap{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.content-wide .fullwidth .container-wrap{max-width:100% !important;padding:0;}.block .block-title-wrap{position:relative;width:100%;max-width:1220px;margin-right:auto;margin-left:auto;margin-bottom:35px;}.block .block-title-content{position:relative;max-width:560px;}.content-layout .block .row.block-title-wrap{margin-right:0;margin-left:0;}.block-title{position:relative;margin-top:0;margin-bottom:10px;font-size:30px;letter-spacing:-1px;}#footer .block-title{font-size:18px;}.block-title-wrap .block-subtitle{font-weight:300;opacity:0.7;display:inline-block;display:block;margin-bottom:0;margin-top:0;}#footer .block-title-wrap{margin:0;margin-bottom:20px;}.fullwidth .block-title-wrap{padding-right:15px;padding-left:15px;}.block-title-center .block-title-wrap{text-align:center;}.block-title-center .block-title-content,.text-center .block-title-content{margin-left:auto;margin-right:auto;}.breadcrumb{background:none;padding:0;margin:0;border:none;border-radius:0;display:block;}.breadcrumb ul li{list-style-type:none;display:inline-block;position:relative;line-height:1;padding-right:15px;margin-right:5px;}.breadcrumb a{color:#aaaaaa;}.breadcrumb ul li:after{content:"";position:absolute;display:inline-block;top:5px;right:0;width:6px;height:6px;border-right:2px solid #aaaaaa;border-bottom:2px solid #aaaaaa;transform:rotate(-45deg);}.breadcrumb ul li:last-child{padding-right:0;margin-right:0;}.breadcrumb ul li:last-child:after{display:none;padding:0;margin:0;}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff;z-index:13000;height:100%;}.preloader-spinner{width:40px;height:40px;background-color:#2ba9e0;border-radius:50%;position:relative;top:50%;margin:-20px auto auto auto;-webkit-animation:sk-scaleout 1.0s infinite ease-in-out;animation:sk-scaleout 1.0s infinite ease-in-out;}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1.0);opacity:0;}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0);}100%{-webkit-transform:scale(1.0);transform:scale(1.0);opacity:0;}}input,button{padding:12px 20px 12px 20px;border:1px solid #e1e1e1;background-color:transparent;outline:none !important;max-width:100%;}.button{cursor:pointer;background-color:#2ba9e0;color:#ffffff;line-height:48px;font-size:13px;font-weight:600;padding:0 28px;border:none !important;display:inline-block;position:relative;white-space:nowrap;transition:all 0.2s linear 0s;margin:0;outline:0 none;text-align:center;}.button + .button{margin-left:10px;}.button:hover,.button:focus{background-color:#333333;color:#ffffff;}.button:focus{outline:0;}.button.border{color:#444444;border:2px solid #444444;background-color:transparent;}.button.border:hover{background-color:#444444;color:#ffffff;}.button i{font-size:15px;margin-right:10px;}.navbar{padding:0;}.nav-button{border-color:#eaeaea;border-radius:3px;padding:0;height:40px;width:40px;line-height:40px;margin-left:7px;margin-top:-6px;}.main-menu{z-index:99;}.mega-menu a{font-weight:600;}.mega-menu > ul{margin:0 auto;width:100%;list-style:none;padding:0;position:relative;box-sizing:border-box;}.mega-menu > ul:before,.mega-menu > ul:after{content:"";display:table;}.mega-menu > ul:after{clear:both;}.mega-menu > ul > li{display:inline-block;background:none;padding:0;margin:0;}.mega-menu > ul > li a{text-decoration:none;padding:1.5em 3em;display:block;}.mega-menu > ul > li > ul{display:none;width:100%;background-color:#f0f0f0;padding:20px;position:absolute;z-index:99;left:0;margin:0;list-style:none;box-sizing:border-box;}.mega-menu > ul > li > ul:before,.mega-menu > ul > li > ul:after{content:"";display:table;}.mega-menu > ul > li > ul:after{clear:both;}.mega-menu > ul > li > ul > li a{color:#333333;padding:.2em 0;display:block;border-bottom:1px solid #ccc;}.mega-menu > ul > li > ul > li > ul{display:block;padding:0;margin:10px 0 0;list-style:none;box-sizing:border-box;}.mega-menu > ul > li > ul > li > ul:before,.mega-menu > ul > li > ul > li > ul:after{content:"";display:table;}.mega-menu > ul > li > ul > li > ul:after{clear:both;}.mega-menu > ul > li > ul > li > ul > li{float:left;width:100%;padding:7px 0;margin:0;font-size:13px;}.mega-menu > ul > li > ul > li > ul > li a{border:0;}.mega-menu > ul > li > ul > li > ul > li > ul{padding-left:10px;}.nav>li>a:focus,.nav>li>a:hover{background-color:transparent;}.menu{list-style-type:none;}.site-branding{margin:0;}.brand.logo{max-width:160px;line-height:45px;}.brand.logo a{display:inline-block;vertical-align:middle;}.site-name a{font-size:25px;line-height:1.2;}.header{margin-bottom:0;border:none;border-radius:0;position:relative;}.header-top{padding:10px 0;border-bottom:1px solid #f9f9f9;line-height:1.2;}.header-element{display:flex;align-items:center;}.header-element i{font-size:25px;}.account-icon{padding:0;}.dropdown-toggle{border:none;padding-right:15px;color:#495057;}a.dropdown-toggle{color:#495057;}.dropdown-toggle:after{display:inline-block;content:"";border:none;border-bottom:2px solid #999;border-right:2px solid #999;height:5px;width:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-left:0;margin-top:-3px;position:absolute;right:0;top:50%;}.dropdown-menu.user-account-block-wrap{left:auto;right:0;padding:0;}.dropdown-menu.user-account-block-wrap .nav{display:block;padding:5px 0;}.dropdown-menu.user-account-block-wrap .nav a{display:block;padding:0 15px;line-height:40px;font-size:14px}.dropdown-menu.user-account-block-wrap .nav a:hover{background-color:#f6f6f6;}.header-menu{width:100%;}.header-menu .nav-menu{padding:0;box-shadow:0 3px 5px 0 rgba(210,217,237,.08);}.header-menu .nav-menu:before{content:"";position:absolute;border-top:1px solid;opacity:0.05;width:100%;top:0;left:0;}.header-top .block{display:inline-block;margin-right:15px;border-right:1px solid rgba(0,0,0,.2);padding-right:15px;}.header-top .block:last-child{margin-right:0;padding-right:0;border-color:transparent;}.header-top .nice-select{width:auto;height:auto !important;line-height:1;border:none !important;padding-right:15px !important;padding-left:0 !important;}.header-top .nice-select:after{right:2px;}.header-wrap{position:relative;}.header-top .dropdown-menu .menu,.header-top .dropdown-menu .menu *{color:#333333;}.header-top .dropdown-menu.user-account-block-wrap{margin-top:12px;}.header-info{display:inline-block;}.header-info .header-info-container{display:flex;flex-wrap:wrap;align-items:center;}.header-info .header-info-item{margin-left:40px;display:flex;flex-wrap:nowrap;position:relative;}.header-info .header-info-item:first-child{margin-left:0;}.header-info .header-info-item:first-child:after{display:none;}.header-info .header-info-item i{font-size:25px;margin-right:15px;margin-top:3px;}.header-info .header-info-item a,.header-info .header-info-item span{font-size:13px;opacity:0.8;display:block;}.header-info .header-info-desc{line-height:1.2;}.footer{position:relative;}.footer a{display:block;}.footer .block-title{}.light-footer,.light-footer h1,.light-footer h2,.light-footer h4,.light-footer h5{color:#f6f6f6;}.footer-bottom{border-top:1px solid rgba(0,0,0,0.03);background-color:rgba(0,0,0,0.04);padding:0;margin-top:0;}.footer-bottom ul.menu li{display:inline-block;margin-left:15px;}.footer-bottom .block{padding:30px 0;margin:0;}.footer-bottom p{margin:0;}.footer-bottom a{display:inline-block;}.slide-block{overflow:hidden;clear:left;position:relative;width:100%;}.slide-block .hero{max-height:100vh;}.slide-block img{width:100%;}.slide-block li{list-style-type:none;position:relative;}.slide-content-wrap{position:absolute;width:100%;height:100%;top:0;}.slide-wrap{position:relative;display:table;height:100%;max-height:100vh;}.slide-content{position:relative;display:table-cell;vertical-align:middle;color:#555555;}.slide-content-main{position:relative;overflow:hidden;}.slide-content p{margin-bottom:0;}.norm-width .slide-content{padding-right:40px;padding-left:40px;}.slide-button{display:block;}.hero .heading-text .field-item:first-child{animation-delay:.25s;}.hero .heading-text .field-item:nth-child(2){animation-delay:.7s;}.hero .heading-text .field-item:nth-child(3){animation-delay:1s;}.hero .slide-content-body{animation-delay:1.15s;margin-top:20px;}.hero .slide-button{animation-delay:1.5s;}.slide-image{width:100%;position:relative;}.slide-image img{width:100%;}.pre-heading-text{font-size:20px;font-weight:600;line-height:1.1;margin-bottom:15px;}.heading-text{font-size:50px;font-weight:700;line-height:1.1;color:#333333;}.heading-text .field-field-heading-text .heading-text-content{display:inline-block;}.owl-carousel{padding:0;list-style-type:none;}.slide-block .owl-carousel{margin:auto;}.colorbox{position:relative;display:block;cursor:url(/themes/martis/assets/images/plus.png),auto;}@-webkit-keyframes zoomBig{0%{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:1;border-width:3px;}40%{opacity:.5;border-width:2px;}65%{border-width:1px;}100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px;}}@keyframes zoomBig{0%{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:1;border-width:3px;}40%{opacity:.5;border-width:2px;}65%{border-width:1px;}100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px;}}@keyframes zoomBig{0%{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:1;border-width:3px;}40%{opacity:.5;border-width:2px;}65%{border-width:1px;}100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px;}}.side-btn,.brochure-btn{width:100%;}.brochure-btn:after{content:"\e6a7";font-family:'themify';margin-left:30px;}.views-element-container header{margin-bottom:15px;}@-webkit-keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes icon-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes icon-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.pricing-table{margin-bottom:30px;}.absolute{position:absolute !important;top:0;left:0;right:0;bottom:0;}.fullwidth{width:100% !important;max-width:100% !important;}ul>li>i{margin-right:8px;}.float-center{margin-left:auto;margin-right:auto;}.text-sm{font-size:75%;}.text-light,.text-light *{color:#ffffff;}.text-light .button{border-color:#ffffff;background-color:#ffffff;color:#333333;}.text-light .button:hover{background-color:#f0f0f0;color:#333333;}input,button,.button,.nice-select{-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;}@keyframes bgcoloranimate{0%{background-color:#b31d55;}25%{background-color:#2892ff;}50%{background-color:#10d431;}75%{background-color:#f19d21;}100%{background-color:#ef2929;}}:root{--main-color:rgba(255,255,255,0.01);--second-main-color:rgba(0,0,0,0.2);--main-txt-color:#555555;--main-padding:15px;}.button{background-image:linear-gradient(133deg,var(--main-color),var(--second-main-color));box-shadow:0 2px 4px 0 rgba(0,0,0,0.09)}.layout__region{position:relative;width:100%;padding-right:15px;padding-left:15px;}
@media (min-width:576px){.container-wrap{max-width:540px;}}@media (min-width:768px){.container-wrap{max-width:720px;}.header-wrap{max-width:none !important;}.header-top .header-top-second{text-align:right;}.navbar-brand{padding:0;-webkit-box-flex:0;max-width:20%;flex:0 0 20%;}.nav-button{display:none;}.header-wrap{position:relative;}.header-main-wrap{display:flex;-webkit-box-align:center;align-items:center;flex-basis:0%;-webkit-box-flex:1;flex-grow:1;max-width:100%;padding:0;padding-left:15px;}.header-right-wrap{display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:0;width:auto;max-width:none;flex:0 0 auto;}.header-item .block{margin-left:30px;}.header-item:last-child{margin-right:0;}.header-main-wrap .header-item{flex-grow:1;max-width:100%;}.header-main{text-align:right;}.header-main .block{text-align:left;display:inline-block;}.header .header-center{padding:25px 0;}#main-menu.col-md-9{padding-left:25px;padding-right:25px;}.primary-menu .block{display:inline-block;}.mega-menu > ul{display:flex;text-align:left;width:auto;}.mega-menu > ul > li > a{padding:0 25px 0 0;line-height:50px;font-weight:600;}.mega-menu > ul > li:last-child a{padding-right:0;}.mega-menu > ul > li > ul > li{width:100%;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;margin-right:25px;}.mega-menu > ul > li > ul > li:last-child{margin-right:0;}.nav-left{text-align:left;}}@media (min-width:992px){.container-wrap{max-width:960px;}}@media (min-width:1200px){.container-wrap,.container{max-width:1220px;}.main-content .slide-wrap{padding-left:70px;padding-right:70px;}.main-content .heading-text{font-size:30px;}.main-content .slide-content-main{width:70%;}}@media (max-width:768px){.page-wrapper,.content-wide .block{padding-top:35px;padding-bottom:35px;}.header-top{text-align:center;padding:15px 0;}.header-top-first{margin-bottom:15px;}.header-element{display:flex;align-items:center;position:absolute;top:0.5rem;right:1rem;z-index:30;height:56px;}.header-right,.header-main{display:block;width:100%;max-width:100%;}.header-main{text-align:left;}.header-right{text-align:center;}.header-main-wrap{display:block;width:100%;max-width:100%;flex:none;padding:0.25rem 0 0;margin-top:0.15rem;order:2;}.header-main-wrap .header-item{margin-left:0;}.header-main .block{margin-left:0;margin-right:0;}.header-right-wrap{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;max-width:100%;flex:none;padding:0.75rem 1rem 0.4rem;order:3;position:static;}.header-element{height:4rem;min-height:4rem;display:flex;align-items:center;}.header-right-wrap .header-right{order:1;width:100%;margin:0 0 4px;}.header-right-wrap .header-element{order:0;}.header-info{display:block;width:100%;}.header-info .header-info-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:0.5rem 0.75rem;}.header-info .header-info-item{margin-left:0;}.header-info .header-info-item--phone{display:none;}.header-info .header-info-item--location{flex:1 1 auto;max-width:58%;justify-content:flex-start;text-align:left;}.header-info .header-info-item--hours{flex:0 1 auto;max-width:42%;justify-content:flex-end;text-align:right;}.header-info .header-info-item--location .header-info-desc{text-align:left;}.header-info .header-info-item--hours .header-info-desc{text-align:right;}.header-info .header-info-desc{font-size:12px;line-height:1.35;}.header-info .header-info-desc span,.header-info .header-info-desc strong{display:block;}.header-right .block,.header-right h4,.header-right p{margin:0;text-align:center;}.header-right h4{font-size:1.05rem;line-height:1.2;}.header-right .text-sm{font-size:0.7rem;display:block;margin:0 !important;}.navbar.header-center > .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;position:relative;padding:0.5rem 1rem;box-sizing:border-box;}.navbar-brand{order:1;flex:1 1 auto;max-width:calc(100% - 5.75rem);margin:0;margin-right:auto;padding-right:5.5rem;padding-left:0;display:flex;align-items:center;justify-content:flex-start;text-align:left;min-height:56px;}.brand.logo{margin:0;max-width:56px;width:56px;line-height:0;}.brand.site-name{margin:0 !important;align-items:flex-start;text-align:left;}.site-branding,.header-wrap .navbar{position:static;}.site-branding{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;width:100%;text-align:left;}.mega-menu > ul{text-align:left;display:block;}.mega-menu > ul > li{width:100%;display:block;}.mega-menu > ul > li a{padding:10px;width:100%;display:block;color:#333333 !important;}.mega-menu > ul > li > ul{position:relative;background-color:transparent;}.mega-menu > ul > li > ul > li{float:none;width:100%;}.mega-menu > ul > li > ul > li:first-child{margin:0;}.mega-menu > ul > li > ul > li > ul{position:relative;}.mega-menu > ul > li > ul > li > ul > li{float:none;}.header-menu .nav-menu{background-color:transparent !important;box-shadow:none;border:none;}.primary-menu,.primary-menu .main-menu{position:static;}.primary-menu{background-color:#ffffff !important;margin-top:20px;}.primary-menu .main-menu{padding:15px 0;}.block-title-wrap .block-subtitle{max-width:none;}.block-title{font-size:20px;}.heading-text{font-size:30px;}.pre-heading-text{font-size:17px;}.slide-wrap{width:100%;}.slide-content .slide-button{margin-top:10px !important;}.hero .slide-content-body{margin-top:5px;}.slide-block .slide-content{padding:15px;}}@media (max-width:480px){.block{padding-right:0;padding-left:0;}.brand.logo{max-width:50px;width:50px;line-height:0;margin:0;}.brand.site-name{margin:0 !important;}.heading-text{font-size:20px;}.pre-heading-text{font-size:15px;margin-bottom:5px;}.slide-block .slide-content{padding:15px;}.hero .slide-content-body,.slide-content .slide-button{font-size:11px;}.block-title-wrap .block-subtitle{font-size:14px}.button{padding:10px 13px;font-size:12px;line-height:normal;}.footer-bottom .block{padding:15px 0;}.footer-bottom ul.menu li{margin:0 0 5px 0;display:block;}}@media (min-width:768px){.layout-wrap{overflow:hidden;position:relative;}.slide-content-main{width:50%;}.slide-content-main.float-center{width:70%;}}
a:hover,a:focus,.mega-menu a:hover,.mega-menu a:focus,.mega-menu a:active,.mega-menu a.is-active,.mega-menu > ul > li > ul > li a:hover,.mega-menu > ul > li > ul > li a.is-active{color:#138450;}body{color:#555555;}body{background-color:#f9f9f9;}.wrapper .layout-wrap{background-color:#ffffff;}.header{background-color:#fcfcfc;}.header-top{background-color:#f8f8f8;}.header-menu .nav-menu{background-color:#19212e;}.mega-menu > ul > li > a,.main-menu .nav > li > a{color:#fefefe;}.main-menu .mega-menu > ul > li > a:hover,.main-menu .mega-menu > ul > li > a.is-active{color:#49c3f9;}.header-menu .nav-menu:before{border-color:#fefefe;}footer.footer{background-color:#19212c;}.button,.preloader-spinner{background-color:#2ba9ee;}
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#ffffff;box-sizing:border-box;clear:both;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;font-weight:normal;height:48px;line-height:48px;outline:none;padding:0 30px 0 18px !important;border:1px solid #ecedee;background-color:transparent;max-width:100%;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto;}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-3px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}.nice-select.open .list{opacity:1;z-index:999;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}.nice-select.disabled:after{border-color:#cccccc;}.nice-select.wide{width:100%;}.nice-select.wide .list{left:0 !important;right:0 !important;}.nice-select.right{float:right;}.nice-select.right .list{left:auto;right:0;}.nice-select.small{font-size:12px;height:36px;line-height:34px;}.nice-select.small:after{height:4px;width:4px;}.nice-select.small .option{line-height:34px;min-height:34px;}.nice-select .list{background-color:#ffffff;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:auto;padding:0;max-height:400px;min-width:100%;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;z-index:9;}.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6;}.nice-select .option.selected{font-weight:bold;}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}.no-csspointerevents .nice-select .list{display:none;}.no-csspointerevents .nice-select.open .list{display:block;}.nice-select .current{display:block !important;}
[id^="block-martis-views-block-partners-block-"]{border:2px solid #000 !important;border-left:0 !important;border-right:0 !important;padding:1rem 0 1.5rem !important;margin-bottom:0.75rem !important;max-width:100%;overflow-x:clip;box-sizing:border-box;}[id^="block-martis-views-block-partners-block-"] .block-title-wrap.clearfix{padding-left:15px !important;padding-right:15px !important;}[id^="block-martis-views-block-partners-block-"] .block-subtitle{margin-bottom:1.25rem !important;}[id^="block-martis-views-block-partners-block-"] .block-content.clearfix{padding-left:15px;padding-right:15px;max-width:100%;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_main_partners-block_"],[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"]{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;display:block !important;position:relative !important;overflow:visible !important;min-height:0 !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"]{height:auto !important;min-height:0 !important;}[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide{position:relative !important;width:100% !important;height:auto !important;margin:0 !important;padding:0 !important;background:#fff !important;border-radius:16px !important;box-sizing:border-box !important;top:auto !important;left:auto !important;}[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-0,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-1{display:grid !important;width:100% !important;max-width:1140px !important;margin:0 auto !important;box-sizing:border-box !important;flex-direction:unset !important;flex-wrap:unset !important;}[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-0,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-1{grid-template-columns:minmax(0,1fr) !important;grid-template-rows:auto !important;grid-template-areas:"title"
    "logo"
    "link"
    "body" !important;column-gap:0 !important;row-gap:0.75rem !important;align-items:stretch !important;justify-items:center !important;max-width:960px !important;margin-left:auto !important;margin-right:auto !important;padding:1.15rem 1.25rem 1.35rem !important;}@media (min-width:992px){[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-0,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-1{grid-template-columns:minmax(0,1fr) !important;grid-template-areas:"title"
      "logo"
      "link"
      "body" !important;max-width:960px !important;padding:1.35rem 1.5rem 1.5rem !important;row-gap:0.85rem !important;column-gap:0 !important;}}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field:not(.views-field-body){margin:0 !important;width:auto !important;max-width:100% !important;order:unset !important;position:static !important;top:auto !important;left:auto !important;right:auto !important;float:none !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field.views-field-body{margin:0 !important;width:100% !important;max-width:100% !important;order:unset !important;position:relative !important;top:auto !important;left:auto !important;right:auto !important;float:none !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label{margin:0 !important;margin-left:0 !important;margin-top:0 !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label{padding-left:0 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title{grid-area:title !important;display:flex !important;flex-direction:column !important;align-items:center !important;font-size:1rem !important;line-height:1.35 !important;color:#1a1a1a !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .views-label-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content{display:block !important;width:100% !important;max-width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{grid-area:logo !important;display:block !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link{grid-area:link !important;display:block !important;order:unset !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body{grid-area:body !important;align-self:start !important;height:auto !important;min-height:0 !important;width:100% !important;max-width:100% !important;margin:0 !important;border:2px solid #000 !important;border-radius:12px !important;padding:1.25rem 1.25rem 1.5rem !important;background:rgba(19,132,80,0.12) !important;box-sizing:border-box !important;position:relative !important;color:#1a1a1a !important;font-size:1rem !important;line-height:1.55 !important;}@media (min-width:992px){[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body{grid-row:auto !important;grid-area:body !important;width:100% !important;max-width:100% !important;}}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content::before{content:'“' !important;font-size:2rem !important;color:#138450 !important;position:absolute !important;top:0.4rem !important;left:0.75rem !important;line-height:1 !important;pointer-events:none !important;z-index:1 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content::after{content:'”' !important;font-size:2rem !important;color:#138450 !important;position:absolute !important;bottom:0.2rem !important;right:0.75rem !important;line-height:1 !important;pointer-events:none !important;z-index:1 !important;}[id^="block-martis-views-block-partners-block-"] .views-label,[id^="block-martis-views-block-partners-block-"] .views-label-title,[id^="block-martis-views-block-partners-block-"] .views-label-body,[id^="block-martis-views-block-partners-block-"] .views-label-field-link,[id^="block-martis-views-block-partners-block-"] .views-label-field-image{display:none !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content a{display:block !important;font-size:1.1rem !important;font-weight:700 !important;color:#0d5c38 !important;text-align:center !important;text-decoration:none !important;line-height:1.35 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content a:hover{text-decoration:underline !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content{display:block !important;text-align:left !important;color:#1a1a1a !important;position:relative !important;padding:0.85rem 1.25rem !important;font-size:1rem !important;line-height:1.55 !important;box-sizing:border-box !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content p{display:block !important;margin:0 0 0.75rem !important;font-size:1rem !important;line-height:1.55 !important;text-align:left !important;color:#1a1a1a !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content h2{font-size:1.05rem !important;font-weight:700 !important;margin:0.5rem 0 0.65rem !important;line-height:1.35 !important;color:#1a1a1a !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content p a{display:inline !important;font-weight:600 !important;color:#138450 !important;text-decoration:underline !important;text-underline-offset:2px;}[id^="block-martis-views-block-partners-block-"] .views-label.views-label-field-link{display:block !important;white-space:normal !important;text-align:center !important;padding:0 !important;margin:0 0 0.35rem !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .field-content{display:block !important;font-size:0.85rem !important;width:100% !important;max-width:100% !important;word-break:normal !important;overflow-wrap:normal !important;white-space:normal !important;text-align:center !important;padding:0 !important;margin:0 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .field-content a{display:inline !important;color:#138450 !important;font-weight:600 !important;white-space:normal !important;word-break:normal !important;overflow-wrap:normal !important;padding:0 !important;margin:0 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;margin:0 auto !important;padding:0 !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > a,[id^="block-martis-views-block-partners-block-"] .views-field-field-image a.b-link,[id^="block-martis-views-block-partners-block-"] .views-field-field-image a{display:flex !important;align-items:center !important;justify-content:center !important;width:fit-content !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;text-decoration:none !important;color:inherit !important;line-height:0 !important;cursor:pointer !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image a:focus-visible,[id^="block-martis-views-block-partners-block-"] .views-field-field-image a.b-link:focus-visible{outline:2px solid #138450 !important;outline-offset:3px !important;border-radius:50% !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;margin:0 auto !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,[id^="block-martis-views-block-partners-block-"] .views-field-field-image picture{display:flex !important;align-items:center !important;justify-content:center !important;width:136px !important;height:136px !important;max-width:136px !important;max-height:136px !important;margin:0 auto !important;padding:0 !important;overflow:hidden !important;border-radius:50% !important;border:2px solid #000 !important;background:#fff !important;box-shadow:0 2px 8px rgba(0,0,0,0.12) !important;box-sizing:border-box !important;aspect-ratio:1 / 1 !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img{width:136px !important;height:136px !important;max-width:136px !important;max-height:136px !important;object-fit:contain !important;border-radius:50% !important;border:2px solid #000 !important;background:#fff !important;padding:0.2rem !important;box-shadow:0 2px 8px rgba(0,0,0,0.12) !important;box-sizing:border-box !important;aspect-ratio:1 / 1 !important;margin:0 auto !important;display:block !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,[id^="block-martis-views-block-partners-block-"] .views-field-field-image picture img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:0 !important;min-height:0 !important;object-fit:contain !important;object-position:center center !important;border-radius:0 !important;border:0 !important;background:transparent !important;padding:0.2rem !important;box-shadow:none !important;margin:0 !important;display:block !important;box-sizing:border-box !important;}[id^="block-martis-views-block-partners-block-"] .views-slideshow-controls-top.clearfix{display:grid !important;grid-template-columns:1fr !important;grid-template-rows:auto auto !important;justify-items:center !important;align-items:center !important;gap:0.5rem !important;border-bottom:2px solid #d4e9df !important;padding:0 0 0.85rem !important;margin:0 0 0.65rem !important;width:100% !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_slide_counter_partners-block_"],[id^="block-martis-views-block-partners-block-"] .views_slideshow_slide_counter{margin:0 !important;padding:0 !important;font-size:0.95rem !important;font-weight:600 !important;min-width:0 !important;text-align:center !important;justify-self:center !important;grid-row:1 !important;order:unset !important;flex:unset !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_controls_text_partners-block_"],[id^="block-martis-views-block-partners-block-"] .views_slideshow_controls_text{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:0.5rem !important;grid-row:2 !important;justify-self:center !important;}[id^="block-martis-views-block-partners-block-"] .views-slideshow-controls-top.clearfix a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;min-width:44px !important;padding:0.45rem 0.9rem !important;background-color:#138450 !important;border:2px solid #000 !important;border-radius:5px !important;color:#fff !important;font-size:0.875rem !important;font-weight:600 !important;text-decoration:none !important;}[id^="block-martis-views-block-partners-block-"] .views-slideshow-controls-top.clearfix a:hover,[id^="block-martis-views-block-partners-block-"] .views-slideshow-controls-top.clearfix a:focus-visible{background-color:#0d6138 !important;outline:2px solid #fff !important;outline-offset:2px !important;}@media (max-width:991.98px){[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-0,[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row.views-row-1{grid-template-columns:minmax(0,1fr) !important;grid-template-rows:auto !important;grid-template-areas:"title"
      "logo"
      "link"
      "body" !important;column-gap:0 !important;row-gap:0.55rem !important;align-items:stretch !important;justify-items:center !important;padding:0.5rem 0.5rem !important;max-width:100% !important;width:100% !important;overflow-x:clip !important;}[id^="block-martis-views-block-partners-block-"] .block-content.clearfix{padding-left:0 !important;padding-right:0 !important;max-width:100% !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,[id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,[id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img{width:150px !important;height:150px !important;max-width:150px !important;max-height:150px !important;border-radius:50% !important;overflow:hidden !important;aspect-ratio:1 / 1 !important;margin-left:auto !important;margin-right:auto !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image .media img,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image .media__element,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image picture img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;padding:0.2rem !important;margin:0 !important;}[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field{width:100% !important;max-width:100% !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;grid-column:1 / -1 !important;justify-self:stretch !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title{grid-area:title !important;grid-row:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .views-label-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content{display:block !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;max-width:100% !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{grid-area:logo !important;grid-row:auto !important;padding-left:0 !important;padding-right:0 !important;display:block !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-label.views-label-field-image{display:block !important;text-align:center !important;margin-left:0 !important;margin-right:0 !important;margin-top:0 !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;max-width:100% !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image .field-content{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image .media,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image .media.media--blazy{margin-left:auto !important;margin-right:auto !important;margin-bottom:0 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link{grid-area:link !important;grid-row:auto !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body{grid-area:body !important;grid-row:auto !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:2rem 0.5rem !important;overflow-wrap:break-word !important;word-break:break-word !important;}[id^="block-martis-views-block-partners-block-"] .views-slideshow-controls-top.clearfix{gap:0.4rem !important;padding-bottom:0.65rem !important;margin-bottom:0.5rem !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_slide_counter_partners-block_"]{flex:unset !important;order:unset !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content p{max-width:100% !important;overflow-wrap:break-word !important;}[id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img,[id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img{display:block !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;border-radius:50% !important;aspect-ratio:1 / 1 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content,[id^="block-martis-views-block-partners-block-"] .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] .views-label.views-label-field-image,[id^="block-martis-views-block-partners-block-"] .views-label.views-label-field-link{display:block !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;width:100% !important;max-width:100% !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .field-content,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .field-content a{text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content p,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content h2{text-align:center !important;}[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_slide_counter_partners-block_"]{flex:unset !important;order:unset !important;}}@media (min-width:992px){[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row{padding:1.25rem 1rem !important;column-gap:2rem !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .views-label-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content{text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .views-label-field-link,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .field-content,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-link .field-content a{text-align:center !important;}}@media (prefers-reduced-motion:reduce){[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide{transition:none !important;}}#block-martis-views-block-partners-block-1,#block-martis-views-block-partners-block-2,#block-martis-views-block-partners-block-3,#block-martis-views-block-partners-block-4,#block-martis-views-block-partners-block-5,#block-martis-views-block-partners-block-6,#block-martis-views-block-partners-block-7{overflow-x:clip;}#block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{display:grid !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body),#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field:not(.views-field-body){margin:0 !important;width:auto !important;max-width:100% !important;top:auto !important;left:auto !important;right:auto !important;position:static !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-body,#block-martis-views-block-partners-block-2 .views-field.views-field-body,#block-martis-views-block-partners-block-3 .views-field.views-field-body,#block-martis-views-block-partners-block-4 .views-field.views-field-body,#block-martis-views-block-partners-block-5 .views-field.views-field-body,#block-martis-views-block-partners-block-6 .views-field.views-field-body,#block-martis-views-block-partners-block-7 .views-field.views-field-body{width:100% !important;max-width:100% !important;margin:0 !important;position:relative !important;grid-area:body !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label{margin:0 !important;margin-left:0 !important;margin-top:0 !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field:not(.views-field-body) .field-content,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .views-label{padding-left:0 !important;}#block-martis-views-block-partners-block-1 [id^="views_slideshow_slide_counter_partners-block_"],#block-martis-views-block-partners-block-2 [id^="views_slideshow_slide_counter_partners-block_"],#block-martis-views-block-partners-block-3 [id^="views_slideshow_slide_counter_partners-block_"],#block-martis-views-block-partners-block-4 [id^="views_slideshow_slide_counter_partners-block_"],#block-martis-views-block-partners-block-5 [id^="views_slideshow_slide_counter_partners-block_"],#block-martis-views-block-partners-block-6 [id^="views_slideshow_slide_counter_partners-block_"],#block-martis-views-block-partners-block-7 [id^="views_slideshow_slide_counter_partners-block_"]{text-align:center !important;justify-self:center !important;order:unset !important;margin-top:0 !important;}@media (min-width:992px){#block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{grid-template-columns:minmax(0,1fr) !important;min-height:280px;max-width:960px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-field-image,#block-martis-views-block-partners-block-2 .views-field.views-field-field-image,#block-martis-views-block-partners-block-3 .views-field.views-field-field-image,#block-martis-views-block-partners-block-4 .views-field.views-field-field-image,#block-martis-views-block-partners-block-5 .views-field.views-field-field-image,#block-martis-views-block-partners-block-6 .views-field.views-field-field-image,#block-martis-views-block-partners-block-7 .views-field.views-field-field-image{min-height:140px;display:flex !important;align-items:center !important;justify-content:center !important;}}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-body,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-body,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-body,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-body,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-body,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-body,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field{margin:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-body,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-body,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-body,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-body,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-body,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-body{width:100% !important;max-width:100% !important;margin:0 !important;margin-top:0 !important;margin-bottom:0 !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-1 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-2 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-3 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-4 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-5 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-6 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-7 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-1 .views-field.views-field-body .field-content h2,#block-martis-views-block-partners-block-2 .views-field.views-field-body .field-content h2,#block-martis-views-block-partners-block-3 .views-field.views-field-body .field-content h2,#block-martis-views-block-partners-block-4 .views-field.views-field-body .field-content h2,#block-martis-views-block-partners-block-5 .views-field.views-field-body .field-content h2,#block-martis-views-block-partners-block-6 .views-field.views-field-body .field-content h2,#block-martis-views-block-partners-block-7 .views-field.views-field-body .field-content h2{text-align:center !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-field-image,#block-martis-views-block-partners-block-2 .views-field.views-field-field-image,#block-martis-views-block-partners-block-3 .views-field.views-field-field-image,#block-martis-views-block-partners-block-4 .views-field.views-field-field-image,#block-martis-views-block-partners-block-5 .views-field.views-field-field-image,#block-martis-views-block-partners-block-6 .views-field.views-field-field-image,#block-martis-views-block-partners-block-7 .views-field.views-field-field-image{padding-left:0.5rem !important;padding-right:0.5rem !important;overflow:visible !important;}#block-martis-views-block-partners-block-1 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-2 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-3 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-4 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-5 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-6 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-7 .views-slideshow-controls-top.clearfix{display:grid !important;grid-template-columns:1fr !important;justify-items:center !important;gap:0.5rem !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-link,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-field-link,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-field-link,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-field-link,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-field-link,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-field-link,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-field-link,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-link{margin:0 !important;padding:0 !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-label.views-label-field-link,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-label.views-label-field-link,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-label.views-label-field-link,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-label.views-label-field-link,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-label.views-label-field-link,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-label.views-label-field-link,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-label.views-label-field-link,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-link{display:block !important;justify-content:unset !important;white-space:normal !important;padding:0 !important;margin:0 0 0.35rem !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-field-link .field-content,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_main_partners-block_"] .views-field.views-field-field-link .field-content a{display:inline !important;white-space:normal !important;word-break:normal !important;overflow-wrap:normal !important;padding:0 !important;margin:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-body,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-body,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-body,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-body,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-body,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-body{align-self:start !important;height:auto !important;min-height:0 !important;margin-top:0 !important;margin-bottom:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-body .field-content p{display:block !important;justify-content:unset !important;height:auto !important;min-height:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-title,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-title,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-title,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-title,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-title,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-title,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-title,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-title .field-content{margin:0 !important;padding:0 !important;}@media (max-width:991.98px){#block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{display:grid !important;grid-template-columns:minmax(0,1fr) !important;grid-template-areas:"title"
      "logo"
      "link"
      "body" !important;column-gap:0 !important;row-gap:0.55rem !important;padding:0.5rem !important;max-width:100% !important;width:100% !important;overflow-x:clip !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field{width:100% !important;max-width:100% !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;left:auto !important;right:auto !important;position:static !important;grid-column:1 / -1 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-body,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-body,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-body,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-body,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-body,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-body{grid-area:body !important;grid-row:auto !important;width:100% !important;max-width:100% !important;margin:0 !important;margin-left:0 !important;margin-top:0 !important;align-self:stretch !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-link,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-field-link,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-field-link,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-field-link,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-field-link,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-field-link,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-field-link{grid-area:link !important;margin:0 !important;padding:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-image,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-field-image,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-field-image,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-field-image,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-field-image,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-field-image,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-field-image{grid-area:logo !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-title,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-title,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-title,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-title,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-title,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-title,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-title{grid-area:title !important;margin-left:0 !important;text-align:center !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1{overflow:visible !important;height:auto !important;min-height:0 !important;max-height:none !important;margin-bottom:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"]{overflow:visible !important;height:auto !important;min-height:0 !important;width:100% !important;margin-bottom:-4rem !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-label,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field .field-content,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field .field-content{margin-left:0 !important;margin-top:0 !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-label.views-label-title,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-label.views-label-field-image,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-title,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-field-image{display:block !important;text-align:center !important;margin-right:0 !important;margin-top:0 !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content{display:block !important;text-align:center !important;margin-right:0 !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media{margin-left:auto !important;margin-right:auto !important;margin-bottom:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-body,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body{margin-top:0 !important;margin-bottom:0 !important;margin-left:0 !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-label,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-label,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-label,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-label,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-label,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-label,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-label,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-label,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-label{margin-left:0 !important;margin-right:0 !important;text-align:center !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content{margin-left:0 !important;margin-right:0 !important;text-align:center !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image .media{margin-left:auto !important;margin-right:auto !important;margin-bottom:0 !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-label,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field .field-content,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field.views-field-title,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field.views-field-field-image,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field.views-field-field-link,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field.views-field-body{margin-left:0 !important;margin-right:0 !important;left:auto !important;right:auto !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field.views-field-field-image .media,#block-martis-views-block-partners-block-1 #views_slideshow_cycle_main_partners-block_1 .views-field.views-field-field-image .field-content{margin-left:auto !important;margin-right:auto !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title{margin-left:0 !important;margin-right:0 !important;text-align:center !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-field-image{margin-left:0;margin-right:0 !important;text-align:center !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 #views_slideshow_cycle_teaser_section_partners-block_1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,#block-martis-views-block-partners-block-2 #views_slideshow_cycle_teaser_section_partners-block_2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,#block-martis-views-block-partners-block-3 #views_slideshow_cycle_teaser_section_partners-block_3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,#block-martis-views-block-partners-block-4 #views_slideshow_cycle_teaser_section_partners-block_4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,#block-martis-views-block-partners-block-5 #views_slideshow_cycle_teaser_section_partners-block_5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,#block-martis-views-block-partners-block-6 #views_slideshow_cycle_teaser_section_partners-block_6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body,#block-martis-views-block-partners-block-7 #views_slideshow_cycle_teaser_section_partners-block_7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body{margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;overflow:visible !important;padding:2rem 0.5rem !important;}}[id^="block-martis-views-block-partners-block-"] .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field.views-field-title .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field.views-field-title .field-content,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] [id^="views_slideshow_cycle_div_partners-block_"] .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .views-label.views-label-title,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title .field-content{display:block !important;width:100% !important;max-width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] .views-field.views-field-title,[id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_teaser_section_partners-block_"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-title{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;}[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide{min-height:0 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body{min-height:10rem !important;padding:1.35rem 1.35rem 1.5rem !important;background:rgba(19,132,80,0.1) !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content{font-size:1.02rem !important;line-height:1.6 !important;text-align:left !important;color:#1a1a1a !important;max-height:none !important;overflow:visible !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body .field-content p{font-size:1.02rem !important;line-height:1.6 !important;text-align:left !important;margin:0 0 0.65rem !important;color:#1a1a1a !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title .field-content a{font-size:1.15rem !important;font-weight:800 !important;color:#0a3d28 !important;line-height:1.35 !important;}@media (max-width:991.98px){[id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-row{display:flex !important;flex-direction:column !important;gap:0.85rem !important;padding:0.75rem 0.35rem !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image,[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body{grid-area:auto !important;width:100% !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-body{min-height:0 !important;order:3 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-title{order:1 !important;}[id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{order:2 !important;}}html body.path-frontpage #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content{position:relative !important;box-sizing:border-box !important;padding-top:0.9rem !important;padding-bottom:0.9rem !important;padding-left:1.85rem !important;padding-right:1.85rem !important;}html body.path-frontpage #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before{content:"\201C" !important;color:#138450 !important;position:absolute !important;top:0.5rem !important;left:0.7rem !important;bottom:auto !important;right:auto !important;font-size:2rem !important;line-height:1 !important;pointer-events:none !important;z-index:1 !important;}html body.path-frontpage #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after{content:"\201D" !important;color:#138450 !important;position:absolute !important;bottom:0.3rem !important;right:0.7rem !important;top:auto !important;left:auto !important;font-size:2rem !important;line-height:1 !important;pointer-events:none !important;z-index:1 !important;}@media (max-width:991px){html body.path-frontpage #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-frontpage #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.path-taxonomy #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-service-city #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-houston-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-katy-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-cypress-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-spring-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-tomball-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,html body.page-jersey-village-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content{padding-top:1.4rem !important;padding-bottom:1.5rem !important;padding-left:1.15rem !important;padding-right:1.15rem !important;}html body.path-frontpage #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-frontpage #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.path-taxonomy #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-service-city #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-houston-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-katy-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-cypress-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-spring-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-tomball-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,html body.page-jersey-village-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::before{top:0.4rem !important;left:0.55rem !important;font-size:1.65rem !important;}html body.path-frontpage #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-frontpage #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.path-taxonomy #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-service-city #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-houston-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-katy-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-cypress-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-spring-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-tomball-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,html body.page-jersey-village-tx #block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content::after{bottom:0.25rem !important;right:0.55rem !important;font-size:1.65rem !important;}}#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content{padding-left:1.85rem !important;padding-right:1.85rem !important;}@media (max-width:991px){#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"] .views-field.views-field-body .field-content{padding-left:1.15rem !important;padding-right:1.15rem !important;padding-top:1.4rem !important;padding-bottom:1.5rem !important;}}[id^="block-martis-views-block-partners-block-"] h2.block-title a.partners-block-title-link,[id^="block-martis-views-block-partners-block-"] .block-title a.partners-block-title-link{color:inherit !important;-webkit-text-fill-color:inherit !important;text-decoration:none !important;font:inherit !important;font-weight:inherit !important;background:transparent !important;border:0 !important;box-shadow:none !important;cursor:pointer !important;}[id^="block-martis-views-block-partners-block-"] h2.block-title a.partners-block-title-link:hover,[id^="block-martis-views-block-partners-block-"] h2.block-title a.partners-block-title-link:focus-visible,[id^="block-martis-views-block-partners-block-"] .block-title a.partners-block-title-link:hover,[id^="block-martis-views-block-partners-block-"] .block-title a.partners-block-title-link:focus-visible{text-decoration:underline !important;text-underline-offset:3px !important;opacity:0.92 !important;}html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-service-city #wrapper .region.region-content .service-city-term-view--slideshow-only > .views-row,html body.page-service-city #wrapper .region.region-content .partner-teaser,html body.page-service-city #wrapper .region.region-content .partner-teaser--card,html body.page-service-city #wrapper .region.region-content article.partner-teaser,html body.page-service-city #wrapper .region.region-content .node--type-partners,html body.page-service-city #wrapper .region.region-content .partners-page,html body.page-katy-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-houston-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-cypress-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-spring-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-tomball-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row,html body.page-jersey-village-tx #wrapper .region.region-content .blog-tag-listing-view > .views-row{display:none !important;visibility:hidden !important;height:0 !important;max-height:0 !important;overflow:hidden !important;margin:0 !important;padding:0 !important;border:0 !important;}html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view,html body.page-service-city #wrapper .region.region-content .service-city-term-view--slideshow-only{min-height:0 !important;margin:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view > .view-header,html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view > .feed-icons,html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view > .pager,html body.page-service-city #wrapper .region.region-content .blog-tag-listing-view > .pagerer-container{display:none !important;}#block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_div_partners-block_"],#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_div_partners-block_"],#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_div_partners-block_"],#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_div_partners-block_"],#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_div_partners-block_"],#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_div_partners-block_"],#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_div_partners-block_"]{position:relative !important;top:auto !important;left:auto !important;width:100% !important;height:auto !important;}#block-martis-views-block-partners-block-1,#block-martis-views-block-partners-block-2,#block-martis-views-block-partners-block-3,#block-martis-views-block-partners-block-4,#block-martis-views-block-partners-block-5,#block-martis-views-block-partners-block-6,#block-martis-views-block-partners-block-7{width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 .block-content.clearfix,#block-martis-views-block-partners-block-2 .block-content.clearfix,#block-martis-views-block-partners-block-3 .block-content.clearfix,#block-martis-views-block-partners-block-4 .block-content.clearfix,#block-martis-views-block-partners-block-5 .block-content.clearfix,#block-martis-views-block-partners-block-6 .block-content.clearfix,#block-martis-views-block-partners-block-7 .block-content.clearfix,#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_main_partners-block_"],#block-martis-views-block-partners-block-1 [id^="views_slideshow_cycle_teaser_section_partners-block_"],#block-martis-views-block-partners-block-2 [id^="views_slideshow_cycle_teaser_section_partners-block_"],#block-martis-views-block-partners-block-3 [id^="views_slideshow_cycle_teaser_section_partners-block_"],#block-martis-views-block-partners-block-4 [id^="views_slideshow_cycle_teaser_section_partners-block_"],#block-martis-views-block-partners-block-5 [id^="views_slideshow_cycle_teaser_section_partners-block_"],#block-martis-views-block-partners-block-6 [id^="views_slideshow_cycle_teaser_section_partners-block_"],#block-martis-views-block-partners-block-7 [id^="views_slideshow_cycle_teaser_section_partners-block_"]{width:100% !important;max-width:100% !important;overflow:visible !important;}#block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{display:grid !important;grid-template-columns:minmax(0,1fr) !important;grid-template-rows:auto !important;grid-template-areas:"title"
    "logo"
    "link"
    "body" !important;column-gap:0 !important;width:100% !important;max-width:960px !important;margin-left:auto !important;margin-right:auto !important;justify-items:center !important;box-sizing:border-box !important;}@media (max-width:991.98px){#block-martis-views-block-partners-block-1 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-2 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-3 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-4 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-5 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-6 .views_slideshow_cycle_slide .views-row,#block-martis-views-block-partners-block-7 .views_slideshow_cycle_slide .views-row{max-width:100% !important;width:100% !important;padding:0.5rem 0.5rem !important;}#block-martis-views-block-partners-block-1 .block-content.clearfix,#block-martis-views-block-partners-block-2 .block-content.clearfix,#block-martis-views-block-partners-block-3 .block-content.clearfix,#block-martis-views-block-partners-block-4 .block-content.clearfix,#block-martis-views-block-partners-block-5 .block-content.clearfix,#block-martis-views-block-partners-block-6 .block-content.clearfix,#block-martis-views-block-partners-block-7 .block-content.clearfix{padding-left:0 !important;padding-right:0 !important;}}#block-martis-views-block-partners-block-1 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-2 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-3 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-4 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-5 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-6 .views-slideshow-controls-top.clearfix,#block-martis-views-block-partners-block-7 .views-slideshow-controls-top.clearfix{position:relative !important;z-index:30 !important;pointer-events:auto !important;width:100% !important;max-width:100% !important;}#block-martis-views-block-partners-block-1 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-2 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-3 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-4 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-5 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-6 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-7 .views-slideshow-controls-top.clearfix a,#block-martis-views-block-partners-block-1 .views_slideshow_controls_text a,#block-martis-views-block-partners-block-2 .views_slideshow_controls_text a,#block-martis-views-block-partners-block-3 .views_slideshow_controls_text a,#block-martis-views-block-partners-block-4 .views_slideshow_controls_text a,#block-martis-views-block-partners-block-5 .views_slideshow_controls_text a,#block-martis-views-block-partners-block-6 .views_slideshow_controls_text a,#block-martis-views-block-partners-block-7 .views_slideshow_controls_text a{position:relative !important;z-index:31 !important;pointer-events:auto !important;cursor:pointer !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-body,#block-martis-views-block-partners-block-2 .views-field.views-field-body,#block-martis-views-block-partners-block-3 .views-field.views-field-body,#block-martis-views-block-partners-block-4 .views-field.views-field-body,#block-martis-views-block-partners-block-5 .views-field.views-field-body,#block-martis-views-block-partners-block-6 .views-field.views-field-body,#block-martis-views-block-partners-block-7 .views-field.views-field-body{grid-area:body !important;width:100% !important;max-width:100% !important;justify-self:stretch !important;}#block-martis-views-block-partners-block-1 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-2 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-3 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-4 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-5 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-6 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-7 .views-field.views-field-body .field-content,#block-martis-views-block-partners-block-1 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-2 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-3 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-4 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-5 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-6 .views-field.views-field-body .field-content p,#block-martis-views-block-partners-block-7 .views-field.views-field-body .field-content p{font-size:0.98rem !important;line-height:1.5 !important;max-height:none !important;text-align:center !important;max-width:100% !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image,html body [id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;padding-left:0 !important;padding-right:0 !important;text-align:center !important;justify-self:center !important;left:auto !important;right:auto !important;transform:none !important;scale:1 !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important;text-align:center !important;transform:none !important;scale:1 !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture{display:flex !important;align-items:center !important;justify-content:center !important;width:136px !important;height:136px !important;max-width:136px !important;max-height:136px !important;min-width:136px !important;min-height:136px !important;margin:0 auto !important;margin-left:auto !important;margin-right:auto !important;padding:0 !important;overflow:hidden !important;border-radius:50% !important;border:2px solid #000 !important;background:#fff !important;box-shadow:0 2px 8px rgba(0,0,0,0.12) !important;box-sizing:border-box !important;aspect-ratio:1 / 1 !important;transform:none !important;scale:1 !important;left:auto !important;right:auto !important;position:relative !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img{width:136px !important;height:136px !important;max-width:136px !important;max-height:136px !important;object-fit:contain !important;object-position:center !important;border-radius:50% !important;border:2px solid #000 !important;background:#fff !important;padding:0.2rem !important;box-sizing:border-box !important;aspect-ratio:1 / 1 !important;margin:0 auto !important;display:block !important;transform:none !important;scale:1 !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img,html body #wrapper [id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field-field-image img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:0 !important;min-height:0 !important;object-fit:contain !important;object-position:center center !important;border-radius:0 !important;border:0 !important;padding:0.2rem !important;margin:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;display:block !important;transform:none !important;scale:1 !important;left:auto !important;right:auto !important;position:relative !important;}@media (max-width:1000px){html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image,html body [id^="block-martis-views-block-partners-block-"] .views-field.views-field-field-image{margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media--blazy,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image picture,html body [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content > img{width:150px !important;height:150px !important;max-width:150px !important;max-height:150px !important;min-width:150px !important;min-height:150px !important;margin-left:auto !important;margin-right:auto !important;}html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .field-content img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views-field-field-image .media__element,html body #wrapper [id^="block-martis-views-block-partners-block-"] [id^="views_slideshow_cycle_div_partners-block_"] .views-field img,html body #wrapper [id^="block-martis-views-block-partners-block-"] .views_slideshow_cycle_slide .views-field-field-image img{margin:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0.2rem !important;width:100% !important;height:100% !important;object-fit:contain !important;object-position:center center !important;}}
body.path-legal #wrapper #page-wrapper{background:#fff !important;padding-block:clamp(1.5rem,4vw,3.5rem) !important;}body.path-legal #wrapper .region-content{background:#fff;border:1px solid #c8e3d3;border-radius:20px;box-shadow:0 18px 48px rgba(7,55,32,.1);box-sizing:border-box;color:#294638;font-size:1rem;line-height:1.75;margin:0 auto;max-width:900px;overflow-wrap:anywhere;padding:clamp(1.2rem,4vw,2.8rem) !important;}body.path-legal #wrapper .region-content :is(h2,h3,h4){color:#0a4f2f !important;font-weight:830 !important;letter-spacing:-.02em;line-height:1.25;margin:1.5em 0 .55em !important;}body.path-legal #wrapper .region-content :is(p,li){background:transparent !important;border:0 !important;color:#294638 !important;line-height:1.75;padding:0 !important;position:static !important;}body.path-legal #wrapper .region-content a{color:#0e6c3e !important;font-weight:750;overflow-wrap:anywhere;text-underline-offset:.2em;}html body .ui-dialog:has(#drupal-modal){background:#fff !important;border:1px solid #b9d8c6 !important;border-radius:18px !important;box-shadow:0 28px 80px rgba(4,39,22,.3) !important;box-sizing:border-box;max-height:min(88vh,54rem) !important;max-width:min(760px,calc(100vw - 2rem)) !important;overflow:hidden !important;width:100% !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar{align-items:center;background:linear-gradient(135deg,#083f26,#0e6c3e) !important;border:0 !important;color:#fff !important;display:flex;min-height:64px;padding:.9rem 1rem .9rem 1.25rem !important;position:relative !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-title{color:#fff !important;font-size:1.1rem;font-weight:830;margin:0 !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close{align-items:center;background:rgba(255,255,255,.14) !important;border:1px solid rgba(255,255,255,.4) !important;border-radius:50% !important;color:#fff !important;cursor:pointer !important;display:flex;font-size:0 !important;height:40px !important;inset:50% .75rem auto auto !important;inset-inline-end:.75rem !important;inset-inline-start:auto !important;justify-content:center;line-height:1 !important;margin:0 !important;min-width:40px !important;opacity:1 !important;padding:0 !important;position:absolute !important;text-indent:0 !important;text-shadow:none !important;transform:translateY(-50%) !important;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;width:40px !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close::before{content:'\00d7';display:block;font-family:Arial,sans-serif;font-size:1.7rem;font-weight:400;line-height:1;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close :is(.ui-icon,.ui-button-icon,.ui-button-icon-space){background:none !important;display:none !important;height:0 !important;margin:0 !important;width:0 !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close:hover{background:#fff !important;border-color:#fff !important;color:#07502e !important;transform:translateY(-50%) scale(1.04) !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close:active{transform:translateY(-50%) scale(.97) !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close:focus-visible{background:#fff !important;border-color:#fff !important;box-shadow:0 0 0 3px #0a4f2f,0 0 0 6px #fff !important;color:#07502e !important;outline:2px solid transparent !important;}html body .ui-dialog:has(#drupal-modal) #drupal-modal{box-sizing:border-box;color:#294638 !important;line-height:1.7;max-height:calc(88vh - 64px) !important;overflow-y:auto !important;padding:clamp(1rem,3vw,1.8rem) !important;}html body .ui-dialog:has(#drupal-modal) #drupal-modal :is(p,li){background:transparent !important;border:0 !important;color:#294638 !important;padding:0 !important;position:static !important;}@media (max-width:600px){html body .ui-dialog:has(#drupal-modal){border-radius:14px !important;max-height:calc(100dvh - 1rem) !important;max-width:calc(100vw - 1rem) !important;}html body .ui-dialog:has(#drupal-modal) #drupal-modal{max-height:calc(100dvh - 5rem) !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar{min-height:68px;padding-inline:1rem 4.4rem !important;}html body .ui-dialog:has(#drupal-modal) .ui-dialog-titlebar-close{height:48px !important;inset-inline-end:.6rem !important;min-width:48px !important;width:48px !important;}}@media print{body.path-legal #wrapper :is(.header,#page-title,.breadcrumb,footer){display:none !important;}body.path-legal #wrapper .region-content{border:0;box-shadow:none;max-width:none;padding:0 !important;}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
.ui-dialog:not(.ui-dialog-off-canvas){max-width:1280px;border:0 none !important;border-radius:var(--gin-border-m);background:var(--gin-bg-layer);}@media (forced-colors:active){.ui-dialog:not(.ui-dialog-off-canvas){border:1px solid buttonBorder !important;}}.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-content:first-of-type{border-start-start-radius:var(--gin-border-m);border-start-end-radius:var(--gin-border-m);}.ui-dialog:not(.ui-dialog-off-canvas) .layout-region-node-actions{position:absolute;inset-block-end:0;inset-inline-start:var(--gin-spacing-m);inset-block-start:auto;inset-inline-end:auto;}.ui-dialog:not(.ui-dialog-off-canvas) .layout-region-node-secondary{width:100%;}.ui-dialog:not(.ui-dialog-off-canvas) .views-exposed-form.views-exposed-form,.ui-dialog:not(.ui-dialog-off-canvas) .views-displays{border:1px solid var(--gin-border-color-layer);}@media (max-width:47.99em){.ui-dialog:not(.ui-dialog-off-canvas){min-width:92%;max-width:92%;}}.ui-dialog{position:absolute;inset-block-start:0;font-family:var(--gin-font);outline:none;}[dir="ltr"] .ui-dialog{inset-inline-start:0;}[dir="rtl"] .ui-dialog{inset-inline-end:0;}.ui-dialog,.ui-dialog:focus,.ui-dialog:focus:active,.ui-dialog:focus:hover{box-shadow:var(--gin-shadow-l1);}.ui-dialog .ui-dialog-titlebar{line-height:1.2;padding:var(--gin-spacing-m) var(--gin-spacing-l);background:#1b1b1d;border:0 none;border-radius:var(--gin-border-m) var(--gin-border-m) 0 0;position:relative;}@media (forced-colors:active){.ui-dialog .ui-dialog-titlebar{border-block-end:1px solid buttonBorder;}}.ui-dialog .ui-dialog-title{font-size:var(--gin-font-size-l);font-weight:var(--gin-font-weight-normal);color:#fff;width:100%;padding-inline-end:var(--gin-spacing-xl);margin:0;box-sizing:border-box;}.ui-dialog .ui-dialog-content{color:var(--gin-color-text);}.ui-dialog .ui-dialog-content:not(:has(+ .ui-widget-content.ui-dialog-buttonpane)){border-end-start-radius:var(--gin-border-m);border-end-end-radius:var(--gin-border-m);}.ui-dialog .ui-widget-content.ui-dialog-buttonpane{padding:var(--gin-spacing-s) var(--gin-spacing-l);border-block-start:1px solid var(--gin-border-color-layer);border-end-start-radius:var(--gin-border-m);border-end-end-radius:var(--gin-border-m);background:var(--gin-bg-app);}.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button{font-family:var(--gin-font);font-size:var(--gin-font-size-s);font-weight:var(--gin-font-weight-semibold);padding-block:calc(var(--gin-spacing-s) - 2px);padding-inline:var(--gin-spacing-m);margin-block:0;height:auto;}.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button:last-of-type{margin-inline-end:0;}.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button.button--danger,.ui-dialog [data-drupal-selector*=-remove-form] .button.button--danger{border-color:var(--gin-color-danger) !important;background-color:var(--gin-color-danger) !important;}.ui-dialog .ui-dialog-buttonset{margin-block-start:0;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;inset-block-start:50%;inset-inline-start:auto;inset-inline-end:0;width:2rem;height:2rem;opacity:.8;margin:0 var(--gin-spacing-m);transform:translateY(-50%);background:none;border:none;}.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{width:100%;height:100%;inset-block-start:0;inset-inline-start:0;margin:0;transform:none;background:#fff;-webkit-mask-image:url(/themes/contrib/gin/dist/media/sprite.svg#close-view);mask-image:url(/themes/contrib/gin/dist/media/sprite.svg#close-view);-webkit-mask-size:var(--gin-icon-size-close) var(--gin-icon-size-close);mask-size:var(--gin-icon-size-close) var(--gin-icon-size-close);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;}@media (forced-colors:active){.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{background:linktext;}}.ui-dialog .ui-dialog-titlebar-close:hover{opacity:1;}.ui-dialog .ui-widget-content.ui-dialog-content{padding-inline:var(--gin-spacing-l);background:var(--gin-bg-layer);}.ui-dialog .gin-layer-wrapper{margin-block-end:var(--gin-spacing-l);}.ui-dialog .gin-confirm-form{margin-block-start:var(--gin-spacing-m);margin-block-end:var(--gin-spacing-s);}.ui-dialog.token-tree-dialog{max-width:none;z-index:505;}.erl-overlay,.layout-paragraphs-dialog{position:fixed !important;inset-block-start:50% !important;inset-inline-start:50% !important;width:calc(100% - var(--gin-spacing-xl)) !important;}[dir="ltr"] .erl-overlay,[dir="ltr"] .layout-paragraphs-dialog{transform:translate(-50%,-50%);}[dir="rtl"] .erl-overlay,[dir="rtl"] .layout-paragraphs-dialog{transform:translate(50%,-50%);}@media (min-width:64em){.erl-overlay,.layout-paragraphs-dialog{width:calc(100% - var(--gin-spacing-xxxl)) !important;}}ul.paragraphs-add-dialog-list{margin:var(--gin-spacing-l) 0;}.ui-widget-overlay{opacity:.9;background:var(--gin-bg-layer2);}.views-ui-dialog .views-offset-bottom{border-block-start:1px solid var(--gin-border-color);}@media (forced-colors:active){.views-ui-dialog .views-offset-bottom{border-block-start:none;}}.ui-widget-content a{color:var(--gin-color-primary);}.ui-widget.ui-dialog.ui-dialog-off-canvas{--gin-offcanvas-active:var(--gin-color-primary);background:#444;border:0 none;box-shadow:0 0 48px rgba(0,0,0,.075);}.ui-widget.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar{background:#1b1b1d;border-radius:0;}.ui-widget.ui-dialog.ui-dialog-off-canvas .ui-resizable-w{border:0 none;background-color:transparent;}.ui-widget.ui-dialog.ui-dialog-off-canvas .fieldset{color:var(--gin-color-text);}.ui-widget.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas .button--primary[type=submit]{background:var(--gin-offcanvas-active);}.ui-dialog .ui-widget-content.ui-dialog-content{overflow:auto;}.ui-dialog.webform-off-canvas .ui-widget-content.ui-dialog-content{background:var(--gin-bg-layer);}table.treetable tr.branch{background-color:transparent;}.ui-dialog .gin-layer-wrapper{margin-block:var(--gin-spacing-l);}.views-ui-dialog.views-ui-dialog > .ui-dialog-content{padding:0;}#drupal-modal .gin-sticky-form-actions.form-actions{display:none;}
