@charset "UTF-8";
:root {
  --gb-white:#fff;
  --gb-white-smoke:#eee;
  --gb-white-smoke-light:#F5F5F5;
  --gb-red:#DB0000;
  --gb-green:#00CA44;
  --gb-yellow:#ffd52d;
  --gb-black:#000;
  --gb-whapp-color:#25D366;
  --gb-night-tide: #445260;
  --gb-elite-blue: #1a2f4f;
  --gb-carbon: #333333;
  --gb-soothing-sapphire: #2C70C7;
  --gb-blue-gourami: #6b9bd8;
  --gb-aria: #e3e3e3;
  --gb-ragtime-blues: #4d5d6c;
  --gb-doctor: #f8f9fa;
  --gb-meditative: #96a8b2;
  --gb-bleached-silk: #f3f3f3;
  --gb-distant-horizon: #f1f6f9;
  --gb-sonic-silver: #747775;
  --gb-bird-s-child: #FFF3CD;
  --gb-ordine-attesa-pagamento: #ffc107;
  --gb-ordine-in-preparazione:#FF7A00;
  --gb-ordine-in-produzione:#C94B00;
  --gb-ordine-spedizione:#00C853;
  --gb-ordine-completato:#007A2F;
  --gb-ordine-annullato:#CC0000;
  --gb-ordine-rimborsato:#1565C0;
  --gb-border:color-mix(in srgb, var(--gb-ragtime-blues) 20%, var(--gb-white));
  --border:var(--gb-border);
  --note:var(--gb-ragtime-blues);
  --gb-note:var(--note);
  --spinner-w:30px;
  --gb-font-sans-serif: "Figtree", sans-serif;
  --header-height:72px;
}

@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Bold.woff2") format("woff2"), url("/gb/css/font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-BlackItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Black.woff2") format("woff2"), url("/gb/css/font/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Medium.woff2") format("woff2"), url("/gb/css/font/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Thin.woff2") format("woff2"), url("/gb/css/font/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Italic.woff2") format("woff2"), url("/gb/css/font/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-BoldItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-LightItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Light.woff2") format("woff2"), url("/gb/css/font/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Regular.woff2") format("woff2"), url("/gb/css/font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-MediumItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-ThinItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
a {
  color: currentColor;
}
a:visited, a:hover {
  color: currentColor;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
html.mobile a[href^="tel:"] {
  pointer-events: auto;
}

* {
  -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;
}

:focus, :visited, :active {
  box-shadow: none;
}

:focus-visible {
  outline-offset: 4px;
  outline: -webkit-focus-ring-color auto 3px;
}

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;
}

[disabled],
.gb-disabled,
.gb_disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.6;
  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:not(.default-pad) {
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .container-fluid:not(.default-pad) {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid:not(.default-pad) {
    padding-inline: 50px;
  }
}

picture {
  display: block;
}

.gb-breadcrumb-wrapper {
  padding-block: 10px;
}
.gb-breadcrumb-wrapper .gb-breadcrumb {
  padding: 0;
  list-style: none;
  line-height: 1.2;
  color: currentColor;
  margin: 0;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li {
  font-size: 0.75rem;
  font-style: normal;
  line-height: 0.8;
  display: inline;
  padding-bottom: 0;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li a {
  display: inline;
  font-weight: 300;
  text-decoration: none;
  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 {
  font-weight: 600;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 3px;
  display: inline;
}

.ce-element--type-image, .ce-element--type-video {
  max-width: 100% !important;
  aspect-ratio: 16/9 !important;
  height: auto !important;
  background-position: center !important;
  background-size: contain !important;
  width: 100% !important;
}

.gb-skip-content {
  position: fixed;
  top: 15px;
  left: 20px;
  border-radius: 10px;
  background: var(--gb-elite-blue);
  text-decoration: none;
  --wght: 600;
  padding: 8px 20px;
  font-size: 14px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  cursor: pointer;
  border: solid 3px color-mix(in srgb, var(--gb-elite-blue) 80%, var(--gb-black));
  color: var(--gb-white) !important;
}
.gb-skip-content:not(:focus-visible) {
  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;
}
.gb-skip-content span {
  display: block;
  font-size: 0.8em;
  background: var(--gb-white);
  color: var(--gb-black);
  border-radius: 5px;
  padding: 4px 8px;
}
.gb-skip-content span gb-enter {
  display: inline-flex;
  padding: 8px 4px;
  border-radius: 4px;
  background: var(--gb-black);
  color: var(--gb-white);
  margin-left: 6px;
}
.gb-skip-content span gb-enter svg {
  display: block;
  width: 10px;
  height: auto;
}

.pswp .pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px;
}
.pswp .pswp__button {
  display: block;
  float: right;
  padding: 0;
  top: 50%;
  background: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.pswp .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__button.pswp__button--arrow--prev, .pswp .pswp__button.pswp__button--arrow--next {
  color: var(--gb-blue);
  font-size: 32px;
}
.pswp .pswp__button.pswp__button--arrow--prev svg, .pswp .pswp__button.pswp__button--arrow--next svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
html.mobile .pswp .pswp__button.pswp__button--arrow--prev, html.mobile .pswp .pswp__button.pswp__button--arrow--next {
  display: none;
}
.pswp .pswp__button.pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  -webkit-text-stroke-width: 1px !important;
}
.pswp .pswp__button.pswp__button--arrow--right {
  right: 10px;
  left: auto;
}
.pswp .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__counter, .pswp .pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: center;
  font-family: var(--font-sans-serif);
  height: 44px;
  padding: 10px 0;
}
.pswp .pswp__caption {
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 10px 43px;
}
@media (max-width: 767px) {
  .pswp .pswp__caption {
    font-size: 12px;
  }
}
.pswp .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 {
  font-weight: 600;
  display: inline;
}

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

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

gb-italic {
  font-style: italic;
}

gb-highlight {
  color: var(--gb-soothing-sapphire);
}

gb-big {
  font-size: 1.2em;
}

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

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

hr:not([size]) {
  height: 1px;
  border: none;
  background: var(--gb-border);
  opacity: 1;
}

b, strong {
  font-weight: 600;
}

body {
  font-family: var(--gb-font-sans-serif);
  color: var(--gb-black);
  font-optical-sizing: auto;
  font-size: 16px;
}
body#gb1 {
  color: var(--gb-ragtime-blues);
}
body[data-template=template-guide] {
  background: var(--gb-distant-horizon);
}
body[data-template=template-guide] section {
  background: var(--gb-distant-horizon);
}

main {
  min-height: calc(100vh - var(--full-header-height, var(--header-height)) - var(--footer-height, 0px));
}
main #template-guide {
  padding-bottom: 80px;
}

.bg-distant-horizon {
  background: var(--gb-distant-horizon);
}
.bg-distant-horizon:last-child {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .bg-distant-horizon:last-child {
    margin-bottom: 60px;
  }
}

.bg-elite-blue {
  background: var(--gb-elite-blue);
  color: var(--gb-white);
}
.bg-elite-blue .gb-cta.cta-white {
  --cta-color:var(--gb-elite-blue);
}
.bg-elite-blue:last-child {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .bg-elite-blue:last-child {
    margin-bottom: 60px;
  }
}

section {
  background: var(--gb-white);
  scroll-margin-top: var(--full-header-height, var(--header-height));
}
@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;
  }
}

.fit-width {
  width: fit-content;
}

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

.span-all {
  grid-column: 1/-1;
}

.hidden-empty:empty {
  display: none;
}

.gb-cta {
  background: var(--cta-background, var(--gb-soothing-sapphire));
  color: var(--cta-color, var(--gb-white));
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none !important;
  border: solid 1px var(--cta-border, var(--cta-background, var(--gb-soothing-sapphire)));
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 45px;
  min-height: 48px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}
.gb-cta:not(.cta-no-mw) {
  min-width: 250px;
}
.gb-cta:not(.cta-no-max) {
  max-width: max-content;
}
.gb-cta:visited, .gb-cta:hover {
  background: var(--cta-background, var(--gb-soothing-sapphire));
  color: var(--cta-color, var(--gb-white));
}
.gb-cta gb-icon {
  font-size: 1.4em;
  margin-left: 12px;
}
.gb-cta gb-icon.icon-small {
  font-size: 1.1em;
  position: relative;
  top: 0.1em;
}
.gb-cta.text-uppercase {
  font-size: 12px;
}
.gb-cta.cta-big-text {
  font-size: 16px;
  font-weight: 300;
}
.gb-cta.cta-white {
  --cta-color:var(--gb-soothing-sapphire);
  --cta-background:var(--gb-white);
}
.gb-cta.cta-red {
  --cta-color:var(--g-white);
  --cta-background:var(--gb-red);
}
.gb-cta.cta-light-grey {
  --cta-color:var(--gb-black);
  --cta-background:color-mix(in srgb,var(--gb-ragtime-blues) 10%,var(--gb-white));
}
.gb-cta.cta-medium {
  min-height: 40px;
  padding: 8px 16px;
  min-width: unset;
  max-width: unset;
  font-size: 14px;
}
.gb-cta.cta-small {
  min-height: 32px;
  padding: 5px 24px;
  min-width: unset;
  max-width: unset;
}
.gb-cta.cta-whapp {
  --cta-color:var(--gb-black);
  --cta-background:var(--gb-whapp-color);
}
.gb-cta.cta-outline {
  background: transparent;
  --cta-color: var(--cta-background,var(--gb-soothing-sapphire));
}
.gb-cta.cta-outline.cta-currentColor {
  --cta-background:currentColor;
  --cta-border:currentColor;
}
.gb-cta.cta-outline.cta-red {
  --cta-color:var(--gb-red);
  --cta-border:var(--gb-red);
}

.gb-big-filter {
  display: none;
}
@media screen and (max-width: 991px) {
  .gb-big-filter {
    display: block;
    padding: 10px 16px;
    width: 100%;
    background: var(--gb-soothing-sapphire);
    color: var(--gb-white);
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 20px;
  }
  .gb-big-filter.gb-small-text {
    font-size: 16px;
  }
  .gb-big-filter span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gb-big-filter {
    margin-bottom: 25px;
  }
}

.gb-text-cta {
  font-weight: 600;
  font-size: 18px;
  color: var(--gb-soothing-sapphire) !important;
}
.gb-text-cta:not(.text-decoration-underline) {
  text-decoration: none !important;
}
.gb-text-cta:not(.no-hover) {
  border-bottom: solid 1px transparent;
}
.gb-text-cta:not(.no-hover):hover {
  border-bottom-color: var(--gb-soothing-sapphire);
}
.gb-text-cta gb-icon {
  font-size: 1.2em;
  margin-left: 18px;
  vertical-align: middle;
}
.gb-text-cta.cta-red {
  color: var(--gb-red) !important;
}
.gb-text-cta.cta-grey {
  color: var(--gb-ragtime-blues) !important;
}
.gb-text-cta.tcta-current-color {
  color: currentColor !important;
}
.gb-text-cta.tcta-current-color:hover {
  border-bottom-color: currentColor;
}

.gb-simple-text-cta {
  font-weight: 400;
  font-size: 16px;
  color: var(--gb-soothing-sapphire) !important;
}
.gb-simple-text-cta:not(.text-decoration-underline) {
  text-decoration: none !important;
}

