:root {
  --gb-white:#fff;
  --gb-white-smoke:#eee;
  --gb-white-smoke-light:#F5F5F5;
  --gb-red:#f00;
  --gb-green:#00CA44;
  --gb-yellow:#ffd52d;
  --gb-black:#000;
  --gb-gray-black:#222;
  --gb-timberwolf:#D7D5D2;
  --border:var(--gb-timberwolf);
  --gb-dark-timberwolf:#D9D9D9;
  --gb-lube-red:#E32426;
  --gb-volley-red:#CC2418;
  --gb-antrax:#404041;
  --gb-gruppo-grey:var(--gb-antrax);
  --gb-taupe-grey:#929090;
  --gb-gray:#808080;
  --gb-battle-grey:#999;
  --gb-text-battle-grey:#575757;
  --gb-white-20:rgba(255,255,255,0.2);
  --gb-white-70:rgba(255,255,255,0.7);
  --gb-nickel:#737373;
  --gb-wapp:#01b142;
  --gb-platinum:#e2e2e2;
  --creo:#07487c;
  --gruppo:#404041;
  --lube:#e32426;
  --multi:#666666;
  --component-pad:40px;
  --component-pad-top:var(--component-pad);
  --component-pad-foot:40px;
  --spinner-w:33px;
  --roboto: "Roboto", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --header-height:100px;
}
:root #gb1 {
  --border:var(--gb-white);
  --title-mask:var(--gb-timberwolf) ;
}
@media screen and (max-width: 992px) {
  :root {
    --header-height:70px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height:60px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Italic-VariableFont_wdth_wght.woff2") format("woff2");
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-VariableFont_wdth_wght.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
a {
  color: currentColor !important;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
* img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gb-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0px !important;
}

button {
  cursor: pointer !important;
  color: currentColor;
}

textarea, input, button {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: none;
}

legend {
  float: none !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gb-disabled,
.gb_disabled {
  opacity: 0.8;
  pointer-events: none;
}

[data-componente=aliasServiceComponet],
.aliasServiceComponet {
  background: #f8f8f8;
  color: currentColor;
  padding-top: 20px;
  padding-bottom: 20px;
}
[data-componente=aliasServiceComponet] .container gb-alert-text,
.aliasServiceComponet .container gb-alert-text {
  display: block;
  font-size: 10px;
  padding-bottom: 20px;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID,
.aliasServiceComponet .container ul.aliasServiceID {
  padding: 0;
  margin: 0;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li,
.aliasServiceComponet .container ul.aliasServiceID li {
  display: inline-block;
  vertical-align: middle;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p,
.aliasServiceComponet .container ul.aliasServiceID li p {
  margin-bottom: 0;
  font-size: 14px;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p strong,
.aliasServiceComponet .container ul.aliasServiceID li p strong {
  color: #e32426;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p span,
.aliasServiceComponet .container ul.aliasServiceID li p span {
  background: #81be41;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 0.3em;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p span svg,
.aliasServiceComponet .container ul.aliasServiceID li p span svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
[data-componente=aliasServiceComponet] .container gb-url-componente,
.aliasServiceComponet .container gb-url-componente {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

gb-aliasServiceComponetAnteprimaText {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .container-lg,
  .container-md,
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1900px) {
  .container-lg,
  .container-md,
  .container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-inline: 20px;
  }
}
.container-fluid {
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-inline: 40px;
  }
}

picture {
  display: block;
}

.pagination {
  column-gap: 10px;
  justify-content: center;
  width: 100%;
  flex: 0 0 auto;
}
.pagination .page-link {
  border-radius: 0;
  padding: 8px 12px;
  border: solid 1px var(--gb-white-smoke);
  font-size: 12px;
  color: var(--gb-gray-black) !important;
  background: var(--gb-white-smoke);
  box-shadow: none !important;
  border-radius: 0 !important;
}
.pagination .page-link .bi::before {
  vertical-align: -0.2em;
  font-size: 1.3em;
  line-height: 1;
}
.pagination .page-item.disabled .page-link {
  background: var(--gb-white);
  color: var(--gb-gray-black) !important;
}
.pagination .page-item.active .page-link {
  background: var(--gb-gray-black);
  color: var(--gb-white) !important;
  border-color: var(--gb-gray-black);
}
.pagination .page-item.next .page-link, .pagination .page-item.previous .page-link {
  padding: 8px;
  font-size: 0;
}
.pagination .page-item.next .page-link .bi::before, .pagination .page-item.previous .page-link .bi::before {
  font-size: 18px;
}
.pagination .gb-other-page {
  display: flex;
  align-items: flex-end;
  padding: 8px 2px;
  color: var(--gb-text-battle-grey);
}
.pagination .gb-other-page:after {
  content: "...";
  letter-spacing: 0.06em;
}

.gb-breadcrumb-wrapper .gb-breadcrumb {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: currentColor;
  margin: 0;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li {
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  color: var(--gb-text-battle-grey);
  letter-spacing: 0.045em;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li a {
  display: inline-block;
  --wght: 400;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li a:hover {
  text-decoration: underline;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li:last-child {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li:not(:last-child)::after {
  font-family: bootstrap-icons;
  content: "\f285";
  margin: 0 3px;
  vertical-align: top;
}

.pswp--zoom-allowed .pswp__img {
  border: solid 1px var(--border);
}

.pswp .pswp__bg {
  background: #fff;
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 38px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__top-bar {
    padding: 16px;
  }
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 30px;
  width: 30px;
  top: 50%;
  background: transparent;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-white-smoke);
  border-radius: 6px;
  color: var(--gb-antrax);
}
.pswp .pswp__ui .pswp__button .bi {
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 10px;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 38px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-lube-red);
  color: var(--gb-white);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
    top: auto;
    bottom: 10px;
    left: 16px;
  }
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 38px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
    right: 16px;
  }
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  --wght: 700;
  color: var(--gb-black);
  text-align: center;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 6px;
  line-height: 1.2;
  background: #fff;
}
.pswp .pswp__ui .pswp__caption {
  font-size: 18px;
  text-transform: uppercase;
  --wght:500;
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 20px 38px;
  pointer-events: none;
  position: relative;
  display: flex;
}
.pswp .pswp__ui .pswp__caption span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .pswp__caption .pswp__caption__center {
  padding: 8px 15px;
  border-radius: 6px;
  background: #fff;
  pointer-events: auto;
  line-height: 1.2;
  max-width: 73vw;
}
@media screen and (max-width: 576px) {
  .pswp .pswp__ui .pswp__caption .pswp__caption__center {
    margin-left: 16px;
    top: 16px;
  }
}
.pswp .pswp__ui .pswp__caption.pswp__caption--fake {
  display: none;
}
.pswp .pswp__button--share {
  display: none !important;
}
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
}
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .pswp__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp video {
  width: 100% !important;
  height: auto !important;
}

gb-bold {
  --wght:600;
  display: inline;
}

gb-uppercase {
  text-transform: uppercase;
  display: inline;
}

gb-lowercase {
  text-transform: lowercase;
  display: inline;
}

gb-italic {
  font-style: italic;
}

gb-highlight {
  background: color-mix(in srgb, #f3ea06 80%, transparent);
}

gb-big {
  font-size: 1.25rem;
}

.gb-break-flex {
  flex-basis: 100%;
  height: 0;
}

p:last-child, ul:last-child, ol:last-child {
  margin: 0;
}

hr:not([size]) {
  height: 3px;
}

* {
  font-variation-settings: "wght" var(--wght, 400), "wdth" var(--wdth, 100);
}

b, strong {
  --wght:700;
}

.gb-span-2 {
  grid-column: span 2;
}

body {
  font-family: var(--roboto);
}
body#gb1 {
  background: var(--gb-timberwolf);
}
body.gb-op {
  overflow: hidden;
}

main {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
}

gb-label {
  display: inline-block;
  padding: 6px 14px;
  background: var(--gb-label-color, var(--gb-gray-black));
  font-weight: 500;
  font-size: 14px;
  color: var(--gb-white);
  letter-spacing: 0.03em;
  line-height: 1.2;
}
gb-label.xs {
  padding: 3px 6px;
  font-size: 12px;
}
gb-label.red {
  --gb-label-color:var(--gb-lube-red);
}
gb-label.yellow {
  --gb-label-color:var(--gb-yellow);
  color: var(--gb-gray-black);
}
gb-label.green {
  --gb-label-color:var(--gb-green);
}
gb-label.gray {
  --gb-label-color:var(--gb-battle-grey);
  color: var(--gb-antrax);
}
gb-label.gray.text-white {
  color: var(--gb-white);
}
gb-label.light-gray {
  --gb-label-color:var(--gb-timberwolf);
  color: var(--gb-antrax);
}
gb-label.white {
  --gb-label-color:var(--gb-white);
  color: var(--gb-antrax);
}
gb-label.white.text-red {
  color: var(--gb-lube-red);
}

section {
  background: var(--gb-white);
  padding-top: 40px;
}
section:last-of-type {
  padding-bottom: 60px;
}
section.gb-border {
  border-top: solid 2px var(--border);
}
body#gb1 section {
  background: var(--gb-timberwolf);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  section.d-lg-none-cms > *:not(.greencms_button_tools) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  section.d-md-none-cms > *:not(.greencms_button_tools) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  section.d-xs-none-cms > *:not(.greencms_button_tools), section.d-sm-none-cms > *:not(.greencms_button_tools) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  section.d-xs-none {
    display: none !important;
  }
  section.d-xs-block {
    display: block !important;
  }
}

.gb-section-title {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(0deg, transparent 0%, transparent calc(50% - 1px), var(--border) calc(50% - 1px), var(--border) calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .gb-section-title {
    margin-bottom: 8px;
  }
}
.gb-section-title > *,
.gb-section-title > h2,
.gb-section-title > h1,
.gb-section-title > strong {
  display: block;
  line-height: 1.2;
  background: var(--title-mask, var(--gb-white));
  font-size: 18px;
  padding: 0 10px;
  letter-spacing: 0.03em;
  margin: 0;
  --wght: 600;
  text-align: center;
  max-width: 95%;
}
.gb-section-title > * > *,
.gb-section-title > h2 > *,
.gb-section-title > h1 > *,
.gb-section-title > strong > * {
  margin: 0;
  padding: 0;
}
.gb-section-title > * svg,
.gb-section-title > h2 svg,
.gb-section-title > h1 svg,
.gb-section-title > strong svg {
  height: 28px;
  width: auto;
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .gb-section-title > * svg,
  .gb-section-title > h2 svg,
  .gb-section-title > h1 svg,
  .gb-section-title > strong svg {
    height: 20px;
  }
}
.gb-section-title > a {
  text-decoration: none !important;
}

.gb-section-breadcrumb + section {
  padding-top: 0;
}

.gb-cta {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid var(--gb-white-smoke);
  background: var(--gb-white);
  font-size: 16px;
  font-style: normal;
  --wght: 500;
  line-height: normal;
  color: var(--gb-black) !important;
  text-decoration: none !important;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .gb-cta {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .gb-cta {
    padding: 10px;
  }
}
.gb-cta i {
  font-size: 16px;
  margin-right: 4px;
}
.gb-cta.gb-double-border {
  border-width: 3px;
  --wght: 600;
}
.gb-cta.gb-small {
  padding: 8px 16px;
  font-size: 14px;
}
.gb-cta.gb-only-icon {
  padding: 8px 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .gb-cta.gb-small-notmobi {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.gb-cta.gb-mw {
  width: 100%;
  max-width: 300px;
}
.gb-cta.gb-small-mw {
  width: 100%;
  max-width: 150px;
}
.gb-cta.gb-xs {
  padding: 5px 8px;
  font-size: 12px;
}
.gb-cta.gb-xxs {
  padding: 2px 6px;
  font-size: 11px;
}
.gb-cta.gb-xl-border {
  border-width: 2px;
}
.gb-cta.gb-xxl-border {
  border-width: 4px;
}
@media screen and (min-width: 1601px) {
  .gb-cta.gb-xl {
    font-size: 18px;
    padding: 14px 32px;
  }
}
.gb-cta.gb-black {
  background: var(--gb-black);
  border-color: var(--gb-gray-black);
  color: var(--gb-white) !important;
}
.gb-cta.gb-grey {
  background: var(--gb-antrax);
  border-color: var(--gb-antrax);
  color: var(--gb-white) !important;
}
.gb-cta.gb-grey-black {
  background: var(--gb-gray-black);
  border-color: var(--gb-gray-black);
  color: var(--gb-white) !important;
}
.gb-cta.gb-light {
  background: var(--gb-white-smoke);
  border-color: var(--gb-white-smoke);
  color: var(--gb-antrax) !important;
}
.gb-cta.gb-light.cta-text-black {
  color: var(--gb-black) !important;
}
.gb-cta.gb-white {
  background: var(--gb-white);
  border-color: var(--gb-white);
}
.gb-cta.gb-red {
  background: var(--gb-lube-red);
  border-color: var(--gb-lube-red);
  color: var(--gb-white) !important;
}
.gb-cta.gb-white-smoke {
  background: var(--gb-white-smoke);
  border-color: var(--gb-white);
}
.gb-cta.gb-outline {
  background: transparent;
}
.gb-cta.gb-outline.gb-black {
  color: var(--gb-black) !important;
}
.gb-cta.gb-outline.gb-light {
  color: var(--gb-white) !important;
}
.gb-cta.gb-outline.gb-grey-black {
  color: var(--gb-gray-black) !important;
}
.gb-cta.gb-outline.gb-grey {
  color: var(--gb-gray-black) !important;
  border-color: var(--gb-gray) !important;
}
.gb-cta.gb-outline.gb-red {
  color: var(--gb-lube-red) !important;
}
.gb-cta.gb-outline.gb-red.gb-white-bg {
  background: var(--gb-white);
}
.gb-cta.gb-link-header {
  background: transparent;
  border-color: var(--gb-black);
  border-color: var(--gb-lube-red);
  color: var(--gb-lube-red) !important;
  transition: border-color 300ms, color 300ms;
}
@media screen and (max-width: 767px) {
  .gb-cta.gb-link-header {
    font-size: 12px;
    letter-spacing: 0.01em;
    border-width: 2px;
    padding: 6px 8px;
  }
}
body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) .gb-cta.gb-link-header {
  border-color: var(--gb-white);
  color: var(--gb-white) !important;
}
.gb-cta.gb-wapp {
  background: var(--gb-wapp);
  color: var(--gb-white) !important;
  border-color: var(--gb-wapp);
}
.gb-cta.gb-wapp.gb-outline {
  background: transparent !important;
  color: var(--gb-wapp) !important;
}
.gb-cta.gb-disabled, .gb-cta:disabled {
  background: var(--gb-white-smoke);
  border-color: var(--gb-white-smoke);
  color: var(--gb-taupe-grey) !important;
  pointer-events: none !important;
}
@media screen and (min-width: 1300px) {
  .gb-cta.gb-desk-xl {
    min-width: 260px;
    text-align: center;
  }
}

.gb-big-title {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  --wght: 700;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .gb-big-title {
    font-size: 20px;
  }
}

.gb-h1 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  --wght: 700;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .gb-h1 {
    font-size: 20px;
  }
}

.gb-h2 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  --wght: 700;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .gb-h2 {
    font-size: 20px;
  }
}

.gb-h3 {
  font-size: 1rem;
  --wght: 400;
  letter-spacing: 0.05rem;
  color: var(--gb-dim-grey);
  margin: 0;
}

.gb-h4 {
  font-size: 1rem;
  --wght: 750;
  text-transform: uppercase;
  margin: 0;
  color: unset;
}

.gb-h5 {
  font-size: 0.875rem;
  --wght: 700;
  margin: 0;
}

.gb-p,
p {
  font-size: 1rem;
  color: currentColor;
  --wght: 400;
  letter-spacing: 0.01em;
}

header {
  background: var(--gb-white);
  color: currentColor;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 300ms, color 300ms;
}
body.gb-absolute-header header {
  position: absolute;
}
body.gb-fixed-header header {
  position: fixed;
  animation: swipeDown 300ms forwards;
}
body.gb-remove-delay header {
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
}
body.gb-remove-delay header .gb-brand::before,
body.gb-remove-delay header .gb-cta {
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
}
body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header {
  background: transparent;
  color: var(--gb-white);
  transition-delay: 300ms;
}
@media screen and (min-width: 768px) {
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header a,
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-store,
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-hamb,
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-agevolazioni,
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-lang-wrapper,
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-search,
  body.gb-absolute-header:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-brand {
    pointer-events: auto;
  }
}
header .gb-header-wrapper {
  height: var(--header-height);
}
body.gb-fixed-header header .gb-brand, body.gb-absolute-header header .gb-brand {
  position: relative;
}
body.gb-fixed-header header .gb-brand::before, body.gb-absolute-header header .gb-brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: image-set(url("/gb/img/logo/logo_store.webp") type("image/webp") 1x, url("/gb/img/logo/logo_store@1-75x.webp") type("image/webp") 1.75x, url("/gb/img/logo/logo_store@2x.webp") type("image/webp") 2x, url("/gb/img/logo/logo_store.png") type("image/jpeg") 1x, url("/gb/img/logo/logo_store@1-75x.png") type("image/jpeg") 1.75x, url("/gb/img/logo/logo_store@2x.png") type("image/jpeg") 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 300ms 300ms;
}
body.gb-fixed-header header .gb-brand::before, body.gb-absolute-header.gb-ol header .gb-brand::before, body.gb-absolute-header.gb-op header .gb-brand::before {
  opacity: 1;
  transition-delay: 0ms;
}
header .gb-brand img {
  height: 68px;
  width: auto;
  opacity: 1;
  transition: opacity 300ms 300ms;
}
body.gb-absolute-header.gb-op header .gb-brand img {
  opacity: 0;
  transition-delay: 0ms;
}
@media screen and (max-width: 1350px) {
  header .gb-brand img {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  header .gb-brand img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .gb-brand img {
    height: 45px;
  }
}
header nav {
  margin-left: 60px;
}
@media screen and (max-width: 1350px) {
  header nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    background: var(--gb-white-smoke);
    margin: 0;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 600ms;
    padding: 25px 20px;
    color: var(--gb-gray-black);
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
  }
  body.gb-op header nav {
    transform: translateX(0);
  }
}
header nav a {
  font-size: 14px;
  font-style: normal;
  --wght: 500;
  --wdth: 100;
  line-height: normal;
  text-decoration: none;
  margin-right: 30px;
  letter-spacing: 0.1em;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
  background: transparent !important;
}
@media screen and (max-width: 1350px) {
  header nav a {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1199px) {
  header nav a {
    margin-right: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  header nav a {
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 0;
    --wght: 700;
  }
}
@media screen and (min-width: 992px) {
  header nav a.gb-act {
    border-bottom-color: var(--gb-lube-red);
  }
}
@media screen and (max-width: 991px) {
  header nav a.gb-act {
    color: var(--gb-lube-red);
  }
}
header .gb-lang-wrapper {
  margin-left: 10px;
}
header .gb-lang-wrapper .gb-lang-selector {
  --wght: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px;
}
header .gb-agevolazioni {
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
header .gb-agevolazioni svg {
  height: 19px;
  width: auto;
  display: block;
  position: relative;
  top: -0.06em;
}
header .gb-store {
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
header .gb-store i {
  font-size: 20px;
}
header .gb-cta {
  font-size: 14px;
}
header .gb-hamb {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  header .gb-hamb.gb-only-mobi {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .gb-hamb {
    display: block;
  }
}
header .gb-hamb span {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  header .gb-hamb span {
    width: 24px;
    height: 24px;
  }
}
header .gb-hamb span em {
  width: 100%;
  height: 2px;
  background: currentColor;
  position: relative;
  border-radius: 2px;
  transition: transform 300ms;
}
header .gb-hamb span em::before, header .gb-hamb span em::after {
  content: "";
  width: 100%;
  height: 100%;
  background: currentColor;
  position: absolute;
  left: 0;
  top: -8px;
  border-radius: 2px;
  transition: top 300ms 300ms, transform 300ms;
}
@media screen and (max-width: 991px) {
  header .gb-hamb span em::before, header .gb-hamb span em::after {
    top: -8px;
  }
}
header .gb-hamb span em::after {
  top: 8px;
}
@media screen and (max-width: 991px) {
  header .gb-hamb span em::after {
    top: 8px;
  }
}
body.gb-op header .gb-hamb span em {
  transition: transform 300ms 300ms;
  transform: rotate(135deg);
}
body.gb-op header .gb-hamb span em::before, body.gb-op header .gb-hamb span em::after {
  top: 0;
  transition: top 300ms, transform 300ms 300ms;
}
body.gb-op header .gb-hamb span em::before {
  transform: rotate(-90deg);
}

.gb-head-menu {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header-height));
  margin: 0;
  padding: 0;
  z-index: 12;
}
@media screen and (min-width: 992px) {
  .gb-head-menu {
    grid-template-columns: 50% 30% 20%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "lev1 lev2 social";
    display: grid;
    overflow: hidden;
    width: 0;
    transition: width 0ms var(--w-delay);
    --scale-val: scaleX(0);
    --trans-orgin: right center;
    --opamenu:0;
    --w-delay:1200ms;
    --opa-speed:300ms;
    --opa-delay1:0ms;
    --opa-delay2:300ms;
    --opa-delay3:600ms;
    --trans-delay1:300ms;
    --trans-delay2:600ms;
    --trans-delay3:900ms;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .gb-head-menu {
    grid-template-columns: 40% 35% 25%;
  }
}
@media screen and (min-width: 992px) {
  body.gb-op .gb-head-menu {
    --w-delay:0;
    width: 100%;
    --scale-val: scaleX(1);
    --trans-orgin: left center;
    --opamenu:1;
    --opa-speed:600ms;
    --opa-delay1:300ms;
    --opa-delay2:600ms;
    --opa-delay3:900ms;
    --trans-delay1:1ms;
    --trans-delay2:300ms;
    --trans-delay3:600ms;
  }
  .gb-head-menu .gb-first-level {
    background: #D9D9D9;
    padding: 94px 20px 60px 150px;
    display: flex;
    flex-direction: column;
    transform-origin: var(--trans-orgin);
    transform: var(--scale-val);
    transition: transform 300ms var(--trans-delay1);
  }
}
@media screen and (min-width: 992px) and (max-height: 782px) {
  .gb-head-menu .gb-first-level {
    padding-block: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .gb-head-menu .gb-first-level {
    padding: 60px 20px 60px 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-head-menu .gb-first-level {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level > * {
    transition: opacity var(--opa-speed) var(--opa-delay1);
    opacity: var(--opamenu);
  }
  .gb-head-menu .gb-first-level ul.gb-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .gb-head-menu .gb-first-level ul.gb-nav li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level ul.gb-nav li a {
    font-size: 24px;
    font-style: normal;
    --wght: 700;
    line-height: 48px;
    text-decoration: none !important;
    transition: font-size 200ms;
    display: inline-block;
  }
  .gb-head-menu .gb-first-level ul.gb-nav li a.gb-act {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .gb-head-menu .gb-first-level ul.gb-nav li a {
    font-size: 22px;
    line-height: 42px;
  }
  .gb-head-menu .gb-first-level ul.gb-nav li a.gb-act {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level .gb-lang {
    margin: auto 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) and (max-width: 767px) {
  .gb-head-menu .gb-first-level .gb-lang {
    justify-content: flex-start;
    margin-top: 30px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level .gb-lang li {
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .gb-head-menu .gb-first-level .gb-lang li:not(:first-child) {
    margin-left: 28px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level .gb-lang li a {
    font-size: 14px;
    font-style: normal;
    --wght: 500;
    text-decoration: none;
  }
  .gb-head-menu .gb-first-level .gb-lang li a:not(.gb-act) {
    opacity: 0.3;
  }
  .gb-head-menu .gb-second-level {
    background: #E2E2E2;
    padding: 100px 20px 60px 50px;
    overflow: auto;
    transform-origin: var(--trans-orgin);
    transform: var(--scale-val);
    transition: transform 300ms var(--trans-delay2);
  }
}
@media screen and (min-width: 992px) and (max-height: 782px) {
  .gb-head-menu .gb-second-level {
    padding-block: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .gb-head-menu .gb-second-level {
    padding: 64px 20px 60px 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-head-menu .gb-second-level {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-second-level > *:not(.gb-not-showing) {
    transition: opacity var(--opa-speed) var(--opa-delay2);
    opacity: var(--opamenu);
  }
  .gb-head-menu .gb-second-level .gb-goback {
    display: none;
  }
  .gb-head-menu .gb-second-level ul.gb-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li {
    transition: opacity 300ms, height 0ms, padding 0ms;
  }
  .gb-head-menu .gb-second-level ul.gb-nav.gb-not-showing li {
    overflow: hidden;
    opacity: 0;
    padding: 0;
    height: 0;
    transition: opacity 300ms, height 0ms, padding 0ms;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li {
    padding-bottom: 3px;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li a {
    font-size: 22px;
    font-style: normal;
    --wght: 400;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .gb-head-menu .gb-second-level ul.gb-nav li a {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) and (hover: hover) {
  .gb-head-menu .gb-second-level ul.gb-nav li a:hover {
    --wght: 600;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-second-level ul.gb-nav li a.gb-general-page {
    font-size: 14px;
    font-style: normal;
    --wght: 600;
    margin-bottom: 7px;
    display: inline-block;
    text-transform: uppercase;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li a.gb-general-page[href="#"] {
    cursor: default !important;
  }
  .gb-head-menu .gb-social-menu {
    background: #F5F5F5;
    padding: 94px 150px 60px 20px;
    display: flex;
    flex-direction: column;
    transform-origin: var(--trans-orgin);
    transform: var(--scale-val);
    transition: transform 300ms var(--trans-delay3);
  }
  .gb-head-menu .gb-social-menu > * {
    transition: opacity var(--opa-speed) var(--opa-delay3);
    opacity: var(--opamenu);
  }
}
@media screen and (min-width: 992px) and (max-height: 782px) {
  .gb-head-menu .gb-social-menu {
    padding-block: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .gb-head-menu .gb-social-menu {
    padding: 60px 60px 60px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-head-menu .gb-social-menu {
    padding: 40px 40px 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-social-menu gb-title-social {
    text-align: right;
    text-transform: uppercase;
    --wght: 350;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .gb-head-menu .gb-social-menu .gb-social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
  }
  .gb-head-menu .gb-social-menu .gb-social li {
    font-size: 1rem;
    font-style: normal;
    --wght: 600;
    padding-top: 26px;
  }
  .gb-head-menu .gb-social-menu .gb-social li strong {
    font-size: 0.8125rem;
    --wght: 400;
    display: block;
  }
  .gb-head-menu .gb-social-menu .gb-social li a {
    text-decoration: none;
  }
  .gb-head-menu .gb-social-menu gb-agency-link {
    margin-top: auto;
    text-align: right;
    white-space: nowrap;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .gb-head-menu {
    overflow: hidden;
    width: 0;
    transition: width 0ms 600ms;
  }
  body.gb-op .gb-head-menu {
    width: 100%;
    transition-delay: 0ms;
  }
  .gb-head-menu .gb-second-level,
  .gb-head-menu .gb-first-level {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    z-index: 1;
    background: #D9D9D9;
    overflow: auto;
    transform: translateX(-100%);
    transition: transform 300ms;
  }
  .gb-head-menu .gb-second-level {
    z-index: 2;
    background: #E2E2E2;
    transform: translateX(100%);
    padding-top: 25px;
  }
  .gb-head-menu .gb-second-level .gb-nav {
    height: 0;
    overflow: hidden;
    transition: height 0ms 300ms;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .gb-head-menu .gb-second-level .gb-nav.gb-show {
    height: auto;
    transition: height 0ms;
  }
  .gb-head-menu .gb-second-level .gb-nav .gb-goback {
    margin-bottom: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .gb-head-menu .gb-second-level .gb-nav .gb-goback::before {
    font-family: bootstrap-icons;
    content: "\f12f";
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .gb-head-menu .gb-second-level .gb-nav li {
    padding-left: 25px;
  }
  .gb-head-menu .gb-second-level .gb-nav li:not(.gb-general-title) {
    padding-bottom: 6px;
    padding-left: 35px;
  }
  .gb-head-menu .gb-second-level .gb-nav li a {
    font-size: 16px;
    font-style: normal;
    --wght: 400;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    padding-block: 4px;
  }
  .gb-head-menu .gb-second-level .gb-nav li a.gb-general-page {
    font-size: 18px;
    font-style: normal;
    --wght: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
  }
  .gb-head-menu .gb-second-level .gb-nav li a.gb-general-page[href="#"] {
    cursor: default !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .gb-head-menu .gb-second-level .gb-nav li a.gb-general-page {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .gb-head-menu .gb-second-level.gb-showme-mobi {
    transform: translateX(0);
  }
  .gb-head-menu .gb-social-menu {
    display: none !important;
  }
  .gb-head-menu .gb-first-level {
    color: var(--gb-gray-black);
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
  }
  .gb-head-menu .gb-first-level .gb-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    font-style: normal;
    --wght: 700;
    line-height: normal;
  }
  .gb-head-menu .gb-first-level .gb-nav li {
    padding-bottom: 20px;
  }
  .gb-head-menu .gb-first-level .gb-nav a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gb-head-menu .gb-first-level .gb-nav a.mt-4 {
    margin-top: 1.2rem !important;
  }
  .gb-head-menu .gb-first-level .gb-nav a.gb-highlights {
    color: var(--gb-lube-red) !important;
  }
  .gb-head-menu .gb-first-level .gb-nav a:not(.no-subpage)::after {
    font-family: bootstrap-icons;
    content: "\f138";
    flex: 0 0 auto;
    margin-left: 10px;
  }
  .gb-head-menu .gb-first-level .gb-lang {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: auto 0 0;
  }
  .gb-head-menu .gb-first-level .gb-lang li {
    margin: 0;
  }
  .gb-head-menu .gb-first-level .gb-lang li a {
    font-size: 14px;
    font-style: normal;
    --wght: 500;
    padding: 14px;
    display: block;
    text-decoration: none;
  }
  .gb-head-menu .gb-first-level .gb-lang li a:not(.gb-act) {
    opacity: 0.3;
  }
  body.gb-op .gb-head-menu .gb-first-level {
    transform: translateX(0);
  }
}

@keyframes swipeDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
footer .gb-main-foot {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--gb-gray-black);
  color: var(--gb-white);
}
footer .gb-main-foot .gb-brand-footer svg {
  height: 60px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-brand-footer svg {
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  footer .gb-main-foot .gb-brand-footer svg {
    height: 35px;
  }
}
footer .gb-main-foot .gb-brand-wrapper gb-title-social {
  text-align: right;
  text-transform: uppercase;
  --wght: 350;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-left: auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-brand-wrapper gb-title-social {
    text-align: center;
  }
}
footer .gb-main-foot .gb-brand-wrapper .gb-social-wrapper {
  margin-left: auto;
  margin-block: auto;
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-brand-wrapper .gb-social-wrapper {
    margin-left: 0;
  }
}
footer .gb-main-foot .gb-brand-wrapper .gb-social {
  --wght: 500;
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-brand-wrapper .gb-social {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-brand-wrapper .gb-social {
    margin-top: 20px;
  }
}
footer .gb-main-foot .gb-brand-wrapper nav {
  text-transform: uppercase;
  font-size: 14px;
  --wght: 600;
  display: block;
  column-count: 2;
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-brand-wrapper nav {
    font-size: 12px;
  }
}
footer .gb-main-foot .gb-brand-wrapper nav a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  margin-right: 40px;
}
@media screen and (min-width: 992px) {
  footer .gb-main-foot .gb-brand-wrapper nav {
    padding-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-brand-wrapper nav {
    margin-top: 40px;
  }
}
footer .gb-main-foot .gb-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  grid-area: social;
}
footer .gb-main-foot .gb-social li {
  margin: 0;
}
@media screen and (min-width: 992px) {
  footer .gb-main-foot .gb-social li {
    margin-left: 28px;
  }
}
footer .gb-main-foot .gb-social li a {
  font-size: 14px;
  font-style: normal;
  --wght: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-social li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-social {
    width: 100%;
    justify-content: center;
    border-top: solid 2px color-mix(in srgb, var(--gb-white) 20%, transparent);
    border-bottom: solid 2px color-mix(in srgb, var(--gb-white) 20%, transparent);
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    column-gap: 20px;
  }
}
footer .gb-main-foot .gb-siteinfo-wrapper {
  margin-top: 40px;
}
footer .gb-main-foot .gb-siteinfo-wrapper p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-siteinfo-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-siteinfo-wrapper {
    margin-top: 15px;
    grid-column-gap: 15px;
  }
}
footer .gb-main-foot .gb-siteinfo-wrapper .gb-siteinfo {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-siteinfo-wrapper .gb-siteinfo small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-siteinfo-wrapper .gb-siteinfo {
    font-size: 12px;
  }
}
footer .gb-main-foot .gb-foot-menu {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px;
  grid-area: menufoot;
}
@media screen and (max-width: 991px) {
  footer .gb-main-foot .gb-foot-menu {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-main-foot .gb-foot-menu {
    font-size: 12px;
    margin-top: 0;
  }
}
footer .gb-main-foot .gb-foot-menu a {
  text-decoration: none !important;
}
footer .gb-main-foot .gb-foot-menu li {
  margin-right: 20px;
}
footer .gb-main-foot .gb-foot-menu li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  footer .gb-main-foot .gb-foot-menu li {
    margin-right: 40px;
  }
  footer .gb-main-foot .gb-foot-menu li:not(:last-child) {
    margin-bottom: 0;
  }
}
gb-copyright-menu {
  font-size: 14px;
  display: flex;
}
@media screen and (min-width: 992px) {
  gb-copyright-menu {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  gb-copyright-menu {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  gb-copyright-menu {
    font-size: 12px;
  }
  gb-copyright-menu gb-copyright {
    display: block;
    margin-bottom: 10px;
  }
}

gb-agency-link {
  font-size: 14px;
  grid-area: agency;
  align-self: end;
}
@media screen and (min-width: 992px) {
  gb-agency-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  gb-agency-link {
    font-size: 10px;
    display: block;
    margin-top: 40px;
    opacity: 0.6;
  }
}
gb-agency-link a {
  text-decoration: none !important;
}

.gb-form-check {
  display: flex;
}
.gb-form-check input[type=checkbox] {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--checked-color, var(--gb-white)) no-repeat center center/135% auto;
  border: solid 1px var(--error, var(--gb-black));
  border-radius: 4px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 8px;
}
.gb-form-check input[type=checkbox]:checked {
  --checked-color:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
}
.gb-form-check label {
  cursor: pointer;
  font-size: 14px;
}

.gb-form-radio {
  display: flex;
  column-gap: 20px;
}
.gb-form-radio gb-radio-options {
  display: flex;
}
.gb-form-radio gb-form-label {
  display: block;
  margin-right: 40px;
}
.gb-form-radio input[type=radio] {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--checked-color, var(--gb-white)) no-repeat center center/120% auto;
  border: solid 1px var(--error, var(--gb-black));
  border-radius: 50%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 8px;
}
.gb-form-radio input[type=radio]:checked {
  --checked-color:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-record-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10'/%3E%3C/svg%3E");
}
.gb-form-radio label {
  cursor: pointer;
  font-size: 14px;
}

.error,
.gb-error {
  --error:var(--gb-red);
}
.error + *,
.gb-error + * {
  --error:var(--gb-red);
}

.gb-form-textarea label,
.gb-form-input label {
  transform-origin: center left;
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background: var(--gb-white);
  color: var(--gb-nickel);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  top: 15px;
  left: 13px;
  max-width: calc(100% - 26px);
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  width: auto;
  z-index: 1;
}
.gb-form-textarea label.gb-no-ph,
.gb-form-input label.gb-no-ph {
  transform: scale(0.85) translateY(-2em);
  color: var(--error, var(--gb-black));
}

fieldset {
  margin-bottom: 20px;
}

gb-form-label {
  display: block;
  margin-right: 40px;
}

.gb-form-input {
  position: relative;
}
.gb-form-input input[type=search],
.gb-form-input input[type=text],
.gb-form-input input[type=email],
.gb-form-input input[type=password] {
  padding: 13px 18px;
  width: 100%;
  border-radius: 12px;
  border: solid 2px var(--error, var(--gb-timberwolf));
}
.gb-form-input input[type=search]:not(:placeholder-shown), .gb-form-input input[type=search]:not([disbled]):focus,
.gb-form-input input[type=text]:not(:placeholder-shown),
.gb-form-input input[type=text]:not([disbled]):focus,
.gb-form-input input[type=email]:not(:placeholder-shown),
.gb-form-input input[type=email]:not([disbled]):focus,
.gb-form-input input[type=password]:not(:placeholder-shown),
.gb-form-input input[type=password]:not([disbled]):focus {
  border-color: var(--error, var(--gb-black));
}
.gb-form-input select {
  padding: 13px 36px 13px 18px;
  width: 100%;
  border-radius: 12px;
  border: solid 2px var(--error, var(--gb-timberwolf));
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23737373' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.gb-form-input select.gb-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  border-color: var(--error, var(--gb-black));
}
.gb-form-input select.gb-valid ~ label {
  transform: scale(0.85) translateY(-2em);
  color: var(--error, var(--gb-black));
}
.gb-form-input + .errorMessage {
  font-size: 12px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.gb-form-input + .errorMessage::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
}

.gb-form-textarea {
  position: relative;
}
.gb-form-textarea textarea {
  padding: 13px 18px;
  width: 100%;
  border-radius: 12px;
  border: solid 2px var(--error, var(--gb-timberwolf));
  min-height: 54px;
}
.gb-form-textarea textarea:not(:placeholder-shown), .gb-form-textarea textarea:not([disbled]):focus {
  border-color: var(--error, var(--gb-black));
}
.gb-form-textarea textarea:not(:placeholder-shown) ~ label, .gb-form-textarea textarea:not([disbled]):focus ~ label {
  transform: scale(0.85) translateY(-2em);
  color: var(--error, var(--gb-black));
}

.gb-form-search .gb-form-input {
  display: flex;
}
.gb-form-search input[type=search] {
  -webkit-appearance: none;
}
.gb-form-search input[type=search] {
  width: 100%;
  flex: 1 1 auto;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0 !important;
}
.gb-form-search input[type=search]:not(:placeholder-shown) ~ button, .gb-form-search input[type=search]:not([disbled]):focus ~ button {
  color: var(--error, var(--gb-black));
  border-color: var(--error, var(--gb-black));
}
.gb-form-search button {
  flex: 0 0 auto;
  border: solid 2px var(--error, var(--gb-timberwolf));
  border-radius: 0 12px 12px 0;
  border-left: 0 !important;
  font-size: 18px;
  padding: 10px 20px;
}

.gb-form-upload {
  position: relative;
}
.gb-form-upload input[type=file] {
  display: none !important;
}
.gb-form-upload label {
  display: block;
  padding: 13px 44px 13px 18px;
  width: 100%;
  border-radius: 12px;
  border: solid 2px var(--error, var(--gb-timberwolf));
  cursor: pointer;
  height: 54px;
  white-space: nowrap;
  overflow: hidden;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23737373' class='bi bi-cloud-arrow-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.gb-form-upload label.gb-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-cloud-arrow-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  border-color: var(--error, var(--gb-black));
}
.gb-form-upload label.gb-valid gb-form-label {
  transform: scale(0.85) translateY(-2em);
  color: var(--error, var(--gb-black));
}
.gb-form-upload gb-form-label {
  transform-origin: center left;
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background: var(--gb-white);
  color: var(--gb-nickel);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  top: 15px;
  left: 13px;
  max-width: calc(100% - 26px);
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  width: auto;
  z-index: 1;
}

.gb-error-message {
  font-size: 16px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  background: color-mix(in srgb, var(--gb-red) 10%, transparent);
  padding: 6px 8px;
  border-radius: 8px;
}
.gb-error-message::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
}

.gb-confirm-message {
  font-size: 14px;
  color: var(--gb-green);
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  background: color-mix(in srgb, var(--gb-green) 10%, transparent);
  padding: 6px 8px;
  border-radius: 8px;
}

.gb-form-privacy {
  font-size: 14px;
  font-style: italic;
}

gb-form-disclaimer {
  display: block;
  text-align: center;
  width: 100%;
  background: var(--gb-white-smoke);
  border-radius: 12px;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
}

.gb-form-title {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 14px;
  display: block;
}

form {
  position: relative;
}
form.gb-ajax-loading::before {
  content: "";
  display: block;
  width: var(--spinner-w);
  height: var(--spinner-w);
  border-radius: 50%;
  border-top: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
  border-right: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
  border-bottom: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
  border-left: 3px solid var(--gb-antrax);
  position: absolute;
  top: 80px;
  left: calc(50% - var(--spinner-w) / 2);
  -webkit-animation: loadSpinner 1.1s infinite linear;
  animation: loadSpinner 1.1s infinite linear;
}
@keyframes loadSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form.gb-ajax-loading::before {
  z-index: 2;
}
form.gb-ajax-loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 1;
}

.gb-selezionalingua-header {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  background: var(--gb-platinum);
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 300ms 300ms, max-height 0ms 600ms;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}
body.gb-absolute-header .gb-selezionalingua-header {
  position: absolute;
}
.gb-selezionalingua-header.gb-act {
  transform: scaleY(1);
  transition: transform 300ms;
  max-height: 100vh;
  pointer-events: auto;
}
.gb-selezionalingua-header.gb-act .gb-lang {
  opacity: 1;
  transition: opacity 300ms 300ms;
}
.gb-selezionalingua-header .gb-lang {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 300ms;
}
.gb-selezionalingua-header .gb-lang li {
  margin: 0;
}
.gb-selezionalingua-header .gb-lang li a {
  font-size: 16px;
  font-style: normal;
  --wght: 500;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.gb-selezionalingua-header .gb-lang li a.gb-act {
  color: var(--gb-lube-red) !important;
}

.gb-section-hero {
  position: relative;
  padding-top: 0;
}
.gb-section-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, transparent calc(100% - 30px));
  opacity: 0.65;
  pointer-events: none;
  z-index: 8;
}
.gb-section-hero .swiper-slide {
  height: calc(100vh - 30px);
}
.gb-section-hero .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 10%, transparent calc(100% - 30px)), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) var(--header-height), transparent calc(100% - 30px));
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.gb-section-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gb-section-hero .swiper-slide video {
  background: var(--gb-black);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gb-section-hero .swiper-slide video.video-contain {
  object-fit: contain;
}
gb-subtitle-video {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  font-size: clamp(30px, 2.4vw, 50px);
  --wght: 600;
  color: var(--gb-white);
  line-height: 1.1;
  text-align: center;
  text-shadow: 0px 0px 0.6em rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  paint-order: stroke fill;
  pointer-events: none;
}
gb-subtitle-video span {
  background: rgba(8, 8, 8, 0.5);
  padding: 4px 10px;
  display: inline-block;
  max-width: 70%;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  gb-subtitle-video {
    font-size: 16px;
  }
  body#gb1 gb-subtitle-video {
    bottom: 158px;
    transform: translate(-50%, var(--gallery-home-mbottom, 0px));
    will-change: transform;
  }
}

@media screen and (max-width: 991px) {
  .gb-section-hero .swiper-slide {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero.gb-common-heroslide .swiper-slide {
    height: auto !important;
    aspect-ratio: 16/18;
  }
  .gb-section-hero.gb-common-heroslide .swiper-slide picture {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .gb-section-hero.gb-common-heroslide .swiper-slide picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.swiper-pagination {
  height: 30px;
  width: 100%;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
@media screen and (max-width: 991px) {
  body#gb1 .swiper-pagination {
    position: absolute;
    bottom: 0;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: var(--gb-dark-timberwolf);
  opacity: 1;
}
body#gb1 .swiper-pagination .swiper-pagination-bullet {
  --gb-dark-timberwolf:var(--gb-white);
}
@media screen and (max-width: 991px) {
  body#gb1 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    opacity: 0.7;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --gb-dark-timberwolf: var(--gb-gray-black);
  --gb-white: var(--gb-gray-black);
}
@media screen and (max-width: 991px) {
  body#gb1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    box-shadow: 0 0 0 1px #fff;
  }
}

.gb-section-hero gb-tocca-audio {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: var(--gb-white);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .gb-section-hero gb-tocca-audio {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 40px;
  }
}
.gb-section-hero gb-tocca-audio .bi {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
.gb-section-hero gb-tocca-audio strong {
  --wght:500;
}
.gb-section-hero gb-tocca-audio-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  background: var(--gb-white);
  color: var(--gb-black);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  overflow: hidden;
  z-index: 4;
}
.gb-section-hero gb-tocca-audio-button gb-icon {
  display: block;
}
.gb-section-hero gb-tocca-audio-button gb-icon::before {
  line-height: 2.6;
  vertical-align: unset;
}
.gb-section-hero gb-tocca-audio-button.gb-audio-act gb-icon::before {
  content: "\f610";
}
@media screen and (max-width: 991px) {
  .gb-section-hero gb-tocca-audio-button {
    width: 46px;
    height: 46px;
    font-size: 1.5em;
  }
}
.gb-section-hero gb-slide-caption {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 15px;
  left: 0;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
  --wght: 500;
  line-height: normal;
  letter-spacing: 0.15em;
  color: var(--gb-white);
  z-index: 4;
}
@media screen and (max-width: 991px) {
  .gb-section-hero gb-slide-caption {
    display: none !important;
  }
}
.gb-section-hero .swiper:not(.swiper-initialized) .swiper-slide {
  height: 100vh;
}
.gb-section-hero .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.gb-section-hero.gb-text-hero::after {
  display: none !important;
}
.gb-section-hero.gb-text-hero .gb-testo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 20%, transparent calc(100% - 30px)), linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.2) 100%);
  color: var(--gb-white);
  --wght:450;
}
.gb-section-hero.gb-text-hero .gb-testo-wrapper gb-bold {
  --wght:800;
}
.gb-section-hero.gb-text-hero .gb-testo-wrapper .gb-cont-text {
  font-size: 1.875rem;
  text-shadow: 0.3125em 0.1875em 0.4em rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .gb-section-hero.gb-text-hero .gb-testo-wrapper .gb-cont-text {
    font-size: 1.25rem;
  }
}

.gb-section-cta-home {
  padding-top: var(--component-pad);
  overflow: hidden;
}
.gb-section-cta-home .gb-line-link-wrapper {
  display: flex;
  align-items: center;
  column-gap: 27px;
}
@media screen and (max-width: 991px) {
  .gb-section-cta-home .gb-line-link-wrapper {
    column-gap: unset;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .gb-section-cta-home .gb-line-link-wrapper .gb-cta {
    width: calc(50% - 10px) !important;
  }
  .gb-section-cta-home .gb-line-link-wrapper .gb-cta:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-cta-home .gb-line-link-wrapper .gb-cta {
    width: calc(50% - 5px) !important;
  }
  .gb-section-cta-home .gb-line-link-wrapper .gb-cta:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
}
.gb-section-cta-home .gb-img-link-wrapper {
  --num:3;
  --gap:20px;
}
.gb-section-cta-home .gb-img-link-wrapper .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .gb-section-cta-home .gb-img-link-wrapper .swiper {
    max-width: 75vw;
    margin-left: 0;
  }
}
.gb-section-cta-home .gb-img-link-wrapper .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
}
.gb-section-cta-home .gb-img-link-wrapper:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .gb-section-cta-home .gb-img-link-wrapper:not(:first-child) {
    marign-top: 40px;
  }
}
.gb-section-cta-home .gb-img-link-wrapper .gb-img-link {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  text-decoration: none !important;
}
.gb-section-cta-home .gb-img-link-wrapper .gb-img-link picture {
  display: block;
  aspect-ratio: 520/350;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gb-section-cta-home .gb-img-link-wrapper .gb-img-link picture {
    aspect-ratio: 10/8;
  }
}
.gb-section-cta-home .gb-img-link-wrapper .gb-img-link picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gb-section-imagelink-home {
  padding-top: var(--component-pad);
}
.gb-section-imagelink-home .gb-duecol-wrapper {
  --num:2;
  --gap:40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
}
@media screen and (max-width: 1199px) {
  .gb-section-imagelink-home .gb-duecol-wrapper {
    --gap:20px;
  }
}
.gb-section-imagelink-home .gb-duecol-wrapper .gb-img-link {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  text-decoration: none !important;
}
.gb-section-imagelink-home .gb-duecol-wrapper .gb-img-link picture {
  display: block;
  aspect-ratio: 780/370;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gb-section-imagelink-home .gb-duecol-wrapper .gb-img-link picture {
    aspect-ratio: 10/8;
  }
}
.gb-section-imagelink-home .gb-duecol-wrapper .gb-img-link picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.gb-description {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  --wght: 650 ;
  line-height: normal;
  margin-top: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .gb-description {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .gb-description {
    margin-top: 10px;
  }
}

.gb-section-store-home {
  --map-background:#e6e5e4;
}
.gb-section-store-home .gb-map-wrapper {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-store-home .gb-map-wrapper {
    flex-direction: column;
  }
}
.gb-section-store-home .gb-aside {
  width: 500px;
  border-radius: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .gb-section-store-home .gb-aside {
    width: 100%;
  }
}
.gb-section-store-home .gb-aside .gb-aside-wrapper {
  max-height: 600px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gb-section-store-home .gb-aside .gb-aside-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.gb-section-store-home .gb-aside .gb-aside-wrapper::-webkit-scrollbar-track {
  background: transparent;
  transition: height 600ms;
}
.gb-section-store-home .gb-aside .gb-aside-wrapper::-webkit-scrollbar-thumb {
  background: #fff;
}
.gb-section-store-home .gb-aside h2 {
  font-size: 1.25rem;
  --wght: 700;
  width: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.gb-section-store-home .gb-aside h3 {
  font-size: 1rem;
  --wght: 700;
  padding-inline: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gb-section-store-home .gb-aside h4 {
  font-size: 0.8125rem;
  --wght: 400;
  padding-inline: 14px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.gb-section-store-home .gb-aside ul {
  padding-inline: 14px;
  list-style: none !important;
  font-size: 1rem;
  margin-bottom: 30px;
}
.gb-section-store-home .gb-aside ul li {
  font-size: 15px;
}
.gb-section-store-home .gb-aside ul li:not(:last-child) {
  margin-bottom: 4px;
}
.gb-section-store-home .gb-aside ul li gb-icon {
  opacity: 0.4;
}
.gb-section-store-home .gb-aside ul li a {
  text-decoration: none;
}
.gb-section-store-home .gb-aside ul li a:hover {
  text-decoration: underline;
}
.gb-section-store-home .gb-aside select {
  padding: 13px 36px 13px 18px;
  width: 100%;
  border-radius: 12px;
  border: solid 2px var(--error, var(--gb-white));
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23222222' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin-bottom: 20px;
  color: currentColor !important;
}
.gb-section-store-home .gb-mappa-svg {
  width: 100%;
  flex: 1 1 auto;
  border-radius: 12px;
  overflow: hidden;
  background: var(--map-background);
}
.gb-section-store-home .gb-mappa-svg svg {
  display: block;
  width: 100%;
  height: auto;
  transition: fill 600ms;
}
@media (max-width: 767px) {
  .gb-section-store-home .gb-mappa-svg svg {
    pointer-events: none !important;
  }
}
.gb-section-store-home .gb-mappa-svg svg polygon,
.gb-section-store-home .gb-mappa-svg svg path {
  fill: var(--mapColor, #adadad);
  stroke: var(--map-background);
  stroke-width: 0.015em;
  stroke-miterlimit: 6;
  cursor: pointer;
  pointer-events: none;
}
.gb-section-store-home .gb-mappa-svg svg polygon[data-state]:not([data-state=Italia]),
.gb-section-store-home .gb-mappa-svg svg path[data-state]:not([data-state=Italia]) {
  --mapColor: var(--gb-lube-red);
  pointer-events: auto;
}
.gb-section-store-home .gb-mappa-svg svg polygon[data-state]:not([data-state=Italia]):hover,
.gb-section-store-home .gb-mappa-svg svg path[data-state]:not([data-state=Italia]):hover {
  --mapColor:color-mix(in srgb,var(--gb-black) 10%,var(--gb-lube-red));
}
.gb-section-store-home .gb-mappa-svg svg polygon[data-state=Italia],
.gb-section-store-home .gb-mappa-svg svg path[data-state=Italia] {
  pointer-events: auto;
}
.gb-section-store-home .gb-mappa-svg svg path.gb_act,
.gb-section-store-home .gb-mappa-svg svg path:hover {
  --mapColor: #404040;
}

.gb-section-newshome {
  padding-top: var(--component-pad);
  overflow: hidden;
}
.gb-section-newshome .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .gb-section-newshome .swiper {
    max-width: 75vw;
    margin-left: 0;
  }
}
.gb-section-newshome .swiper:not(.swiper-initialized) .swiper-wrapper {
  --gap:50px;
  --num:3;
  display: flex;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
@media screen and (max-width: 1199px) {
  .gb-section-newshome .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap:30px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-newshome .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap:20px;
    --num:2;
  }
}
.gb-section-newshome .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  flex: 0 0 auto;
}
.gb-section-newshome .swiper .swiper-slide a {
  text-decoration: none !important;
}
.gb-section-newshome .swiper .swiper-slide picture {
  display: block;
  aspect-ratio: 1920/1410;
}
.gb-section-newshome .swiper .swiper-slide picture[data-tipo=inaugurazione] {
  position: relative;
}
.gb-section-newshome .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.gb-section-newshome .swiper .swiper-slide picture gb-map-img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: var(--gb-gray-black);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .gb-section-newshome .swiper .swiper-slide picture gb-map-img {
    width: 80px;
    height: 80px;
  }
}
.gb-section-newshome .swiper .swiper-slide picture gb-map-img picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: unset !important;
}
.gb-section-newshome .swiper .swiper-slide picture gb-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gb-section-newshome .swiper .swiper-slide picture[data-tipo=rassegna-stampa] {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--gb-white-smoke);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-newshome .swiper .swiper-slide picture[data-tipo=rassegna-stampa] img {
  object-fit: initial;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0;
  display: block;
}
.gb-section-newshome .swiper .swiper-slide .gb-description {
  margin-top: 14px;
  display: block;
  text-align: left !important;
  text-transform: unset !important;
}
.gb-section-newshome .swiper .swiper-slide .gb-description time {
  font-size: 14px;
  --wght: 400;
  color: var(--gb-antrax);
  display: block;
}
.gb-section-newshome .swiper .swiper-slide .gb-description time strong {
  text-transform: uppercase;
}
.gb-section-newshome .swiper .swiper-slide .gb-description span {
  display: block;
  font-style: normal;
  --wght: 600;
  line-height: 1.2;
}
.gb-section-newshome .swiper-pagination {
  margin-top: 16px;
}

.gb-section-image-text {
  padding-block: var(--component-pad);
}
.gb-section-image-text .gb-text-image-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
@media screen and (min-width: 768px) {
  .gb-section-image-text .gb-text-image-wrapper.gb-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-image-text .gb-text-image-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .gb-section-image-text .gb-text-image-wrapper .gb-picture {
    display: block;
    width: 50%;
    max-width: 44.75rem;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-image-text .gb-text-image-wrapper .gb-picture {
    margin-bottom: 30px;
  }
}
.gb-section-image-text .gb-text-image-wrapper .gb-picture img {
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .gb-section-image-text .gb-text-image-wrapper .gb-text-wrapper {
    width: 50%;
    max-width: 43.75rem;
  }
}

.gb-section-breadcrumb {
  padding-top: 18px;
}
@media screen and (min-width: 992px) {
  .gb-section-breadcrumb + section {
    --component-pad:30px;
  }
}
@media screen and (max-width: 576px) {
  .gb-section-breadcrumb + section {
    --component-pad:10px;
  }
}

.gb-section-simpletext {
  counter-reset: numerList;
}
.gb-section-simpletext:last-of-type {
  padding-bottom: 100px;
}
.gb-section-simpletext .gb-counter {
  counter-increment: numerList;
}
.gb-section-simpletext .gb-counter::before {
  font-size: 1.1em;
  --wght: 600;
  content: counter(numerList) ".";
}
.gb-section-simpletext iframe {
  display: block;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 30px auto;
  aspect-ratio: 16/9;
}
.gb-section-simpletext .gb-text-wrapper [id] {
  scroll-margin-top: calc(var(--header-height) + 15px);
}

.gb-section-embed-site {
  padding-block: 40px 60px;
}

.gb-section-contatti {
  padding-bottom: 60px;
}
.gb-section-contatti .gb-contatti-wrapper {
  display: flex;
}
@media screen and (max-width: 991px) {
  .gb-section-contatti .gb-contatti-wrapper {
    flex-direction: column;
  }
}
.gb-section-contatti .gb-address-side {
  padding: 40px 50px;
  background: var(--gb-white-smoke-light);
  width: 100%;
  max-width: 410px;
  border-radius: 20px;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .gb-section-contatti .gb-address-side {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-contatti .gb-address-side {
    padding: 30px 35px;
  }
}
.gb-section-contatti .gb-address-side > div:not(:last-child), .gb-section-contatti .gb-address-side address:not(:last-child) {
  margin-bottom: 30px;
}
.gb-section-contatti .gb-address-side h2 {
  font-size: 1rem;
  text-transform: uppercase;
  --wght: 700;
  margin-bottom: 0.1875rem;
}
.gb-section-contatti .gb-address-side .gb-open-hour .gb-time {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gb-section-contatti .gb-address-side .gb-open-hour .gb-time li {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-column-gap: 25px;
}
.gb-section-contatti .gb-mappa-side {
  margin-left: 40px;
  flex: 1 1 auto;
  aspect-ratio: 1154/590;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gb-section-contatti .gb-mappa-side {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-contatti .gb-mappa-side {
    aspect-ratio: 10/10;
  }
}
.gb-section-contatti .gb-mappa-side gb-map {
  display: block;
  width: 100%;
  height: 100%;
}
.gb-section-contatti .gb-mappa-side gb-map iframe {
  width: 100%;
  height: 100%;
}

.gb-section-lista-news {
  padding-top: var(--component-pad);
  padding-bottom: var(--component-pad-foot);
}
.gb-section-lista-news .gb-news-list-wrapper {
  --num:3;
  --gap:50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
  row-gap: calc(var(--gap) * 1.5);
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .gb-section-lista-news .gb-news-list-wrapper {
    --num: 1;
    --gap:20px;
  }
}
@media screen and (max-width: 576px) {
  .gb-section-lista-news .gb-news-list-wrapper {
    --gap:10px;
  }
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  text-decoration: none !important;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink a {
  text-decoration: none !important;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture {
  display: block;
  aspect-ratio: 1920/1410;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture[data-tipo=inaugurazione] {
  position: relative;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  border: solid 2px var(--gb-timberwolf);
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture gb-map-img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: var(--gb-gray-black);
  width: clamp(40px, 20%, 94px);
  aspect-ratio: 10/10;
  height: auto;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture gb-map-img > picture {
  aspect-ratio: unset;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture gb-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: none !important;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture[data-tipo=rassegna-stampa] {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--gb-white-smoke);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink picture[data-tipo=rassegna-stampa] img {
  object-fit: initial;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0;
  display: block;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink .gb-description {
  margin-top: 14px;
  display: block;
  text-align: left;
  text-transform: unset;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink .gb-description time {
  font-size: 12px;
  --wght: 400;
  color: var(--gb-antrax);
  display: block;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink .gb-description time strong {
  text-transform: uppercase;
}
.gb-section-lista-news .gb-news-list-wrapper .gb-newslink .gb-description span {
  display: block;
  font-size: 14px;
  font-style: normal;
  --wght: 600;
  line-height: 1.2;
}

.gb-section-dettaglio-news {
  overflow: hidden;
  padding-top: var(--component-pad);
  padding-bottom: calc(var(--component-pad-foot) * 3);
}
.gb-section-dettaglio-news .gb-hero img {
  border: solid 2px var(--gb-timberwolf);
}
.gb-hero {
  display: block;
  aspect-ratio: 1920/1080;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.gb-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-hero gb-map-img {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: var(--gb-gray-black);
  width: clamp(40px, 20%, 150px);
  aspect-ratio: 10/10;
  height: auto;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gb-hero gb-map-img {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gb-hero gb-map-img {
    bottom: 20px;
    right: 20px;
  }
}
.gb-hero gb-map-img picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: unset !important;
}
.gb-hero gb-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: none !important;
}

.gb-section-dettaglio-news time {
  font-size: 14px;
  --wght: 400;
  color: var(--gb-antrax);
  display: block;
}
.gb-section-dettaglio-news time strong {
  text-transform: uppercase;
}
.gb-section-dettaglio-news .gb-share {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  color: var(--gb-antrax);
}
.gb-section-dettaglio-news .gb-share li {
  margin-left: 10px;
}
.gb-standard-swiper .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .gb-standard-swiper .swiper {
    max-width: 75vw;
    margin-left: 0;
  }
}
.gb-standard-swiper .swiper:not(.swiper-initialized) .swiper-wrapper {
  --gap: 14px;
  --num: 3;
  display: flex;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-standard-swiper .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap: 20px;
    --num: 2;
  }
}
.gb-standard-swiper .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  flex: 0 0 auto;
}
.gb-standard-swiper .swiper .swiper-slide a {
  text-decoration: none !important;
}
.gb-standard-swiper .swiper .swiper-slide picture {
  display: block;
  aspect-ratio: 1920/1410;
}
.gb-standard-swiper .swiper .swiper-slide picture video,
.gb-standard-swiper .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.gb-standard-swiper .swiper .swiper-slide .gb-description {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  --wght: 500;
  line-height: normal;
  margin-top: 14px;
}
.gb-standard-swiper .swiper-pagination {
  margin-top: 16px;
}

.gb-section-imagelink {
  padding-top: var(--component-pad);
  padding-bottom: calc(var(--component-pad-foot) * 2);
}
.gb-section-imagelink + .gb-section-imagelink {
  margin-top: calc(-1 * var(--component-pad) * 2);
}
.gb-section-imagelink + .gb-section-imagelink .gb-duecol-wrapper {
  border-top: solid 2px var(--border);
  padding-top: var(--component-pad);
}
.gb-section-imagelink .gb-duecol-wrapper {
  --num:3;
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
  row-gap: calc(var(--gap) * 3);
}
@media screen and (max-width: 1199px) {
  .gb-section-imagelink .gb-duecol-wrapper {
    --num: 2;
    --gap:20px;
  }
}
@media screen and (max-width: 576px) {
  .gb-section-imagelink .gb-duecol-wrapper {
    --gap:10px;
  }
}
.gb-section-imagelink .gb-duecol-wrapper .gb-img-link {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  text-decoration: none !important;
}
.gb-section-imagelink .gb-duecol-wrapper .gb-img-link picture {
  display: block;
  aspect-ratio: 520/350;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gb-section-imagelink .gb-duecol-wrapper .gb-img-link picture {
    aspect-ratio: 10/8;
  }
}
.gb-section-imagelink .gb-duecol-wrapper .gb-img-link picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: solid 2px var(--gb-white-smoke);
}
.gb-section-imagelink .gb-duecol-wrapper .gb-img-link .gb-description small {
  font-weight: 400;
  font-size: 11px;
  display: block;
}
@media screen and (max-width: 576px) {
  .gb-section-imagelink .gb-duecol-wrapper .gb-img-link .gb-description {
    font-size: 14px;
  }
}
.gb-section-imagelink .gb-duecol-wrapper .gb-img-link .gb-subdesc {
  font-size: 12px;
  display: block;
  text-align: center;
}
.gb-section-imagelink.gb-section-videopopup picture {
  position: relative;
}
.gb-section-imagelink.gb-section-videopopup picture .gb-label-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 1;
  padding: 18px 18px;
}
@media screen and (max-width: 767px) {
  .gb-section-imagelink.gb-section-videopopup picture .gb-label-wrapper {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .gb-section-stores {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .gb-section-stores > .container {
    display: contents;
  }
  .gb-section-stores > .container .row {
    display: contents;
    margin-inline: 0 !important;
  }
  .gb-section-stores > .container .row .gb-stores-wrapper {
    display: contents;
  }
  .gb-section-stores .gb-text-wrapper {
    padding-inline: 20px;
  }
  .gb-section-stores .gb-store-list {
    padding-inline: 20px;
    width: 100%;
    padding-top: 20px;
  }
  .gb-section-stores .gb-store-list select {
    margin: 0 !important;
  }
  .gb-section-stores .gb-section-risultati {
    width: 100%;
  }
  .gb-section-stores .gb-map-container {
    order: 4;
    padding-inline: 20px;
    margin-top: 40px;
  }
  .gb-section-stores .gb-section-title {
    width: 100%;
  }
}
.gb-section-stores .gb-stores-wrapper {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-stores .gb-stores-wrapper {
    display: block;
  }
}
.gb-section-stores .gb-stores-wrapper .gb-map-container {
  width: 100%;
  flex: 1 1 auto;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .gb-section-stores .gb-stores-wrapper .gb-map-container {
    margin-left: 0;
  }
}
.gb-section-stores .gb-stores-wrapper #map {
  width: 100%;
  aspect-ratio: 1600/800;
  margin-bottom: 20px;
  scroll-margin-top: var(--header-height);
}
@media screen and (max-width: 1199px) {
  .gb-section-stores .gb-stores-wrapper #map {
    aspect-ratio: 800/600;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-stores .gb-stores-wrapper #map {
    aspect-ratio: 390/410;
  }
}
@media screen and (min-width: 992px) {
  .gb-section-stores .gb-stores-wrapper .gb-store-list {
    width: 300px;
    flex: 0 0 auto;
  }
}
.gb-section-stores .gb-stores-wrapper .gb-aside-wrapper {
  max-height: 600px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gb-section-stores .gb-stores-wrapper .gb-aside-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.gb-section-stores .gb-stores-wrapper .gb-aside-wrapper::-webkit-scrollbar-track {
  background: transparent;
  transition: height 600ms;
}
.gb-section-stores .gb-stores-wrapper .gb-aside-wrapper::-webkit-scrollbar-thumb {
  background: var(--gb-timberwolf);
}
.gb-section-stores .gb-stores-wrapper h2 {
  font-size: 0.85rem;
  --wght: 400;
  width: 100%;
  margin-bottom: 20px;
  color: var(--gb-text-battle-grey);
  text-transform: uppercase;
}
.gb-section-stores .gb-stores-wrapper h3 {
  font-size: 1rem;
  --wght: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gb-section-stores .gb-stores-wrapper h4 {
  font-size: 0.8125rem;
  --wght: 400;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.gb-section-stores .gb-stores-wrapper ul {
  list-style: none !important;
  font-size: 1rem;
  padding-left: 0px;
}
.gb-section-stores .gb-stores-wrapper ul:not(:last-child) {
  margin-bottom: 30px;
}
.gb-section-stores .gb-stores-wrapper ul li {
  font-size: 15px;
}
.gb-section-stores .gb-stores-wrapper ul li:not(:last-child) {
  margin-bottom: 4px;
}
.gb-section-stores .gb-stores-wrapper ul li gb-icon {
  opacity: 0.4;
}
.gb-section-stores .gb-stores-wrapper ul li a {
  text-decoration: none;
}
.gb-section-stores .gb-stores-wrapper ul li a:hover {
  text-decoration: underline;
}
.gb-section-stores .gb-stores-wrapper select {
  padding: 13px 36px 13px 18px;
  width: 100%;
  border-radius: 12px;
  border: solid 2px var(--error, var(--gb-gray-black));
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--gb-gray-black);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin-bottom: 20px;
  color: var(--gb-white);
}
.gb-section-stores .gb-legend-list {
  width: 200px;
  flex: 0 0 auto;
}
.gb-section-stores legend {
  display: flex;
  width: 100%;
  border: 2px solid var(--gb-timberwolf);
  border-radius: 12px;
  padding: 28px 40px;
  margin-bottom: 0;
  flex-direction: column;
  row-gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: calc(var(--gap-page) * 1.4);
  row-gap: calc(var(--gap-page) * 2);
  --num-item: 3;
  --gap-page: 10px;
}
@media screen and (max-width: 991px) {
  .gb-section-stores legend {
    --gap-page: 6px;
    --num-item: 5;
    padding: 16px 10px;
    justify-content: space-around;
  }
}
.gb-section-stores legend .gb-label {
  font-size: 16px;
  --wght: 600;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .gb-section-stores legend .gb-label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-stores legend .gb-label {
    text-align: center;
    cursor: pointer;
  }
  .gb-section-stores legend .gb-label::after {
    content: "\f282";
    margin-left: 8px;
    font-family: bootstrap-icons;
    vertical-align: bottom;
  }
  .gb-section-stores legend .gb-label.gb-act {
    cursor: auto;
  }
  .gb-section-stores legend .gb-label.gb-act::after {
    display: none;
  }
  .gb-section-stores legend .gb-label.gb-act ~ .gb-marker {
    display: flex;
  }
}
.gb-section-stores legend .gb-marker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gb-section-stores legend .gb-marker .pin_Gruppo {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .gb-section-stores legend .gb-marker .pin_Gruppo {
    width: 28px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-stores legend .gb-marker {
    flex-direction: column;
    display: none;
  }
  .gb-section-stores legend .gb-marker:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}
.gb-section-stores legend .gb-marker span {
  display: flex;
  margin-right: 14px;
}
@media screen and (max-width: 991px) {
  .gb-section-stores legend .gb-marker span {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.gb-section-stores legend .gb-marker strong {
  font-size: 14px;
  --wght: 600;
}
@media screen and (max-width: 991px) {
  .gb-section-stores legend .gb-marker strong {
    font-size: 10px;
    text-align: center;
  }
}
.gb-pin {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  position: relative;
  width: 26px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gb-pin {
    width: 20px;
  }
}
.gb-pin + .gb-pin {
  margin-left: -0.4em;
  z-index: 0;
}
.gb-pin.pin_CREO .st0 {
  fill: var(--creo);
}
.gb-pin.pin_CREO .st1 {
  fill: #FFFFFF;
}
.gb-pin.pin_lube .st0 {
  fill: var(--lube);
}
.gb-pin.pin_lube .st1 {
  fill: #FFFFFF;
}
.gb-pin.pin_Gruppo .cls-2 {
  fill: var(--gruppo);
}
.gb-pin.pin_Gruppo .cls-1 {
  fill: #fff;
}
.gb-pin.pin_monoCREO .st0, .gb-pin.pin_monoLUBE .st0 {
  fill: var(--lube);
}
.gb-pin.pin_monoCREO .st1, .gb-pin.pin_monoLUBE .st1 {
  fill: #FFFFFF;
}
.gb-pin.pin_monoCREO circle, .gb-pin.pin_monoLUBE circle {
  fill: var(--lube);
}
.gb-pin.pin_monoCREO .st0 {
  fill: var(--creo);
}
.gb-pin.pin_monoCREO circle {
  fill: var(--creo);
}
.gb-pin.pin_multiCREO .st0, .gb-pin.pin_multiLUBE .st0 {
  fill: var(--lube);
}
.gb-pin.pin_multiCREO .st2, .gb-pin.pin_multiLUBE .st2 {
  fill: #FFFFFF;
}
.gb-pin.pin_multiCREO circle, .gb-pin.pin_multiLUBE circle {
  fill: var(--multi);
}
.gb-pin.pin_multiCREO .st0 {
  fill: var(--creo);
}

.gb-section-stores .gb-agenzia-wrapper {
  padding-top: 40px;
}
.gb-section-stores .gb-agenzia-wrapper .gb-text-wrapper {
  padding-bottom: 30px;
}
.gb-section-stores .gb-agenzia-wrapper .gb-agenzia-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --gap-page: 35px;
  --num-item:4;
  column-gap: var(--gap-page);
  row-gap: var(--gap-page);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .gb-section-stores .gb-agenzia-wrapper .gb-agenzia-list {
    --num-item: 3;
  }
}
@media screen and (max-width: 1400px) {
  .gb-section-stores .gb-agenzia-wrapper .gb-agenzia-list {
    --num-item:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-stores .gb-agenzia-wrapper .gb-agenzia-list {
    --num-item:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-stores .gb-agenzia-wrapper .gb-agenzia-list {
    --num-item:1;
  }
}
.gb-results-wrapper .gb-title-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-results-wrapper .gb-title-group span {
  display: flex;
  margin-right: 14px;
}
.gb-results-wrapper .gb-title-group strong {
  font-size: 14px;
  --wght: 600;
}
.gb-results-wrapper .gb-resultsgroup-list {
  display: flex;
  flex-wrap: wrap;
  --gap-page: 35px;
  --num-item:4;
  column-gap: var(--gap-page);
  row-gap: var(--gap-page);
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .gb-results-wrapper .gb-resultsgroup-list {
    --num-item: 3;
  }
}
@media screen and (max-width: 991px) {
  .gb-results-wrapper .gb-resultsgroup-list.loading::before {
    content: "";
    display: block;
    width: var(--spinner-w);
    height: var(--spinner-w);
    border-radius: 50%;
    border-top: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
    border-right: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
    border-bottom: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
    border-left: 3px solid var(--gb-antrax);
    margin: 10px auto;
    animation: loadSpinner 1.1s infinite linear;
    order: -2;
  }
  .gb-results-wrapper .gb-resultsgroup-list.loading::after {
    content: "";
    width: 100% !important;
    flex: 0 0 auto;
    order: -1;
  }
}
@media screen and (max-width: 1400px) {
  .gb-results-wrapper .gb-resultsgroup-list {
    --num-item:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-results-wrapper .gb-resultsgroup-list {
    --num-item:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-results-wrapper .gb-resultsgroup-list {
    --num-item:1;
    padding: 40px 0 0;
  }
}
article.gb-store-info {
  width: calc((100% - (var(--num-item, 4) - 1) * var(--gap-page, 40px)) / var(--num-item, 4));
  border: solid 2px var(--gb-timberwolf);
  border-radius: 12px;
  font-size: 14px;
  display: grid;
  flex-direction: column;
  grid-template-rows: 1fr auto auto;
}
article.gb-store-info[data-tipo=lube] {
  --tipo-border:var(--lube);
  --tipo:var(--lube);
}
article.gb-store-info[data-tipo=creo] {
  --tipo-border:var(--creo);
  --tipo:var(--creo);
}
article.gb-store-info[data-tipo=gruppo] {
  --tipo-border:transparent;
  --tipo:linear-gradient(90deg, var(--lube) 0%, var(--creo) 100%);
}
article.gb-store-info[data-tipo=monomulti-lube] {
  --tipo:var(--lube);
}
article.gb-store-info[data-tipo=monomulti-creo] {
  --tipo:var(--creo);
}
article.gb-store-info .gb-store-name {
  --wght:600;
  padding: 0 0 4px;
}
article.gb-store-info .gb-store-name small {
  font-size: 0.8em;
  --wght:400;
  white-space: nowrap;
}
article.gb-store-info .gb-storecard-head {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  padding: 18px;
}
article.gb-store-info .gb-storecard-head img {
  display: block;
  width: 26px;
  height: auto;
}
article.gb-store-info address {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}
article.gb-store-info .gb-contact {
  font-size: 13px;
  line-height: 1.2;
  margin: 8px 0 0;
}
article.gb-store-info .gb-contact a {
  text-decoration: none;
}
article.gb-store-info .gb-contact gb-icon {
  display: inline-block;
  margin-right: 5px;
}
article.gb-store-info .gb-contact gb-icon ~ gb-icon {
  margin-top: 5px;
}
article.gb-store-info .gb-contact gb-icon.bi-whatsapp {
  color: var(--gb-wapp);
}
article.gb-store-info .gb-distance {
  font-size: 0.8em;
  --wght:400;
}
article.gb-store-info .gb-art-footer {
  margin-top: auto;
  background: var(--gb-timberwolf);
  border-radius: 0 0 8px 8px;
  color: var(--gb-black);
  text-transform: uppercase;
  --wght:600;
  font-size: 12px;
  letter-spacing: 0.04em;
}
article.gb-store-info .gb-art-footer:empty {
  display: none;
}
article.gb-store-info .gb-art-footer span {
  display: block;
  padding: 14px 17px;
}
article.gb-store-info .gb-call-to-action {
  padding: 20px 18px 40px;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
article.gb-store-info .gb-call-to-action .gb-full-width {
  grid-column: 1/-1;
}
article.gb-store-info .gb-call-to-action .w-50 {
  width: calc(50% - 3px) !important;
}
article.gb-store-info .gb-call-to-action a {
  text-align: center;
}
article.gb-store-info .gb-call-to-action a i {
  margin: 0 !important;
}

.storeLocator {
  font-family: var(--roboto);
}
.storeLocator .gm-style-iw {
  padding: 0;
}
.storeLocator .leaflet-popup-close-button {
  font: unset !important;
  font-family: bootstrap-icons !important;
  font-size: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
}
.storeLocator .leaflet-popup-close-button::after {
  content: "\f62a";
  font-size: 28px;
}
.storeLocator article.gb-store-info .gb-storecard-head {
  padding: 0 10px 15px 10px;
}
.storeLocator article.gb-store-info .gb-call-to-action {
  grid-row-gap: 5px;
}
.storeLocator .gb-vedi-in-mappa {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .leaflet-popup .gm-style-iw-d {
    width: 100% !important;
  }
}
@media (hover: none) {
  .leaflet-control-zoom {
    display: none !important;
  }
}

.gm-style-iw-d article.gb-store-info {
  width: 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .gm-style-iw-d article.gb-store-info .gb-storecard-head {
    min-width: 290px !important;
  }
}
.gm-style-iw-d article.gb-store-info .gb-call-to-action {
  padding-bottom: 14px;
  padding-top: 0;
}
.gm-style-iw-d article.gb-store-info .gb-call-to-action a {
  margin-block: 3px;
}
.gm-style-iw-d article.gb-store-info .gb-cta.gb-small {
  padding: 8px 15px;
  font-size: 13px;
}
.gm-style-iw-d article.gb-store-info .gb-art-footer span {
  min-height: 34px;
  font-size: 10px;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4) !important;
}

.gm-style-iw-d {
  margin: 0;
  padding: 0 !important;
  overflow: auto !important;
}

.gb-section-official-part {
  padding-block: 40px;
  color: var(--gb-black);
}
.gb-section-official-part .gb-info-tab-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .gb-section-official-part .gb-info-tab-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-official-part .gb-info-tab-wrap {
    grid-column-gap: 10px;
  }
}
.gb-section-official-part .gb-info-tab-wrap .gb-tab-partinfo {
  overflow: hidden;
}
.gb-section-official-part .gb-info-tab-wrap gb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: var(--gb-white);
  margin-bottom: 20px;
  padding: 0 10%;
  border: solid 4px var(--border);
}
.gb-section-official-part .gb-info-tab-wrap gb-icon img {
  width: 100%;
  height: auto;
}
.gb-section-official-part .gb-info-tab-wrap .gb-title {
  color: var(--gruppo);
  font-size: 16px;
  --wght: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gb-section-official-part .gb-info-tab-wrap .gb-desc {
  font-size: 14px;
  font-style: normal;
  --wght: 400;
}

.gb-send-request {
  padding-bottom: 80px;
}
.gb-send-request .gb-formcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 28px;
}
@media screen and (max-width: 991px) {
  .gb-send-request .gb-formcontainer {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
  }
}
.gb-send-request .gb-formcontainer .gb-w-100 {
  grid-column-end: span 2;
}
.gb-send-request .gb-form-privacy {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .gb-send-request .gb-form-radio {
    flex-direction: column;
    row-gap: 14px;
  }
}

.gb-section-form-contatto {
  padding-bottom: 80px;
}
.gb-section-form-contatto .gb-formcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 28px;
}
@media screen and (max-width: 991px) {
  .gb-section-form-contatto .gb-formcontainer {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
  }
}
.gb-section-form-contatto .gb-formcontainer .gb-w-100 {
  grid-column-end: span 2;
}
.gb-section-form-contatto .gb-formcontainer textarea {
  min-height: 210px;
}
.gb-section-form-contatto .gb-form-privacy {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .gb-section-form-contatto .gb-form-radio {
    flex-direction: column;
    row-gap: 14px;
  }
}

.gb-section-slide-gallery {
  overflow: hidden;
  padding-top: 60px;
}
.gb-section-slide-gallery + .gb-section-testosemplice {
  padding-top: 0;
}
.gb-section-slide-gallery .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .gb-section-slide-gallery .swiper {
    max-width: 75vw;
    margin-left: 0;
  }
}
.gb-section-slide-gallery .swiper:not(.swiper-initialized) .swiper-wrapper {
  --gap:14px;
  --num:3;
  display: flex;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-section-slide-gallery .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap:20px;
    --num:2;
  }
}
.gb-section-slide-gallery .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  flex: 0 0 auto;
}
.gb-section-slide-gallery .swiper .swiper-slide a {
  text-decoration: none !important;
}
.gb-section-slide-gallery .swiper .swiper-slide .gb-iframe-wrapper {
  aspect-ratio: 520/350;
}
.gb-section-slide-gallery .swiper .swiper-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.gb-section-slide-gallery .swiper .swiper-slide picture {
  display: block;
  aspect-ratio: 520/350;
  position: relative;
}
.gb-section-slide-gallery .swiper .swiper-slide picture gb-label {
  position: absolute;
  top: 14px;
  left: 14px;
}
.gb-section-slide-gallery .swiper .swiper-slide picture video,
.gb-section-slide-gallery .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.gb-section-slide-gallery .swiper .swiper-slide .gb-description {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .gb-section-slide-gallery .swiper .swiper-slide .gb-description {
    text-align: center;
  }
}
.gb-section-slide-gallery .swiper-pagination {
  margin-top: 16px;
}
.gb-section-slide-gallery .swiper-pagination:empty {
  display: none;
}

.gb-section-yt-list:last-child {
  padding-bottom: 100px;
}
.gb-section-yt-list .gb-yt-wrapper {
  --num:3;
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
  row-gap: calc(var(--gap) * 3);
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-yt-list .gb-yt-wrapper {
    --num: 2;
    --gap:20px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-yt-list .gb-yt-wrapper {
    --num: 1;
    --gap:10px;
  }
}
.gb-section-yt-list .gb-youtube-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  aspect-ratio: 520/350;
  background: var(--gb-white-smoke);
  border-radius: 12px;
}
.gb-section-yt-list .gb-youtube-item iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.gb-section-contract {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
}
.gb-section-contract .gb-link-wrapper {
  column-gap: 26px;
}
@media screen and (min-width: 768px) {
  .gb-section-contract .gb-link-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-contract .gb-link-wrapper {
    column-gap: 15px;
  }
  .gb-section-contract .gb-link-wrapper a {
    margin-bottom: 20px;
  }
}
.gb-section-contract .container:first-of-type(of .gb-fe-c) hr {
  display: none;
}
.gb-section-contract .container hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gb-section-contract .container.gb-fe-c {
  scroll-margin-top: var(--header-height);
}
.gb-section-contract .gb-contract-title {
  text-transform: uppercase;
  --wght: 600;
  margin-bottom: 20px;
}
.gb-section-contract .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .gb-section-contract .swiper {
    max-width: 75vw;
    margin-left: 0;
  }
}
.gb-section-contract .swiper:not(.swiper-initialized) .swiper-wrapper {
  --gap:14px;
  --num:3;
  display: flex;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-section-contract .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap:20px;
    --num:2;
  }
}
.gb-section-contract .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  flex: 0 0 auto;
}
.gb-section-contract .swiper .swiper-slide a {
  text-decoration: none !important;
}
.gb-section-contract .swiper .swiper-slide picture {
  display: block;
  aspect-ratio: 1920/1410;
  position: relative;
}
.gb-section-contract .swiper .swiper-slide picture gb-label {
  position: absolute;
  top: 14px;
  left: 14px;
}
.gb-section-contract .swiper .swiper-slide picture video,
.gb-section-contract .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.gb-section-contract .swiper .swiper-slide .gb-description {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  --wght: 500;
  line-height: normal;
  margin-top: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .gb-section-contract .swiper .swiper-slide .gb-description {
    text-align: center;
  }
}
.gb-section-contract .swiper-pagination {
  margin-bottom: 6px;
}

.gb-section-contract-home {
  padding-top: var(--component-pad);
  overflow: hidden;
}
.gb-section-contract-home .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .gb-section-contract-home .swiper {
    max-width: 75vw;
    margin-left: 0;
  }
}
.gb-section-contract-home .swiper:not(.swiper-initialized) .swiper-wrapper {
  --gap:50px;
  --num:3;
  display: flex;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
@media screen and (max-width: 1199px) {
  .gb-section-contract-home .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap:30px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-contract-home .swiper:not(.swiper-initialized) .swiper-wrapper {
    --gap:20px;
    --num:2;
  }
}
.gb-section-contract-home .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  flex: 0 0 auto;
}
.gb-section-contract-home .swiper .swiper-slide a {
  text-decoration: none !important;
}
.gb-section-contract-home .swiper .swiper-slide picture {
  display: block;
  aspect-ratio: 1920/1410;
}
.gb-section-contract-home .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.gb-section-contract-home .swiper .swiper-slide .gb-description {
  margin-top: 14px;
  display: block;
  text-align: left !important;
  text-transform: unset !important;
}
.gb-section-contract-home .swiper-pagination {
  margin-top: 16px;
}

#oldbrowser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
  display: block !important;
}
@supports (display: block) {
  #oldbrowser {
    display: none !important;
  }
}
@supports not (--css: variables) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (aspect-ratio: 16/9) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (display: flex) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (padding-inline: 20px) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (object-fit: cover) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (border-radius: 50%) {
  #oldbrowser {
    display: block !important;
  }
}

.old_browser a {
  color: #666;
}

.qzq {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 800px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.qzq h2 {
  padding: 0 25px;
  padding-top: 40px;
}
.qzq p {
  padding: 20px 16px 0 16px;
}

a.bro {
  display: inline-block;
  margin: 30px 10px 0 10px;
  font-weight: bold;
  width: 112px;
  font-size: 14px;
  color: #666;
}
a.bro img {
  display: block;
  margin: 0 auto;
}

.gb_sitemap {
  padding-top: 40px;
}
.gb_sitemap .sitemap > ul {
  padding: 0;
  list-style: none;
}
.gb_sitemap .sitemap > ul > li {
  --wght: 500;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.gb_sitemap .sitemap > ul > li .bi {
  color: var(--gb-black);
}
.gb_sitemap .sitemap > ul > li a {
  text-decoration: none !important;
}
.gb_sitemap .sitemap > ul > li > ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 20px;
}
.gb_sitemap .sitemap > ul > li > ul > li {
  text-transform: none !important;
  --wght: 400;
  font-size: 15px;
}
.gb_sitemap .sitemap > ul > li > ul > li > ul {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--gb-black);
}
.gb_sitemap .sitemap > ul > li > ul > li > ul > li {
  text-transform: none !important;
  --wght: 400;
  font-size: 14px;
}
.gb_sitemap .sitemap > ul > li > ul > li > ul > li ul {
  list-style: none;
  padding: 0;
}

ul.stmp {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.stmp li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.stmp li ul li a {
  --wght: 600;
}
ul.stmp li ul li ul li a {
  --wght: 400;
}
ul.stmp a {
  text-decoration: none;
}

#p404 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p404 .gb-main-404 {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#p404 .gb-main-404 .gb-code {
  text-align: center;
  --wght: 800;
  color: var(--gb-lube-red);
  font-size: clamp(90px, 25vw, 300px);
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2));
  line-height: 1;
}
@supports (-webkit-background-clip: text) {
  #p404 .gb-main-404 .gb-code {
    background: linear-gradient(to top right, #841516 0%, #E32426 50%, #FF0000 100%), url("data:image/svg+xml,%3Csvg viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
#p404 .gb-main-404 .gb-text-code {
  text-transform: uppercase;
  --wght: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #p404 .gb-main-404 .gb-text-code {
    font-size: 26px;
  }
}

.pswp--zoom-allowed .pswp__img {
  border: solid 1px var(--border);
}

.pswp .pswp__bg {
  background: #fff;
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 38px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__top-bar {
    padding: 16px;
  }
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 30px;
  width: 30px;
  top: 50%;
  background: transparent;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-white-smoke);
  border-radius: 6px;
  color: var(--gb-antrax);
}
.pswp .pswp__ui .pswp__button .bi {
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 10px;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 38px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-lube-red);
  color: var(--gb-white);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
    top: auto;
    bottom: 10px;
    left: 16px;
  }
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 38px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
    right: 16px;
  }
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  --wght: 700;
  color: var(--gb-black);
  text-align: center;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 6px;
  line-height: 1.2;
  background: #fff;
}
.pswp .pswp__ui .pswp__caption {
  font-size: 18px;
  text-transform: uppercase;
  --wght:500;
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 20px 38px;
  pointer-events: none;
  position: relative;
  display: flex;
}
.pswp .pswp__ui .pswp__caption span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .pswp__caption .pswp__caption__center {
  padding: 8px 15px;
  border-radius: 6px;
  background: #fff;
  pointer-events: auto;
  line-height: 1.2;
  max-width: 73vw;
}
@media screen and (max-width: 576px) {
  .pswp .pswp__ui .pswp__caption .pswp__caption__center {
    margin-left: 16px;
    top: 16px;
  }
}
.pswp .pswp__ui .pswp__caption.pswp__caption--fake {
  display: none;
}
.pswp .pswp__button--share {
  display: none !important;
}
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
}
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .pswp__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp video {
  width: 100% !important;
  height: auto !important;
}

body {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