header {
  color: var(--gb-white);
  background: var(--gb-elite-blue);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 577px) {
  header .container-fluid {
    padding-inline: 30px;
  }
}
header .gb-promo-bar {
  background: var(--gb-night-tide);
  padding-block: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
header .gb-promo-bar .swiper-slide {
  background: var(--gb-night-tide);
}
header .gb-header-wrapper {
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  header .gb-header-wrapper {
    grid-template-columns: 0.6fr auto 1fr;
  }
}
@media screen and (max-width: 1199px) {
  header .gb-header-wrapper {
    display: flex;
  }
  header .gb-header-wrapper .gb-nav-side {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  header .gb-header-wrapper .gb-nav-side gb-icon {
    font-size: 20px;
  }
}
header .gb-header-wrapper .gb-logo {
  overflow: hidden;
  max-width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .gb-header-wrapper .gb-logo a {
  text-decoration: none;
}
header .gb-header-wrapper .gb-logo svg {
  height: 16px;
}
header .gb-header-wrapper .gb-logo span {
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .gb-header-wrapper .gb-logo span:not(.visually-hidden) {
  display: block;
}
header .gb-header-wrapper .gb-logo span.gb-user {
  display: inline;
  margin-left: 5px;
}
header nav {
  display: flex;
  gap: 36px;
}
header nav.gb-desk-nav .gb-social,
header nav.gb-desk-nav .gb-nav-mobi {
  display: none;
}
@media screen and (max-width: 1199px) {
  header nav.gb-desk-nav {
    display: none;
  }
}
header nav a {
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0.05em;
}
header nav a:hover {
  text-decoration: underline;
}
header .gb-hamb {
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  header .gb-hamb {
    display: none;
  }
}
header .gb-hamb span {
  width: 20px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
header .gb-hamb span gb-line {
  border-radius: 4px;
  width: 100%;
  height: 2px;
  background: currentColor;
}
header .gb-hamb[aria-expanded=true] span {
  position: relative;
}
header .gb-hamb[aria-expanded=true] span gb-line {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
header .gb-hamb[aria-expanded=true] span gb-line:nth-child(2) {
  display: none;
}
header .gb-hamb[aria-expanded=true] span gb-line:nth-child(1) {
  transform: rotate(45deg);
}
header .gb-hamb[aria-expanded=true] span gb-line:nth-child(3) {
  transform: rotate(-45deg);
}
header .gb-hamb[aria-expanded=true] + nav {
  --show-nav: flex;
}
header .gb-nav-side {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .gb-nav-side {
    gap: 10px;
  }
}
header .gb-nav-side .gb-sub-btn {
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0;
}
header .gb-nav-side .gb-sub-btn > span {
  display: flex;
  align-items: center;
}
header .gb-nav-side .gb-sub-btn > span gb-icon {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .gb-nav-side .gb-sub-btn > span gb-icon {
    font-size: 20px;
  }
}
header .gb-nav-side .gb-sub-btn > span::after {
  display: block;
  font-family: bootstrap-icons;
  content: "\f282"/"";
  font-size: 6px;
  margin-left: 4px;
}
@media screen and (max-width: 1199px) {
  header .gb-nav-side .gb-sub-btn > span::after {
    display: none;
  }
}
header .gb-nav-side .gb-sub-btn[aria-expanded=true] > span::after {
  transform: rotate(180deg);
}
header .gb-nav-side .gb-sub-btn[aria-expanded=true] + .gb-sub-menu {
  --show: block;
}
header .gb-nav-side .gb-sub {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .gb-nav-side .gb-sub .gb-sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  background: var(--gb-white);
  border-radius: 4px;
  border: solid 1px var(--gb-aria);
  box-shadow: 0 2px 4px 0 rgba(150, 168, 178, 0.24);
  min-width: 10rem;
  padding: 20px 24px;
  right: 0;
  display: var(--show, none);
  color: var(--gb-ragtime-blues);
  list-style: none;
  max-height: calc(100vh - var(--full-header-height, var(--header-height)) - 16px);
  overflow: auto;
}
header .gb-nav-side .gb-sub .gb-sub-menu a {
  text-decoration: none;
  font-weight: 550;
}
header .gb-nav-side .gb-sub .gb-sub-menu#lang-menu {
  min-width: 200px;
  padding: 12px 0;
}
header .gb-nav-side .gb-sub .gb-sub-menu#lang-menu a {
  padding: 8px 24px;
  display: block;
}
header .gb-nav-side .gb-sub .gb-sub-menu#lang-menu a:hover {
  background: var(--gb-doctor);
}
header .gb-nav-side .gb-sub .gb-sub-menu#lang-menu a.gb-act {
  color: var(--gb-carbon);
}
header .gb-nav-side .gb-sub .gb-sub-menu#help-menu {
  white-space: nowrap;
  min-width: 200px;
  padding: 12px 0;
}
header .gb-nav-side .gb-sub .gb-sub-menu#help-menu a {
  padding: 8px 24px;
  display: block;
}
header .gb-nav-side .gb-sub .gb-sub-menu#help-menu a:hover {
  background: var(--gb-doctor);
}
header .gb-nav-side .gb-sub .gb-sub-menu#help-menu a.gb-act {
  color: var(--gb-carbon);
}
header .gb-nav-side .gb-sub .gb-sub-menu#account-menu {
  white-space: nowrap;
  min-width: fit-content;
  padding: 12px 0;
}
header .gb-nav-side .gb-sub .gb-sub-menu#account-menu a {
  padding: 8px 24px;
  display: block;
}
header .gb-nav-side .gb-sub .gb-sub-menu#account-menu a:hover {
  background: var(--gb-doctor);
}
header .gb-nav-side .gb-sub .gb-sub-menu#account-menu a.gb-act {
  color: var(--gb-carbon);
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu .gb-menutitle {
  display: block;
  width: max-content;
  color: var(--gb-carbon);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu .gb-menutitle:hover {
  text-decoration: underline;
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu ul {
  list-style: none;
  padding: 0;
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu ul a {
  padding: 8px 0;
  display: block;
  font-size: 14px;
  width: fit-content;
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu ul a:hover {
  text-decoration: underline;
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu ul a.gb-act {
  color: var(--gb-carbon);
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu ul.gb-two-column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
header .gb-nav-side .gb-sub .gb-sub-menu#guide-menu ul.gb-two-column li {
  width: calc(50% - 10px);
}
header .gb-nav-side .gb-sub .gb-sub-menu .gb-valuta-control {
  padding-top: 8px;
}
header .gb-nav-side .gb-sub .gb-sub-menu .gb-valuta-control span {
  display: block;
  padding: 8px 24px;
  font-weight: 550;
}
header .gb-nav-side .gb-sub .gb-sub-menu .gb-valuta-control span[role=heading] {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding-bottom: 0;
  color: var(--gb-meditative);
}
header .gb-nav-side .gb-sub .gb-sub-menu .gb-valuta-control button {
  font-size: 10px;
  color: var(--gb-soothing-sapphire);
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 4px;
}
@media screen and (max-width: 1199px) {
  header .gb-nav-side .no-mobi {
    display: none;
  }
}
header #head-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 360px;
  background: var(--gb-elite-blue);
  background: color-mix(in srgb, var(--gb-elite-blue) 80%, var(--gb-white));
  color: var(--gb-white);
  display: var(--show-nav, none);
  flex-direction: column;
  padding: 30px 20px;
  z-index: 10;
  height: calc(100dvh - var(--full-header-height, var(--header-height)));
  gap: 30px;
  overflow: auto;
  overscroll-behavior: contain;
}
@media screen and (max-width: 576px) {
  header #head-nav {
    max-width: 100%;
  }
}
header #head-nav a {
  font-weight: 450;
  text-decoration: none !important;
}
header #head-nav .gb-nav-mobi {
  display: flex;
  flex-direction: column;
}
header #head-nav .gb-nav-mobi > a:not(.gb-cta) {
  display: block;
  padding: 15px 0;
}
header #head-nav .gb-nav-mobi > a:not(.gb-cta):not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
header #head-nav .gb-nav-mobi .gb-cta {
  margin-bottom: 30px;
}
header #head-nav .gb-nav-mobi gb-sub:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
header #head-nav .gb-nav-mobi gb-sub button {
  text-align: left;
  padding: 15px 0;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 450;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
}
header #head-nav .gb-nav-mobi gb-sub button span {
  display: flex;
  align-items: center;
}
header #head-nav .gb-nav-mobi gb-sub button span::after {
  font-family: bootstrap-icons;
  content: "\f282";
  margin-left: auto;
  display: block;
}
header #head-nav .gb-nav-mobi gb-sub button[aria-expanded=true] span::after {
  transform: rotate(180deg);
}
header #head-nav .gb-nav-mobi gb-sub button[aria-expanded=true] + .gb-subcontainer {
  --show-sub: block;
}
header #head-nav .gb-nav-mobi gb-sub .gb-subcontainer {
  display: var(--show-sub, none);
}
header #head-nav .gb-nav-mobi gb-sub ul {
  list-style: none;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 15px;
}
header #head-nav .gb-nav-mobi gb-sub ul li a {
  font-size: 14px;
  display: block;
  font-weight: 300;
  padding-block: 3px;
}
header #head-nav .gb-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 20px;
  padding: 0;
  list-style: none;
}
header #head-nav .gb-social li a {
  border: solid 1px var(--gb-white);
  display: block;
  padding: 8px 12px;
  font-size: 20px;
}
header #head-nav .gb-social li a gb-icon {
  display: block;
}
header #head-nav .gb-social li a gb-icon::before {
  display: block;
}
header #head-nav .gb-social li a::after {
  content: attr(aria-label)/"";
  font-size: 12px;
  margin-left: 8px;
}

#menu-account-logged {
  background: var(--gb-white);
  padding-block: 15px;
  border-bottom: solid 1px var(--gb-border);
}
@media screen and (max-width: 900px) {
  #menu-account-logged {
    padding-bottom: 40px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  #menu-account-logged .gb-logged-menu-wrapper {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 900px) {
  #menu-account-logged .gb-logged-menu-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-status-wrapper {
  --gap-status: clamp(20px,4vw,100px);
  grid-column: 2;
  font-size: 14px;
  color: var(--gb-black);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: var(--gap-status);
  line-height: 1.3;
}
@media screen and (max-width: 1399px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-status-wrapper {
    grid-column: 1;
  }
}
@media screen and (max-width: 1199px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-status-wrapper {
    font-size: 12px;
    --gap-status: clamp(20px,3vw,100px);
  }
}
@media screen and (max-width: 900px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-status-wrapper {
    flex-direction: column;
    --gap-status: 30px;
  }
}
@media screen and (max-width: 767px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-status-wrapper {
    font-size: 14px;
    --gap-status: 20px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-close-menu {
  margin-left: auto;
  font-size: 20px;
  padding: 0;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 900px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-progress {
    width: 100%;
    max-width: 300px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring {
  position: relative;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 1299px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 900px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring {
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring {
    width: 45px;
    height: 45px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring__circle {
  fill: none;
  stroke-width: 12;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring__circle--bg {
  stroke: var(--gb-border);
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring__circle--progress {
  stroke: var(--gb-soothing-sapphire);
  stroke-dasharray: 503;
  stroke-dashoffset: calc(500 + -500 * var(--perc));
  transition: stroke-dashoffset 0.5s ease;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  color: var(--gb-ragtime-blues);
}
@media screen and (max-width: 1299px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-progress .progress-ring__text {
    font-size: 13px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-progress .gb-progress-text span {
  display: block;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--gap-status);
}
@media screen and (max-width: 900px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-step {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-step li {
    width: 100%;
    max-width: 300px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step li a[aria-disabled=true] {
  pointer-events: none;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step li .gb-svg-container {
  color: var(--gb-ragtime-blues);
  flex: 0 0 auto;
  display: block;
  position: relative;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step li .gb-svg-container svg {
  display: block;
  width: auto;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-step li .gb-svg-container svg {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-step li .gb-svg-container svg {
    margin-inline: auto;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #menu-account-logged .gb-logged-menu-wrapper .gb-step li .gb-svg-container {
    width: 45px;
  }
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step li.gb-done .gb-svg-container::after {
  content: "\f26a";
  font-family: bootstrap-icons;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--gb-soothing-sapphire);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-account-logged .gb-logged-menu-wrapper .gb-step li.gb-done .gb-text-container {
  opacity: 0.25;
}
footer {
  background: var(--gb-elite-blue);
  color: var(--gb-white);
  padding-block: 60px;
}
footer .container {
  max-width: 1200px;
}
@media screen and (min-width: 577px) {
  footer .container {
    padding-inline: 30px;
  }
}
footer .gb-menufoot-wrapper {
  display: flex;
  justify-content: start;
  gap: 100px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  footer .gb-menufoot-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-menufoot-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  footer .gb-menufoot-wrapper .gb-logo-foot {
    margin-right: auto;
  }
}
footer .gb-menufoot-wrapper .gb-logo-foot .gb-is-logo {
  height: 16px;
  width: auto;
  margin-bottom: 24px;
}
footer .gb-menufoot-wrapper .gb-logo-foot .gb-social {
  display: flex;
  gap: 10px;
  font-size: 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1199px) {
  footer .gb-menufoot-wrapper .gb-logo-foot .gb-social {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  footer .gb-menufoot-wrapper .gb-menu-list {
    display: none;
  }
}
footer .gb-menufoot-wrapper .gb-menu-list h2 {
  color: var(--gb-bleached-silk);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
  letter-spacing: 0.01em;
  font-weight: 620;
}
footer .gb-menufoot-wrapper .gb-menu-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 200px;
}
footer .gb-menufoot-wrapper .gb-menu-list ul li {
  padding-top: 8px;
}
footer .gb-menufoot-wrapper .gb-menu-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
footer .gb-menufoot-wrapper .gb-menu-list ul li a {
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 350;
  letter-spacing: 0.01em;
}
footer .gb-menufoot-wrapper .gb-menu-list ul li a:hover {
  text-decoration: underline;
}
footer .gb-copyright p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
footer .gb-copyright p span {
  font-weight: 300;
}
footer .gb-copyright ul {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .gb-copyright ul li {
  margin: 0 15px;
}
footer .gb-copyright ul li a {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-transform: capitalize;
}
footer .gb-tornasu-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .gb-tornasu-text a {
  margin-top: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: solid 1px var(--gb-white);
  padding: 10px 45px;
  font-weight: 400;
}
footer .gb-tornasu-text a gb-icon {
  display: block;
  font-size: 16px;
  margin-left: 9px;
}
footer .gb-tornasu-text a gb-icon::before {
  display: block;
}
@media screen and (pointer: fine) {
  footer .gb-tornasu-text a {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    background: var(--gb-soothing-sapphire);
    border: solid 1px var(--gb-blue-gourami);
    padding: 0;
  }
  footer .gb-tornasu-text a gb-icon {
    margin-left: 0;
    font-size: 22px;
  }
  footer .gb-tornasu-text a span {
    display: block;
    width: 0px !important;
    height: 0px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

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

.error-message,
.gb-error-message {
  font-size: 14px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 6px 8px;
  border-radius: 8px;
}
.error-message::before,
.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-label,
label {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--error, var(--gb-black));
  margin-bottom: 8px;
  font-size: 1rem;
}
.gb-label sup,
label sup {
  top: -0.01em;
  color: var(--gb-red);
  font-size: 1.1em;
}

.gb-floating-label .gb-label,
.gb-floating-label label {
  position: absolute;
  left: 6px;
  top: 50%;
  padding: 4px 6px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left center;
  transform: translateY(-50%) scale(1);
  pointer-events: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: transform 100ms;
  background: var(--gb-white);
  width: fit-content;
  letter-spacing: 0.01em;
}
.gb-floating-label .gb-label.gb-no-ph,
.gb-floating-label label.gb-no-ph {
  transform: translateY(-138%) translateX(0.1em) scale(0.85);
}

.gb-form-textarea,
.gb-form-password,
.gb-form-input {
  position: relative;
}
.gb-form-textarea textarea,
.gb-form-textarea select,
.gb-form-textarea input[type=number],
.gb-form-textarea input[type=search],
.gb-form-textarea input[type=text],
.gb-form-textarea input[type=email],
.gb-form-textarea input[type=password],
.gb-form-password textarea,
.gb-form-password select,
.gb-form-password input[type=number],
.gb-form-password input[type=search],
.gb-form-password input[type=text],
.gb-form-password input[type=email],
.gb-form-password input[type=password],
.gb-form-input textarea,
.gb-form-input select,
.gb-form-input input[type=number],
.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: 12px 12px;
  width: 100%;
  background: var(--gb-white);
  border: solid 1px var(--error, var(--gb-border));
  color: var(--gb-error, var(--gb-black));
  line-height: 1;
  font-size: 16px;
  caret-color: var(--gb-soothing-sapphire);
}
.gb-form-textarea textarea::placeholder,
.gb-form-textarea select::placeholder,
.gb-form-textarea input[type=number]::placeholder,
.gb-form-textarea input[type=search]::placeholder,
.gb-form-textarea input[type=text]::placeholder,
.gb-form-textarea input[type=email]::placeholder,
.gb-form-textarea input[type=password]::placeholder,
.gb-form-password textarea::placeholder,
.gb-form-password select::placeholder,
.gb-form-password input[type=number]::placeholder,
.gb-form-password input[type=search]::placeholder,
.gb-form-password input[type=text]::placeholder,
.gb-form-password input[type=email]::placeholder,
.gb-form-password input[type=password]::placeholder,
.gb-form-input textarea::placeholder,
.gb-form-input select::placeholder,
.gb-form-input input[type=number]::placeholder,
.gb-form-input input[type=search]::placeholder,
.gb-form-input input[type=text]::placeholder,
.gb-form-input input[type=email]::placeholder,
.gb-form-input input[type=password]::placeholder {
  opacity: 1;
  color: var(--gb-error, var(--gb-grey-text));
  font-size: 14px;
}
.gb-form-textarea textarea[readonly],
.gb-form-textarea select[readonly],
.gb-form-textarea input[type=number][readonly],
.gb-form-textarea input[type=search][readonly],
.gb-form-textarea input[type=text][readonly],
.gb-form-textarea input[type=email][readonly],
.gb-form-textarea input[type=password][readonly],
.gb-form-password textarea[readonly],
.gb-form-password select[readonly],
.gb-form-password input[type=number][readonly],
.gb-form-password input[type=search][readonly],
.gb-form-password input[type=text][readonly],
.gb-form-password input[type=email][readonly],
.gb-form-password input[type=password][readonly],
.gb-form-input textarea[readonly],
.gb-form-input select[readonly],
.gb-form-input input[type=number][readonly],
.gb-form-input input[type=search][readonly],
.gb-form-input input[type=text][readonly],
.gb-form-input input[type=email][readonly],
.gb-form-input input[type=password][readonly] {
  background: var(--gb-bleached-silk);
}
.gb-form-textarea input[type=number],
.gb-form-password input[type=number],
.gb-form-input input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.gb-form-textarea input[type=number]::-webkit-inner-spin-button, .gb-form-textarea input[type=number]::-webkit-outer-spin-button,
.gb-form-password input[type=number]::-webkit-inner-spin-button,
.gb-form-password input[type=number]::-webkit-outer-spin-button,
.gb-form-input input[type=number]::-webkit-inner-spin-button,
.gb-form-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gb-form-textarea select,
.gb-form-password select,
.gb-form-input select {
  line-height: 1.15;
  -webkit-appearance: none;
  padding-right: 28px;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.24652 11.14L2.45052 5.658C1.88452 5.013 2.34452 4 3.20352 4H12.7955C12.9878 3.99984 13.176 4.05509 13.3376 4.15914C13.4993 4.26319 13.6275 4.41164 13.707 4.58669C13.7864 4.76175 13.8137 4.956 13.7856 5.14618C13.7575 5.33636 13.6752 5.51441 13.5485 5.659L8.75252 11.139C8.65866 11.2464 8.54291 11.3325 8.41303 11.3915C8.28316 11.4505 8.14216 11.481 7.99952 11.481C7.85688 11.481 7.71589 11.4505 7.58601 11.3915C7.45614 11.3325 7.34038 11.2464 7.24652 11.139V11.14Z' fill='black'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.gb-form-textarea select.gb-text-select,
.gb-form-password select.gb-text-select,
.gb-form-input select.gb-text-select {
  padding: 0 25px 0 0;
  margin: 0;
  border: 0;
  background-size: 18px auto;
  background-position: right center;
}
.gb-form-textarea:has(input[readonly]) label,
.gb-form-password:has(input[readonly]) label,
.gb-form-input:has(input[readonly]) label {
  background: linear-gradient(0deg, var(--gb-bleached-silk) 50%, var(--gb-white) 50%);
}
.gb-form-textarea textarea,
.gb-form-password textarea,
.gb-form-input textarea {
  min-height: 150px;
}
.gb-form-textarea + .errorMessage,
.gb-form-password + .errorMessage,
.gb-form-input + .errorMessage {
  font-size: 12px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.gb-form-textarea + .errorMessage::before,
.gb-form-password + .errorMessage::before,
.gb-form-input + .errorMessage::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
}
.gb-form-textarea .position-relative input,
.gb-form-password .position-relative input,
.gb-form-input .position-relative input {
  padding-right: 60px;
}
.gb-form-textarea .position-relative input + button,
.gb-form-password .position-relative input + button,
.gb-form-input .position-relative input + button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2em;
  padding: 8px;
}
.gb-form-textarea .position-relative input + button gb-icon,
.gb-form-password .position-relative input + button gb-icon,
.gb-form-input .position-relative input + button gb-icon {
  display: block;
  line-height: 1;
}
.gb-form-textarea .position-relative input ~ .gb-unita-misura,
.gb-form-password .position-relative input ~ .gb-unita-misura,
.gb-form-input .position-relative input ~ .gb-unita-misura {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  border-left: solid 1px var(--gb-border);
  color: var(--gb-ragtime-blues);
}
.gb-form-textarea .gb-form-flex,
.gb-form-password .gb-form-flex,
.gb-form-input .gb-form-flex {
  display: flex;
  width: 100%;
  gap: 5px;
  align-items: center;
}
.gb-form-textarea .gb-form-flex button,
.gb-form-password .gb-form-flex button,
.gb-form-input .gb-form-flex button {
  padding: 8px;
  flex: 0 0 auto;
}
.gb-form-textarea .gb-form-flex button gb-icon,
.gb-form-password .gb-form-flex button gb-icon,
.gb-form-input .gb-form-flex button gb-icon {
  display: block;
}

.gb-form-textarea.gb-floating-label label {
  top: 20px;
}

.gb-form-password input[type] {
  padding-right: 60px;
}
.gb-form-password input[type] + button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2em;
  padding: 8px;
}
.gb-form-password input[type] + button gb-icon {
  display: block;
  line-height: 1;
}
.gb-form-password input[type][type=text] + button gb-icon::before {
  content: "\f340";
}

.gb-form-checkbox label {
  font-weight: 400;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--error, var(--gb-ragtime-blues));
}
.gb-form-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  -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-ragtime-blues));
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 6px;
  position: relative;
  top: 0.25em;
}
.gb-form-checkbox input[type=checkbox]:checked {
  --gb-border: var(--gb-elite-blue);
  --checked-color: var(--gb-elite-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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-checkbox-toggle label {
  font-weight: 400;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--error, var(--gb-black));
}
.gb-form-checkbox-toggle input[type=checkbox] {
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  border-radius: 500px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--gb-border);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-left: 6px;
  position: relative;
  top: -0.15em;
  vertical-align: middle;
  transition: background-position 0.15s ease-in-out;
}
.gb-form-checkbox-toggle input[type=checkbox]:checked {
  background-color: var(--gb-elite-blue);
  background-position: right center;
}

.gb-form-radio-group label {
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--error, var(--gb-black));
}
.gb-form-radio-group input[type=radio] {
  width: 20px;
  height: 20px;
  background-color: var(--gb-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
  border: 1px solid var(--error, var(--gb-border));
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 0.12em;
  vertical-align: text-bottom;
}
.gb-form-radio-group input[type=radio]:checked {
  border-color: var(--gb-elite-blue);
  background: radial-gradient(circle, var(--gb-elite-blue) 0%, var(--gb-elite-blue) 40%, var(--gb-white) 40%, var(--gb-white) 80%);
}

.gb-form-radio-button label {
  padding: 12px 13px;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--error, var(--gb-black));
  border: 1px solid var(--error, var(--gb-border));
  min-width: 100px;
  text-align: center;
}
.gb-form-radio-button label:has(input:checked) {
  background: var(--gb-distant-horizon);
}
.gb-form-radio-button:not(:first-child) label {
  border-left: 0;
}

.gb-h1, .gb-text-wrapper .gb-h1, .gb-text-wrapper h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .gb-h1, .gb-text-wrapper .gb-h1, .gb-text-wrapper h1 {
    font-size: 28px;
  }
}

.gb-h2, .gb-text-wrapper .gb-h2, .gb-text-wrapper h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .gb-h2, .gb-text-wrapper .gb-h2, .gb-text-wrapper h2 {
    font-size: 22px;
  }
}

.gb-h3, .gb-text-wrapper .gb-h3, .gb-text-wrapper h3 {
  font-size: 24px;
  font-weight: 350;
  color: currentColor;
}

.gb-h4, .gb-text-wrapper .gb-h4, .gb-text-wrapper h4 {
  font-size: 20px;
  font-weight: 350;
  color: currentColor;
}

.gb-h5, .gb-text-wrapper .gb-h5, .gb-text-wrapper h5 {
  font-size: 16px;
  font-weight: 350;
  color: currentColor;
}

.gb-h6, .gb-text-wrapper .gb-h6, .gb-text-wrapper h6 {
  font-size: 14px;
  font-weight: 350;
  color: currentColor;
}

.gb-p, .gb-text-wrapper .gb-p, .gb-text-wrapper ul,
.gb-text-wrapper ol,
.gb-text-wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 1.4;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .gb-p, .gb-text-wrapper .gb-p, .gb-text-wrapper ul,
  .gb-text-wrapper ol,
  .gb-text-wrapper p {
    font-size: 16px;
  }
}
.gb-p a:not(.gb-cta), .gb-text-wrapper ul a:not(.gb-cta),
.gb-text-wrapper ol a:not(.gb-cta),
.gb-text-wrapper p a:not(.gb-cta) {
  color: var(--gb-soothing-sapphire);
  text-decoration: underline;
}
.gb-p a:not(.gb-cta):active, .gb-text-wrapper ul a:not(.gb-cta):active,
.gb-text-wrapper ol a:not(.gb-cta):active,
.gb-text-wrapper p a:not(.gb-cta):active, .gb-p a:not(.gb-cta):focus, .gb-text-wrapper ul a:not(.gb-cta):focus,
.gb-text-wrapper ol a:not(.gb-cta):focus,
.gb-text-wrapper p a:not(.gb-cta):focus, .gb-p a:not(.gb-cta):visited, .gb-text-wrapper ul a:not(.gb-cta):visited,
.gb-text-wrapper ol a:not(.gb-cta):visited,
.gb-text-wrapper p a:not(.gb-cta):visited, .gb-p a:not(.gb-cta):hover, .gb-text-wrapper ul a:not(.gb-cta):hover,
.gb-text-wrapper ol a:not(.gb-cta):hover,
.gb-text-wrapper p a:not(.gb-cta):hover {
  color: var(--gb-soothing-sapphire);
}

.gb-blockquote, .gb-text-wrapper blockquote {
  padding-left: 1em;
  border-left: 4px solid var(--gb-black);
  opacity: 0.7;
}

.gb-text-wrapper hr {
  margin: 2rem 0;
  color: inherit;
  border: 0;
  border-top: solid 1px color-mix(in srgb, var(--gb-ragtime-blues) 20%, var(--gb-white));
  opacity: 1;
}

.gb-text-wrapper .mb-4 {
  margin-bottom: 2rem !important;
}
.gb-text-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.gb-text-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.font-50 {
  font-weight: 50 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-150 {
  font-weight: 150 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-250 {
  font-weight: 250 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-350 {
  font-weight: 350 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-450 {
  font-weight: 450 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-550 {
  font-weight: 550 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-650 {
  font-weight: 650 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-750 {
  font-weight: 750 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.size-12px {
  font-size: 12px !important;
}

.size-13px {
  font-size: 13px !important;
}

.size-14px {
  font-size: 14px !important;
}

.size-15px {
  font-size: 15px !important;
}

.size-16px {
  font-size: 16px !important;
}

.size-17px {
  font-size: 17px !important;
}

.size-18px {
  font-size: 18px !important;
}

.size-19px {
  font-size: 19px !important;
}

.size-20px {
  font-size: 20px !important;
}

.size-21px {
  font-size: 21px !important;
}

.size-22px {
  font-size: 22px !important;
}

.size-23px {
  font-size: 23px !important;
}

.size-24px {
  font-size: 24px !important;
}

.size-25px {
  font-size: 25px !important;
}

.size-26px {
  font-size: 26px !important;
}

.size-27px {
  font-size: 27px !important;
}

.size-28px {
  font-size: 28px !important;
}

.size-29px {
  font-size: 29px !important;
}

.size-30px {
  font-size: 30px !important;
}

.size-31px {
  font-size: 31px !important;
}

.size-32px {
  font-size: 32px !important;
}

.size-33px {
  font-size: 33px !important;
}

.size-34px {
  font-size: 34px !important;
}

.size-35px {
  font-size: 35px !important;
}

.size-36px {
  font-size: 36px !important;
}

.size-37px {
  font-size: 37px !important;
}

.size-38px {
  font-size: 38px !important;
}

.size-39px {
  font-size: 39px !important;
}

.size-40px {
  font-size: 40px !important;
}

.size-41px {
  font-size: 41px !important;
}

.size-42px {
  font-size: 42px !important;
}

.size-43px {
  font-size: 43px !important;
}

.size-44px {
  font-size: 44px !important;
}

.size-45px {
  font-size: 45px !important;
}

.size-46px {
  font-size: 46px !important;
}

.size-47px {
  font-size: 47px !important;
}

.size-48px {
  font-size: 48px !important;
}

.size-49px {
  font-size: 49px !important;
}

.size-50px {
  font-size: 50px !important;
}

.size-51px {
  font-size: 51px !important;
}

.size-52px {
  font-size: 52px !important;
}

.size-53px {
  font-size: 53px !important;
}

.size-54px {
  font-size: 54px !important;
}

.size-55px {
  font-size: 55px !important;
}

.size-56px {
  font-size: 56px !important;
}

.size-57px {
  font-size: 57px !important;
}

.size-58px {
  font-size: 58px !important;
}

.size-59px {
  font-size: 59px !important;
}

.size-60px {
  font-size: 60px !important;
}

.list-style-none {
  list-style: none !important;
  padding-left: 0;
}

.let-spacing {
  letter-spacing: 0.06em;
}

.current-color {
  color: currentColor !important;
}

.gb-max-width {
  max-width: 1000px;
  margin-inline: auto !important;
}

.text-mw {
  max-width: 600px;
  margin-inline: auto !important;
}

.color-soothing-sapphire {
  color: var(--gb-soothing-sapphire) !important;
}

.color-black {
  color: var(--gb-black) !important;
}

.gb-page-header {
  padding-block: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gb-page-header {
    padding-block: 40px;
  }
}

.gb-guide-container {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 5vw, 130px);
}
@media screen and (max-width: 1199px) {
  .gb-guide-container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gb-guide-container {
    flex-direction: column;
  }
}

.gb-open-guide-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .gb-open-guide-menu {
    display: block;
    padding: 10px 16px;
    width: 100%;
    background: var(--gb-soothing-sapphire);
    color: var(--gb-white);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
  }
  .gb-open-guide-menu span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}

.gb-accordion-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.guide-content {
  max-width: 100%;
  width: 100%;
  flex: 1 1 auto;
}

#gb-guide-menu {
  width: 354px;
  flex: 0 0 auto;
  position: sticky;
  top: calc(var(--full-header-height) + 40px);
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  #gb-guide-menu {
    width: 280px;
  }
}
@media screen and (max-width: 991px) {
  #gb-guide-menu {
    display: none;
  }
}
#gb-guide-menu h2 {
  color: var(--gb-soothing-sapphire);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#gb-guide-menu .gb-side-menu > li:not(:first-child) {
  padding-top: 16px;
  border-top: solid 1px var(--border);
}
#gb-guide-menu .gb-side-menu > li:not(:last-child) {
  padding-bottom: 16px;
}
#gb-guide-menu .gb-side-menu button {
  padding: 0;
  width: 100%;
  font-size: var(--button-size, 22px);
  font-weight: 550;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  #gb-guide-menu .gb-side-menu button {
    --button-size:18px;
  }
}
#gb-guide-menu .gb-side-menu button[aria-expanded=true] + ul {
  display: block;
}
#gb-guide-menu .gb-side-menu button[aria-expanded=true] span::after {
  content: "\f63b"/"";
  border-color: var(--gb-soothing-sapphire);
  background: var(--gb-soothing-sapphire);
  color: var(--gb-white);
  -webkit-text-stroke-color: var(--gb-white);
}
#gb-guide-menu .gb-side-menu button span {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#gb-guide-menu .gb-side-menu button span::after {
  margin-top: 0.5em;
  content: "\f64d"/"";
  margin-left: auto;
  border: solid 0.108em var(--gb-black);
  border-radius: 2px;
  flex: 0 0 auto;
  width: 22px;
  aspect-ratio: 1;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bootstrap-icons";
  -webkit-text-stroke: 0.05em var(--gb-black);
}
#gb-guide-menu .gb-side-menu .gb-sub-menu {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  --button-size: 20px;
  display: var(--show, none);
}
@media screen and (max-width: 1199px) {
  #gb-guide-menu .gb-side-menu .gb-sub-menu {
    --button-size:16px;
  }
}
#gb-guide-menu .gb-side-menu .gb-sub-menu button span::after {
  margin-top: 0.16em;
}
#gb-guide-menu .gb-side-menu .gb-sub-menu > li {
  padding-block: 8px;
  padding-left: 16px;
}
#gb-guide-menu .gb-side-menu .gb-sub-menu:has(button) > li a {
  font-weight: 550;
  font-size: var(--button-size, 20px);
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #gb-guide-menu .gb-side-menu .gb-sub-menu:has(button) > li a {
    --button-size:16px;
  }
}
#gb-guide-menu .gb-side-menu .gb-sub-menu:has(button) > li a[aria-current=page] {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
#gb-guide-menu .gb-side-menu .gb-sub-menu:not(:has(button)) > li {
  padding-block: 4px;
}
#gb-guide-menu .gb-side-menu .gb-sub-menu:not(:has(button)) > li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #gb-guide-menu .gb-side-menu .gb-sub-menu:not(:has(button)) > li a {
    font-size: 16px;
  }
}
#gb-guide-menu .gb-side-menu .gb-sub-menu:not(:has(button)) > li a[aria-current=page] {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
#gb-guide-menu .gb-side-menu .gb-sub-menu.menu-level-3 li {
  padding-block: 4px;
}
#gb-guide-menu .gb-side-menu .gb-sub-menu.menu-level-3 li a {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #gb-guide-menu .gb-side-menu .gb-sub-menu.menu-level-3 li a {
    font-size: 16px;
  }
}

.gb-keep-contact {
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .gb-keep-contact {
    padding-block: 30px 40px;
  }
}
.gb-keep-contact .gb-newsletter-container {
  background: var(--gb-white);
  border: solid 1px var(--gb-border);
  margin-inline: auto;
  max-width: 1050px;
  padding: 50px 20px;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .gb-keep-contact .gb-newsletter-container {
    width: 100%;
    text-align: start;
    padding-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gb-keep-contact .gb-newsletter-container {
    padding-block: 20px;
  }
}
.gb-keep-contact .gb-newsletter-container gb-formgroup {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .gb-keep-contact .gb-newsletter-container gb-formgroup {
    max-width: unset;
  }
}
.gb-keep-contact .gb-newsletter-container gb-formgroup input[type=email] {
  width: 100%;
  flex: 1 1 auto;
}
.gb-keep-contact .gb-newsletter-container gb-formgroup button {
  flex: 0 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .gb-keep-contact .gb-newsletter-container gb-formgroup button {
    width: 100%;
    max-width: unset;
  }
}

.gb-guide-dialog {
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  background: var(--gb-white);
  border: none;
}
.gb-guide-dialog .gb-dialog-header {
  padding: 10px 20px;
  width: 100%;
  background: var(--gb-soothing-sapphire);
  color: var(--gb-white);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.gb-guide-dialog .gb-dialog-header button {
  padding: 6px;
  margin-right: -6px;
}
.gb-guide-dialog .gb-dialog-header gb-icon {
  flex: 0 0 auto;
  font-size: 22px;
  display: block;
}
.gb-guide-dialog .gb-dialog-header gb-icon::before {
  display: block;
}
.gb-guide-dialog .gb-dialog-header h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
}
.gb-guide-dialog .gb-dialog-main {
  padding: 20px;
}
.gb-guide-dialog .gb-side-menu > li:not(:first-child) {
  padding-top: 16px;
  border-top: solid 1px color-mix(in srgb, var(--gb-ragtime-blues) 20%, var(--gb-white));
}
.gb-guide-dialog .gb-side-menu > li:not(:last-child) {
  padding-bottom: 16px;
}
.gb-guide-dialog .gb-side-menu button {
  padding: 0;
  width: 100%;
  font-size: var(--button-size, 20px);
  font-weight: 550;
  text-align: left;
  line-height: 1.3;
}
.gb-guide-dialog .gb-side-menu button[aria-expanded=true] + ul {
  display: block;
}
.gb-guide-dialog .gb-side-menu button[aria-expanded=true] span::after {
  transform: rotate(180deg);
}
.gb-guide-dialog .gb-side-menu button span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.gb-guide-dialog .gb-side-menu button span::after {
  display: block;
  content: "\f282"/"";
  margin-left: auto;
  flex: 0 0 auto;
  font-weight: 300;
  font-size: 24px;
  font-family: "bootstrap-icons";
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu {
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
  display: var(--show, none);
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu button span::after {
  margin-top: 0.16em;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu > li {
  padding-block: 8px;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu:has(button) > li a {
  font-weight: 550;
  font-size: var(--button-size, 20px);
  text-decoration: none;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu:has(button) > li a[aria-current=page] {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu:not(:has(button)) > li {
  padding-block: 4px;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu:not(:has(button)) > li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu:not(:has(button)) > li a[aria-current=page] {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu.menu-level-3 li {
  padding-block: 4px;
}
.gb-guide-dialog .gb-side-menu .gb-sub-menu.menu-level-3 li a {
  font-size: 18px;
  font-weight: 400;
}

dialog {
  overscroll-behavior: contain;
}

dialog:not(.gb-guide-dialog) {
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  background: var(--gb-white);
  border: none;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog) {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }
}
dialog:not(.gb-guide-dialog)::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
dialog:not(.gb-guide-dialog) .gb-dialog-header {
  padding: 10px 20px;
  width: 100%;
  background: var(--gb-soothing-sapphire);
  color: var(--gb-white);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}
dialog:not(.gb-guide-dialog) .gb-dialog-header button {
  padding: 6px;
  margin-right: -6px;
}
dialog:not(.gb-guide-dialog) .gb-dialog-header gb-icon {
  flex: 0 0 auto;
  font-size: 22px;
  display: block;
}
dialog:not(.gb-guide-dialog) .gb-dialog-header gb-icon::before {
  display: block;
}
dialog:not(.gb-guide-dialog) .gb-dialog-header h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
}
dialog:not(.gb-guide-dialog) .gb-dialog-header h2 gb-icon {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
}
dialog:not(.gb-guide-dialog) .gb-dialog-main {
  padding: 20px;
}
dialog:not(.gb-guide-dialog)#cambio-valuta {
  width: 100%;
  color: var(--gb-ragtime-blues);
}
@media screen and (min-width: 768px) {
  dialog:not(.gb-guide-dialog)#cambio-valuta {
    max-width: 600px;
  }
}
dialog:not(.gb-guide-dialog)#faq-filter {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
dialog:not(.gb-guide-dialog)#faq-filter .gb-dialog-main ul {
  padding: 0;
  list-style: none;
  font-size: 18px;
}
dialog:not(.gb-guide-dialog)#faq-filter .gb-dialog-main ul li {
  padding-block: 8px;
}
dialog:not(.gb-guide-dialog)#faq-filter .gb-dialog-main ul li:not(:last-child) {
  border-bottom: solid 1px var(--border);
}
dialog:not(.gb-guide-dialog)#faq-filter .gb-dialog-main ul li a {
  display: flex;
  align-items: start;
  justify-content: start;
  text-decoration: none;
  font-weight: 600;
  gap: 5px;
}
dialog:not(.gb-guide-dialog)#faq-filter .gb-dialog-main ul li a[aria-current=true] {
  color: var(--gb-soothing-sapphire);
}
dialog:not(.gb-guide-dialog)#faq-filter .gb-dialog-main ul li a .gb-num {
  flex: 0 0 auto;
  color: var(--note);
  font-weight: 450;
}
dialog:not(.gb-guide-dialog)#taglia-standard {
  width: 90%;
  height: fit-content !important;
  max-width: 600px;
  margin: auto !important;
}
dialog:not(.gb-guide-dialog)#taglia-standard ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: solid 1px var(--border);
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#taglia-standard ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  dialog:not(.gb-guide-dialog)#taglia-standard ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
dialog:not(.gb-guide-dialog)#taglia-standard ul li button {
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--error, var(--gb-black));
  border: 1px solid var(--error, var(--gb-border));
  display: block;
  width: 100%;
  padding: 0;
}
dialog:not(.gb-guide-dialog)#taglia-standard ul li button span {
  width: 100%;
  aspect-ratio: 1/0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
dialog:not(.gb-guide-dialog)#info-misure {
  width: 90%;
  max-height: 90%;
  max-width: 700px;
  height: fit-content !important;
  margin: auto !important;
}
dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-header {
  background: var(--gb-white);
  color: var(--gb-black);
}
dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main {
  padding: 0 70px 50px;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main {
    padding: 0 40px 40px;
  }
}
dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main ul, dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main ol,
dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main p {
  color: var(--gb-ragtime-blues);
}
dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main ul {
  padding-left: 1em;
}
dialog:not(.gb-guide-dialog)#info-misure .gb-dialog-main ul li:not(:last-child) {
  margin-bottom: 4px;
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure {
  width: 90%;
  max-height: 90%;
  max-width: 700px;
  height: fit-content !important;
  margin: auto !important;
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-header {
  background: var(--gb-white);
  color: var(--gb-black);
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-main {
  padding: 0 70px 50px;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-main {
    padding: 0 40px 40px;
  }
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-main ol li {
  margin-bottom: 4px;
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-main .gb-info_note {
  margin: 25px auto 0;
  max-width: 440px;
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-main .gb-cta-wrapper {
  margin-top: 24px;
  gap: 16px;
}
dialog:not(.gb-guide-dialog)#alert-controllo-misure .gb-dialog-main .gb-cta-wrapper .gb-cta {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-inline: auto;
}
dialog:not(.gb-guide-dialog)#dettaglio-modello {
  width: 90%;
  max-height: 90%;
  max-width: 800px;
  height: fit-content !important;
  margin: auto !important;
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-header {
  background: var(--gb-white);
  color: var(--gb-black);
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main {
  padding: 0 24px 24px;
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid {
    grid-template-columns: 1fr;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid .gb-carat-item h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  margin-bottom: 8px;
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid .gb-carat-item .gb-img-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid .gb-carat-item .gb-img-text picture {
  width: 100px;
  aspect-ratio: 100/50;
  position: relative;
  border: solid 1px var(--border);
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid .gb-carat-item .gb-img-text picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
dialog:not(.gb-guide-dialog)#dettaglio-modello .gb-dialog-main .gb-carat-grid .gb-carat-item .gb-img-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--gb-black);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog {
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  dialog:not(.gb-guide-dialog).gb-filter-menu-dialog {
    max-width: 500px;
    max-height: 80%;
  }
}
@media screen and (max-width: 991px) {
  dialog:not(.gb-guide-dialog).gb-filter-menu-dialog {
    height: 100%;
  }
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-check-filt-container {
  padding: 12px 20px;
  border-bottom: solid 1px var(--border);
  display: flex;
  gap: 16px;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-check-filt-container gb-formgroup label {
  font-size: 16px;
  font-weight: 400;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-prezzo-filt-container {
  border-bottom: solid 1px var(--border);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-prezzo-filt-container select {
  border: none;
  padding: 16px 52px 16px 20px;
  font-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: right 19px center;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main {
  display: block;
  padding: 10px 0 20px;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-info-cont {
  padding: 10px 20px;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main button {
  padding: 12px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  text-align: start;
  border-bottom: solid 1px var(--border);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main button > span {
  display: flex;
  gap: 10px;
  align-items: center;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main button > span gb-icon {
  display: none;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main button > span::after {
  margin-left: auto;
  font-size: 20px;
  content: "\f285"/"";
  font-family: bootstrap-icons;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  text-align: start;
  display: block;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro:not(:first-of-type) {
  border-top: solid 1px var(--border);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro label {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  padding: 20px;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro label input {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  top: 0;
  margin-right: 10px;
  border-color: var(--gb-black);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro label span {
  padding-top: 0.15em;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 350;
  color: var(--gb-black);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro label span::after {
  content: attr(data-filt-disp);
  margin-left: auto;
  color: var(--gb-ragtime-blues);
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-main .gb-form-filtro label span:first-letter {
  text-transform: uppercase;
}
dialog:not(.gb-guide-dialog).gb-filter-menu-dialog .gb-dialog-foot {
  background: var(--gb-white);
  padding: 20px;
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: auto;
  box-shadow: rgba(100, 100, 111, 0.35) 0px 0px 8px 0px;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo {
  grid-template-columns: 1.15fr 2fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 95%;
  max-height: 90%;
  max-width: 1200px;
  height: fit-content !important;
  margin: auto !important;
  padding: 30px 25px 25px 25px;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo[open] {
  display: grid;
}
@media screen and (max-width: 1199px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo {
    grid-template-columns: 384px auto;
    width: 767px;
    --pos-area: bottom center;
  }
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo {
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    flex-direction: column;
    padding: 20px 14px;
    gap: 18px;
  }
  dialog:not(.gb-guide-dialog)#dettaglio-articolo[open] {
    display: flex;
  }
}
.gb-tooltip-cont {
  position: relative;
  display: inline-block;
}
.gb-tooltip-cont .gb-open-tooltip {
  font-size: 16px;
  text-decoration: underline currentColor dashed 1px;
  text-underline-offset: 0.3em;
  anchor-name: var(--name-anchor, --button-info);
}
.gb-tooltip-cont .gb-info-panel {
  position: fixed;
  position-anchor: var(--name-anchor, --button-info);
  position-area: var(--pos-area, center right);
  margin: 6px;
  padding: 10px 10px 16px;
  background: var(--gb-elite-blue);
  color: var(--gb-white);
  font-size: 14px;
  width: 250px;
  font-weight: 300;
  border-radius: 4px;
  box-shadow: color-mix(in srgb, var(--gb-elite-blue) 30%, transparent) 0px 4px 12px;
  z-index: 2;
}
.gb-tooltip-cont .gb-info-panel button {
  padding: 4px;
  margin-right: -4px;
}
.gb-tooltip-cont .gb-info-panel button gb-icon {
  font-size: 14px;
}
@supports not (position-anchor: --button-info) {
  .gb-tooltip-cont .gb-info-panel {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1199px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head {
    order: -1;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: unset;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont {
    font-size: 16px;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont li:not(:last-child) {
    margin-bottom: 10px;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont li h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont li h3 {
    font-size: 16px;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont .gb-flag {
  height: 15px;
  width: auto;
  display: inline-block;
  margin-left: 8px;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont .gb-open-tooltip {
  color: var(--gb-soothing-sapphire);
  font-size: 18px;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-left-head .gb-info-cont .gb-open-tooltip:first-letter {
  text-transform: uppercase;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  justify-self: end;
}
@media screen and (max-width: 1199px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head {
    flex-direction: column;
    width: 100%;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-open-tooltip {
  font-size: 14px;
  text-decoration: none;
  line-height: 1.1;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-open-tooltip {
    max-width: 60px;
    text-align: center;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-open-tooltip gb-icon {
  color: var(--gb-soothing-sapphire);
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-open-tooltip gb-icon {
    display: block;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-prezzo-cont {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 600;
  font-size: 25px;
  padding-top: 0.3em;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-prezzo-cont del {
  font-weight: 500;
  font-size: 0.7em;
  color: var(--gb-ragtime-blues);
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-prezzo-cont ins {
  text-decoration: none;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-cta-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-cta-container {
    width: 100%;
  }
  dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-right-head .gb-cta-container .gb-cta {
    width: 100%;
    max-width: 100%;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo picture {
  grid-area: 2/1/3/2;
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 1px var(--border);
  position: relative;
}
@media screen and (max-width: 1199px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo picture {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  dialog:not(.gb-guide-dialog)#dettaglio-articolo picture {
    order: -1;
  }
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo picture .gb-preferiti {
  padding: 10px;
  border: 1px solid var(--gb-border);
  background: var(--gb-white);
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo picture .gb-preferiti::before {
  content: "\f588";
  font-family: bootstrap-icons;
  font-size: 20px;
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo picture .gb-preferiti[aria-current=true] {
  color: var(--gb-yellow);
  -webkit-text-stroke: 2px color-mix(in srgb, var(--gb-yellow) 50%, var(--gb-black));
}
dialog:not(.gb-guide-dialog)#dettaglio-articolo picture .gb-preferiti[aria-current=true]::before {
  content: "\f586";
}
.gb-articolo-info {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .gb-articolo-info {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .gb-articolo-info {
    gap: 0;
  }
}
.gb-articolo-info .gb-row {
  margin: 0;
  list-style: none;
  border: solid 1px var(--gb-border);
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .gb-articolo-info .gb-row {
    padding-inline: 0;
    border-inline: none;
    border-width: 0.5px;
  }
}
.gb-articolo-info .gb-row li {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .gb-articolo-info .gb-row li {
    width: 100%;
    justify-content: space-between;
  }
}
.gb-articolo-info .gb-row li h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 15px;
  width: 50%;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-articolo-info .gb-row li h3 {
    width: auto;
  }
}
.gb-articolo-info .gb-row li h3 picture {
  width: 24px;
  aspect-ratio: 1/1;
  position: relative;
  flex: 0 0 auto;
}
.gb-articolo-info .gb-row li h3 picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.gb-articolo-info .gb-row li .gb-open-tooltip {
  font-weight: 400;
  font-size: 15px;
}
.gb-articolo-info .gb-row li .gb-desc {
  font-size: 15px;
}
.gb-articolo-info .gb-row li .gb-bg-item {
  font-weight: 500;
  background: color-mix(in srgb, var(--gb-ragtime-blues) 5%, transparent);
  padding: 5px 10px;
}

dialog:not(.gb-guide-dialog)#dettaglio-articolo .gb-other-art-cta {
  padding-top: 10px;
}

.gb-section-login {
  padding-block: 80px;
  background: var(--gb-white);
}
@media screen and (max-width: 991px) {
  .gb-section-login {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-login {
    padding-block: 24px;
  }
}
.gb-section-login .gb-tipilogin {
  margin-inline: auto;
  max-width: 952px;
}
@media screen and (min-width: 992px) {
  .gb-section-login .gb-tipilogin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.gb-section-login .gb-tipilogin .gb-form-wrapper gb-formgroup {
  display: block;
  margin-bottom: 16px;
}
.gb-section-login .gb-tipilogin .gb-info-registrazione {
  max-width: 300px;
  margin: 16px auto 0;
  text-align: center;
}
.gb-section-login .gb-complete-profilo-form {
  margin-inline: auto;
  max-width: 464px;
}
.gb-section-login .gb-complete-profilo-form gb-formgroup {
  display: block;
  margin-bottom: 16px;
}
.gb-section-login .gb-cta-login {
  display: block;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  border: solid 1px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 16px;
}
.gb-section-login .gb-cta-login[aria-disabled=true] {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.6;
}
.gb-section-login .gb-cta-login.gb-login-google {
  border-color: var(--gb-sonic-silver);
  padding: 10px 16px;
}
.gb-section-login .gb-cta-login.gb-login-google img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 6px;
}
.gb-section-login .gb-cta-login.gb-login-apple {
  border-color: var(--gb-black);
  background: var(--gb-black);
  color: var(--gb-white);
  padding: 10px 16px;
  font-weight: 400;
}
.gb-section-login .gb-cta-login.gb-login-apple gb-icon {
  font-size: 1.2em;
  margin-right: 6px;
}
.gb-section-login .gb-cta-login.gb-login-facebook {
  border-color: #0064e0;
  background: #0064e0;
  color: var(--gb-white);
  padding: 10px 16px;
  font-weight: 400;
}
.gb-section-login .gb-cta-login.gb-login-facebook gb-icon {
  font-size: 1.2em;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .gb-section-login .gb-login-cta-wrapper {
    padding-top: 40px;
    margin-top: 40px;
    border-top: solid 1px var(--gb-border);
  }
}
.gb-section-login .gb-registrati-cta {
  padding-top: 80px;
  margin-top: 80px;
  border-top: solid 1px var(--gb-border);
  margin-inline: auto;
  max-width: 952px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gb-section-login .gb-registrati-cta {
    flex-direction: column;
    margin-top: 40px;
    padding-block: 40px;
  }
}
.gb-section-login .gb-form-wrapper.gb-single {
  margin: 0 auto;
  max-width: 438px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.gb-section-thank-you {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-thank-you {
    padding-block: 60px;
  }
}
.gb-section-thank-you .gb-mw {
  max-width: 952px;
  margin-inline: auto;
}
.gb-section-thank-you .gb-mw hr {
  margin-block: 70px;
}
@media screen and (max-width: 767px) {
  .gb-section-thank-you .gb-mw hr {
    margin-block: 40px;
  }
}

.gb-section-anagrafica {
  padding-block: 80px;
  background: var(--gb-white);
}
.gb-section-anagrafica .gb-page-header {
  padding-bottom: 50px;
}
.gb-section-anagrafica .gb-form-wrapper {
  max-width: 952px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  margin-top: 30px;
}
.gb-section-anagrafica .gb-form-wrapper.gb-single {
  max-width: 438px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 576px) {
  .gb-section-anagrafica .gb-form-wrapper {
    grid-template-columns: 1fr;
  }
}

.gb-section-midureadmin {
  padding-block: 80px;
  background: var(--gb-white);
}
@media screen and (max-width: 767px) {
  .gb-section-midureadmin {
    padding-block: 60px;
  }
}
.gb-section-midureadmin .gb-page-header {
  padding-bottom: 50px;
}
.gb-section-midureadmin .gb-no-profili .gb-cta.w-100 {
  max-width: 440px;
}
.gb-section-midureadmin .gb-profili-list {
  display: flex;
  flex-wrap: wrap;
  --gap:24px;
  --num:4;
  gap: var(--gap);
}
@media screen and (max-width: 1399px) {
  .gb-section-midureadmin .gb-profili-list {
    --num:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-midureadmin .gb-profili-list {
    --num:2;
  }
}
.gb-section-midureadmin .gb-profili-list .gb-profilo-salvato {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  border: solid 1px var(--gb-border);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .gb-section-midureadmin .gb-profili-list .gb-profilo-salvato {
    width: 100%;
  }
}
.gb-section-midureadmin .gb-profili-list .gb-profilo-salvato h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.gb-section-midureadmin .gb-profili-list .gb-profilo-salvato h2 a:not(:hover) {
  text-decoration: none;
}
.gb-section-midureadmin .gb-profili-list .gb-profilo-salvato p {
  margin-top: 15px;
  font-size: 14px;
  color: var(--gb-ragtime-blues);
}
.gb-section-midureadmin .gb-profili-list .gb-profilo-salvato ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: var(--gb-ragtime-blues);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gb-section-midureadmin .gb-profili-list .gb-profilo-salvato .gb-cta-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}

.gb-info_note {
  padding: 10px;
  background: var(--gb-bird-s-child);
  font-size: 14px;
  display: flex;
  align-items: start;
  gap: 10px;
  border: solid 1px color-mix(in srgb, var(--gb-bird-s-child) 90%, var(--gb-black));
}
.gb-info_note gb-icon {
  font-size: 1.2em;
  flex: 0 0 auto;
}
.gb-info_note gb-icon b {
  font-weight: 700;
}
.gb-info_note.d-inline-block gb-icon {
  font-size: 1em;
}
.gb-info_note.note-small {
  padding: 8px;
}
.gb-info_note.note-light-grey {
  background: color-mix(in srgb, var(--gb-distant-horizon) 40%, var(--gb-white));
  border: solid 1px color-mix(in srgb, var(--gb-distant-horizon) 90%, var(--gb-black));
}
.gb-info_note.note-green {
  background: color-mix(in srgb, var(--gb-green) 40%, var(--gb-white));
  border: solid 1px color-mix(in srgb, var(--gb-green) 90%, var(--gb-black));
}
.gb-info_note.note-red {
  background: color-mix(in srgb, var(--gb-ordine-annullato) 40%, var(--gb-white));
  border: solid 1px color-mix(in srgb, var(--gb-ordine-annullato) 90%, var(--gb-black));
}
.gb-info_note b {
  font-weight: 700;
}

.gb-due-colonne-page {
  min-height: calc(100vh - var(--full-header-height, var(--header-height)));
  display: flex;
}
@media screen and (max-width: 1199px) {
  .gb-due-colonne-page {
    display: block;
  }
}
.gb-due-colonne-page .gb-text-wrapper.gb-mw {
  margin: auto;
  max-width: 460px;
}
@media screen and (max-width: 1299px) {
  .gb-due-colonne-page .gb-text-wrapper.gb-mw {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .gb-due-colonne-page .gb-text-wrapper.gb-mw {
    max-width: 630px;
  }
}
.gb-due-colonne-page .gb-text-wrapper.gb-mw p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .gb-due-colonne-page .gb-text-wrapper.gb-mw p {
    line-height: 1.6;
  }
}
.gb-due-colonne-page .gb-text-wrapper.gb-mw p a {
  font-weight: 550;
}
.gb-due-colonne-page .gb-flex-title {
  padding: 90px 20px;
  display: flex;
  width: 50%;
  background: var(--gb-distant-horizon);
  flex: 0 0 auto;
  border-right: 1px solid color-mix(in srgb, var(--gb-elite-blue), transparent 80%);
}
@media screen and (min-width: 992px) {
  .gb-due-colonne-page .gb-flex-title {
    min-height: fit-content;
    max-height: calc(100vh - var(--full-header-height, var(--header-height)));
    position: sticky;
    top: var(--full-header-height, var(--header-height));
  }
}
@media screen and (max-width: 1199px) {
  .gb-due-colonne-page .gb-flex-title {
    width: 100%;
    padding: 40px 20px;
  }
}
.gb-due-colonne-page .gb-flex-title span[role=button] {
  color: var(--gb-soothing-sapphire);
  text-decoration: underline;
  font-weight: 500;
}
.gb-due-colonne-page .gb-flex-content {
  padding: 90px 20px;
  width: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1199px) {
  .gb-due-colonne-page .gb-flex-content {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .gb-section-new-profilo-musura .gb-tipi-misure {
    margin-inline: auto;
    max-width: 630px;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gb-section-new-profilo-musura .gb-tipi-misure h2 {
    margin-bottom: 30px;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1399px) {
  .gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item {
    gap: 14px;
  }
}
@media screen and (max-width: 1299px) {
  .gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item {
    flex-direction: column;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item:not(:first-of-type) {
  margin-top: 50px;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item picture {
  flex: 0 0 auto;
  width: 220px;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item picture {
    width: 100%;
    aspect-ratio: 350/200;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item .gb-text-caption a:not(.gb-cta) {
  color: var(--gb-soothing-sapphire);
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item .gb-text-caption h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item .gb-text-caption ul {
  padding-left: 1.2em;
  line-height: 1.5;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item .gb-text-caption ul li {
  padding-bottom: 2px;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item .gb-text-caption .gb-cta.cta-medium {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gb-section-new-profilo-musura .gb-tipi-misure .gb-misure-item .gb-text-caption .gb-cta.cta-medium {
    max-width: 250px;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-tipi-wrapper {
  max-width: 920px;
  margin: auto;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-form-wrapper {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  margin: 0 auto auto;
}
@media screen and (max-width: 1299px) {
  .gb-section-new-profilo-musura .gb-tipi-misure .gb-form-wrapper {
    grid-column-gap: 22px;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-form-wrapper hr {
  margin: 0;
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-form-wrapper.gb-single {
  max-width: 438px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 576px) {
  .gb-section-new-profilo-musura .gb-tipi-misure .gb-form-wrapper {
    grid-template-columns: 1fr;
  }
}
.gb-section-new-profilo-musura .gb-tipi-misure .gb-form-wrapper textarea {
  min-height: 100px;
}

[data-stato-ordine="14"],
[data-stato-ordine="4"] {
  --order-status:var(--gb-ordine-attesa-pagamento);
}

[data-stato-ordine="7"],
[data-stato-ordine="2"],
[data-stato-ordine="8"] {
  --order-status:var(--gb-ordine-in-preparazione) ;
}

[data-stato-ordine="15"],
[data-stato-ordine="13"] {
  --order-status:var(--gb-ordine-in-produzione);
}

[data-stato-ordine="16"],
[data-stato-ordine="3"] {
  --order-status:var(--gb-ordine-completato);
}

[data-stato-ordine="9"] {
  --order-status:var(--gb-ordine-spedizione) ;
}

[data-stato-ordine="10"],
[data-stato-ordine="6"] {
  --order-status:var(--gb-ordine-annullato);
}

[data-stato-ordine="12"] {
  --order-status:var(--gb-ordine-rimborsato);
}

.gb-section-ordini {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .gb-section-ordini {
    padding-block: 60px;
  }
}
.gb-section-ordini .gb-filter-content {
  max-width: 1024px;
  margin-inline: auto;
  text-align: center;
}
.gb-section-ordini .gb-filter-content gb-formgroup {
  max-width: 250px;
  display: block;
}
.gb-section-ordini .gb-ordini-list {
  max-width: 1024px;
  margin: 60px auto 0;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card {
  border: solid 1px var(--gb-border);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card:not(:first-child) {
  margin-top: 50px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header {
  padding: 20px;
  background: var(--gb-distant-horizon);
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1.2fr 1fr auto;
}
@media screen and (max-width: 991px) {
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header .gb-ord-num {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header .gb-ord-num a {
    flex: 0 0 auto;
  }
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header a {
  color: var(--gb-soothing-sapphire);
  text-decoration: underline;
  font-size: 14px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header a:active, .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header a:focus, .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header a:visited, .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header a:hover {
  color: var(--gb-soothing-sapphire);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header h2 {
  margin: 0 0 12px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header h2[data-stato-ordine]::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: var(--order-status);
  border: solid 2px color-mix(in srgb, var(--order-status) 90%, var(--gb-black));
  border-radius: 50%;
  margin-top: 0.2em;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header h2 span {
  grid-column: 2;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header h2 strong {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header h2 strong {
    display: block;
  }
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--gb-ragtime-blues);
  font-weight: 600;
  margin: 0;
  line-height: 16px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header .gb-head-text {
  font-size: 16px;
  color: var(--gb-black);
  font-weight: 400;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header address {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--gb-ragtime-blues);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-header data {
  font-size: 18px;
  font-weight: 700;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main {
  padding: 20px;
  background: var(--gb-white);
  border-top: solid 1px var(--gb-border);
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main {
    flex-direction: column;
  }
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto {
    max-width: unset;
  }
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-other-prod:not(.d-none) ~ .gb-prodotto {
  display: none;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-prodotto {
  display: flex;
  border: solid 1px var(--gb-border);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-prodotto picture {
  width: 128px;
  aspect-ratio: 1;
  position: relative;
  flex: 0 0 auto;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-prodotto picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-prodotto .gb-name-dettaglio-quantita {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 20px;
  width: calc(100% - 128px);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-prodotto .gb-name-dettaglio-quantita h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-riepilogo-prodotto .gb-prodotto .gb-name-dettaglio-quantita p {
  font-size: 14px;
  font-weight: 400;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main {
  width: 100%;
  flex: 1 1 auto;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  --order-status-act:var(--gb-elite-blue);
  --img:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%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");
  position: relative;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step.active {
  --order-status-act:var(--order-status);
  --img:none;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step.active::before {
  --order-status-act:var(--gb-meditative);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step.active ~ .gb-step {
  --order-status-act:var(--gb-meditative);
  --img:none;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 100%;
  height: 2px;
  background-color: var(--order-status-act);
  z-index: 1;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step .gb-doth {
  background: var(--gb-white);
  position: relative;
  z-index: 2;
  padding: 4px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-stato-main .gb-status-cont .gb-step .gb-doth::after {
  color: var(--gb-white);
  content: var(--content, "");
  width: 24px;
  height: 24px;
  display: block;
  background-color: var(--order-status-act);
  background-image: var(--img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: solid 3px color-mix(in srgb, var(--order-status-act) 40%, var(--gb-white));
  border-radius: 50%;
  margin: 0 auto;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-paga-link-container {
  margin-top: 30px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-paga-link-container p[role=note] {
  margin-top: 16px;
  color: var(--gb-ragtime-blues);
  font-size: 14px;
  font-style: italic;
  text-wrap: balance;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-paga-link-container .gb-bonifico-info {
  display: flex;
  gap: 20px;
  max-width: 450px;
  margin-inline: auto;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-paga-link-container .gb-bonifico-info ul {
  text-align: start;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--gb-ragtime-blues);
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-paga-link-container .gb-bonifico-info ul li b {
  font-weight: 700;
  color: var(--gb-black);
}
@media screen and (max-width: 991px) {
  .gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-main .gb-paga-link-container .gb-bonifico-info {
    flex-direction: column;
  }
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-foot {
  border-top: solid 1px var(--gb-border);
  padding: 20px;
  background: var(--gb-distant-horizon);
  text-align: center;
  color: var(--gb-ragtime-blues);
  font-size: 14px;
}
.gb-section-ordini .gb-ordini-list .gb-ordine-card .gb-ordine-foot a {
  font-weight: 600;
}

.gb-section-articolisalvati {
  padding-block: 80px;
  background: var(--gb-white);
}
.gb-section-articolisalvati .gb-prodotti-list {
  display: flex;
  flex-wrap: wrap;
  --num:4;
  --gap:24px;
  --row-gap:40px;
  column-gap: var(--gap);
  row-gap: var(--row-gap);
}
@media screen and (max-width: 1399px) {
  .gb-section-articolisalvati .gb-prodotti-list {
    --num:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-articolisalvati .gb-prodotti-list {
    --num:2;
  }
}
.gb-prodotto-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  border: solid 1px var(--gb-border);
  border-bottom: 0;
  background: var(--gb-white);
}
@media screen and (max-width: 767px) {
  .gb-prodotto-item {
    width: 100%;
  }
}
@media not (prefers-reduced-motion: reduce) {
  .gb-prodotto-item {
    transition: box-shadow 0.2s ease-in-out;
  }
  .gb-prodotto-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
}
.gb-prodotto-item picture {
  width: 100%;
  aspect-ratio: 342/175;
  position: relative;
  border-bottom: solid 1px var(--gb-border);
}
.gb-prodotto-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-prodotto-item .gb-prodotto-info {
  padding: 16px 20px;
}
.gb-prodotto-item .gb-prodotto-info h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.gb-prodotto-item .gb-prodotto-info .gb-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.gb-prodotto-item .gb-prodotto-info .gb-price span {
  font-size: 14px;
}
.gb-prodotto-item .gb-prodotto-info .gb-price .gb-prezzo-cont {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 600;
  font-size: 16px;
}
.gb-prodotto-item .gb-prodotto-info .gb-price .gb-prezzo-cont del {
  font-weight: 500;
  font-size: 14px;
  color: var(--gb-ragtime-blues);
}
.gb-prodotto-item .gb-prodotto-info .gb-price .gb-prezzo-cont ins {
  text-decoration: none;
}
.gb-prodotto-item .gb-prodotto-info .gb-info {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.gb-prodotto-item .gb-prodotto-info .gb-info span {
  font-size: 14px;
  color: var(--gb-ragtime-blues);
}
.gb-prodotto-item .gb-prodotto-info .gb-info .gb-bandiera-preferito {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.gb-prodotto-item .gb-prodotto-info .gb-info .gb-bandiera-preferito > img {
  height: 12px;
  width: auto;
  display: block;
}
.gb-prodotto-item .gb-prodotto-info .gb-info .gb-bandiera-preferito .gb-preferiti {
  padding: 0;
}
.gb-prodotto-item .gb-prodotto-info .gb-info .gb-bandiera-preferito .gb-preferiti::before {
  content: "\f588";
  font-family: bootstrap-icons;
  font-size: 24px;
}
.gb-prodotto-item .gb-prodotto-info .gb-info .gb-bandiera-preferito .gb-preferiti[aria-current=true] {
  color: var(--gb-yellow);
  -webkit-text-stroke: 2px color-mix(in srgb, var(--gb-yellow) 50%, var(--gb-black));
}
.gb-prodotto-item .gb-prodotto-info .gb-info .gb-bandiera-preferito .gb-preferiti[aria-current=true]::before {
  content: "\f586";
}
.gb-prodotto-item .gb-vedi-dettagli {
  margin-top: 10px;
}
.gb-prodotto-item .gb-prodotto-cta-wrap .gb-product-cta {
  width: 100%;
  display: block;
  color: var(--gb-white);
  background: var(--gb-soothing-sapphire);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
}
.gb-prodotto-item .gb-prodotto-cta-wrap .gb-product-cta:hover {
  color: var(--gb-white);
}

.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item {
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
  border: solid 1px var(--gb-border);
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item hr {
  margin-block: 20px;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-header {
  padding: 20px;
  background: var(--gb-distant-horizon);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: solid 1px var(--gb-border);
}
@media screen and (max-width: 767px) {
  .gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-header .gb-price {
  font-size: 20px;
  font-weight: 700;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main {
  padding: 20px 20px 0;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-dettagli-info {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-dettagli-info {
    display: block;
  }
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-img {
  border: solid 1px var(--gb-border);
  width: clamp(150px, 40%, 260px);
  position: relative;
  aspect-ratio: 1;
}
@media screen and (max-width: 991px) {
  .gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-img {
    width: 100%;
    height: 150px;
    aspect-ratio: unset;
    margin-bottom: 20px;
  }
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info {
    padding-left: 20px;
  }
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info {
    display: flex;
    flex-direction: column;
  }
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info li {
  background: var(--gb-doctor);
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  grid-column-gap: 5px;
  grid-template-rows: auto;
  padding: 10px;
  align-items: center;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info li gb-icon {
  font-size: 1.2em;
  margin-right: 6px;
  color: var(--gb-soothing-sapphire);
  margin-inline: auto;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info li picture {
  width: 80px;
  aspect-ratio: 100/50;
  position: relative;
  border: solid 1px var(--border);
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info li picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info li span {
  font-size: 14px;
  font-weight: 600;
  color: var(--gb-black);
  display: block;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-main .gb-modello-info .gb-short-info li span[role=heading] {
  font-weight: 400;
  color: var(--gb-ragtime-blues);
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-foot {
  padding: 0 20px 20px;
  text-align: center;
}
.gb-section-articolisalvati .gb-prodotti-list .gb-modello-item .gb-modello-foot span {
  color: var(--gb-ragtime-blues);
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-top: 10px;
  margin-bottom: 12px;
}

#menu-step-creazione {
  background: var(--gb-white);
  padding-block: 15px;
  border-bottom: solid 1px var(--gb-border);
  position: sticky;
  top: var(--full-header-height);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #menu-step-creazione {
    padding-block: 18px;
    display: none;
  }
}
#menu-step-creazione .gb-stepcrumbs-container {
  font-size: 14px;
}
#menu-step-creazione .gb-stepcrumbs-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: fit-content;
  margin-inline: auto;
}
#menu-step-creazione .gb-stepcrumbs-container ul li {
  display: flex;
  align-items: center;
}
#menu-step-creazione .gb-stepcrumbs-container ul li:not(:last-child)::after {
  font-family: bootstrap-icons;
  content: "\f285"/"";
  font-size: 16px;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 1199px) {
  #menu-step-creazione .gb-stepcrumbs-container ul li:not(:last-child)::after {
    margin-left: 30px;
    margin-right: 30px;
  }
}
#menu-step-creazione .gb-stepcrumbs-container ul li[aria-current=step] a {
  color: var(--gb-soothing-sapphire);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
#menu-step-creazione .gb-stepcrumbs-container ul li a {
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  border: solid 1px transparent;
}
#menu-step-creazione .gb-stepcrumbs-container ul li a[aria-disabled=true] {
  cursor: not-allowed;
}
#menu-step-creazione .gb-stepcrumbs-container .gb-step {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
  text-align: center;
}
#menu-step-creazione .gb-stepcrumbs-container .gb-step .gb-step-counter {
  font-weight: 450;
  color: var(--gb-ragtime-blues);
}
#menu-step-creazione .gb-stepcrumbs-container .gb-step .gb-step-title {
  color: var(--gb-soothing-sapphire);
  font-weight: 700;
  text-transform: uppercase;
}

#menu-step-misure {
  margin-top: -40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  #menu-step-misure {
    display: none;
  }
}
#menu-step-misure ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  gap: 24px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1599px) {
  #menu-step-misure ul {
    gap: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #menu-step-misure ul {
    gap: 10px;
  }
}
#menu-step-misure ul li {
  border: solid 1px var(--gb-border);
}
@media screen and (max-width: 1399px) {
  #menu-step-misure ul li.gb-step-1 a .gb-descrizione span {
    display: none;
  }
}
#menu-step-misure ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.19;
  color: var(--gb-black);
  text-decoration: none;
  min-height: 100%;
}
#menu-step-misure ul li a[tabindex="-1"][aria-disabled=true] {
  cursor: default;
}
#menu-step-misure ul li a[tabindex="-1"][aria-disabled=true] picture {
  display: none;
}
@media screen and (max-width: 1599px) {
  #menu-step-misure ul li a {
    font-size: 12px;
  }
}
#menu-step-misure ul li a picture {
  flex: 0 0 auto;
  width: 70px;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #menu-step-misure ul li a picture {
    width: 50px;
  }
}
#menu-step-misure ul li a picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu-step-misure ul li a .gb-descrizione {
  padding: 10px 16px;
}
@media screen and (max-width: 1599px) {
  #menu-step-misure ul li a .gb-descrizione {
    padding: 8px 10px;
  }
}
#menu-step-misure ul li a .gb-descrizione strong,
#menu-step-misure ul li a .gb-descrizione span {
  display: block;
}
#menu-step-misure ul li a data {
  font-weight: 700;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1399px) {
  #menu-step-misure ul li a data {
    padding-left: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #menu-step-misure ul li a data {
    font-size: 14px;
    padding-left: 0;
  }
}

.gb-section-creacamicia {
  padding-block: 80px;
  background: var(--gb-white);
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia {
    padding-block: 60px;
  }
}
.gb-section-creacamicia .gb-filter-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 1599px) {
  .gb-section-creacamicia .gb-filter-list {
    grid-column-gap: 10px;
    grid-row-gap: 14px;
  }
}
@media screen and (max-width: 1399px) {
  .gb-section-creacamicia .gb-filter-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button {
  padding: 12px;
  border: solid 1px var(--gb-border);
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  color: var(--gb-black);
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button.gb-act {
  background: var(--gb-elite-blue);
  border-color: var(--gb-elite-blue);
  color: var(--gb-white);
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button.gb-act gb-icon {
  color: var(--gb-white);
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button > span {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button > span gb-icon {
  font-size: 16px;
  content: "\f431"/"";
  font-family: bootstrap-icons;
  color: var(--gb-soothing-sapphire);
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button > span gb-icon::before {
  vertical-align: baseline;
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button > span span[data-filt-select]:not([data-filt-select="0"])::after {
  content: " (" attr(data-filt-select) ")";
  font-weight: 400;
}
.gb-section-creacamicia .gb-filter-list .gb-filter-button > span::after {
  margin-left: auto;
  font-size: 16px;
  content: "\f231"/"";
  font-family: bootstrap-icons;
}
.gb-section-creacamicia .gb-filter-list .gb-filtr-check-cont {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.gb-section-creacamicia .gb-filter-list .gb-filtr-check-cont select {
  font-size: 14px;
}
.gb-section-creacamicia .gb-filter-list .gb-filtr-check-cont .gb-form-input {
  margin-right: 10px;
}
.gb-section-creacamicia .gb-prodotti-list {
  display: flex;
  flex-wrap: wrap;
  --num:4;
  --gap:24px;
  --row-gap:40px;
  column-gap: var(--gap);
  row-gap: var(--row-gap);
  margin-top: 50px;
}
@media screen and (max-width: 1399px) {
  .gb-section-creacamicia .gb-prodotti-list {
    --num:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-creacamicia .gb-prodotti-list {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia .gb-prodotti-list {
    margin-top: 35px;
  }
}
.gb-section-creacamicia .gb-active-filter {
  padding-top: 50px;
  border-top: solid 1px var(--gb-border);
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia .gb-active-filter {
    padding-top: 35px;
    display: none;
  }
}
.gb-section-creacamicia .gb-active-filter a {
  border-radius: 500px;
  padding: 4px 10px;
  background: var(--gb-soothing-sapphire);
  font-size: 14px;
  color: var(--gb-white);
  text-decoration: none !important;
  font-weight: 300;
}
.gb-section-creacamicia .gb-active-filter .gb-title {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.gb-section-creacamicia .gb-active-filter .gb-active-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gb-prodotto-opt {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  border: solid 1px var(--gb-border);
  border-bottom: 0;
  background: var(--gb-white);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .gb-prodotto-opt {
    width: 100%;
  }
}
@media not (prefers-reduced-motion: reduce) {
  .gb-prodotto-opt {
    transition: box-shadow 0.2s ease-in-out;
  }
  .gb-prodotto-opt:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
}
.gb-prodotto-opt .gb-image-cont {
  width: 100%;
  aspect-ratio: 342/175;
  position: relative;
  border-bottom: solid 1px var(--gb-border);
}
.gb-prodotto-opt .gb-image-cont button {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 4;
  padding: 0;
  border-right: solid 1px var(--gb-border);
  border-bottom: solid 1px var(--gb-border);
  background: var(--gb-white);
  font-size: 24px;
}
.gb-prodotto-opt picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gb-white);
}
.gb-prodotto-opt picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-prodotto-opt .gb-prodotto-info {
  padding: 16px 20px;
  font-size: 14px;
}
.gb-prodotto-opt .gb-prodotto-info h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.gb-prodotto-opt .gb-prodotto-info p {
  margin-top: 16px;
  line-height: 1.35;
}
.gb-prodotto-opt .gb-prodotto-info ul {
  padding: 0;
  margin-top: 16px;
  list-style-type: none;
  line-height: 1.35;
}
.gb-prodotto-opt .gb-prodotto-info ul strong {
  text-transform: uppercase;
}
.gb-prodotto-opt .gb-prodotto-cta-wrap .gb-product-cta {
  width: 100%;
  display: block;
  color: var(--gb-white);
  background: var(--gb-soothing-sapphire);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
}
.gb-prodotto-opt .gb-prodotto-cta-wrap .gb-product-cta:hover {
  color: var(--gb-white);
}

.gb-section-creacamicia .gb-step6-filtr-container {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px var(--gb-border);
}
@media screen and (max-width: 991px) {
  .gb-section-creacamicia .gb-step6-filtr-container {
    margin-top: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia .gb-step6-filtr-container {
    padding-top: 35px;
  }
}
.gb-section-creacamicia .gb-step6-filtr-container #gb-filter-wrapxmobi {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 991px) {
  .gb-section-creacamicia .gb-step6-filtr-container #gb-filter-wrapxmobi {
    display: none;
    padding: 30px 20px;
    background: var(--gb-distant-horizon);
  }
  .gb-section-creacamicia .gb-step6-filtr-container #gb-filter-wrapxmobi .gb-reset-button {
    width: 100%;
    display: block;
    padding: 8px 16px !important;
    border: solid 1px var(--gb-soothing-sapphire);
    color: var(--gb-soothing-sapphire) !important;
    margin-top: 30px;
    text-transform: uppercase;
  }
  .gb-section-creacamicia .gb-step6-filtr-container #gb-filter-wrapxmobi .gb-reset-button span {
    font-size: 14px;
    color: currentColor !important;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-creacamicia .gb-step6-filtr-container .gb-big-filter[aria-expanded=true] + #gb-filter-wrapxmobi {
    display: block;
  }
}
.gb-section-creacamicia .gb-step6-filtr-container .gb-title {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .gb-section-creacamicia .gb-step6-filtr-container .gb-title {
    display: none;
  }
}
.gb-section-creacamicia .gb-step6-filtr-container .gb-step6-filter-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.gb-section-creacamicia .gb-step6-filtr-container .gb-step6-filter-list label {
  font-size: 14px;
  color: var(--gb-black);
  font-weight: 400;
}

.gb-section-creacamicia-tua-camicia .gb-due-colonne-page {
  min-height: calc(100vh - var(--full-header-height, var(--header-height)) - var(--step-creazione-height, 0px) - var(--bar-procedi-height, 0px));
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-text-wrapper {
  margin: 0 auto;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord {
  padding-block: 40px;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo picture {
  width: 210px;
  aspect-ratio: 1/1;
  position: relative;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont {
    font-size: 16px;
  }
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont li h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont li h3 {
    font-size: 16px;
  }
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont .gb-flag {
  height: 15px;
  width: auto;
  display: inline-block;
  margin-left: 8px;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont .gb-open-tooltip {
  color: var(--gb-soothing-sapphire);
  font-size: 18px;
  display: inline-block;
  anchor-name: --button-cat;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont .gb-open-tooltip:first-letter {
  text-transform: uppercase;
}
.gb-section-creacamicia-tua-camicia .gb-due-colonne-page .gb-riepologo-ord .gb-tessuto-riepilogo .gb-nome-categoria .gb-info-cont .gb-info-panel {
  position-anchor: --button-cat;
}
.gb-section-creacamicia-tua-camicia .gb-composit-camicia {
  width: 100%;
  max-width: 464px;
  aspect-ratio: 674/702;
  position: relative;
}
.gb-section-creacamicia-tua-camicia .gb-composit-camicia img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bar-procedi {
  background: var(--gb-white);
  padding: 13px 0;
  border-top: solid 1px var(--gb-border);
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
#bar-procedi .gb-info-camicia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 18px;
}
#bar-procedi .gb-info-crea {
  display: flex;
  align-items: center;
  gap: 80px;
}
#bar-procedi .gb-info-crea .gb-prezzo-cont {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 600;
  font-size: 25px;
  padding-top: 0.3em;
}
#bar-procedi .gb-info-crea .gb-prezzo-cont .gb-tooltip-cont .gb-open-tooltip {
  display: block;
  font-size: 20px;
  color: var(--gb-soothing-sapphire);
}
#bar-procedi .gb-info-crea .gb-prezzo-cont .gb-tooltip-cont .gb-open-tooltip gb-icon {
  display: block;
}
#bar-procedi .gb-info-crea .gb-prezzo-cont del {
  font-weight: 500;
  font-size: 0.7em;
  color: var(--gb-ragtime-blues);
}
#bar-procedi .gb-info-crea .gb-prezzo-cont ins {
  text-decoration: none;
}
#bar-procedi .gb-info-crea strong {
  display: block;
}

.gb-accordion {
  margin-top: 40px;
}
.gb-accordion .gb-item-button {
  margin: 0;
}
.gb-accordion .gb-item-button button {
  width: 100%;
  padding: 25px 0;
  text-align: left;
}
.gb-accordion .gb-item-button button span {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gb-accordion .gb-item-button button span::after {
  content: "\f282";
  font-size: 0.9em;
  margin-left: auto;
  font-family: bootstrap-icons;
  transform-origin: center;
  position: relative;
  top: 0.17em;
  display: block;
  line-height: 1;
}
.gb-accordion .gb-item-button button[aria-expanded=true] span::after {
  transform: rotate(180deg);
}
.gb-accordion .gb-accordion-item .gb-text-wrapper {
  padding-bottom: 30px;
}
.gb-accordion .gb-accordion-item .gb-text-wrapper .ratio {
  margin-top: 5px;
  margin-bottom: 30px;
}
.gb-accordion .gb-accordion-item .gb-text-wrapper h3 {
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.gb-accordion .gb-accordion-item .gb-text-wrapper .gb-table-container {
  overflow: auto;
}
.gb-accordion .gb-accordion-item .gb-text-wrapper table {
  min-width: 470px;
  font-size: 14px;
  border: solid 2px var(--border);
}
.gb-accordion .gb-accordion-item .gb-text-wrapper table thead td,
.gb-accordion .gb-accordion-item .gb-text-wrapper table thead th {
  background: var(--gb-night-tide);
  color: var(--gb-white);
}
.gb-accordion .gb-accordion-item .gb-text-wrapper table tbody td:first-child {
  background: var(--gb-distant-horizon);
}
.gb-accordion .gb-accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.gb-section-doppia-colonna-guide .gb-accordion {
  padding-bottom: 40px;
}
.gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main {
    flex-direction: column;
  }
}
.gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main .gb-picture-wrapper {
  flex: 0 0 auto;
  width: min(50%, 464px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main .gb-picture-wrapper {
    width: 100%;
    gap: 16px;
  }
}
.gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main .gb-picture-wrapper picture {
  width: calc(50% - 12px);
  flex: 0 0 auto;
  aspect-ratio: 10/10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main .gb-picture-wrapper picture {
    width: calc(50% - 8px);
  }
}
.gb-section-doppia-colonna-guide .gb-accordion .gb-item-text .gb-item-main .gb-picture-wrapper picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-section-hero {
  height: calc(100vh - var(--full-header-height, var(--header-height)));
  min-height: 500px;
  background-color: var(--gb-night-tide);
  background-image: image-set(var(--gb-bg-webp) type("image/webp"), var(--gb-bg-jpg) type("image/jpeg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--gb-white);
}
@media screen and (max-width: 991px) {
  .gb-section-hero {
    height: calc(100dvh - var(--header-height));
  }
}
@media screen and (max-width: 991px) and (orientation: portrait) {
  .gb-section-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), image-set(var(--gb-bg-webp-mobi) type("image/webp"), var(--gb-bg-jpg-mobi) type("image/jpeg"));
  }
}
@supports not (background-image: image-set(var(--gb-bg-webp) type("image/webp"))) {
  .gb-section-hero {
    background-image: var(--gb-bg-jpg);
  }
  @media screen and (max-width: 991px) and (orientation: portrait) {
    .gb-section-hero {
      background-image: var(--gb-bg-jpg-mobi);
    }
  }
}
.gb-section-hero .gb-hero-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 990px) {
  .gb-section-hero .gb-hero-wrapper .gb-text-container .gb-tmx {
    max-width: 600px;
  }
}
.gb-section-hero .gb-hero-wrapper .gb-text-container .gb-payoff {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-hero-wrapper .gb-text-container .gb-payoff {
    text-align: center;
  }
}
@media screen and (min-width: 766px) {
  .gb-section-hero .gb-hero-wrapper .gb-ctapage-wrapper a {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-hero-wrapper .gb-ctapage-wrapper a {
    width: 100%;
  }
}

.container:not(#template-guide) .gb-section-panoramica-grid {
  padding-block: 60px;
}
.gb-section-panoramica-grid.gb-border {
  padding-bottom: 40px;
}
.gb-section-panoramica-grid.gb-border:not(:last-child)::after {
  display: block;
  margin-top: 50px;
  content: "";
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--gb-ragtime-blues) 20%, var(--gb-white));
}
.gb-section-panoramica-grid .gb-text-wrapper.gb-bloccotesto h2 {
  font-weight: 600;
}
.gb-section-panoramica-grid .gb-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
  row-gap: var(--row-gap, 20px);
}
.gb-section-panoramica-grid .gb-item-wrapper.gb-spacing-top {
  margin-top: 40px;
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x1 {
  --gap:20px;
  --row-gap:40px;
  --num:1;
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x1 picture img {
  width: 100%;
  height: auto;
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x3 {
  --gap:20px;
  --num:3;
  --row-gap:40px;
}
@media screen and (max-width: 1399px) {
  .gb-section-panoramica-grid .gb-item-wrapper.grid-x3 {
    --num:2;
  }
}
@media screen and (max-width: 576px) {
  .gb-section-panoramica-grid .gb-item-wrapper.grid-x3 {
    --num:1;
  }
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x3 .gb-text-wrapper a {
  color: currentColor;
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x3 .gb-text-wrapper p {
  line-height: 1.4;
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x3 picture {
  aspect-ratio: 1/1;
  position: relative;
}
.gb-section-panoramica-grid .gb-item-wrapper.grid-x3 picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-panoramica-grid .gb-item-wrapper .gb-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
}
.gb-section-panoramica-grid .gb-item-wrapper .gb-item .gb-link-wrapper {
  margin-top: 24px;
}
.gb-section-panoramica-grid .gb-item-wrapper .gb-item .gb-link-wrapper .gb-text-cta {
  display: block;
  width: fit-content;
  margin-top: 8px;
  line-height: 1.2;
}
.gb-section-panoramica-grid .gb-item-wrapper .gb-item .gb-text-wrapper {
  margin-top: 24px;
}

.gb-section-text-number {
  padding-block: 90px;
  color: var(--gb-ragtime-blues);
}
@media screen and (max-width: 767px) {
  .gb-section-text-number {
    padding-block: 60px;
  }
}
.gb-section-text-number .gb-bigger-text {
  max-width: 650px;
  margin-inline: auto;
  text-align: center;
  text-wrap: pretty;
}
.gb-section-text-number .gb-bigger-text p, .gb-section-text-number .gb-bigger-text ul, .gb-section-text-number .gb-bigger-text ol {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .gb-section-text-number .gb-bigger-text p, .gb-section-text-number .gb-bigger-text ul, .gb-section-text-number .gb-bigger-text ol {
    font-size: 18px;
  }
}
.gb-section-text-number .gb-number-list {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .gb-section-text-number .gb-number-list {
    margin-top: 35px;
  }
}
.gb-section-text-number .gb-number-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .gb-section-text-number .gb-number-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 5%, 72px);
    justify-content: center;
  }
}
.gb-section-text-number .gb-number-list ul li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gb-section-text-number .gb-number-list ul li {
    width: 245px;
    border: solid 1px var(--gb-border);
    padding: 40px 26px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-text-number .gb-number-list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .gb-section-text-number .gb-number-list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.gb-section-text-number .gb-number-list ul li .gb-number {
  font-size: 40px;
  font-weight: 350;
}
@media screen and (min-width: 768px) {
  .gb-section-text-number .gb-number-list ul li .gb-number {
    display: block;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-text-number .gb-number-list ul li .gb-number {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .gb-section-text-number .gb-number-list ul li .gb-number-text {
    margin-top: 10px;
    display: block;
    line-height: 1.2;
  }
  .gb-section-text-number .gb-number-list ul li .gb-number-text b {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-text-number .gb-number-list ul li .gb-number-text {
    font-size: 14px;
  }
  .gb-section-text-number .gb-number-list ul li .gb-number-text br {
    display: none;
  }
}

.gb-section-video-text {
  --text-pad: 100px;
}
.gb-section-video-text.pt-0 {
  --text-pad:0 100px;
}
.gb-section-video-text.pb-0 {
  --text-pad:100px 0;
}
.gb-section-video-text.pt-0.pb-0 {
  --text-pad:0;
}
@media screen and (max-width: 1199px) {
  .gb-section-video-text {
    --text-pad: 40px;
  }
  .gb-section-video-text.pt-0 {
    --text-pad:0 40px;
  }
  .gb-section-video-text.pb-0 {
    --text-pad:40px 0;
  }
  .gb-section-video-text.pt-0.pb-0 {
    --text-pad:0;
  }
}
.gb-section-video-text .gb-video-text-container {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .gb-section-video-text .gb-video-text-container {
    display: block;
  }
}
.gb-section-video-text .gb-text-wrapper {
  padding-block: var(--text-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-inline: 20px;
}
.gb-section-video-text .gb-text-wrapper .gb-mwt {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.gb-section-video-text .gb-media-cont {
  width: 50%;
  aspect-ratio: 16/9;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 1199px) {
  .gb-section-video-text .gb-media-cont {
    width: 100%;
  }
}
.gb-section-video-text .gb-media-cont.gb-video {
  background: var(--gb-black);
}
.gb-section-video-text .gb-media-cont img, .gb-section-video-text .gb-media-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gb-section-img-text {
  --comp-v-pad:90px;
  padding-block: var(--comp-v-pad);
}
@media screen and (max-width: 991px) {
  .gb-section-img-text {
    --comp-v-pad:60px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-img-text {
    --comp-v-pad:40px;
  }
}
.gb-section-img-text .gb-img-text-container {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .gb-section-img-text .gb-img-text-container {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-img-text .gb-img-text-container {
    flex-direction: column;
  }
}
.gb-section-img-text .gb-img-text-container picture {
  width: 100%;
  min-height: max(600px, 100vh - var(--full-header-height) - var(--comp-v-pad) * 2);
  flex: 1 1 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .gb-section-img-text .gb-img-text-container picture {
    min-height: unset;
    aspect-ratio: 330/396;
  }
}
.gb-section-img-text .gb-img-text-container picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-img-text .gb-img-text-container .gb-text-wrapper {
  width: max(500px, 35%);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gb-section-img-text .gb-img-text-container .gb-text-wrapper a {
  color: currentColor !important;
}
.gb-section-img-text .gb-img-text-container .gb-text-wrapper .gb-mwt {
  width: 100%;
  max-width: 440px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .gb-section-img-text .gb-img-text-container .gb-text-wrapper .gb-mwt {
    max-width: 320px;
  }
}
@media screen and (max-width: 1199px) {
  .gb-section-img-text .gb-img-text-container .gb-text-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-img-text .gb-img-text-container .gb-text-wrapper {
    width: 100%;
  }
}

.gb-section-fullvideo {
  padding: 0;
  margin: 0;
}
.gb-section-fullvideo .gb-media-cont {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.gb-section-fullvideo .gb-media-cont::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-elite-blue) 50%, transparent);
  border-right: 3px solid color-mix(in srgb, var(--gb-elite-blue) 50%, transparent);
  border-bottom: 3px solid color-mix(in srgb, var(--gb-elite-blue) 50%, transparent);
  border-left: 3px solid var(--gb-elite-blue);
  position: absolute;
  top: calc(50% - var(--spinner-w) / 2);
  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);
  }
}
.gb-section-fullvideo .gb-media-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gb-section-fullvideo .gb-no-video {
  height: 40px;
  padding-block: 60px;
  background: #f5f5f5;
}

.gb-section-seeon {
  padding-block: 90px;
  /* Traccia interna che scorre — contiene TUTTI gli item duplicati */
}
@media screen and (max-width: 767px) {
  .gb-section-seeon {
    padding-block: 60px;
  }
}
.gb-section-seeon .gb-item-wrapper {
  width: 100%;
  margin-top: 50px;
  --d: 50s;
  --gap: 100px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .gb-section-seeon .gb-item-wrapper {
    --gap: 60px;
    --d: 38s;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-seeon .gb-item-wrapper {
    --gap: 60px;
  }
}
.gb-section-seeon .gb-track {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  overflow: hidden;
  /* Nessuna larghezza fissa: si allarga quanto serve */
}
.gb-section-seeon .gb-track:not(.no-marquee) {
  animation: marquee var(--d) linear infinite;
}
.gb-section-seeon .gb-track.no-marquee {
  justify-content: center;
  margin-inline: auto;
}
.gb-section-seeon .gb-item {
  flex: 0 0 auto; /* ogni item occupa solo la sua larghezza naturale */
  padding-right: var(--gap);
}
.gb-section-seeon .gb-item img {
  display: block;
  height: 33px; /* altezza fissa */
  width: auto; /* larghezza libera, proporzionale */
  max-width: 200px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(8%) saturate(7%) hue-rotate(316deg) brightness(99%) contrast(91%);
}
@media screen and (max-width: 991px) {
  .gb-section-seeon .gb-item img {
    height: 20px;
    max-width: 130px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* funziona perché il contenuto è duplicato */
}

.gb-section-list-inblock {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-list-inblock {
    padding-block: 60px;
  }
}
.gb-section-list-inblock .gb-block-list {
  margin-block: 40px;
}
.gb-section-list-inblock .gb-block-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .gb-section-list-inblock .gb-block-list ul {
    flex-direction: column;
    gap: 20px;
  }
}
.gb-section-list-inblock .gb-block-list ul li.gb-arrow {
  margin-block: auto;
  color: var(--gb-black);
  -webkit-text-stroke: 0.03em var(--gb-black);
  text-stroke: 0.03em var(--gb-black);
  padding: 0;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .gb-section-list-inblock .gb-block-list ul li.gb-arrow {
    transform: rotate(90deg);
  }
}
.gb-section-list-inblock .gb-block-list ul li.gb-arrow a {
  display: inline-block;
}
.gb-section-list-inblock .gb-block-list ul li:not(.gb-arrow) {
  padding: 24px;
  background: var(--gb-white);
  width: 490px;
}
@media screen and (max-width: 1199px) {
  .gb-section-list-inblock .gb-block-list ul li:not(.gb-arrow) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-list-inblock .gb-block-list ul li:not(.gb-arrow) {
    width: 100%;
    padding: 20px;
  }
}
.gb-section-list-inblock .gb-block-list ul li .gb-title {
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .gb-section-list-inblock .gb-block-list ul li .gb-title {
    font-size: 20px;
  }
}
.gb-section-list-inblock .gb-block-list ul li .gb-text a {
  color: var(--gb-soothing-sapphire);
}

.gb-section-how-to-work {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-how-to-work {
    padding-block: 60px;
  }
}
.gb-section-how-to-work .gb-block-list ul {
  padding: 0;
  list-style: none;
  max-width: 720px;
  margin-top: 70px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .gb-section-how-to-work .gb-block-list ul {
    margin-top: 40px;
  }
}
.gb-section-how-to-work .gb-block-list ul li {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .gb-section-how-to-work .gb-block-list ul li {
    display: block;
  }
}
.gb-section-how-to-work .gb-block-list ul li:not(:last-child) {
  border-bottom: solid 1px var(--gb-meditative);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-how-to-work .gb-block-list ul li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.gb-section-how-to-work .gb-block-list ul li .gb-title {
  display: block;
  width: 100%;
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .gb-section-how-to-work .gb-block-list ul li .gb-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
  }
}
.gb-section-how-to-work .gb-block-list ul li .gb-text {
  display: block;
  width: 50%;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 350;
}
@media screen and (max-width: 991px) {
  .gb-section-how-to-work .gb-block-list ul li .gb-text {
    text-align: center;
    width: 100%;
  }
}

.gb-section-simpletext {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-simpletext {
    padding-block: 60px;
  }
}

.gb-section-shopcta {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-shopcta {
    padding-block: 60px;
  }
}
.gb-section-shopcta .text-mw {
  max-width: 400px;
}
.gb-section-shopcta .gb-link-list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 1080px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .gb-section-shopcta .gb-link-list {
    flex-wrap: wrap;
  }
}
.gb-section-shopcta .gb-link-list article {
  max-width: 400px;
  width: 45%;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .gb-section-shopcta .gb-link-list article {
    max-width: unset;
    width: 100%;
  }
}
.gb-section-shopcta .gb-link-list article picture {
  width: 100%;
  aspect-ratio: 367/450;
  position: relative;
  margin-bottom: 20px;
}
.gb-section-shopcta .gb-link-list article picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-trustpilot {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-trustpilot {
    padding-block: 60px;
  }
}
.gb-section-trustpilot .let-spacing {
  letter-spacing: 0.15em;
}
.gb-section-trustpilot .gb-trustpilot-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .gb-section-trustpilot .gb-trustpilot-link {
    margin-top: 35px;
  }
}
.gb-section-trustpilot .gb-trustpilot-link img {
  display: block;
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .gb-section-trustpilot .gb-trustpilot-link img {
    height: 35px;
  }
}

.gb-section-helpfaq-home {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-helpfaq-home {
    padding-block: 60px;
  }
}
.gb-section-helpfaq-home .gb-mw {
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .gb-section-helpfaq-home .gb-mw {
    max-width: 1050px;
    display: flex;
    gap: 100px;
  }
}
.gb-section-helpfaq-home .gb-text-side {
  width: 100%;
  flex: 1 1 auto;
}
.gb-section-helpfaq-home .gb-link-side {
  width: 250px;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .gb-section-helpfaq-home .gb-link-side {
    margin-top: 60px;
  }
}
.gb-section-helpfaq-home .gb-link-side .gb-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.gb-section-helpfaq-home .gb-link-side .gb-list-item h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.gb-section-helpfaq-home .gb-link-side .gb-list-item p {
  font-weight: 350;
  color: var(--gb-meditative);
}

.gb-section-guidehome {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-guidehome {
    padding-block: 60px;
  }
}
.gb-section-guidehome .gb-guide-wrapper {
  max-width: 1050px;
  margin-inline: auto;
  display: flex;
  --num:3;
  --gap:30px;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-guidehome .gb-guide-wrapper {
    --gap:15px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-guidehome .gb-guide-wrapper {
    display: block;
    margin-top: 30px;
  }
}
.gb-section-guidehome .gb-guide-wrapper .gb-guide-link {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .gb-section-guidehome .gb-guide-wrapper .gb-guide-link {
    width: 100%;
  }
  .gb-section-guidehome .gb-guide-wrapper .gb-guide-link:not(:last-child) {
    margin-bottom: 40px;
  }
}
.gb-section-guidehome .gb-guide-wrapper .gb-guide-link picture {
  aspect-ratio: 22/23;
  position: relative;
  margin-bottom: 26px;
}
.gb-section-guidehome .gb-guide-wrapper .gb-guide-link picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-guidehome .gb-guide-wrapper .gb-guide-link h3 {
  text-wrap: balance;
}

.gb-section-newsletter {
  color: var(--gb-black);
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-newsletter {
    padding-block: 60px;
  }
}
.gb-section-newsletter .gb-keep-contact {
  padding-block: 0;
}

.gb-section-lista-info-shipping {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-lista-info-shipping {
    padding-block: 60px;
  }
}
.gb-section-lista-info-shipping .gb-info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .gb-section-lista-info-shipping .gb-info-list ul {
    flex-direction: column;
  }
}
.gb-section-lista-info-shipping .gb-info-list ul li {
  text-align: center;
}
.gb-section-lista-info-shipping .gb-info-list ul li strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.gb-section-faq {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-faq {
    padding-bottom: 60px;
  }
}
.gb-section-faq .gb-search-and-title {
  padding-block: 70px 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-search-and-title {
    padding-block: 40px;
    margin-bottom: 30px;
  }
}
.gb-section-faq .gb-search-and-title gb-formgroup {
  display: block;
  max-width: 930px;
  margin: 24px auto 0;
}
.gb-section-faq .gb-faq-wrapper {
  display: flex;
  gap: 134px;
}
@media screen and (max-width: 1599px) {
  .gb-section-faq .gb-faq-wrapper {
    gap: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .gb-section-faq .gb-faq-wrapper {
    gap: 50px;
  }
}
.gb-section-faq .gb-faq-wrapper aside {
  width: 354px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1599px) {
  .gb-section-faq .gb-faq-wrapper aside {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .gb-section-faq .gb-faq-wrapper aside {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-faq .gb-faq-wrapper aside {
    display: none;
  }
}
.gb-section-faq .gb-faq-wrapper aside > strong {
  display: block;
  margin-bottom: 28px;
}
.gb-section-faq .gb-faq-wrapper aside ul {
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.gb-section-faq .gb-faq-wrapper aside ul li {
  padding-block: 8px;
}
.gb-section-faq .gb-faq-wrapper aside ul li:not(:last-child) {
  border-bottom: solid 1px var(--border);
}
.gb-section-faq .gb-faq-wrapper aside ul li a {
  display: flex;
  align-items: start;
  justify-content: start;
  text-decoration: none;
  font-weight: 600;
  gap: 5px;
}
.gb-section-faq .gb-faq-wrapper aside ul li a[aria-current=true] {
  color: var(--gb-soothing-sapphire);
}
.gb-section-faq .gb-faq-wrapper aside ul li a .gb-num {
  flex: 0 0 auto;
  color: var(--note);
  font-weight: 450;
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq {
  width: 100%;
  flex: 1 1 auto;
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-category-text {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-category-text {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-category-text:empty {
  display: none;
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--gb-soothing-sapphire);
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion h2 {
    font-size: 22px;
  }
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion h2:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion h2:not(:first-child) {
    margin-top: 40px;
  }
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item {
  padding: 30px 0;
  border-bottom: solid 1px var(--border);
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item {
    padding: 22px 0;
  }
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item button {
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item button {
    font-size: 18px;
  }
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item button span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item button span::after {
  content: "\f282";
  font-size: 1.1em;
  margin-left: auto;
  font-family: bootstrap-icons;
  transform-origin: center;
  position: relative;
  top: 0.1em;
  display: block;
  line-height: 1;
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item button[aria-expanded=true] span::after {
  transform: rotate(180deg);
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item .gb-accordion-collapse .gb-text-wrapper {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item .gb-accordion-collapse .gb-text-wrapper {
    padding-top: 14px;
  }
}
.gb-section-faq .gb-faq-wrapper .gb-main-faq .gb-accordion .accordion-item .gb-accordion-collapse .gb-text-wrapper a {
  font-weight: 500;
}

.gb-section-formcontatti {
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .gb-section-formcontatti {
    padding-block: 60px;
  }
}
.gb-section-formcontatti .gb-form-wrapper {
  max-width: 952px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .gb-section-formcontatti .gb-form-wrapper {
    grid-template-columns: 1fr;
  }
}
.gb-section-formcontatti .gb-assistenza-clienti {
  padding-top: 80px;
  margin-top: 80px;
  border-top: solid 1px var(--gb-border);
  max-width: 952px;
  margin-inline: auto;
}
.gb-section-formcontatti .gb-assistenza-clienti .gb-cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.gb-section-formcontatti .gb-assistenza-clienti .gb-cta-container .gb-cta {
  min-width: 300px;
}

#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: none !important;
}
html.no-supports #oldbrowser, html.desktop.safari3 #oldbrowser, html.desktop.safari4 #oldbrowser, html.desktop.safari5 #oldbrowser, html.desktop.safari6 #oldbrowser, html.desktop.safari7 #oldbrowser, html.android.safari4 #oldbrowser, html.ie6 #oldbrowser, html.ie7 #oldbrowser, html.ie8 #oldbrowser, html.ie9 #oldbrowser, html.ie10 #oldbrowser, html.ie11 #oldbrowser, html.opera #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 {
  font-weight: 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;
  font-weight: 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;
  font-weight: 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 {
  font-weight: 600;
}
ul.stmp li ul li ul li a {
  font-weight: 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;
  font-weight: 800;
  font-size: clamp(90px, 25vw, 300px);
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2));
  -webkit-text-stroke: 0.01em #fff;
  line-height: 1;
}
#p404 .gb-main-404 .gb-text-code {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #p404 .gb-main-404 .gb-text-code {
    font-size: 26px;
  }
}

body {
  opacity: 1;
}

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