/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #193F60;
  position: relative;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.3333;
  font-weight: 300;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
  }
}
html {
  overflow-x: hidden;
}
main {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
a {
  color: inherit;
  text-decoration: underline;
}
.title {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12.8px;
  font-size: clamp(12.8px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
  margin: 0 0 16px;
}
.title-1, h1 {
  font-size: 38px;
  font-size: clamp(38px, 3.73vw + 1.08px, 48px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
.title-2, .styledlist__nmb, h2 {
  font-size: 36px;
  font-size: clamp(36px, 3.73vw + 1.08px, 38px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
.title-3, h3 {
  font-size: 32px;
  font-size: clamp(32px, 3.73vw + 1.08px, 36px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
.title-4, h4 {
  font-size: 24px;
  font-size: clamp(24px, 3.73vw + 1.08px, 32px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
.title-5, h5 {
  font-size: 20px;
  font-size: clamp(20px, 3.73vw + 1.08px, 24px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
.title-6, h6 {
  font-size: 18px;
  font-size: clamp(18px, 3.73vw + 1.08px, 20px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
.font-main {
  font-family: "Mulish", -apple-system, sans-serif;
}
.font-off, .text.font-off {
  font-family: "Mulish", -apple-system, sans-serif;
}
.font-italic {
  font-style: italic;
}
.text {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.3333;
  font-weight: 300;
  color: inherit;
  margin: 0 0 16px;
}
.text-xl, .faq__titles__text {
  font-size: 20px;
  font-size: clamp(20px, 3.73vw + 1.08px, 24px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
.text-l {
  font-size: 18px;
  font-size: clamp(18px, 3.73vw + 1.08px, 20px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
.text-m, .faq__titles__nmb, .form__file::-webkit-file-upload-button, .form__file {
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.3333;
  font-weight: 300;
}
.text-s, .blog--2__heading__filters__picked, .circlebtn__inner {
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
.text-specials {
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
.text-xs, .p3--5__pre__extratext, .p3--3__banner__extratext, .btn {
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
.text-xxs {
  font-size: 10px;
  font-size: clamp(10px, 3.73vw + 1.08px, 10px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.font-w-900 {
  font-weight: 900;
}
.font-w-800 {
  font-weight: 800;
}
.font-w-700 {
  font-weight: 700;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-300 {
  font-weight: 300;
}
h1 {
  margin: 0 0 16px;
}
h2 {
  margin: 0 0 16px;
}
h3 {
  margin: 0 0 16px;
}
h4 {
  margin: 0 0 16px;
}
h5 {
  margin: 0 0 16px;
}
h6 {
  margin: 0 0 16px;
}
.list {
  list-style: initial;
  padding-left: 16px;
  margin-left: 16px;
}
.list li {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12.8px;
  font-size: clamp(12.8px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.5;
  font-weight: 400;
  color: inherit;
  margin: 0;
}
.list li::marker {
  color: inherit;
}
@font-face {
  font-family: "Mulish";
  src: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/fonts/Mulish-VariableFont_wght.ttf) format("truetype-variations");
  font-style: normal;
  font-display: swap;
}
.btn {
  display: inline-flex;
  font-weight: 700;
  font-family: "Mulish", -apple-system, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  background: #193F60;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 14px 18px 14px 18px;
  margin-bottom: 16px;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border-radius: 40px;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom center;
  background-color: #fff;
  transform: scaleY(0);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.btn svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.btn:hover {
  color: #193F60;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.375s;
}
.btn:hover:after {
  opacity: 1;
  transform: scaleY(1.4);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.btn__smallarrow {
  position: relative;
  width: 10px;
  height: 10px;
}
.btn__smallarrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/small-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.btn--alt {
  background: transparent;
  border-color: #D8A391;
}
.btn--alt:hover {
  border-color: #D8A391;
  color: #D8A391;
}
.btn--gradient {
  color: #fff;
  position: relative;
  border: 0;
  padding-top: calc(14px + 1px);
  padding-right: calc(18px + 1px);
  padding-bottom: calc(14px + 1px);
  padding-left: calc(18px + 1px);
  background: none;
}
.btn--gradient:before {
  content: "";
  background: linear-gradient(90deg, #B3D5D3 0%, #193F60 100%);
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 40px;
  transform: none;
  opacity: 1;
}
.btn--gradient .btn__insidetext {
  position: relative;
  z-index: 1;
}
.btn--gradient .btn__insidetext--mobile {
  display: none;
}
@media (max-width: 768px) {
  .btn--gradient .btn__insidetext--mobile {
    display: inline-block;
  }
}
.btn--gradient .btn__insidetext--desktop {
  display: none;
}
@media (min-width: 768px) {
  .btn--gradient .btn__insidetext--desktop {
    display: inline-block;
  }
}
.btn--gradient svg {
  position: relative;
  z-index: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.225s;
}
.btn--gradient:hover:before {
  z-index: -10;
}
.btn--gradient:hover svg {
  filter: invert(1);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.btn--gradient:hover .btn__smallarrow {
  filter: invert(1);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.btn--line {
  color: #193F60;
  background: transparent;
  border: 1px solid #E8ECEF;
}
.btn--line:hover {
  color: #193F60;
}
.btn--linealt {
  color: #fff;
  background: transparent;
  border: 1px solid #E8ECEF;
}
.btn--linealt:hover {
  color: #193F60;
}
.btn--alpha {
  background: none;
  color: #193F60;
}
.btn--alpha svg {
  position: relative;
  z-index: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.225s;
}
.btn--alpha:hover {
  background: #fff;
}
.btn--alpha:hover svg {
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.btn--alphaalt {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.btn--alphaalt svg {
  position: relative;
  z-index: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.225s;
}
.btn--alphaalt:hover {
  background: #fff;
  color: #193F60;
}
.btn--alphaalt:hover svg {
  filter: invert(1);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.btn--off {
  color: #fff;
  background: #B3D5D3;
  border-color: #B3D5D3;
}
.btn--off:hover {
  border-color: #B3D5D3;
  background: #B3D5D3;
}
.btn--white {
  background: #fff;
  color: #193F60;
}
.btn--white svg {
  position: relative;
  z-index: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.225s;
}
.btn--white:hover {
  color: #fff;
}
.btn--white:hover:after {
  background: #193F60;
}
.btn--white:hover svg {
  filter: invert(1);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.btn--desktop {
  display: block;
}
@media (max-width: 768px) {
  .btn--desktop {
    display: none;
  }
}
.btn--mobile {
  display: none;
}
@media (max-width: 768px) {
  .btn--mobile {
    display: block;
  }
}
.btn--shadow {
  box-shadow: 0px 0px 44px 0px #B3D5D3;
}
.btn--specialsvg:hover svg {
  filter: none;
}
.btn--specialsvg:hover svg > path {
  stroke: #fff;
  fill: #fff;
}
.btn.btn-xl {
  padding: 18px 24px 18px 24px;
}
.btn.btn-l {
  padding: 18px 24px 18px 24px;
}
.btn.btn-m {
  padding: 14px 18px 14px 18px;
}
.btn.btn-s {
  padding: 12px 16px 12px 16px;
}
.btn.btn-xs {
  padding: 10px 16px 10px 16px;
}
.circlebtn {
  position: relative;
  width: 192px;
  height: 192px;
  border-radius: 100%;
  padding: 8px 8px 8px 8px;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  opacity: 1;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.circlebtn__outer {
  padding: 32px;
}
@media (max-width: 1200px) {
  .circlebtn__outer {
    padding: 8px;
  }
}
.circlebtn__outer.off {
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.circlebtn.off {
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.circlebtn:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: pulse 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: pulse2 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--blue:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: bluePulse 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--blue:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: bluePulse2 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--white:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: whitePulse 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--white:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: whitePulse2 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--giga:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: gigaPulse 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--giga:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  animation: gigaPulse2 3s infinite both;
  border-radius: 100%;
  z-index: 0;
}
.circlebtn--small {
  width: 68px;
  height: 68px;
}
.circlebtn__inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Mulish", -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border-radius: 100%;
  background: linear-gradient(90deg, #B3D5D3 0%, #193F60 99.67%);
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.circlebtn__inner--basic {
  background: #193F60;
}
.circlebtn__inner--white {
  background: rgba(255, 255, 255, 0.9);
  color: #193F60;
}
.circlebtn__icon {
  margin-bottom: 8px;
}
.circlebtn__text {
  white-space: normal;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(164, 214, 212, 0.4);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0.2);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(164, 214, 212, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0);
  }
}
@keyframes bluePulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(25, 63, 96, 0.4);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 20px rgba(25, 63, 96, 0.2);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(25, 63, 96, 0);
  }
}
@keyframes bluePulse2 {
  0% {
    transform: scale(0.7);
    box-shadow: 0 0 0 0 rgba(25, 63, 96, 0.8);
  }
  70% {
    transform: scale(0.9);
    box-shadow: 0 0 0 20px rgba(25, 63, 96, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(25, 63, 96, 0);
  }
}
@keyframes whitePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes whitePulse2 {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
@keyframes gigaPulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(164, 214, 212, 0.4);
  }
  70% {
    transform: scale(1.35);
    box-shadow: 0 0 0 20px rgba(164, 214, 212, 0.2);
  }
  100% {
    transform: scale(1.55);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0);
  }
}
@keyframes gigaPulse2 {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(164, 214, 212, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(164, 214, 212, 0.4);
  }
  100% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0);
  }
}
input:focus {
  outline: #193F60 solid 1px;
  outline-offset: -1px;
}
label {
  cursor: pointer;
}
.form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .form__row {
    flex-direction: column;
    align-items: stretch;
  }
}
.form__col {
  flex: 1;
}
.form__col--half {
  flex: 1 1 calc(50% - 16px);
  max-width: calc(50% - 16px);
  margin-right: 16px;
}
.form__col--half:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .form__col--half {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 28px;
    margin-right: 0;
  }
  .form__col--half:last-of-type {
    margin-bottom: 0;
  }
}
.form__col--twothirds {
  flex: 1 1 calc(66.666666% - 16px);
  max-width: calc(66.666666% - 16px);
  margin-right: 16px;
}
.form__col--twothirds:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .form__col--twothirds {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .form__col--twothirds:last-of-type {
    margin-bottom: 0;
  }
}
.form__col--onethird {
  flex: 1 1 calc(33.333333% - 16px);
  max-width: calc(33.333333% - 16px);
  margin-right: 16px;
}
.form__col--onethird:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .form__col--onethird {
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .form__col--onethird:last-of-type {
    margin-bottom: 0;
  }
}
.form__label {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
}
.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 6px;
  background: #F3F5F7;
  border: 1px solid #EBEBEB;
  width: 100%;
  padding: 12px 16px 12px 16px;
  color: #193F60;
}
.form__input::-moz-placeholder {
  color: #B4B8C0;
}
.form__input::placeholder {
  color: #B4B8C0;
}
.form__input:focus {
  outline: #B3D5D3 solid 1px;
  outline-offset: -1px;
}
.form__input--select {
  color: #193F60;
  cursor: pointer;
  display: block;
}
.form__input--select:focus {
  color: #193F60;
}
.form__input--select--outer {
  position: relative;
  width: 100%;
}
.form__input--select--outer:before {
  content: "";
  position: absolute;
  background-image: url(/path/to/chevron);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.form__tarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 12px 16px 12px 16px;
  color: inherit;
}
.form__tarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__tarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__tarea:focus {
  outline: #B3D5D3 solid 1px;
  outline-offset: -1px;
}
.form__checkbox {
  flex: 1 1 16px;
  max-width: 16px;
  min-width: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 6px;
  margin-right: 8px;
  margin-top: 2px;
  cursor: pointer;
}
.form__checkbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  border: 1px solid #DFE4EB;
  border-radius: 6px;
}
.form__checkbox:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #193F60;
  border-radius: 6px;
  transition: all ease-in-out 0.3s;
  transform-origin: center;
  transform: scale(0);
}
.form__checkbox:checked:after {
  transform: scale(0.6);
}
.form__checkbox__label {
  flex: 1;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 9px;
  font-size: clamp(9px, 3.73vw + 1.08px, 9px);
  min-height: 0vw;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.form__checkbox__outer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.form--c--white {
  color: #fff;
}
.form__file {
  cursor: pointer;
  padding: 8px 16px 8px 0;
  color: #193F60;
  line-height: 1;
  position: relative;
  font-weight: 400;
  transition: all ease 0.2s;
  white-space: break-spaces;
  width: 100%;
}
@media (--mobile) {
  .form__file {
    display: block;
  }
}
.form__file::-webkit-file-upload-button {
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  background: #F3F5F7;
  border: 1px solid #EBEBEB;
  color: #B4B8C0;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin-bottom: 0;
  margin-right: 16px;
  -webkit-transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
  overflow: hidden;
  z-index: 1;
  padding: 12px 16px 12px 16px;
  text-transform: capitalize;
  letter-spacing: initial;
}
.form__file::-webkit-file-upload-button:hover {
  color: #fff;
  background: #193F60;
}
.form__break {
  margin: 0;
  height: 4px;
  padding: 24px 0px 24px 0px;
  margin-bottom: 24px;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/hr.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
@media (max-width: 768px) {
  .form__break {
    padding: 8px 0px 8px 0px;
    margin-bottom: 16px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .header {
    background: rgba(255, 255, 255, 0);
    transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.225s;
  }
}
@media (max-width: 1200px) {
  .header.active {
    background: white;
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  }
}
.header.hide {
  opacity: 0;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.45s;
  transform: translateY(-20px);
}
.header .header__wrapper {
  align-items: center;
}
.header .header__hmb {
  display: none;
}
@media (max-width: 1200px) {
  .header .header__hmb {
    display: block;
    grid-column: span 4;
    justify-self: baseline;
    padding: 8px 8px 8px 8px;
  }
}
@media (max-width: 768px) {
  .header .header__hmb {
    grid-column: span 1;
  }
}
.header .header__list {
  list-style: none;
  padding: 16px 24px 16px 24px;
  grid-column: span 4;
  justify-self: start;
  justify-self: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 48px;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1200px) {
  .header .header__list {
    max-height: 0;
    transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s, padding cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
    height: auto;
    overflow: hidden;
    pointer-events: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .header .header__list .header__single, .header .header__list .header__mobile__btn {
    opacity: 0;
    transition-delay: 0;
  }
  .header .header__list.active {
    max-height: 600px;
    transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s, padding cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
    padding: 16px 32px 32px 32px;
    pointer-events: initial;
    overflow: scroll;
  }
  .header .header__list.active .header__single, .header .header__list.active .header__mobile__btn {
    opacity: 1;
    transition: opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
    transition-delay: 0.2s;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2x) {
  .header .header__list.active.iszoomed {
    padding-bottom: 500px;
  }
}
@media (max-width: 1200px) {
  .header .header__single {
    padding: 24px 24px 24px 24px;
    background: #F3F5F7;
    text-align: left;
  }
  .header .header__single:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #D2E3EF;
  }
  .header .header__single:nth-child(3) {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #D2E3EF;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .header .header__single:focus-within .header__sub {
    opacity: 1;
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
    pointer-events: initial;
    -webkit-user-select: initial;
       -moz-user-select: initial;
            user-select: initial;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .header .header__single:focus-within .header__sub {
    max-height: 600px;
    transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  }
}
.header .header__sub {
  display: flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 30px 30px 30px 30px;
  top: 64px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1200px) {
  .header .header__sub {
    opacity: 0;
    transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.15s;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform: translateY(24px);
  }
}
@media (max-width: 1200px) {
  .header .header__sub {
    display: flex;
    max-height: 0;
    transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
    height: auto;
    overflow: hidden;
    padding: 0;
    position: static;
    flex-direction: column;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: none;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header .header__sub.active {
    opacity: 1;
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
    pointer-events: initial;
    -webkit-user-select: initial;
       -moz-user-select: initial;
            user-select: initial;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .header .header__sub.active {
    max-height: 600px;
    transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  }
}
.header .header__sub__link {
  position: relative;
  background: rgba(25, 63, 96, 0.05);
  padding: 16px 20px 16px 20px;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}
.header .header__sub__link:last-of-type {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header .header__sub__link {
    margin-right: 0;
    background: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
  }
  .header .header__sub__link:first-of-type {
    margin-top: 16px;
  }
  .header .header__sub__link:last-of-type {
    margin-bottom: 0;
  }
}
.header .header__sub__link--hasimg {
  padding-top: 40px;
  margin-top: 56px;
  min-width: 170px;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .header .header__sub__link--hasimg {
    padding-top: 16px;
    margin-top: 0;
  }
}
.header .header__sub__link--hasimg > * {
  position: relative;
  z-index: 1;
}
.header .header__sub__link--hasimg:before {
  content: "";
  background: rgba(25, 63, 96, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.header .header__sub__link--hasimg .header__sub__link__group {
  align-items: flex-end;
}
.header .header__sub__link__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 165px;
}
@media (max-width: 1200px) {
  .header .header__sub__link__group {
    max-width: 100%;
    align-items: center;
  }
}
.header .header__sub__link__img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .header .header__sub__link__img {
    display: none;
  }
}
.header .header__sub__link__btn {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 24px;
  min-width: 24px;
  margin-left: 16px;
}
.header .header__ctas {
  list-style: none;
  padding: 6px 6px 6px 6px;
  grid-column: span 4;
  justify-self: end;
  justify-self: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 48px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1400px) {
  .header .header__ctas {
    background: none;
  }
}
@media (max-width: 768px) {
  .header .header__ctas {
    padding: 0;
    grid-column: span 1;
  }
}
.header .header__ctas .btn {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .header .header__ctas__single {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 1400px) {
  .header .header__ctas__formobile {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: relative;
  }
  .header .header__ctas__formobile svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.header .header__item {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 32px;
  display: block;
  cursor: pointer;
}
.header .header__item:last-of-type {
  margin-right: 0;
}
.header .header__item--hasmore {
  position: relative;
  margin-right: 48px;
}
.header .header__item--hasmore:after {
  content: "";
  position: absolute;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/chevron.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.header .header__item--hasmore.active:after {
  transform: translateY(-50%) rotate(-180deg);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
}
.header .header__home {
  grid-column: span 4;
}
@media (max-width: 768px) {
  .header .header__home {
    grid-column: span 2;
  }
}
.header .header__home__img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 190px;
  height: auto;
}
@media (max-width: 992px) {
  .header .header__home__img {
    max-width: 150px;
  }
}
.header .header__home__extraimg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.header__mobile__btn {
  display: none;
}
@media (max-width: 1200px) {
  .header__mobile__btn {
    display: block;
  }
  .header__mobile__btn .btn {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.onligolwindow {
  position: absolute;
  opacity: 0;
  max-width: 430px;
  width: 100%;
  z-index: 0;
  top: 14px;
  right: 32px;
  color: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .onligolwindow {
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
.onligolwindow.active {
  opacity: 1;
  z-index: 10000;
}
.onligolwindow__inner {
  background: #1B4161;
}
.onligolwindow__head {
  padding: 32px 48px 0px 48px;
  border-bottom: 7px solid #2E506E;
  position: relative;
}
.onligolwindow__exit {
  cursor: pointer;
  top: 16px;
  right: 16px;
  position: absolute;
}
.onligolwindow__body {
  padding: 16px 48px 16px 48px;
}
.onligolwindow__footer {
  background: #0C304E;
  padding: 16px 48px 16px 48px;
}
.onligolwindow__footer__txt {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 300;
}
.onligolwindow__imglink {
  display: block;
  cursor: pointer;
  margin: 16px 0;
  border-radius: 4px;
  overflow: hidden;
  height: 72px;
  width: 100%;
  background: #fff;
}
.onligolwindow__imglink__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.onligolwindow__post {
  position: absolute;
  opacity: 0;
  max-width: 670px;
  width: 100%;
  z-index: 0;
  top: 14px;
  right: 32px;
  background: #fff;
  color: #193F60;
  overflow: hidden;
  border-radius: 10px;
  padding: 40px 80px 40px 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .onligolwindow__post {
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
.onligolwindow__post.active {
  opacity: 1;
  z-index: 10000;
}
.onligolwindow__post__ctas {
  display: flex;
  align-items: center;
}
.footer {
  background: #193F60;
  color: #fff;
  padding-top: 72px;
  padding-bottom: 12px;
}
.footer .wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.footer .wrapper .footer__firstbox {
  grid-column: 2/6;
  background: #0F3353;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 48px 48px 48px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__firstbox {
    grid-column: span 6;
    align-self: start;
  }
}
@media (max-width: 768px) {
  .footer .wrapper .footer__firstbox {
    grid-column: span 4;
    padding: 24px 32px 24px 32px;
    align-items: center;
    text-align: center;
  }
}
.footer .wrapper .footer__firstbox .footer__logo {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .footer .wrapper .footer__firstbox .footer__logo {
    margin-bottom: 24px;
  }
}
.footer .wrapper .footer__secondbox {
  grid-column: 6/12;
  border: 1px solid #476580;
  border-radius: 10px;
  padding: 48px 48px 48px 48px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__secondbox {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .footer .wrapper .footer__secondbox {
    grid-column: span 4;
    padding: 24px 32px 24px 32px;
  }
}
.footer .wrapper .footer__secondbox__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .wrapper .footer__secondbox__heading {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer .wrapper .footer__secondbox__heading .footer__logo {
    margin-bottom: 24px;
  }
}
.footer .wrapper .footer__secondbox__ctas {
  list-style: none;
  padding: 6px 6px 6px 6px;
  grid-column: span 4;
  justify-self: end;
  justify-self: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 48px;
  gap: 16px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__secondbox__ctas {
    background: none;
    flex-direction: column;
  }
}
.footer .wrapper .footer__secondbox__ctas .btn {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer .wrapper .footer__secondbox__ctas .btn--alpha {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 48px;
  }
}
.footer .wrapper .footer__secondbox__core {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__secondbox__core {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .wrapper .footer__secondbox__core__title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__secondbox__core__title {
    margin-bottom: 12px;
  }
}
.footer .wrapper .footer__secondbox__core__title a {
  text-decoration: none;
}
.footer .wrapper .footer__secondbox__core__list {
  list-style: none;
  padding: 0;
  flex: 1;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__secondbox__core__list {
    margin-bottom: 32px;
  }
  .footer .wrapper .footer__secondbox__core__list:last-of-type {
    margin-bottom: 0;
  }
}
.footer .wrapper .footer__secondbox__core__list__inner {
  list-style: none;
  padding: 0;
  flex: 1;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__secondbox__core__list__inner {
    margin-bottom: 32px;
  }
  .footer .wrapper .footer__secondbox__core__list__inner:last-of-type {
    margin-bottom: 0;
  }
}
.footer .wrapper .footer__thirdbox {
  grid-column: 2/12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__thirdbox {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer .wrapper .footer__thirdbox {
    margin-top: 24px;
    margin-bottom: 8px;
    grid-column: span 4;
    flex-direction: column;
    justify-content: center;
  }
}
.footer .wrapper .footer__thirdbox__link {
  text-decoration: none;
}
.footer .wrapper .footer__thirdbox__link:hover {
  text-decoration: underline;
}
.footer .wrapper .footer__thirdbox__left {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__thirdbox__left {
    flex-direction: column;
    text-align: center;
  }
}
.footer .wrapper .footer__thirdbox__left .footer__thirdbox__link {
  margin: 0;
}
.footer .wrapper .footer__thirdbox__right {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 992px) {
  .footer .wrapper .footer__thirdbox__right {
    margin-top: 16px;
    flex-direction: column;
    text-align: center;
  }
}
.footer .wrapper .footer__thirdbox__right .footer__thirdbox__link {
  margin: 0;
}
.footer .wrapper .footer__fourthbox {
  grid-column: 1/13;
  background: #0B2943;
  border-radius: 10px;
  padding: 24px 32px 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .wrapper .footer__fourthbox {
    grid-column: span 4;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 24px 16px 24px 16px;
    gap: 24px;
  }
}
.footer .wrapper .footer__fourthbox a {
  text-decoration: none;
}
.footer__logo__img {
  min-width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__address {
  font-style: normal;
  margin-bottom: 48px;
  max-width: 300px;
}
.footer__address a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer__address {
    margin-bottom: 24px;
  }
}
.wrapper {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  gap: 16px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  gap: 24px;
}
@media (min-width: 769px) {
  .wrapper {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1401px) {
  .wrapper {
    max-width: 1400px;
  }
}
@media (min-width: 1501px) {
  .wrapper {
    max-width: 1500px;
  }
}
.wrapper > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .wrapper > * {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    gap: 16px;
  }
}
.wrapper__bubble {
  padding: 88px 128px 88px 128px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .wrapper__bubble {
    padding: 40px 32px 40px 32px;
  }
}
.label {
  display: inline-block;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  padding: 4px 8px 4px 8px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.4);
  color: #193F60;
}
.label--green {
  background: #DCE7B0;
}
.label--blue {
  background: #D6ECEA;
}
.label--alpha {
  background: rgba(255, 255, 255, 0.4);
}
.label--grey {
  background: #D6ECEA;
}
.label--article {
  background: #E6F1F2;
}
.styledlist {
  list-style: none;
}
.styledlist__item {
  padding: 38px 0px 38px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .styledlist__item {
    padding: 24px 0px 24px 0px;
  }
}
.styledlist__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #193F60;
  opacity: 0.25;
}
.styledlist__nmb {
  color: #193F60;
  font-weight: 200;
  margin-right: 20px;
}
.caution {
  background: #FFF6AD;
  color: #193F60;
  padding: 40px 0px 40px 0px;
}
.caution__inner {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.caution--green {
  background: #509B77;
  color: #fff;
}
.caution--macrogol {
  background: #63B5B1;
}
.caution--fibre {
  background: #FAFFDB;
}
.prodcard {
  position: relative;
}
@media (max-width: 768px) {
  .prodcard {
    margin-top: 16px;
    margin-bottom: 16px;
    transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
    opacity: 1;
  }
  .prodcard.hide {
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
    opacity: 0;
    transform: translateY(-40px);
  }
}
.prodcard:before {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #fff;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 26px;
}
@media (max-width: 768px) {
  .prodcard:before {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.prodcard__extraflavour {
  position: absolute;
  top: 0;
  right: 8px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.prodcard__extraflavour__item {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
}
.prodcard__extraflavour__item--color1.active {
  background-color: #B398BE;
}
.prodcard__extraflavour__item--color1.active .iconinner {
  stroke: #fff;
}
.prodcard__extraflavour__item--color2.active {
  background-color: #EBB699;
}
.prodcard__extraflavour__item--color2.active .iconinner {
  stroke: #fff;
}
.prodcard__extraflavour__item--kids1 {
  border: 1px solid #193F60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodcard__extraflavour__item--kids1.active {
  border: 1px solid #B3D5D3;
  box-shadow: 0px 4px 4px 0px rgba(235, 238, 184, 0.4);
}
.prodcard__extraflavour__item--kids2 {
  border: 1px solid #193F60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodcard__extraflavour__item--kids2.active {
  border: 1px solid #B3D5D3;
  box-shadow: 0px 4px 4px 0px rgba(235, 238, 184, 0.4);
}
.prodcard.has-motion:before {
  transform-origin: bottom;
  transform: scaleY(0);
  border-radius: 0;
}
.prodcard.has-motion .prodcard__sider {
  transform: rotate(180deg) translateY(20px);
  opacity: 0;
}
.prodcard.has-motion .prodcard__ctas {
  transform: translateY(20px) translateX(-50%);
  opacity: 0;
}
@media (max-width: 768px) {
  .prodcard.has-motion .prodcard__ctas {
    transform: translateY(20px);
  }
}
.prodcard.has-motion .prodcard__specialtags {
  transform: translateY(20px);
  opacity: 0;
}
.prodcard.has-motion .prodcard__macrogoltags {
  transform: translateY(20px);
  opacity: 0;
}
.prodcard.has-motion .label {
  opacity: 0;
}
.prodcard.has-motion .prodcard__figure {
  opacity: 0;
  transform: translateY(40px);
}
.prodcard.has-motion.active:before {
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 0.45s;
  transform: scaleY(1);
  border-radius: 26px;
}
.prodcard.has-motion.active .prodcard__sider {
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 0.9s;
  transform: rotate(180deg);
  opacity: 1;
}
.prodcard.has-motion.active .prodcard__ctas {
  transform: translateY(0) translateX(-50%);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 0.9s;
  opacity: 1;
}
@media (max-width: 768px) {
  .prodcard.has-motion.active .prodcard__ctas {
    transform: translateY(0);
  }
}
.prodcard.has-motion.active .prodcard__specialtags {
  transform: translateY(0);
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 1.2s;
}
.prodcard.has-motion.active .prodcard__macrogoltags {
  transform: translateY(0);
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 1.2s;
}
.prodcard.has-motion.active .label {
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 0.9s;
  opacity: 1;
}
.prodcard.has-motion.active .prodcard__figure {
  transform: translateY(0);
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 0.9s;
}
.prodcard.has-motion.active .prodcard__mobilebtn {
  transform: translateY(0);
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition-delay: 0.9s;
}
.prodcard__specialtags {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 184px;
  right: -56px;
}
@media (max-width: 992px) {
  .prodcard__specialtags {
    right: -24px;
  }
}
.prodcard__specialtags__item {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform-origin: center;
  transform: scale(1);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.225s;
}
.prodcard__specialtags__item:hover {
  transform: scale(1.1);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.prodcard__specialtags__item.active {
  height: 125px;
}
.prodcard__specialtags__item:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prodcard__specialtags__item--prugna:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/fibre-prugna-off.svg?v=3);
}
.prodcard__specialtags__item--prugna.active:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/fibre-prugna-on.svg?v=3);
}
.prodcard__specialtags__item--pesca:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/fibre-pesca-off.svg?v=3);
}
.prodcard__specialtags__item--pesca.active:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/fibre-pesca-on.svg?v=3);
}
.prodcard__macrogoltags {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 184px;
  right: -56px;
}
@media (max-width: 992px) {
  .prodcard__macrogoltags {
    right: -24px;
  }
}
.prodcard__macrogoltags__item {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform-origin: center;
  transform: scale(1);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.225s;
}
.prodcard__macrogoltags__item:hover {
  transform: scale(1.1);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.prodcard__macrogoltags__item.active {
  height: 125px;
}
.prodcard__macrogoltags__item:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prodcard__macrogoltags__item--bambini:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/btn-bambini-off.svg);
}
.prodcard__macrogoltags__item--bambini.active:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/btn-bambini-on.svg);
}
.prodcard__macrogoltags__item--macrogoldefault:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/btn-macrogol-off.svg);
}
.prodcard__macrogoltags__item--macrogoldefault.active:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/btn-macrogol-on.svg);
}
.prodcard__mobilebtn {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 768px) {
  .prodcard__mobilebtn {
    display: block;
    font-family: "Mulish", -apple-system, sans-serif;
    font-size: 14px;
    font-size: clamp(14px, 3.73vw + 1.08px, 16px);
    min-height: 0vw;
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
    color: #193F60;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.prodcard__figure {
  position: relative;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .prodcard__figure {
    height: 260px;
    width: 100%;
    max-width: 75vw;
    margin: 0 auto;
  }
}
.prodcard__figure--fibre {
  height: 350px;
}
@media (max-width: 768px) {
  .prodcard__figure--fibre {
    height: 250px;
  }
}
.prodcard__figure--macrogol {
  height: 350px;
}
@media (max-width: 768px) {
  .prodcard__figure--macrogol {
    height: 250px;
  }
}
.prodcard__figure--clismalax {
  height: 350px;
}
@media (max-width: 768px) {
  .prodcard__figure--clismalax {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .prodcard__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.prodcard__img--alternate {
  display: none;
}
.prodcard__img--fibre {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -100px;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 768px) {
  .prodcard__img--fibre {
    height: 100%;
    right: -5%;
    bottom: -75px;
  }
}
.prodcard__img--fibre.active {
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transform: translateY(0);
}
.prodcard__img--bambini {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -100px;
  top: 0;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 992px) {
  .prodcard__img--bambini {
    right: -5%;
    bottom: -75px;
    height: 85%;
    top: 75px;
    max-height: 255px;
  }
}
@media (max-width: 768px) {
  .prodcard__img--bambini {
    right: -5%;
    bottom: -75px;
    height: 85%;
    top: 30px;
  }
}
.prodcard__img--bambini.active {
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transform: translateY(0);
}
.prodcard__img--bambinialtview {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -100px;
  top: 0;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 992px) {
  .prodcard__img--bambinialtview {
    bottom: -75px;
    height: 100%;
    right: 10%;
    top: 150px;
  }
}
@media (max-width: 768px) {
  .prodcard__img--bambinialtview {
    bottom: -75px;
    height: 100%;
    right: 10%;
    top: 45px;
  }
}
.prodcard__img--bambinialtview.active {
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transform: translateY(0);
}
.prodcard__img--macrogol {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -120px;
}
@media (max-width: 768px) {
  .prodcard__img--macrogol {
    height: auto;
    right: 15%;
    bottom: -50px;
  }
}
.prodcard__img--clismalax {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -150px;
}
@media (max-width: 768px) {
  .prodcard__img--clismalax {
    height: auto;
    right: -5%;
    bottom: -75px;
  }
}
.prodcard__sider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  position: absolute;
  bottom: 72px;
  left: 16px;
  writing-mode: vertical-rl;
  height: calc(65% - 72px);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .prodcard__sider {
    display: none;
  }
}
.prodcard__sider__nmb {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 24px;
  font-size: clamp(24px, 3.73vw + 1.08px, 32px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 600;
  padding-top: 32px;
}
.prodcard__sider__text {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 700;
}
.prodcard__body {
  position: relative;
  z-index: 1;
  padding: 16px 64px 96px 64px;
}
@media (max-width: 768px) {
  .prodcard__body {
    padding: 16px 32px 16px 32px;
  }
}
.prodcard__body--hassider {
  padding-left: 96px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  .prodcard__body--hassider {
    padding: 16px 32px 16px 32px;
  }
}
.prodcard__body--bambini {
  display: none;
  min-height: 290px;
}
.prodcard__body--bambini.active {
  display: block;
}
@media (max-width: 768px) {
  .prodcard__body--bambini .prodcard__ctas {
    transform: translateY(16px) !important;
  }
}
.prodcard__body--macrogoldefault {
  display: none;
  min-height: 290px;
}
.prodcard__body--macrogoldefault.active {
  display: block;
}
@media (max-width: 768px) {
  .prodcard__body--macrogoldefault .prodcard__ctas {
    transform: translateY(16px) !important;
  }
}
.prodcard__ctas {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .prodcard__ctas {
    transform: none;
    position: static;
  }
}
.prodcard__label {
  margin-bottom: 16px;
}
.prodcard .btn svg {
  margin: 0;
}
.prodcard__alert {
  position: absolute;
  top: 100%;
  left: -64px;
  width: calc(100% + 128px);
  padding-top: 16px;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 1200px) {
  .prodcard__alert {
    left: 16px;
    width: 100%;
  }
}
.modal {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 670px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: scroll;
  border-radius: 10px;
  background: #fff;
  transition: all ease 0.15s;
  padding: 88px 80px 88px 80px;
}
@media (max-width: 768px) {
  .modal {
    padding: 64px 16px 24px 16px;
  }
}
.modal.kidsmodal--homepage {
  top: 15vh;
  transform: translateX(-50%);
}
.modal.active {
  opacity: 1;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  z-index: 10000;
  transition: all ease 0.15s;
  transform: translate(-50%, -50%);
}
.modal.active.kidsmodal--homepage {
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .modal ul {
    margin-left: 24px;
  }
}
.modal__btn {
  margin-bottom: 0;
  position: absolute;
  top: 30px;
  right: 40px;
}
@media (max-width: 768px) {
  .modal__btn {
    top: 8px;
    right: 8px;
  }
}
.modal__outer {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.modal__outer.active {
  background: rgba(25, 63, 96, 0.75);
  z-index: 9999;
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
@media (max-width: 1400px) {
  .no-mobile {
    display: none;
  }
}
.styledcontent h1, .styledcontent h2, .styledcontent h3, .styledcontent h4, .styledcontent h5 {
  scroll-margin: 96px;
}
.styledcontent hr {
  margin: 0;
  height: 4px;
  padding: 64px 0px 64px 0px;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/hr.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
@media (max-width: 768px) {
  .styledcontent hr {
    padding: 32px 0px 32px 0px;
  }
}
.styledcontent ul, .styledcontent ol {
  padding-left: 32px;
  margin: 16px 0;
}
.styledcontent li {
  margin: 0 0 16px;
}
.specialcard {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  padding: 72px 76px 72px 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 768px) {
  .specialcard {
    flex-direction: column;
    padding: 28px 24px 28px 24px;
    gap: 24px;
  }
}
.specialcard--wide {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 1400px) {
  .specialcard--wide {
    padding-left: 14%;
    padding-right: 14%;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .specialcard--wide {
    padding: 28px 24px 28px 24px;
  }
}
.specialcard__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.specialcard__productimg {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .specialcard__productimg {
    max-width: 200px;
    height: 190px;
  }
}
.specialcard__productimg--wide {
  flex: 2.5;
  max-width: 450px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .specialcard__productimg--wide {
    max-width: 200px;
    height: 190px;
    margin: 0 auto;
  }
}
.specialcard__content {
  position: relative;
  z-index: 1;
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.specialcard__ctas {
  display: flex;
  gap: 16px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .specialcard__ctas {
    justify-content: center;
    width: 100%;
  }
}
.specialcard__ctas .btn--white svg {
  margin-left: 0;
}
.accordion__item {
  margin-bottom: 24px;
  background: #EDF2FA;
  color: #193F60;
  border-radius: 10px;
  padding: 24px 40px;
}
@media (max-width: 768px) {
  .accordion__item {
    padding: 16px 20px 16px 20px;
    margin-bottom: 16px;
  }
  .accordion__item:last-of-type {
    margin-bottom: 32px;
  }
}
.accordion__item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .accordion__item__head {
    align-items: center;
  }
}
.accordion__item.active .accordion__content {
  max-height: 600px;
  transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.accordion__item.active .accordion__btn {
  background: #D6E6E6;
}
.accordion__item.active .accordion__btn__line:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion__title {
  margin: 0 24px 0 0;
  flex: 1;
}
@media (max-width: 768px) {
  .accordion__title {
    flex: 0 1 calc(100% - 64px);
    max-width: calc(100% - 64px);
  }
}
.accordion__btn {
  width: 40px;
  height: 40px;
  background: #193F60;
  border-radius: 100%;
  flex: 0 0 40px;
  max-width: 40px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.accordion__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  background: #D8A391;
  opacity: 0;
  transform: scale(0.45);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
  z-index: -1;
  border-radius: 100%;
}
.accordion__btn:hover {
  border-color: #193F60;
}
.accordion__btn:hover:before {
  background: #193F60;
  transform: scale(0.9);
  opacity: 1;
}
.accordion__btn__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
  transform: translate(-50%, -50%);
  transform-origin: center;
  opacity: 1;
}
.accordion__btn__line:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__text {
  margin: 0;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .accordion__text {
    white-space: initial;
  }
}
.accordion__content {
  max-height: 0;
  transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  height: auto;
  overflow: hidden;
}
.bubble {
  background: rgba(226, 226, 226, 0.2);
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .bubble {
    padding: 24px 24px 24px 24px;
  }
}
.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .webgl {
    display: none;
  }
}
.dg.ac {
  z-index: 10000 !important;
}
.dg.ac .slider {
  position: static;
  min-width: unset;
  overflow: initial;
}
html.loading {
  overflow: hidden;
}
html.noscroll {
  overflow-y: hidden;
}
table {
  background: #C9DAE9;
  border-collapse: collapse;
  border-spacing: 0px;
  color: #193F60;
  font-size: 12px;
  font-weight: 600;
}
table th {
  background: #193F60;
  color: #fff;
  font-weight: 700;
  padding: 10px 12px 10px 12px;
  border: 1px solid #1E598C;
  text-align: left;
}
table td {
  padding: 10px 12px 10px 12px;
  text-align: left;
  border: 1px solid #1E598C;
  background: #C9DAE9;
}
.plib__outer {
  background: linear-gradient(86deg, #F6F9C5 -64.65%, #63B5B1 70.64%);
}
.plib--1 {
  padding-top: 64px;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .plib--1 {
    padding-top: 128px;
    padding-bottom: 0px;
  }
}
.plib--1__buttons {
  padding-left: 20%;
  padding-right: 20%;
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
}
.plib--1__buttons > * {
  justify-self: baseline;
}
.onligolsite {
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(4px);
}
.breadcrumbs--white {
  color: #fff;
}
.breadcrumbs--white .breadcrumbs__separator {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/separator-white.svg);
}
@media (min-width: 1200px) {
  .breadcrumbs--white .breadcrumbs__inner {
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(25, 63, 96, 0.7);
    border-radius: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.breadcrumbs.active {
  opacity: 1;
  transition: transform cubic-bezier(0.5, 1, 0.89, 1) 0.45s, opacity cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transform: translateY(0);
}
.breadcrumbs__wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumbs__inner {
  padding: 0px 24px 0px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .breadcrumbs__inner {
    padding: 0;
  }
}
.breadcrumbs__link {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumbs__link:last-of-type {
  font-weight: 300;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__separator {
  width: 8px;
  height: 8px;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/separator.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.errorpage {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.errorpage > * {
  position: relative;
  z-index: 1;
}
.errorpage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  max-height: 900px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-bg-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq {
  grid-column: 3/11;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .faq {
    grid-column: 1/13;
  }
}
@media (max-width: 768px) {
  .faq {
    grid-column: span 4;
  }
}
.faq__progress {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #193F60;
  opacity: 0.25;
}
.faq__btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width: 768px) {
  .faq__btn {
    position: static;
    display: flex;
    grid-column: 2/3;
    grid-row: 2;
    width: 28px;
    height: 28px;
    opacity: 1;
    background-color: #B3D5D3;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    justify-self: end;
    align-self: center;
    cursor: pointer;
  }
  .faq__btn.active svg path:nth-child(1) {
    opacity: 0;
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  }
}
.faq__titles {
  flex: 0 0 40%;
  max-width: 40%;
  list-style: none;
  margin: 0;
  padding: 0px 32px 0px 0px;
}
@media (max-width: 768px) {
  .faq__titles {
    flex: initial;
    max-width: 100%;
  }
}
.faq__titles__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  opacity: 0.7;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
@media (max-width: 768px) {
  .faq__titles__single {
    display: grid;
    grid-template-columns: 1fr 32px;
    width: 100%;
    margin-bottom: 32px;
    cursor: initial;
  }
}
.faq__titles__single.active {
  opacity: 1;
}
.faq__titles__single.active .faq__titles__text {
  font-weight: 600;
}
.faq__titles__nmb {
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq__titles__nmb {
    grid-column: 1/3;
    grid-row: 1;
    position: relative;
  }
  .faq__titles__nmb:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #A4D6D4;
    pointer-events: none;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.faq__titles__text {
  line-height: 1.3333;
  font-weight: 400;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .faq__titles__text {
    grid-column: 1/2;
    grid-row: 2;
    margin-left: 0;
    margin-top: 8px;
    font-weight: 600;
  }
}
.faq__titles__mobilecontent {
  display: none;
}
@media (max-width: 768px) {
  .faq__titles__mobilecontent {
    display: block;
    grid-column: 1/3;
    grid-row: 3;
    transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
  }
  .faq__titles__mobilecontent.active {
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
    pointer-events: initial;
    max-height: 600px;
    opacity: 1;
  }
}
.faq__inner {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .faq__inner {
    display: block;
    flex: unset;
    max-width: 100%;
    padding: 0;
    display: none;
  }
}
.faq__item {
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.6s;
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
}
.faq__item.active {
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.9s;
  pointer-events: initial;
  max-height: 600px;
  opacity: 1;
}
@media (max-width: 768px) {
  .faq__item {
    display: none;
  }
}
.icon__followuptext {
  text-align: center;
}
.simple__outer {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  min-height: 80vh;
}
@media (min-width: 769px) {
  .simple__outer {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.simple__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-bg-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.simple__outer--blue:before {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/macrogol-bg-2.jpg);
}
.videoclass {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.discoverbanner {
  grid-column: 2/12;
  position: relative;
  padding: 0;
  border-radius: 10px;
  background: linear-gradient(86deg, #F6F9C5 -64.65%, #63B5B1 70.64%);
}
@media (max-width: 992px) {
  .discoverbanner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .discoverbanner {
    grid-column: span 4;
  }
}
.discoverbanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.discoverbanner__inner {
  margin: 0;
}
.discoverbanner__box {
  position: relative;
  z-index: 1;
  grid-column: 1/12;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .discoverbanner__box {
    grid-column: span 4;
    flex-direction: column;
  }
}
.discoverbanner__fig {
  flex: 1;
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .discoverbanner__fig {
    flex: 1;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    margin-top: 16px;
  }
}
.discoverbanner__img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 700px;
  height: 1000px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.discoverbanner__img--desktop {
  display: block;
}
@media (max-width: 768px) {
  .discoverbanner__img--desktop {
    display: none;
  }
}
.discoverbanner__img--mobile {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .discoverbanner__img--mobile {
    display: block;
    transform: translate(40px, 8px);
  }
}
.discoverbanner__text {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .discoverbanner__text {
    margin-bottom: 24px;
  }
}
.discoverbanner__content {
  position: relative;
  z-index: 10;
  align-items: center;
  padding: 56px 8px 56px 8px;
  color: #fff;
  flex: 1.25;
}
@media (max-width: 768px) {
  .discoverbanner__content {
    padding: 24px 8px 24px 8px;
  }
}
.discoverbanner__labels {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.discoverbanner__detailimg {
  position: absolute;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.discoverbanner__detailimg--star {
  top: 5%;
  left: 5%;
}
@media (max-width: 768px) {
  .discoverbanner__detailimg--star {
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.discoverbanner__detailimg--cube {
  bottom: 10%;
  right: 8%;
}
@media (max-width: 768px) {
  .discoverbanner__detailimg--cube {
    max-width: 58px;
    max-height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 2%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Nascondi visivamente ma mantieni accessibile */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 8px;
  background: #0066cc;
  color: white;
  z-index: 100;
  text-decoration: none;
}
/* Mostra al focus */
.skip-link:focus {
  top: 0;
  outline: 2px solid #ffbf47;
}
.color-grey {
  color: #202A38 !important;
}
.cursorsetting {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  background-color: #B3D5D3;
  border-top-left-radius: 8px;
  box-shadow: -1px -1px 14px 0px rgba(0, 0, 0, 0.25);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cursorsetting svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 992px) {
  .cursorsetting {
    display: none;
  }
}
.newbanner {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .newbanner {
    padding: 32px 0;
  }
}
.newbanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/newbanner-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newbanner__box {
  position: relative;
  z-index: 1;
  grid-column: 2/12;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .newbanner__box {
    grid-column: span 4;
    flex-direction: column;
  }
}
.newbanner__fig {
  flex: 2;
  position: relative;
}
@media (max-width: 992px) {
  .newbanner__fig {
    flex: 1;
    height: 200px;
    min-height: 200px;
  }
}
.newbanner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.newbanner__text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .newbanner__text {
    margin-bottom: 24px;
  }
}
.newbanner__content {
  padding: 104px 70px;
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
@media (max-width: 992px) {
  .newbanner__content {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: rgba(255, 255, 255, 0.95);
    padding: 36px 30px;
  }
}
.newbanner__detailimg {
  position: absolute;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.newbanner__detailimg--star {
  top: 5%;
  left: 5%;
}
@media (max-width: 992px) {
  .newbanner__detailimg--star {
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.newbanner__detailimg--cube {
  bottom: 10%;
  right: 8%;
}
@media (max-width: 992px) {
  .newbanner__detailimg--cube {
    max-width: 58px;
    max-height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 2%;
  }
}
.slider {
  position: relative;
  min-width: 300px;
}
.slider__content {
  padding: 2rem 2rem 0;
}
.slider__content--center {
  text-align: center;
}
.slider__core {
  position: relative;
  height: clamp(300px, 35vh, 500px);
}
.slider__core__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*
  width: 100% - horizontal padding, which is 20% + 20% -> 100% - 40%
  height: 100% - vertical padding, which is 2rem + 2rem -> 100% - 4rem
  */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .slider__core__slide {
    height: calc(100% - 2rem);
  }
}
.slider__core__slide.active {
  pointer-events: initial;
  opacity: 1 !important;
}
.slider__carousel {
  position: relative;
  padding: 3rem 2rem 4rem;
}
.slider__carousel__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  transform: translateX(0);
  transition: all ease-in 0.25s;
}
@media (min-width: 768px) {
  .slider__carousel__list {
    padding: 0 2rem;
  }
}
.slider__carousel__item {
  flex: none;
  width: calc(100% - 2rem);
  height: 250px;
  padding: 1rem;
  text-align: center;
  overflow: hidden;
  border: 1px solid var(--black);
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slider__carousel__item {
    flex: 0 0 350px;
    max-width: 350px;
    width: 350px;
  }
}
.slider__carousel__item--big {
  height: auto;
  border: 0;
}
@media (min-width: 768px) {
  .slider__carousel__item--big {
    flex: none;
    width: calc(100% - 2rem);
    max-width: none;
  }
}
.slider__carousel__item__inner {
  max-width: 550px;
  padding: 2rem;
  border: 1px solid var(--black);
}
.slider__nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider__nav__prev {
  padding: 1rem;
  border: 1px solid var(--black);
  background-color: var(--grey);
  cursor: pointer;
}
.slider__nav__prev svg {
  pointer-events: none;
}
.slider__nav__next {
  padding: 1rem;
  border: 1px solid var(--black);
  background-color: var(--grey);
  cursor: pointer;
}
.slider__nav__next svg {
  pointer-events: none;
}
.slider__dots {
  position: absolute;
  z-index: 10;
  bottom: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .slider__dots {
    bottom: 1rem;
  }
}
.slider__dot {
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--grey);
}
@media (min-width: 768px) {
  .slider__dot {
    width: 1rem;
    height: 1rem;
  }
}
.slider__dot:last-child {
  margin-right: 0;
}
.slider__dot.active {
  background-color: var(--black);
}
.cursor {
  background-color: rgb(25, 63, 96);
  width: 10px;
  height: 10px;
  transform-origin: center;
  top: -1px;
  left: -1px;
  position: fixed;
  pointer-events: none;
  will-change: transform;
  transition: transform linear 0.065s, opacity 0.065s ease-in 0.065s;
  border-radius: 100%;
  opacity: 0;
  z-index: 9999;
}
@media (max-width: 992px) {
  .cursor {
    display: none;
  }
}
.cursor.toggled {
  display: none;
}
.cursor-trail {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(244, 244, 244, 0.3);
  top: -1px;
  left: -1px;
  position: fixed;
  mix-blend-mode: exclusion;
  pointer-events: none;
  will-change: transform;
  transition: transform linear 0.065s, opacity 0.065s ease-in 0.065s;
  border-radius: 100%;
  opacity: 0;
  z-index: 9000;
}
@media (max-width: 992px) {
  .cursor-trail {
    display: none;
  }
}
.cursor-trail.toggled {
  display: none;
}
.cursor__wrapper {
  cursor: none;
}
@media (min-width: 992px) {
  .cursor__wrapper {
    cursor: auto;
  }
}
.cursor__wrapper.toggled {
  cursor: initial;
}
.p1__outer {
  position: relative;
}
.p1__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-bg-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.p1__outer:after {
  content: "";
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  height: 350px;
  max-height: 350px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
}
.p1--1 {
  padding-top: 112px;
  padding-bottom: 0px;
  position: relative;
}
@media (min-width: 769px) {
  .p1--1 {
    padding-top: 224px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .p1--1 {
    padding-top: 128px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p1--1 {
    padding-top: 256px;
    padding-bottom: 0px;
  }
}
.p1--1:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  bottom: -160px;
  left: -32px;
}
@media (max-width: 992px) {
  .p1--1:after {
    display: none;
  }
}
.p1--1__heading {
  grid-column: 2/7;
  grid-row: 1;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .p1--1__heading {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .p1--1__heading {
    grid-column: span 4;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.p1--1__ctas {
  grid-column: 2/7;
  grid-row: 2;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 16px 16px 16px 16px;
  border-radius: 80px;
}
@media (max-width: 992px) {
  .p1--1__ctas {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .p1--1__ctas {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p1--1__ctas .btn {
    margin-bottom: 0;
  }
  .p1--1__ctas .btn--line {
    background: #fff;
  }
}
.p1--1__slider {
  grid-column: 8/12;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .p1--1__slider {
    grid-column: 8/13;
  }
}
@media (max-width: 768px) {
  .p1--1__slider {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p1--1__slider__wrapper {
  position: relative;
  width: 420px;
  height: 420px;
}
@media (max-width: 992px) {
  .p1--1__slider__wrapper {
    width: 100%;
    height: 300px;
  }
}
.p1--1__slider__fig {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  opacity: 0;
  transform: translateX(2rem);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.15s;
}
@media (max-width: 992px) {
  .p1--1__slider__fig {
    width: 100%;
    height: 100%;
  }
}
.p1--1__slider__fig.active {
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.p1--1__slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p1--1__slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.p1--1__slider__btn {
  padding: 4px 8px 4px 8px;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1.3333;
  font-weight: 600;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p1--1__slider__btn--prugna {
  border: 1px solid #B398BE;
}
.p1--1__slider__btn--prugna.active {
  background: #B398BE;
  color: #fff;
}
.p1--1__slider__btn--pesca {
  border: 1px solid #EBB699;
}
.p1--1__slider__btn--pesca.active {
  background: #EBB699;
  color: #fff;
}
.p1--1__slider__icon {
  margin-right: 4px;
}
.p1--2__content {
  grid-column: 2/7;
}
@media (max-width: 768px) {
  .p1--2__content {
    grid-column: span 4;
  }
}
.p1--2__scenery {
  grid-column: 7/13;
  position: relative;
}
.p1--2__scenery:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 550px;
  height: 900px;
  bottom: -120px;
  right: -32px;
  z-index: -1;
}
@media (max-width: 992px) {
  .p1--2__scenery:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p1--2__scenery {
    grid-column: span 4;
    height: 400px;
  }
}
.p1--2__scenery__cta {
  position: absolute;
  top: calc(50% + 64px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p1--2__scenery__cta {
    top: 50%;
  }
}
.p1--3 {
  margin-top: 48px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .p1--3 {
    margin-top: 96px;
    margin-bottom: 0px;
  }
}
.p1--3__heading {
  grid-column: 2/6;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .p1--3__heading {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p1--3__figure {
  grid-column: 6/12;
  grid-row: 1;
}
@media (max-width: 768px) {
  .p1--3__figure {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p1--3__content {
  grid-column: 2/12;
  grid-row: 2;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .p1--3__content {
    grid-column: span 4;
    grid-row: 3;
    flex-direction: column;
  }
}
.p1--3__box {
  flex: 1;
}
.p1--3__box__nmb {
  font-weight: 600;
  border-bottom: 1px solid #A4D6D4;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .p1--3__box__nmb {
    position: relative;
    border: 0;
    padding: 0;
  }
  .p1--3__box__nmb:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #A4D6D4;
    pointer-events: none;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.p1--3__box__title {
  margin-bottom: 12px;
}
.p1--4 {
  margin-top: 96px;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 769px) {
  .p1--4 {
    margin-top: 192px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .p1--4 {
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p1--4 {
    margin-top: 64px;
    margin-bottom: 0px;
  }
}
.p1--4:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  top: -32px;
  left: 32px;
}
@media (max-width: 992px) {
  .p1--4:after {
    display: none;
  }
}
.p1--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-bg.jpg);
  background-position: initial;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p1--4:before {
    background-position: right bottom;
  }
}
.p1--4__inner {
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (min-width: 769px) {
  .p1--4__inner {
    padding-top: 128px;
    padding-bottom: 192px;
  }
}
@media (max-width: 768px) {
  .p1--4__inner {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p1--4__inner {
    padding-top: 96px;
    padding-bottom: 192px;
  }
}
.p1--4__heading {
  text-align: center;
  margin-bottom: 24px;
}
.p1--4__box {
  text-align: center;
}
.p1--4__box--1 {
  grid-column: 3/6;
}
@media (max-width: 768px) {
  .p1--4__box--1 {
    grid-column: span 4;
  }
}
.p1--4__box--2 {
  grid-column: 8/11;
}
@media (max-width: 768px) {
  .p1--4__box--2 {
    grid-column: span 4;
  }
}
.p1--4__figure {
  height: 310px;
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .p1--4__figure {
    height: 250px;
    width: 100%;
    max-width: 80vw;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p1--4__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p1--4__content {
    border-top: 1px solid #B3D5D3;
    padding-top: 24px;
  }
}
.p1--4__icon {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: -48px;
}
@media (max-width: 768px) {
  .p1--4__icon {
    top: -16px;
    right: -16px;
  }
}
.p1--4__cta {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p1--4__cta {
    margin-top: 16px;
  }
}
.p1--4__btn {
  margin-bottom: 0;
  font-weight: 400;
}
.p1--4__exit:hover svg {
  transition: filter cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  filter: invert(1);
}
.p1--5 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .p1--5 {
    padding-top: 192px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .p1--5 {
    padding-top: 192px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p1--5 {
    padding-top: 384px;
    padding-bottom: 128px;
  }
}
.p1--5__pre {
  position: absolute;
  z-index: 10;
  border-radius: 16px;
  width: 600px;
  max-width: 90vw;
  background: linear-gradient(76deg, #D4C7E1 -34.24%, #F9FFDA 53.03%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px 30px 40px;
  left: 50%;
  top: -86px;
  transform: translateX(-50%);
  gap: 24px;
}
@media (max-width: 768px) {
  .p1--5__pre {
    flex-direction: column;
    top: -70px;
  }
}
.p1--5__content {
  grid-column: 2/7;
  padding-right: 72px;
}
@media (max-width: 992px) {
  .p1--5__content {
    grid-column: 1/9;
  }
}
@media (max-width: 768px) {
  .p1--5__content {
    grid-column: span 4;
    grid-row: 2;
    padding-right: 0;
  }
}
.p1--5__figure {
  grid-column: 7/12;
}
@media (max-width: 992px) {
  .p1--5__figure {
    grid-column: 9/13;
  }
}
@media (max-width: 768px) {
  .p1--5__figure {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p1--6__box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p1--6__box {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
  }
}
.p1--6__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p1--6__background {
    position: static;
    height: 200px;
  }
}
.p1--6__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p1--6__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 35%;
  position: relative;
  z-index: 1;
  padding: 160px 48px 160px 48px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1200px) {
  .p1--6__content {
    padding: 116px 40px 116px 40px;
  }
}
@media (max-width: 992px) {
  .p1--6__content {
    max-width: 100%;
    padding: 16px 30px 16px 30px;
  }
}
.p1--7 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p1--7 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.p1--8 {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 769px) {
  .p1--8 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media (max-width: 992px) {
  .p1--8 {
    padding-top: 56px;
    padding-bottom: 112px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .p1--8 {
    padding-top: 112px;
    padding-bottom: 224px;
  }
}
@media (min-width: 1200px) {
  .p1--8 .prodcard__body {
    min-height: 300px;
  }
}
.p1--8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-bg-3.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.p1--8__heading {
  grid-column: 3/11;
  grid-row: 1;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p1--8__heading {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
.p1--8__card {
  align-self: end;
  align-self: flex-end;
}
.p1--8__card--1 {
  grid-column: 3/7;
  grid-row: 2;
}
@media (max-width: 992px) {
  .p1--8__card--1 {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .p1--8__card--1 {
    grid-column: span 4;
  }
}
.p1--8__card--2 {
  grid-column: 7/11;
  grid-row: 2;
}
@media (max-width: 992px) {
  .p1--8__card--2 {
    grid-column: 7/13;
  }
}
@media (max-width: 768px) {
  .p1--8__card--2 {
    grid-column: span 4;
    grid-row: 3;
  }
}
.p1--9 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p1--9 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.p1--9__core {
  grid-column: 2/12;
  border-radius: 10px;
  background: linear-gradient(76deg, #D4C7E1 0%, #F9FFDA 53.21%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 0px 20px 20px;
}
@media (max-width: 992px) {
  .p1--9__core {
    grid-column: 1/13;
  }
}
@media (max-width: 768px) {
  .p1--9__core {
    grid-column: span 4;
    padding: 0;
    border-radius: 6px;
    flex-direction: column;
  }
}
.p1--9__figure {
  flex: 0 0 330px;
  width: 330px;
  height: 100%;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p1--9__figure {
    flex: initial;
    width: 100%;
    height: 260px;
    min-height: 260px;
    border-radius: 0;
  }
}
.p1--9__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p1--9__content {
  flex: 1;
  padding: 0px 48px 0px 48px;
}
@media (max-width: 768px) {
  .p1--9__content {
    flex: initial;
    width: 100%;
    padding: 16px 30px 16px 30px;
  }
}
.p1--9__group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .p1--9__group {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 8px;
    gap: 16px;
  }
}
.p1--9__box {
  flex: 0 0 33%;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .p1--9__box {
    flex: initial;
  }
}
.p1--9__box .text {
  flex: 1;
}
.p1--9__box .text-xs, .p1--9__box .p3--5__pre__extratext, .p1--9__box .p3--3__banner__extratext, .p1--9__box .btn {
  font-size: 12px;
}
.p1--9__icon {
  margin-left: 0;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.p2__outer {
  position: relative;
}
.p2__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/clismalax-bg-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.p2__outer:after {
  content: "";
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  height: 350px;
  max-height: 350px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
}
.p2--1 {
  padding-top: 112px;
  padding-bottom: 0px;
  position: relative;
}
@media (min-width: 769px) {
  .p2--1 {
    padding-top: 224px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .p2--1 {
    padding-top: 128px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p2--1 {
    padding-top: 256px;
    padding-bottom: 0px;
  }
}
.p2--1:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  bottom: -160px;
  left: -32px;
}
@media (max-width: 992px) {
  .p2--1:after {
    display: none;
  }
}
.p2--1__heading {
  grid-column: 2/7;
  grid-row: 1;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .p2--1__heading {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .p2--1__heading {
    grid-column: span 4;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.p2--1__ctas {
  grid-column: 2/7;
  grid-row: 2;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 16px 16px 16px 16px;
  border-radius: 80px;
}
@media (max-width: 992px) {
  .p2--1__ctas {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .p2--1__ctas {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p2--1__ctas .btn {
    margin-bottom: 0;
  }
  .p2--1__ctas .btn--line {
    background: #fff;
  }
}
.p2--1__slider {
  grid-column: 8/12;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .p2--1__slider {
    grid-column: 8/13;
  }
}
@media (max-width: 768px) {
  .p2--1__slider {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p2--1__slider__wrapper {
  position: relative;
  width: 420px;
  height: 420px;
}
@media (max-width: 992px) {
  .p2--1__slider__wrapper {
    width: 100%;
    height: 300px;
  }
}
.p2--1__slider__fig {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  opacity: 0;
  transform: translateX(2rem);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.15s;
}
@media (max-width: 992px) {
  .p2--1__slider__fig {
    width: 100%;
    height: 100%;
  }
}
.p2--1__slider__fig.active {
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.p2--1__slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p2--1__slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.p2--1__slider__btn {
  padding: 4px 8px 4px 8px;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1.3333;
  font-weight: 600;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9BACBB;
  cursor: pointer;
}
.p2--1__slider__btn.active {
  background: #193F60;
  color: #fff;
}
.p2--1__slider__btn--prugna {
  border: 1px solid #B398BE;
}
.p2--1__slider__btn--prugna.active {
  background: #B398BE;
  color: #fff;
}
.p2--1__slider__btn--pesca {
  border: 1px solid #EBB699;
}
.p2--1__slider__btn--pesca.active {
  background: #EBB699;
  color: #fff;
}
.p2--1__final {
  grid-column: 2/7;
  grid-row: 3;
}
@media (min-width: 1200px) {
  .p2--1__final {
    transform: translateY(-40px);
  }
}
@media (max-width: 768px) {
  .p2--1__final {
    grid-column: span 4;
  }
}
.p2--2__content {
  grid-column: 2/7;
}
@media (max-width: 768px) {
  .p2--2__content {
    grid-column: span 4;
  }
}
.p2--2__scenery {
  grid-column: 7/13;
  position: relative;
}
@media (max-width: 768px) {
  .p2--2__scenery {
    grid-column: span 4;
    height: 400px;
  }
}
.p2--2__scenery:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/clismalax-detail-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 900px;
  height: 720px;
  bottom: -96px;
  right: -192px;
  z-index: -1;
}
@media (max-width: 992px) {
  .p2--2__scenery:after {
    display: none;
  }
}
.p2--2__scenery__cta {
  position: absolute;
  top: calc(50% + 64px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p2--2__scenery__cta {
    top: 50%;
  }
}
.p2--3 {
  margin-top: 48px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .p2--3 {
    margin-top: 96px;
    margin-bottom: 0px;
  }
}
.p2--3__heading {
  grid-column: 2/6;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .p2--3__heading {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p2--3__figure {
  grid-column: 6/12;
  grid-row: 1;
}
@media (max-width: 768px) {
  .p2--3__figure {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p2--3__content {
  grid-column: 2/12;
  grid-row: 2;
  gap: 24px;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p2--3__content {
    grid-column: span 4;
    grid-row: 3;
    flex-direction: column;
    flex-wrap: initial;
  }
}
.p2--3__box {
  flex: 1 0 calc(50% - 24px);
  max-width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .p2--3__box {
    flex: initial;
    max-width: 100%;
  }
}
.p2--3__box__nmb {
  font-weight: 600;
  border-bottom: 1px solid #A4D6D4;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .p2--3__box__nmb {
    position: relative;
    border: 0;
    padding: 0;
  }
  .p2--3__box__nmb:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #A4D6D4;
    pointer-events: none;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.p2--3__box__title {
  margin-bottom: 12px;
}
.p2--4 {
  margin-top: 80px;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 769px) {
  .p2--4 {
    margin-top: 160px;
    margin-bottom: 0px;
  }
}
.p2--4:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  top: -32px;
  left: 32px;
}
@media (max-width: 992px) {
  .p2--4:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p2--4 {
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p2--4 {
    margin-top: 64px;
    margin-bottom: 0px;
  }
}
.p2--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/clismalax-bg-2.jpg);
  background-position: initial;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p2--4:before {
    background-position: right bottom;
  }
}
.p2--4__inner {
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (min-width: 769px) {
  .p2--4__inner {
    padding-top: 128px;
    padding-bottom: 192px;
  }
}
@media (max-width: 768px) {
  .p2--4__inner {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p2--4__inner {
    padding-top: 96px;
    padding-bottom: 192px;
  }
}
.p2--4__heading {
  text-align: center;
  margin-bottom: 24px;
}
.p2--4__box {
  text-align: center;
}
.p2--4__box--1 {
  grid-column: 3/6;
}
@media (max-width: 768px) {
  .p2--4__box--1 {
    grid-column: span 4;
  }
}
.p2--4__box--2 {
  grid-column: 8/11;
}
@media (max-width: 768px) {
  .p2--4__box--2 {
    grid-column: span 4;
  }
}
.p2--4__figure {
  height: 310px;
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .p2--4__figure {
    height: 250px;
    width: 100%;
    max-width: 80vw;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p2--4__figure:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: -20%;
  width: 140%;
  height: 1px;
  background: #A4D6D4;
}
@media (max-width: 768px) {
  .p2--4__figure:after {
    display: none;
  }
}
.p2--4__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p2--4__content {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .p2--4__content {
    border-top: 1px solid #B3D5D3;
    padding-top: 24px;
  }
}
.p2--4__icon {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: -48px;
}
@media (max-width: 768px) {
  .p2--4__icon {
    top: -16px;
    right: -16px;
  }
}
.p2--4__cta {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p2--4__cta {
    margin-top: 16px;
  }
}
.p2--4__btn {
  margin-bottom: 0;
  font-weight: 400;
}
.p2--4__exit:hover svg {
  transition: filter cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  filter: invert(1);
}
.p2--5 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .p2--5 {
    padding-top: 192px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .p2--5 {
    padding-top: 192px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p2--5 {
    padding-top: 384px;
    padding-bottom: 128px;
  }
}
.p2--5__pre {
  position: absolute;
  z-index: 10;
  border-radius: 16px;
  width: 600px;
  max-width: 90vw;
  background: linear-gradient(76deg, #A7C582 1.23%, #64BD82 96.21%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px 30px 40px;
  left: 50%;
  top: -86px;
  transform: translateX(-50%);
  gap: 24px;
}
@media (max-width: 768px) {
  .p2--5__pre {
    flex-direction: column;
    top: -70px;
  }
}
.p2--5__content {
  grid-column: 2/7;
  padding-right: 72px;
}
@media (max-width: 992px) {
  .p2--5__content {
    grid-column: 1/9;
  }
}
@media (max-width: 768px) {
  .p2--5__content {
    grid-column: span 4;
    grid-row: 2;
    padding-right: 0;
  }
}
.p2--5__figure {
  grid-column: 7/12;
}
@media (max-width: 992px) {
  .p2--5__figure {
    grid-column: 9/13;
  }
}
@media (max-width: 768px) {
  .p2--5__figure {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p2--6__box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p2--6__box {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
  }
}
.p2--6__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .p2--6__background {
    position: static;
    height: 200px;
  }
}
.p2--6__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p2--6__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 35%;
  position: relative;
  z-index: 1;
  padding: 160px 48px 160px 48px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1200px) {
  .p2--6__content {
    padding: 116px 40px 116px 40px;
  }
}
@media (max-width: 992px) {
  .p2--6__content {
    max-width: 100%;
    padding: 16px 30px 16px 30px;
  }
}
.p2--7 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p2--7 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.p2--8 {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 769px) {
  .p2--8 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media (min-width: 1200px) {
  .p2--8 .prodcard__body {
    min-height: 300px;
  }
}
.p2--8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/clismalax-bg-3.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.p2--8__heading {
  grid-column: 3/11;
  grid-row: 1;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p2--8__heading {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
.p2--8__card {
  align-self: end;
  align-self: flex-end;
}
.p2--8__card--1 {
  grid-column: 3/7;
  grid-row: 2;
}
@media (max-width: 992px) {
  .p2--8__card--1 {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .p2--8__card--1 {
    grid-column: span 4;
  }
}
.p2--8__card--2 {
  grid-column: 7/11;
  grid-row: 2;
}
@media (max-width: 992px) {
  .p2--8__card--2 {
    grid-column: 7/13;
  }
}
@media (max-width: 768px) {
  .p2--8__card--2 {
    grid-column: span 4;
    grid-row: 3;
  }
}
.p2--9 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p2--9 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.p2--9__core {
  grid-column: 2/12;
  border-radius: 10px;
  background: linear-gradient(78deg, #CDC881 -28.33%, #63BD81 52.61%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
}
@media (max-width: 992px) {
  .p2--9__core {
    grid-column: 1/13;
  }
}
@media (max-width: 768px) {
  .p2--9__core {
    grid-column: span 4;
    padding: 0;
    border-radius: 6px;
    flex-direction: column;
  }
}
.p2--9__figure {
  flex: 0 0 330px;
  width: 330px;
  height: 100%;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p2--9__figure {
    flex: initial;
    width: 100%;
    height: 260px;
    min-height: 260px;
    border-radius: 0;
  }
}
.p2--9__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p2--9__content {
  flex: 1;
  padding: 0px 48px 0px 48px;
}
@media (max-width: 768px) {
  .p2--9__content {
    flex: initial;
    width: 100%;
    padding: 16px 30px 16px 30px;
  }
}
.p2--9__group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .p2--9__group {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 8px;
    gap: 16px;
  }
}
.p2--9__box {
  flex: 0 0 48%;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background: rgba(9, 8, 8, 0.04);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .p2--9__box {
    flex: initial;
  }
}
.p2--9__box .text {
  flex: 1;
}
.p2--9__icon {
  margin-right: 12px;
  margin-left: 0;
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.p2--10 {
  margin-top: 96px;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .p2--10 {
    margin-top: 192px;
    margin-bottom: 160px;
  }
}
.p2--10__heading {
  grid-column: 7/12;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .p2--10__heading {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p2--10__figure {
  grid-column: 2/6;
  grid-row: 1;
}
@media (max-width: 768px) {
  .p2--10__figure {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p3__outer {
  position: relative;
}
.p3__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/macrogol-bg-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.p3__outer:after {
  content: "";
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  height: 350px;
  max-height: 350px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
}
.p3--1 {
  padding-top: 112px;
  padding-bottom: 0px;
  position: relative;
}
@media (min-width: 769px) {
  .p3--1 {
    padding-top: 224px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .p3--1 {
    padding-top: 128px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p3--1 {
    padding-top: 256px;
    padding-bottom: 0px;
  }
}
.p3--1:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  bottom: -160px;
  left: -32px;
}
@media (max-width: 992px) {
  .p3--1:after {
    display: none;
  }
}
.p3--1__heading {
  grid-column: 2/7;
  grid-row: 1;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .p3--1__heading {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .p3--1__heading {
    grid-column: span 4;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.p3--1__ctas {
  grid-column: 2/7;
  grid-row: 2;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 16px 16px 16px 16px;
  border-radius: 80px;
}
@media (max-width: 992px) {
  .p3--1__ctas {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .p3--1__ctas {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p3--1__ctas .btn {
    margin-bottom: 0;
  }
  .p3--1__ctas .btn--line {
    background: #fff;
  }
}
.p3--1__slider {
  grid-column: 8/12;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .p3--1__slider {
    grid-column: 8/13;
  }
}
@media (max-width: 768px) {
  .p3--1__slider {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p3--1__slider__wrapper {
  position: relative;
  width: 420px;
  height: 420px;
}
@media (max-width: 992px) {
  .p3--1__slider__wrapper {
    width: 100%;
    height: 300px;
  }
}
.p3--1__slider__fig {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  opacity: 0;
  transform: translateX(2rem);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.15s;
}
@media (max-width: 992px) {
  .p3--1__slider__fig {
    width: 100%;
    height: 100%;
  }
}
.p3--1__slider__fig.active {
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.p3--1__slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p3--1__slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.p3--1__slider__btn {
  padding: 4px 8px 4px 8px;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1.3333;
  font-weight: 600;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9BACBB;
  cursor: pointer;
}
.p3--1__slider__btn.active {
  background: #193F60;
  color: #fff;
}
.p3--1__slider__btn--prugna {
  border: 1px solid #B398BE;
}
.p3--1__slider__btn--prugna.active {
  background: #B398BE;
  color: #fff;
}
.p3--1__slider__btn--pesca {
  border: 1px solid #EBB699;
}
.p3--1__slider__btn--pesca.active {
  background: #EBB699;
  color: #fff;
}
.p3--2__content {
  grid-column: 2/7;
}
@media (max-width: 768px) {
  .p3--2__content {
    grid-column: span 4;
  }
}
.p3--2__scenery {
  grid-column: 7/13;
  position: relative;
}
@media (max-width: 768px) {
  .p3--2__scenery {
    grid-column: span 4;
    height: 400px;
  }
}
.p3--2__scenery:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/macrogol-detail-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 770px;
  height: 785px;
  bottom: -96px;
  right: -80px;
  z-index: -1;
}
@media (max-width: 992px) {
  .p3--2__scenery:after {
    display: none;
  }
}
.p3--2__scenery.kids:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/koala-group.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 770px;
  height: 785px;
  bottom: -176px;
  right: -80px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .p3--2__scenery.kids:after {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    transform: none;
  }
}
.p3--2__scenery__cta {
  position: absolute;
  top: calc(50% + 64px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p3--2__scenery__cta {
    top: 50%;
  }
}
.p3--3 {
  margin-top: 48px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .p3--3 {
    margin-top: 96px;
    margin-bottom: 0px;
  }
}
.p3--3--kids {
  position: relative;
  z-index: 1;
}
.p3--3__boxduo {
  flex: 1;
}
.p3--3__boxduo__nmb {
  font-weight: 600;
  border-bottom: 1px solid #A4D6D4;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .p3--3__boxduo__nmb {
    position: relative;
    border: 0;
    padding: 0;
  }
  .p3--3__boxduo__nmb:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #A4D6D4;
    pointer-events: none;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.p3--3__boxduo__title {
  margin-bottom: 12px;
}
.p3--3__banner {
  position: relative;
  z-index: 10;
  border-radius: 16px;
  width: 85%;
  max-width: 85vw;
  background: linear-gradient(83deg, #F6F9C5 -8.12%, #63B5B1 69.95%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px 30px 40px;
  gap: 24px;
  left: 7.5%;
}
@media (max-width: 768px) {
  .p3--3__banner {
    flex-direction: column;
  }
}
.p3--3__banner--topspacer {
  margin-top: 80px;
}
.p3--3__banner__extratitle {
  position: relative;
  z-index: 1;
}
.p3--3__banner__extraimg {
  position: absolute;
  bottom: 0;
  left: 460px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p3--3__banner__extraimg {
    display: none;
  }
}
.p3--3__banner__extratext {
  position: absolute;
  top: 100%;
  padding: 16px 40px 0px 40px;
  text-align: center;
  color: #193F60;
}
.p3--3__heading {
  grid-column: 2/6;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .p3--3__heading {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p3--3__figure {
  grid-column: 6/12;
  grid-row: 1;
}
@media (max-width: 768px) {
  .p3--3__figure {
    grid-column: span 4;
    grid-row: 2;
  }
}
.p3--3__content {
  grid-column: 2/12;
  grid-row: 2;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .p3--3__content {
    grid-column: span 4;
    grid-row: 3;
    flex-direction: column;
  }
}
.p3--3__box__nmb {
  font-weight: 600;
  border-bottom: 1px solid #A4D6D4;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .p3--3__box__nmb {
    position: relative;
    border: 0;
    padding: 0;
  }
  .p3--3__box__nmb:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #A4D6D4;
    pointer-events: none;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.p3--3__box__title {
  margin-bottom: 12px;
}
.p3--4 {
  margin-top: 96px;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 769px) {
  .p3--4 {
    margin-top: 192px;
    margin-bottom: 0px;
  }
}
.p3--4:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-dettaglio-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  top: -32px;
  left: 32px;
}
@media (max-width: 992px) {
  .p3--4:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p3--4 {
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p3--4 {
    margin-top: 64px;
    margin-bottom: 0px;
  }
}
.p3--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/macrogol-bg-1.jpg);
  opacity: 0.4;
  background-position: initial;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p3--4:before {
    background-position: right bottom;
  }
}
.p3--4__inner {
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (min-width: 769px) {
  .p3--4__inner {
    padding-top: 128px;
    padding-bottom: 192px;
  }
}
@media (max-width: 768px) {
  .p3--4__inner {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p3--4__inner {
    padding-top: 96px;
    padding-bottom: 192px;
  }
}
.p3--4__heading {
  text-align: center;
  margin-bottom: 24px;
}
.p3--4__box {
  text-align: center;
}
.p3--4__box--1 {
  grid-column: 3/6;
}
@media (max-width: 992px) {
  .p3--4__box--1 {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .p3--4__box--1 {
    grid-column: span 4;
  }
}
.p3--4__box--2 {
  grid-column: 8/11;
}
@media (max-width: 992px) {
  .p3--4__box--2 {
    grid-column: 7/13;
  }
}
@media (max-width: 768px) {
  .p3--4__box--2 {
    grid-column: span 4;
  }
}
.p3--4__box--full {
  grid-column: 5/9;
}
@media (max-width: 992px) {
  .p3--4__box--full {
    grid-column: 4/10;
  }
}
@media (max-width: 768px) {
  .p3--4__box--full {
    grid-column: span 4;
  }
}
.p3--4__figure {
  height: 310px;
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .p3--4__figure {
    height: 250px;
    width: 100%;
    max-width: 80vw;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p3--4__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .p3--4__content {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .p3--4__content {
    border-top: 1px solid #B3D5D3;
    padding-top: 24px;
    margin-bottom: 80px;
  }
}
.p3--4__icon {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: -48px;
}
@media (max-width: 768px) {
  .p3--4__icon {
    top: -16px;
    right: -16px;
  }
}
.p3--4__cta {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p3--4__cta {
    margin-top: 16px;
  }
}
.p3--4__btn {
  margin-bottom: 0;
  font-weight: 400;
}
.p3--4__exit:hover svg {
  transition: filter cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  filter: invert(1);
}
.p3--5 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .p3--5 {
    padding-top: 192px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .p3--5 {
    padding-top: 256px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p3--5 {
    padding-top: 512px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .p3--5.kids-variant {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p3--5.kids-variant {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.p3--5--alt {
  padding-top: 32px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .p3--5--alt {
    padding-top: 64px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .p3--5--alt {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p3--5--alt {
    padding-top: 64px;
    padding-bottom: 128px;
  }
}
.p3--5__pre {
  position: absolute;
  z-index: 10;
  border-radius: 16px;
  width: 600px;
  max-width: 90vw;
  background: linear-gradient(83deg, #F6F9C5 -8.12%, #63B5B1 69.95%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px 30px 40px;
  left: 50%;
  top: -86px;
  transform: translateX(-50%);
  gap: 24px;
}
@media (max-width: 768px) {
  .p3--5__pre {
    flex-direction: column;
    top: -70px;
  }
}
.p3--5__pre__extratext {
  position: absolute;
  top: 100%;
  padding: 16px 40px 0px 40px;
  text-align: center;
  color: #193F60;
}
.p3--5__content {
  grid-column: 2/7;
  padding-right: 72px;
}
@media (max-width: 992px) {
  .p3--5__content {
    grid-column: 1/9;
  }
}
@media (max-width: 768px) {
  .p3--5__content {
    grid-column: span 4;
    grid-row: 2;
    padding-right: 0;
  }
}
.p3--5__figure {
  grid-column: 7/12;
}
@media (max-width: 992px) {
  .p3--5__figure {
    grid-column: 9/13;
  }
}
@media (max-width: 768px) {
  .p3--5__figure {
    grid-column: span 4;
    grid-row: 1;
  }
}
.p3--6__box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p3--6__box {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
  }
}
.p3--6__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .p3--6__background {
    position: static;
    height: 200px;
  }
}
.p3--6__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p3--6__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 35%;
  position: relative;
  z-index: 1;
  padding: 120px 48px 120px 48px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1200px) {
  .p3--6__content {
    padding: 80px 40px 80px 40px;
  }
}
@media (max-width: 992px) {
  .p3--6__content {
    max-width: 100%;
    padding: 16px 30px 16px 30px;
  }
}
.p3--7 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p3--7 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.p3--8 {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 769px) {
  .p3--8 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media (max-width: 992px) {
  .p3--8 {
    padding-top: 56px;
    padding-bottom: 112px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .p3--8 {
    padding-top: 112px;
    padding-bottom: 224px;
  }
}
@media (min-width: 1200px) {
  .p3--8 .prodcard__body {
    min-height: 300px;
  }
}
.p3--8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/macrogol-bg-2.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.p3--8__heading {
  grid-column: 3/11;
  grid-row: 1;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p3--8__heading {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
.p3--8__card {
  align-self: end;
  align-self: flex-end;
}
.p3--8__card--1 {
  grid-column: 3/7;
  grid-row: 2;
}
@media (max-width: 992px) {
  .p3--8__card--1 {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .p3--8__card--1 {
    grid-column: span 4;
  }
}
.p3--8__card--2 {
  grid-column: 7/11;
  grid-row: 2;
}
@media (max-width: 992px) {
  .p3--8__card--2 {
    grid-column: 7/13;
  }
}
@media (max-width: 768px) {
  .p3--8__card--2 {
    grid-column: span 4;
    grid-row: 3;
  }
}
.p3--9 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p3--9 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.p3--9--kids {
  position: relative;
  z-index: 10;
}
.p3--9--kids .p3--9__box:nth-of-type(4), .p3--9--kids .p3--9__box:nth-of-type(5) {
  flex: 1;
}
@media (max-width: 992px) {
  .p3--9--kids .p3--9__box:nth-of-type(4), .p3--9--kids .p3--9__box:nth-of-type(5) {
    flex: initial;
  }
}
.p3--9__core {
  grid-column: 2/12;
  border-radius: 10px;
  background: linear-gradient(86deg, #F6F9C5 -64.65%, #63B5B1 70.64%);
  color: #0E2325;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 0px 20px 20px;
}
@media (max-width: 992px) {
  .p3--9__core {
    grid-column: 1/13;
  }
}
@media (max-width: 768px) {
  .p3--9__core {
    grid-column: span 4;
    padding: 0;
    border-radius: 6px;
    flex-direction: column;
  }
}
.p3--9__figure {
  flex: 0 0 330px;
  width: 330px;
  height: 100%;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p3--9__figure {
    flex: initial;
    width: 100%;
    height: 260px;
    min-height: 260px;
    border-radius: 0;
  }
}
.p3--9__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p3--9__content {
  flex: 1;
  padding: 0px 48px 0px 48px;
}
@media (max-width: 768px) {
  .p3--9__content {
    flex: initial;
    width: 100%;
    padding: 16px 30px 16px 30px;
  }
}
.p3--9__group {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .p3--9__group {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 8px;
    gap: 16px;
  }
}
.p3--9__box {
  flex: 0 0 31%;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background: rgba(9, 8, 8, 0.04);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .p3--9__box {
    flex: initial;
  }
}
.p3--9__box .text {
  flex: 1;
}
.p3--9__box .text-xs, .p3--9__box .btn, .p3--9__box .p3--3__banner__extratext, .p3--9__box .p3--5__pre__extratext {
  font-size: 12px;
}
.p3--9__icon {
  margin-right: 12px;
  margin-left: 0;
}
.p3--10 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .p3--10 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.mkidsbanner {
  grid-column: 2/12;
  position: relative;
  padding: 36px 0;
  border-radius: 10px;
  background: linear-gradient(86deg, #F6F9C5 -64.65%, #63B5B1 70.64%);
}
@media (max-width: 992px) {
  .mkidsbanner {
    padding: 16px 0;
    padding-bottom: 180px;
  }
}
@media (max-width: 768px) {
  .mkidsbanner {
    grid-column: span 4;
  }
}
.mkidsbanner__inner {
  margin-top: 0;
  margin-bottom: 0;
}
.mkidsbanner__detailimg {
  position: absolute;
  right: -2rem;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 250px;
  max-width: 250px;
  height: 180px;
  max-height: 180px;
}
.mkidsbanner__box {
  position: relative;
  z-index: 10;
  grid-column: 1/12;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mkidsbanner__box {
    grid-column: span 4;
    flex-direction: column;
  }
}
.mkidsbanner__fig {
  flex: 1.25;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .mkidsbanner__fig {
    flex: 1;
    height: 200px;
    min-height: 200px;
  }
}
.mkidsbanner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.mkidsbanner__text {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .mkidsbanner__text {
    margin-bottom: 24px;
  }
}
.mkidsbanner__content {
  align-items: center;
  padding: 8px 8px 8px 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
  flex: 1;
}
@media (max-width: 768px) {
  .mkidsbanner__content {
    padding: 8px 8px 8px 8px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.mkidsbanner__detailimg {
  position: absolute;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.mkidsbanner__detailimg--star {
  top: 5%;
  left: 5%;
}
@media (max-width: 768px) {
  .mkidsbanner__detailimg--star {
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mkidsbanner__detailimg--cube {
  bottom: 10%;
  right: 8%;
}
@media (max-width: 768px) {
  .mkidsbanner__detailimg--cube {
    max-width: 58px;
    max-height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 2%;
  }
}
.sl__outer {
  position: relative;
  min-height: 900px;
}
.sl__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/fibre-bg-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.sl--1 {
  padding-top: 80px;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .sl--1 {
    padding-top: 160px;
    padding-bottom: 0px;
  }
}
.sl--1__heading {
  grid-column: 2/9;
}
@media (max-width: 768px) {
  .sl--1__heading {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .sl--2 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
.sl--2__core {
  display: flex;
}
@media (max-width: 768px) {
  .sl--2__core {
    display: block;
  }
}
.sl--2__storelocator {
  flex: 1;
  width: 100%;
  height: 680px;
}
@media (max-width: 768px) {
  .sl--2__storelocator {
    height: 600px;
    transition: max-height cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.6s;
    max-height: 0px;
  }
  .sl--2__storelocator.active {
    max-height: 600px;
    border-left: 30px solid #244969;
    border-right: 30px solid #244969;
    border-bottom: 64px solid #244969;
  }
}
.sl--2__sider {
  flex: 0 0 520px;
  max-width: 520px;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 680px;
}
@media (max-width: 768px) {
  .sl--2__sider {
    max-width: 100%;
    border-radius: 0;
    height: auto;
  }
}
.sl--2__sider__top {
  position: relative;
  background: #1a4061;
  padding: 50px 70px 50px 70px;
}
@media (max-width: 768px) {
  .sl--2__sider__top {
    padding: 30px 30px 30px 30px;
  }
}
.sl--2__sider__bottom {
  background: #244969;
  height: 100%;
  overflow-y: scroll;
  padding: 50px 70px 50px 70px;
}
@media (max-width: 768px) {
  .sl--2__sider__bottom {
    padding: 32px 30px 32px 30px;
  }
}
.sl--2__sider__before {
  display: none;
}
.sl--2__sider__before.active {
  display: block;
}
.sl--2__sider__after {
  display: none;
}
.sl--2__sider__after.active {
  display: block;
}
.sl--2__sider__extra {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.sl--2__sider__extra svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sl--2__sider__extra:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
}
.sl--2__sider__extra:hover:before {
  animation: pulseEffect 2s infinite both;
}
.sl--2__searchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sl--2__searchbar__error {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  background: #EBB699;
  padding: 8px 16px 8px 16px;
  border-radius: 40px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
.sl--2__searchbar__extra {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  position: relative;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  cursor: pointer;
}
.sl--2__searchbar__extra.off {
  min-width: 0;
  max-width: 0;
}
.sl--2__searchbar__extra.off:hover:before {
  display: none;
}
.sl--2__searchbar__extra svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sl--2__searchbar__extra:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
}
.sl--2__searchbar__extra:hover:before {
  animation: pulseEffect 2s infinite both;
}
.sl--2__searchbar__core {
  position: relative;
  width: 100%;
  margin-right: 16px;
  height: 100%;
  border: 8px solid #244969;
  border-radius: 96px;
}
.sl--2__searchbar__input {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  color: #193F60;
  background: #fff;
  padding: 16px 24px 16px 24px;
  border-radius: 96px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
}
.sl--2__searchbar__btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sl--2__results {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sl--2__results {
    display: none;
  }
  .sl--2__results.active {
    display: flex;
  }
}
.sl--2__mobileui {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px 8px 16px 8px;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .sl--2__mobileui {
    display: flex;
  }
}
.sl--2__mobileui__first {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0px 12px 0px 12px;
  opacity: 0.3;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.sl--2__mobileui__first.active {
  opacity: 1;
}
.sl--2__mobileui__first:before {
  content: "";
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/list.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.sl--2__mobileui__second {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0px 12px 0px 12px;
  opacity: 0.3;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.sl--2__mobileui__second.active {
  opacity: 1;
}
.sl--2__mobileui__second:before {
  content: "";
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/map.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.sl--2__mobileui__middle {
  padding: 0px 28px 0px 12px;
}
.sl--2__mobileui__switch {
  display: block;
  width: 40px;
  height: 24px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 40px;
  background: #15354F;
  border: 0;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  cursor: pointer;
}
.sl--2__mobileui__switch:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  transform: translateY(-50%);
}
.sl--2__mobileui__switch:checked:after {
  transform: translate(100%, -50%);
}
.sl__marker {
  width: 55px;
  height: 55px;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/marker.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.sl__marker__nmb {
  position: absolute;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  color: #193F60;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.sl__box {
  padding: 20px 20px 20px 20px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 16px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  scroll-margin: 80px;
  cursor: pointer;
}
.sl__box.alphad {
  opacity: 0.3;
}
.sl__box__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.sl__box__core {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sl__box__nmb {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  background-color: #193F60;
  color: #fff;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sl__box__title {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 600;
}
.sl__box__subtitle {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
  margin-right: 8px;
  margin-left: 44px;
}
.sl__box__btn {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  color: #193F60;
  background: #A4D6D4;
  border-radius: 96px;
  padding: 8px 8px 8px 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.marker {
  padding: 8px 8px 8px 8px;
  background: #fff;
  border-radius: 6px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.marker:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
  top: 95%;
  left: 50%;
}
.marker__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.marker__core {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 44px;
}
.marker__nmb {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  background-color: #193F60;
  color: #fff;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.marker__title {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 600;
}
.marker__subtitle {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 12px;
}
.marker__btn {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 12px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  color: #193F60;
  background: #A4D6D4;
  border-radius: 96px;
  padding: 8px 8px 8px 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
@keyframes pulseEffect {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(164, 214, 212, 0.8);
  }
  70% {
    transform: scale(0.95);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(164, 214, 212, 0);
  }
}
.errormessage {
  color: white;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  background: #f34b4b;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  opacity: 0;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.errormessage.active {
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transform: translateX(-50%) translateY(0);
}
.hp--outer {
  position: relative;
  z-index: 1;
}
.hp--outer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1500px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hp--1 {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 64px;
  margin-top: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .hp--1 {
    padding-top: 192px;
    padding-bottom: 128px;
  }
}
@media (max-width: 1200px) {
  .hp--1 {
    padding-top: 128px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .hp--1 {
    padding-top: 256px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .hp--1 {
    padding-right: 32px;
  }
}
@media (min-width: 1400px) {
  .hp--1 {
    padding-right: 0;
  }
}
.hp--1 .swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 12px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .hp--1 .swiper-pagination {
    background: none;
  }
}
.hp--1 .swiper-pagination-bullet {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: none;
  border-radius: 12px;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  display: block;
}
@media (max-width: 1200px) {
  .hp--1 .swiper-pagination-bullet {
    background: #B3D5D3;
    border: 0;
  }
}
.hp--1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 1200px) {
  .hp--1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    background: #193F60;
  }
}
.hp--1__content {
  opacity: 0;
  transform: translateX(-10%);
  grid-column: 1/5;
  color: #193F60;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  .hp--1__content {
    grid-column: 1/5;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .hp--1__content {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .hp--1__content {
    grid-column: span 4;
    color: #193F60;
    padding-right: 40px;
  }
}
.hp--1__content.active {
  opacity: 1;
  transform: translateX(0);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 1.2s;
  transition-delay: 0.3s;
}
.hp--1__paragraph {
  font-size: 20px;
  font-size: clamp(20px, 3.73vw + 1.08px, 24px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 992px) {
  .hp--1__paragraph {
    font-size: 16px;
    font-size: clamp(16px, 3.73vw + 1.08px, 18px);
    min-height: 0vw;
    line-height: 1.3333;
    font-weight: 300;
  }
}
.hp--1__prods {
  grid-column: 5/13;
  position: relative;
}
@media (max-width: 1400px) {
  .hp--1__prods {
    grid-column: 5/13;
  }
}
@media (max-width: 768px) {
  .hp--1__prods {
    grid-column: span 4;
  }
}
.hp--1__prods:before {
  content: "";
  position: absolute;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/onligol-shapes.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1785px;
  height: 1285px;
  bottom: -329.25px;
  left: -2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  transform: translateX(20%);
}
@media (min-width: 1700px) {
  .hp--1__prods:before {
    left: 0;
  }
}
@media (max-width: 1700px) {
  .hp--1__prods:before {
    left: -2%;
  }
}
@media (max-width: 1200px) {
  .hp--1__prods:before {
    display: none;
  }
}
.hp--1__prods.active:before {
  opacity: 1;
  transform: translateX(0);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 1.2s;
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .hp--1__prods.active:before {
    transition-delay: 0.3s;
  }
}
.hp--1__prods.active .hp--1__prods__title {
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .hp--1__prods.active .hp--1__prods__title {
    transition-delay: 0.6s;
  }
}
.hp--1__prods.active .slider__core {
  transform: translateX(0);
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
}
@media (max-width: 992px) {
  .hp--1__prods.active .slider__core {
    left: -12.5%;
  }
}
.hp--1__prods__swipernav {
  position: absolute;
  display: flex;
  gap: 8px;
  bottom: -70px;
  right: 48px;
}
.hp--1__prods__swipernav__item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #193F60;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hp--1__prods__swipernav {
    display: none;
  }
}
.hp--1__prods__slider .slider__core {
  opacity: 0;
  display: flex;
  align-items: flex-end;
  height: auto;
}
@media (max-width: 1200px) {
  .hp--1__prods__slider .slider__core {
    height: 325px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--1__prods__slider .slider__dots, .hp--1__prods__slider .swiper-pagination {
    bottom: 0;
  }
}
.hp--1__prods__slider .slider__dot {
  background: #B3D5D3;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  display: block;
}
.hp--1__prods__slider .slider__dot.active {
  background: #193F60;
  width: 18px;
}
@media (min-width: 1200px) {
  .hp--1__prods__slider .slider__dots {
    display: none;
  }
}
.hp--1__prods__title {
  position: relative;
  text-align: center;
  opacity: 0;
}
@media (max-width: 768px) {
  .hp--1__prods__title {
    display: none;
  }
}
.hp--1__prods__title:before {
  content: "";
  position: absolute;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/home-hero-line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 235px;
  height: 2px;
  top: 50%;
  right: 90%;
  transform: translateY(-50%);
}
.hp--1__prods__title:after {
  content: "";
  position: absolute;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/home-hero-line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 235px;
  height: 2px;
  top: 50%;
  left: 90%;
  transform: rotate(180deg) translateY(-50%);
}
.hp--1__prods__title__txt {
  font-weight: 600;
  color: #193F60;
}
.hp--1__ctagroup {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translateY(10%);
}
.hp--1__ctagroup:focus > *, .hp--1__ctagroup:focus-within > * {
  outline: 1px solid #D8A391;
}
.hp--1__ctagroup.active {
  opacity: 1;
  transform: translateY(0);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.9s;
  transition-delay: 1.8s;
}
@media (max-width: 768px) {
  .hp--1__ctagroup--desktop {
    display: none;
  }
}
.hp--1__ctagroup--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hp--1__ctagroup--mobile {
    display: flex;
    grid-column: span 4;
    justify-content: center;
    margin-top: 96px;
  }
  .hp--1__ctagroup--mobile.active {
    opacity: 1;
    transform: translateY(0);
    transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.9s;
    transition-delay: 1.8s;
  }
}
.hp--1__product {
  position: relative;
  padding: 16px 20px 16px 20px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  margin-right: 10px;
  min-width: 265px;
}
@media (max-width: 768px) {
  .hp--1__product {
    margin-right: 0;
    padding-top: 0;
  }
}
.hp--1__product:nth-child(1) {
  min-width: 265px;
}
.hp--1__product:nth-child(2) {
  min-width: 275px;
}
.hp--1__product:nth-child(3) {
  min-width: 275px;
}
.hp--1__product:nth-child(4) {
  min-width: 350px;
}
.hp--1__product:last-of-type {
  margin-right: 0;
}
.hp--1__product:before {
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0.18%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: -1;
}
@media (max-width: 1200px) {
  .hp--1__product:before {
    display: none;
  }
}
.hp--1__product:last-of-type:before {
  background: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/home-hero-productlast.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 100%;
}
.hp--1__product--shape {
  margin-right: 0;
}
.hp--1__product--shape:before {
  background: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/home-hero-productshape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 321.25px;
  left: -10px;
}
.hp--1__product__badge {
  position: absolute;
  z-index: 10;
  top: -32px;
  right: 8px;
}
@media (max-width: 1200px) {
  .hp--1__product__badge {
    top: 0;
    right: 0;
  }
}
.hp--1__product.slider__core__slide {
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
@media (min-width: 1200px) {
  .hp--1__product.slider__core__slide {
    height: auto;
    width: auto;
    opacity: 1;
    transform: none;
    pointer-events: initial;
  }
}
@media (max-width: 1200px) {
  .hp--1__product.slider__core__slide {
    min-width: 280px;
    padding: 0;
  }
}
.hp--1__product.slider__core__slide.swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 1200px) {
  .hp--1__product__img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hp--1__product__core {
  text-align: center;
  text-decoration: none;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .hp--1__product__core {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.hp--1__product__pretitle {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 10px;
  font-size: clamp(10px, 3.73vw + 1.08px, 10px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .hp--1__product__pretitle {
    margin-bottom: 16px;
    margin-top: 8px;
  }
}
.hp--1__product__title {
  margin-bottom: 0;
}
.hp--1__product__title__link {
  text-decoration: none;
  margin-right: 24px;
  position: relative;
}
.hp--1__product__title__link:after {
  content: "";
  position: absolute;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/chevron.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.hp--1__spacer {
  position: relative;
  z-index: 1;
  padding-bottom: 1200px;
}
@media (max-width: 768px) {
  .hp--1__spacer {
    padding-bottom: 600px;
  }
  .hp--1__spacer:before {
    content: "";
    position: absolute;
    background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/home-mobile-1.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.hp--2 {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .hp--2 {
    padding-top: 192px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .hp--2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hp--2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.hp--2__card {
  grid-column: 2/7;
  max-width: 485px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--2__card {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .hp--2__card {
    grid-column: span 4;
  }
}
.hp--2__scenery {
  grid-column: 8/13;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
}
.hp--2__scenery.active {
  opacity: 1;
  transform: scale(1);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .hp--2__scenery {
    grid-column: span 4;
    position: static;
  }
}
@media (max-width: 768px) {
  .hp--2__scenery__extra.moreinfo {
    top: unset;
    bottom: 100%;
  }
}
.hp--2__scenery__extra.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transition-delay: 2.25s;
}
@media (max-width: 768px) {
  .hp--2__scenery__extra.active {
    transform: translateY(-50%) translateX(-50%);
  }
}
.hp--2__scenery__cta {
  position: absolute;
  top: calc(50% + 64px);
  left: 0;
  transform: translateY(-50%);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.9s;
}
@media (max-width: 768px) {
  .hp--2__scenery__cta {
    top: unset;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: none;
  }
}
.hp--2__spacer {
  position: relative;
  z-index: 1;
  padding-bottom: 2000px;
}
@media (max-width: 768px) {
  .hp--2__spacer {
    padding-bottom: 740px;
  }
  .hp--2__spacer:before {
    content: "";
    position: absolute;
    background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/home-mobile-2.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 800px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.hp--3 {
  position: relative;
  z-index: 1;
  padding-top: 192px;
  padding-bottom: 256px;
}
@media (min-width: 769px) {
  .hp--3 {
    padding-top: 384px;
    padding-bottom: 512px;
  }
}
@media (max-width: 768px) {
  .hp--3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hp--3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.hp--3__card {
  grid-column: 7/12;
  grid-row: 1;
  max-width: 485px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--3__card {
    grid-column: 7/13;
  }
}
@media (max-width: 768px) {
  .hp--3__card {
    grid-column: span 4;
    grid-row: 1;
  }
}
.hp--3__scenery {
  grid-column: 1/7;
  grid-row: 1;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
}
.hp--3__scenery.active {
  opacity: 1;
  transform: scale(1);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .hp--3__scenery {
    grid-column: span 4;
    grid-row: 2;
    position: static;
  }
}
@media (max-width: 768px) {
  .hp--3__scenery__extra.moreinfo {
    top: unset;
    bottom: 100%;
  }
}
.hp--3__scenery__extra.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .hp--3__scenery__extra.active {
    transform: translateY(-50%) translateX(-50%);
  }
}
.hp--3__scenery__fig {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: none;
}
.hp--3__scenery__cta {
  position: absolute;
  top: calc(50% + 64px);
  left: 24px;
  transform: translateY(-50%);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.9s;
}
@media (max-width: 768px) {
  .hp--3__scenery__cta {
    top: unset;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: none;
  }
}
.hp--3__spacer {
  position: relative;
  z-index: 1;
  padding-bottom: 800px;
}
@media (max-width: 768px) {
  .hp--3__spacer {
    padding-bottom: 600px;
  }
  .hp--3__spacer:before {
    content: "";
    position: absolute;
    background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/home-mobile-3.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.hp--4 {
  position: relative;
  z-index: 1;
  padding-top: 256px;
  padding-bottom: 512px;
}
@media (min-width: 769px) {
  .hp--4 {
    padding-top: 512px;
    padding-bottom: 1024px;
  }
}
@media (max-width: 768px) {
  .hp--4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hp--4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.hp--4__card {
  grid-column: 2/7;
  max-width: 485px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--4__card {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .hp--4__card {
    grid-column: span 4;
  }
}
.hp--4__card .prodcard__alert {
  left: 0;
}
.hp--4__scenery {
  grid-column: 9/13;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
}
.hp--4__scenery.active {
  opacity: 1;
  transform: scale(1);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .hp--4__scenery {
    grid-column: span 4;
    position: static;
  }
}
@media (max-width: 768px) {
  .hp--4__scenery__extra.moreinfo {
    top: unset;
    bottom: 100%;
  }
}
.hp--4__scenery__extra.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  transition-delay: 0.75s;
}
@media (max-width: 768px) {
  .hp--4__scenery__extra.active {
    transform: translateY(-50%) translateX(-50%);
  }
}
.hp--4__scenery__cta {
  position: absolute;
  top: calc(50% + 64px);
  left: -20%;
  transform: translateY(-50%);
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.9s;
}
@media (max-width: 768px) {
  .hp--4__scenery__cta {
    top: unset;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: none;
  }
}
.hp--4__spacer {
  position: relative;
  z-index: 1;
}
.hp--5 {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
  margin-top: -400px;
}
@media (max-width: 768px) {
  .hp--5 {
    padding-top: 64px;
    padding-bottom: 32px;
    margin-top: 0;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hp--5 {
    padding-top: 128px;
    padding-bottom: 64px;
  }
}
.hp--5__box {
  grid-column: 2/12;
  border-radius: 40px;
  background: linear-gradient(90deg, #B3D5D3 -50%, #193F60 100%);
  color: #fff;
  padding: 66px 100px 256px 100px;
}
@media (max-width: 1200px) {
  .hp--5__box {
    padding: 66px 100px 224px 100px;
  }
}
@media (max-width: 768px) {
  .hp--5__box {
    grid-column: span 4;
    padding: 32px 24px 32px 24px;
    border-radius: 20px;
    background: #193F60;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.hp--5__box__title {
  font-size: 36px;
  font-size: clamp(36px, 3.73vw + 1.08px, 38px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 992px) {
  .hp--5__box__title {
    font-size: 20px;
    font-size: clamp(20px, 3.73vw + 1.08px, 24px);
    min-height: 0vw;
    line-height: 1.25;
    font-weight: 400;
  }
}
.hp--5__box__paragraph {
  font-size: 20px;
  font-size: clamp(20px, 3.73vw + 1.08px, 24px);
  min-height: 0vw;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 992px) {
  .hp--5__box__paragraph {
    font-size: 14px;
    font-size: clamp(14px, 3.73vw + 1.08px, 16px);
    min-height: 0vw;
    line-height: 1.25;
    font-weight: 300;
  }
}
.hp--5__box__ctas {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 48px;
  padding: 6px 6px 6px 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .hp--5__box__ctas {
    background: none;
    margin-top: 16px;
  }
}
.hp--5__box__ctas .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hp--5__box__ctas .btn:first-of-type {
    margin-bottom: 16px;
  }
}
.hp--5__prodline {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--5__prodline {
    bottom: 5%;
  }
}
@media (max-width: 768px) {
  .hp--5__prodline {
    display: none;
  }
}
.hp--6 {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .hp--6 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.hp--6__figure {
  grid-column: 2/7;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--6__figure {
    grid-column: 1/7;
  }
}
@media (max-width: 768px) {
  .hp--6__figure {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .hp--6__img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hp--6__heading {
  grid-column: 7/12;
  padding-left: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp--6__heading {
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .hp--6__heading {
    grid-column: span 4;
    padding-left: 0;
  }
}
.hp__navprods {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1200px) {
  .hp__navprods {
    display: none;
  }
}
.hp__navprods.show {
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  opacity: 1;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.hp__navprods__bar {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 7px;
  background: rgba(32, 42, 56, 0.2);
  border-radius: 2px;
}
.hp__navprods__progress {
  position: absolute;
  top: -1px;
  left: 0;
  width: 25%;
  height: 4px;
  background: linear-gradient(90deg, rgba(25, 63, 96, 0) 0%, #193f60 100%);
  border-radius: 2px;
}
.hp__navprods__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hp__navprods__single.active .hp__navprods__bullet {
  background: #193F60;
}
.hp__navprods__single.active .hp__navprods__title {
  opacity: 1;
}
.hp__navprods__title {
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
  text-transform: uppercase;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 10px;
  font-size: clamp(10px, 3.73vw + 1.08px, 10px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  opacity: 0.4;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
}
.hp__navprods__bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #B3D5D3;
  border: 1px solid #193F60;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
}
.homeloader {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A4D6D4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.homeloader:before {
  content: "";
  position: absolute;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/loader-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  opacity: 0;
  z-index: 0;
}
.homeloader.active:before {
  opacity: 1;
}
.homeloader.active .homeloader__firstpath {
  opacity: 1;
  transform: translateX(0);
}
.homeloader.active .homeloader__secondpath {
  opacity: 1;
  transform: translateX(0);
}
.homeloader.active .homeloader__thirdpath {
  opacity: 1;
  transform: translateX(0);
}
.homeloader.active .homeloader__fourthpath {
  opacity: 1;
  transform: translateX(0);
}
.homeloader.active .homeloader__fifthpath {
  opacity: 1;
  transform: translateX(0);
}
.homeloader.active .homeloader__logo {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.9s;
}
.homeloader.active .homeloader__text {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.homeloader.hidden {
  display: none;
}
.homeloader__shapes {
  position: relative;
  z-index: 1;
}
.homeloader__firstpath {
  transition: transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  opacity: 0;
  transform: translateX(-100%);
}
.homeloader__secondpath {
  transition: transform 1.35s cubic-bezier(0.5, 1, 0.89, 1) 0.15s, opacity 1.35s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  opacity: 0;
  transform: translateX(100%);
}
.homeloader__thirdpath {
  transition: transform 1.5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1) 0.75s;
  opacity: 0;
  transform: translateX(-100%);
}
.homeloader__fourthpath {
  transition: transform 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.45s, opacity 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.9s;
  opacity: 0;
  transform: translateX(100%);
}
.homeloader__fifthpath {
  transition: transform 2.1s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, opacity 2.1s cubic-bezier(0.5, 1, 0.89, 1) 1.05s;
  opacity: 0;
  transform: translateX(15%);
}
.homeloader__progress {
  font-size: 10vw;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: none;
}
.homeloader__logo {
  height: 120px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
}
.homeloader__text {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 20px;
  font-size: clamp(20px, 3.73vw + 1.08px, 24px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 500;
  opacity: 0;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  transform: translateY(-40px);
}
.homeloader__text__cycle {
  opacity: 0;
  transform: translateY(-40px);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
}
.homeloader__text__cycle:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
.homeloader__text__cycle:nth-of-type(2) {
  opacity: 0;
}
.homeloader__text__cycle:nth-of-type(3) {
  opacity: 0;
}
.homeloader.complete {
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.45s;
  opacity: 0;
}
.homeloader.complete.post-complete {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.is-home {
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/prova-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.moreinfo {
  position: absolute;
  padding: 0;
  width: 100%;
  max-width: 305px;
  left: 0;
  top: 55%;
  transform: translateY(-50%) translateX(40px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.45s;
  transition-delay: 0;
}
@media (max-width: 768px) {
  .moreinfo {
    left: 50%;
    right: unset;
    transform: translateY(-50%) translateX(-50%);
    margin-top: 40px;
    max-width: 100%;
  }
}
.moreinfo:before {
  content: "";
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/moreinfo.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: -24px;
}
.moreinfo__exit {
  position: absolute;
  margin-bottom: 0;
  top: 8px;
  right: 8px;
  display: none;
}
.hidescrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hidescrollbar::-webkit-scrollbar {
  display: none;
}
.blog__outer {
  position: relative;
}
.blog__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 740px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/blog-background.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog__outer:after {
  content: "";
  position: absolute;
  top: 450px;
  left: 0;
  width: 100%;
  height: 350px;
  max-height: 350px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
}
.blog--1 {
  padding-top: 80px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .blog--1 {
    padding-top: 160px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .blog--1 {
    padding-top: 128px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .blog--1 {
    padding-top: 256px;
    padding-bottom: 64px;
  }
}
.blog--1__heading {
  grid-column: 2/5;
}
@media (max-width: 992px) {
  .blog--1__heading {
    grid-column: 1/6;
  }
}
@media (max-width: 768px) {
  .blog--1__heading {
    grid-column: span 4;
  }
}
.blog--1__content {
  grid-column: 6/12;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .blog--1__content {
    grid-column: 7/13;
  }
}
@media (max-width: 768px) {
  .blog--1__content {
    grid-column: span 4;
  }
}
.blog--2 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 48px;
}
@media (min-width: 769px) {
  .blog--2 {
    padding-top: 0px;
    padding-bottom: 96px;
  }
}
.blog--2__mobiletitle {
  display: none;
}
@media (max-width: 768px) {
  .blog--2__mobiletitle {
    display: block;
    margin-bottom: 8px;
  }
}
.blog--2__nav {
  margin: 0 auto 40px;
  max-width: 1200px;
}
.blog--2__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.blog--2__heading__results {
  font-weight: 400;
  margin-bottom: 0;
}
.blog--2__heading__filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.blog--2__heading__filters__title {
  margin-bottom: 0;
  margin-right: 24px;
}
.blog--2__heading__filters__box {
  border: 1px solid #DAE0E4;
  border-radius: 40px;
  padding: 12px 16px 12px 16px;
}
.blog--2__heading__filters__picked {
  font-weight: 400;
  position: relative;
  padding-right: 24px;
}
.blog--2__heading__filters__picked:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/switch.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog--2__heading__filters__bubble {
  display: none;
}
.blogbar {
  padding: 20px 30px 20px 30px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #DAE0E4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .blogbar {
    padding: 0;
  }
}
.blogbar__title {
  margin-bottom: 0;
  margin-right: 16px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .blogbar__title {
    display: none;
  }
}
.blogbar__list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .blogbar__list {
    justify-content: flex-start;
    max-width: 100vw;
    overflow: scroll;
    scroll-snap-type: both mandatory;
    overscroll-behavior-x: contain;
    padding: 20px 48px 20px 30px;
  }
}
.blogbar__item {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  border-radius: 40px;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
  margin: 0 8px;
  background: rgba(219, 237, 236, 0.6);
  position: relative;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .blogbar__item {
    scroll-snap-stop: normal;
    scroll-snap-align: center;
  }
}
.blogbar__item a {
  text-decoration: none;
}
.blogbar__item:hover {
  background: #193F60;
  color: #fff;
}
.blogbar__item--default {
  background: #193F60;
  color: #fff;
  margin-right: 16px;
}
.blogbar__item--default:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #D5DFED;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.articlecard {
  grid-column: span 4;
}
@media (max-width: 992px) {
  .articlecard {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .articlecard {
    grid-column: span 4;
  }
}
.articlecard__fig {
  height: 290px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
}
.articlecard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.articlecard__core {
  padding: 24px 44px 24px 44px;
  position: relative;
  background: #F7F8FC;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.articlecard__labels {
  margin-bottom: 24px;
}
.articlecard__title {
  line-height: 1.25;
}
.articlecard__title a {
  text-decoration: none;
}
.articlecard__goto {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 32px;
  top: -24px;
}
.articlecard__goto:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background: #193F60;
  border-radius: 100%;
  z-index: 0;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
.articlecard__goto svg {
  position: relative;
  z-index: 1;
}
.articlecard__goto:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
}
.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0px 24px 0px;
}
.pagination__item {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #DAE0E4;
  position: relative;
  font-size: 14px;
  line-height: 1;
  margin: 4px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.pagination__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item:hover {
  border: 1px solid #202A38;
}
.pagination__item--prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/prev.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.pagination__item--next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/next.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.pagination__item--inactive {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pagination__item--inactive:hover {
  border: 0;
}
.pagination__item--current {
  background: #202A38;
  color: #fff;
  border: 1px solid #202A38;
}
.barticle--1 {
  position: relative;
}
.barticle--1__fig {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.barticle--1__fig:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(25, 63, 96, 0) 0%, #193F60 90%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.barticle--1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.barticle--1__content {
  padding-top: 224px;
  padding-bottom: 32px;
  grid-column: 3/11;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .barticle--1__content {
    padding-top: 448px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .barticle--1__content {
    grid-column: span 4;
  }
}
.barticle--1 .wrapper {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.barticle--2 {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #E7EDF9;
}
@media (min-width: 769px) {
  .barticle--2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .barticle--2 .wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    gap: 0;
  }
}
.barticle--2__nav {
  grid-column: 1/4;
}
@media (max-width: 992px) {
  .barticle--2__nav {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .barticle--2__nav {
    grid-column: span 4;
  }
}
.barticle--2__core {
  grid-column: 5/13;
  padding: 88px 128px 88px 128px;
  border-radius: 20px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1400px) {
  .barticle--2__core {
    grid-column: span 12;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: #F3F6FC;
    border: 0;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .barticle--2__core {
    grid-column: span 4;
  }
}
.barticle--2__extra {
  margin-top: 24px;
  grid-column: 5/13;
  padding: 88px 128px 88px 128px;
  border-radius: 20px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 992px) {
  .barticle--2__extra {
    grid-column: span 12;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: #F3F6FC;
    border: 0;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .barticle--2__extra {
    grid-column: span 4;
  }
}
.barticle--3 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .barticle--3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.barticle--3__heading {
  text-align: center;
  margin-bottom: 24px;
}
.articlenav {
  position: sticky;
  top: 0;
  align-self: start;
}
@media (max-width: 1400px) {
  .articlenav {
    display: none;
  }
}
@media (max-width: 992px) {
  .articlenav {
    display: block;
    position: relative;
    top: 0 !important;
  }
}
.articlenav__mobile {
  display: none;
}
@media (max-width: 1400px) {
  .articlenav__mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .articlenav__mobile {
    display: block;
    padding: 16px 30px 16px 30px;
    background-color: #fff;
    margin-top: 16px;
    position: relative;
    font-family: "Mulish", -apple-system, sans-serif;
    font-size: 20px;
    font-size: clamp(20px, 3.73vw + 1.08px, 24px);
    min-height: 0vw;
    line-height: 1.1;
    font-weight: 600;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #E8E8E8;
  }
  .articlenav__mobile:after {
    content: "";
    position: absolute;
    background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/chevron.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 12px;
    height: 12px;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  }
  .articlenav__mobile.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.articlenav__time {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
}
@media (max-width: 992px) {
  .articlenav__time {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
}
.articlenav__time:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 16px;
  background: #193F60;
  z-index: 10;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 992px) {
  .articlenav__time:before {
    display: none;
  }
}
.articlenav__time__nmb {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #193F60;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 1px #B2BFCD;
}
@media (max-width: 992px) {
  .articlenav__time__nmb {
    background: linear-gradient(90deg, #B3D5D3 0%, #193F60 99.67%);
  }
}
.articlenav__time__nmb:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  box-shadow: 0 0 0 3px #fff;
  border-radius: 100%;
}
.articlenav__time__txt {
  position: absolute;
  top: 12px;
  left: 56px;
  width: -moz-max-content;
  width: max-content;
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .articlenav__time__txt {
    position: static;
    margin-left: 16px;
  }
}
.articlenav__time__txt svg {
  margin-right: 8px;
}
@media (max-width: 992px) {
  .articlenav__time__txt svg {
    display: none;
  }
}
.articlenav__time__progress {
  position: absolute;
  top: 40px;
  left: 17px;
  width: 6px;
  height: calc(100% - 40px);
  background-color: #fff;
  box-shadow: 0 0 0 1px #B2BFCD;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .articlenav__time__progress {
    display: none;
  }
}
.articlenav__time__progress:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  box-shadow: 0 0 0 1px #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.articlenav__time__progress__fill {
  position: absolute;
  top: 0;
  left: 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: calc(100% - 2px);
  --value: 0%;
  height: var(--value);
  background: linear-gradient(0deg, #B3D5D3 -15%, #193F60 75%);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
}
.articlenav__list {
  list-style: none;
  margin-left: 60px;
  margin-top: 40px;
  padding: 40px 32px 8px 32px;
  position: relative;
}
@media (max-width: 1400px) {
  .articlenav__list {
    display: none;
  }
}
@media (max-width: 768px) {
  .articlenav__list {
    display: block;
    margin: 0;
    padding-top: 24px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    padding: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .articlenav__list.active {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    padding: 8px 24px 8px 16px;
    pointer-events: initial;
    -webkit-user-select: initial;
       -moz-user-select: initial;
            user-select: initial;
    transition: opacity cubic-bezier(0.5, 1, 0.89, 1) 0.45s, max-height cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
  }
}
.articlenav__list:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 32px;
  width: calc(100% - 64px);
  height: 8px;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .articlenav__list:before {
    display: none;
  }
}
.articlenav__list__item {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.1;
  font-weight: 700;
  color: #193F60;
  margin-bottom: 24px;
  opacity: 0.9;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  cursor: pointer;
}
.articlenav__list__item--extra {
  position: relative;
  margin-top: 56px;
  margin-bottom: 8px;
  opacity: 1;
}
.articlenav__list__item--extra:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .articlenav__list__item--extra:before {
    display: none;
  }
}
.articlenav__list__item--current {
  opacity: 1;
}
.categ__outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  max-height: 500px;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 90%);
}
.categ--1 {
  padding-top: 160px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .categ--1 {
    padding-top: 320px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .categ--1 {
    padding-top: 400px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .categ--1 .wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.categ--1__fig {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.categ--1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--1__content {
  grid-column: 1/7;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 70px 40px 70px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 992px) {
  .categ--1__content {
    grid-column: span 8;
  }
}
@media (max-width: 768px) {
  .categ--1__content {
    grid-column: span 4;
    border-radius: 0;
    padding: 24px 32px 24px 32px;
  }
}
.categ--2 {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
@media (min-width: 769px) {
  .categ--2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.categ--2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/blog-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.categ--2__inner {
  position: relative;
  z-index: 1;
  grid-column: 4/10;
}
@media (max-width: 992px) {
  .categ--2__inner {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .categ--2__inner {
    grid-column: span 4;
  }
}
.categ--2__first {
  position: relative;
  z-index: 1;
  grid-column: 3/7;
}
@media (max-width: 992px) {
  .categ--2__first {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .categ--2__first {
    grid-column: span 4;
  }
}
.categ--2__second {
  position: relative;
  z-index: 1;
  grid-column: 7/11;
}
@media (max-width: 992px) {
  .categ--2__second {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .categ--2__second {
    grid-column: span 4;
  }
}
.categ--3 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .categ--3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .categ--3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .categ--3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .categ--3 {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .categ--3 {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
.categ--3__content {
  grid-column: 2/7;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .categ--3__content {
    grid-column: span 4;
    grid-row: 2;
  }
}
.categ--3__content .styledlist__item {
  padding: 24px 0px 24px 0px;
}
.categ--3__fig {
  grid-column: 8/12;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .categ--3__fig {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .categ--3__fig {
    grid-column: span 4;
    grid-row: 1;
    margin-bottom: 40px;
  }
}
.categ--3__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categ--3alt {
  padding-top: 32px;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .categ--3alt {
    padding-top: 64px;
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .categ--3alt {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .categ--3alt {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .categ--3alt {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .categ--3alt {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
.categ--3alt--bottom {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .categ--3alt--bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .categ--3alt--bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .categ--3alt--bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .categ--3alt--bottom {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .categ--3alt--bottom {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
.categ--3alt__content {
  grid-column: 7/12;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .categ--3alt__content {
    grid-column: span 4;
    grid-row: 2;
  }
}
.categ--3alt__content .styledlist__item {
  padding: 24px 0px 24px 0px;
}
.categ--3alt__fig {
  grid-column: 2/6;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  align-self: start;
}
@media (max-width: 992px) {
  .categ--3alt__fig {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .categ--3alt__fig {
    grid-column: span 4;
    grid-row: 1;
    margin-bottom: 40px;
  }
}
.categ--3alt__fig--sticky {
  position: sticky;
  top: 192px;
}
@media (max-width: 1200px) {
  .categ--3alt__fig--sticky {
    position: static;
  }
}
.categ--3alt__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categ--4 {
  background: #ECF6F7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .categ--4 .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.categ--4__fig {
  grid-column: 1/7;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .categ--4__fig {
    grid-column: span 4;
    position: static;
    width: 100%;
    height: 350px;
  }
}
.categ--4__content {
  padding-top: 112px;
  padding-bottom: 112px;
  grid-column: 8/12;
}
@media (min-width: 769px) {
  .categ--4__content {
    padding-top: 224px;
    padding-bottom: 224px;
  }
}
@media (max-width: 768px) {
  .categ--4__content {
    grid-column: span 4;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.categ--4__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--4alt {
  background: #ECF6F7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .categ--4alt .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.categ--4alt__fig {
  grid-column: 8/12;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  width: 50%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .categ--4alt__fig {
    grid-column: span 4;
    position: static;
    width: 100%;
    height: 350px;
  }
}
.categ--4alt__content {
  padding-top: 112px;
  padding-bottom: 112px;
  grid-column: 1/6;
}
@media (min-width: 769px) {
  .categ--4alt__content {
    padding-top: 224px;
    padding-bottom: 224px;
  }
}
@media (max-width: 768px) {
  .categ--4alt__content {
    grid-column: span 4;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.categ--4alt__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--5 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .categ--5 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.categ--5__content {
  grid-column: 3/11;
  text-align: center;
}
@media (max-width: 768px) {
  .categ--5__content {
    grid-column: span 4;
    text-align: left;
  }
}
.categ--5__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .categ--5__boxes {
    overflow-x: auto;
    display: flex;
  }
}
.categ--5__box {
  border: 1px solid #D4E2E4;
  padding: 32px 32px 32px 32px;
}
@media (max-width: 768px) {
  .categ--5__box {
    width: 245px;
    flex: 0 0 245px;
    min-width: 245px;
    text-align: center;
  }
}
.categ--5__box:nth-child(1) {
  border-top-left-radius: 20px;
}
@media (max-width: 768px) {
  .categ--5__box:nth-child(1) {
    border-bottom-left-radius: 20px;
  }
}
.categ--5__box:nth-child(3) {
  border-top-right-radius: 20px;
}
@media (max-width: 768px) {
  .categ--5__box:nth-child(3) {
    border-radius: 0;
  }
}
.categ--5__box:nth-child(4) {
  border-bottom-left-radius: 20px;
}
@media (max-width: 768px) {
  .categ--5__box:nth-child(4) {
    border-radius: 0;
  }
}
.categ--5__box:nth-child(6) {
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .categ--5__box:nth-child(6) {
    border-top-right-radius: 20px;
  }
}
.categ--5__box__img {
  margin-bottom: 12px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.categ--6 {
  position: relative;
}
@media (max-width: 992px) {
  .categ--6 {
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .categ--6 {
    padding-top: 0px;
    padding-bottom: 128px;
  }
}
.categ--6 .wrapper {
  position: relative;
  margin-bottom: 0;
}
.categ--6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #EDF2FA;
}
@media (max-width: 992px) {
  .categ--6:before {
    display: none;
  }
}
.categ--6__fig {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .categ--6__fig {
    position: static;
    height: 200px;
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .categ--6__fig {
    grid-column: span 4;
  }
}
.categ--6__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--6__core {
  grid-column: 2/12;
  margin-top: 500px;
  background: #fff;
  border-radius: 20px;
  padding: 96px 100px 96px 100px;
  display: flex;
}
@media (max-width: 992px) {
  .categ--6__core {
    grid-column: span 8;
    padding: 0;
    background: none;
    margin-top: 0;
    display: block;
  }
}
@media (max-width: 768px) {
  .categ--6__core {
    grid-column: span 4;
    margin-top: 40px;
  }
}
.categ--6__heading {
  flex: 0 0 25%;
}
.categ--6__accordion {
  flex: 0 0 75%;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .categ--6__accordion {
    padding-left: 0;
  }
}
.categ--6__accordion .accordion__item {
  background: #EDF2F3;
}
.categ--7 {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #EDF2FA;
}
@media (min-width: 769px) {
  .categ--7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .categ--7 {
    background: none;
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .categ--7 {
    padding-top: 0px;
    padding-bottom: 128px;
  }
}
@media (max-width: 992px) {
  .categ--7 .wrapper {
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .categ--7 {
    padding: 0;
  }
}
.categ--7__core {
  grid-column: 2/12;
  border-radius: 20px;
  background: linear-gradient(264deg, #B3D5D3 -16.74%, #193F60 61.27%);
  position: relative;
  padding: 18px 18px 24px 18px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .categ--7__core {
    grid-column: span 4;
    border-radius: 0;
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.categ--7__core:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 50%;
  height: 125px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/svg/onligol-logo-white.svg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}
@media (max-width: 992px) {
  .categ--7__core:before {
    display: none;
  }
}
.categ--7__heading {
  color: #fff;
  padding-left: 62px;
  align-self: center;
  flex: 0 0 380px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .categ--7__heading {
    padding-left: 0;
    flex: none;
    flex: unset;
    margin-bottom: 32px;
  }
}
.categ--7 .slider {
  flex: 1;
  padding-left: 96px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .categ--7 .slider {
    padding-left: 0;
  }
}
.categ--7 .slider__dot {
  background: none;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.categ--7 .slider__dot.active {
  background: #fff;
}
.categ--7 .slider__dots {
  bottom: 0;
}
.categ--7 .slider__nav {
  top: unset;
  transform: none;
  bottom: 12px;
  width: auto;
  left: unset;
  right: 16px;
}
@media (max-width: 992px) {
  .categ--7 .slider__nav {
    display: none;
  }
}
.categ--7 .slider__nav__prev {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #193F60;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 8px;
}
.categ--7 .slider__nav__next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #193F60;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.categ--7 .slider__core {
  height: 450px;
}
@media (max-width: 992px) {
  .categ--7 .slider__core {
    height: auto;
  }
}
.categ--7 .slider__core__slide {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  opacity: 0;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
}
@media (max-width: 992px) {
  .categ--7 .slider__core__slide {
    flex-direction: column;
    height: auto;
  }
}
.categ--7 .slider__core__fig {
  height: 100%;
  flex: 0 0 55%;
  max-width: 55%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .categ--7 .slider__core__fig {
    flex: unset;
    flex: none;
    max-width: 100%;
    height: 200px;
  }
}
.categ--7 .slider__core__img, .categ--7 .slider__core img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--7 .slider__core__content {
  flex: 1;
  padding: 16px 48px 16px 48px;
  text-align: left;
}
@media (max-width: 992px) {
  .categ--7 .slider__core__content {
    padding: 16px 40px 16px 40px;
  }
}
.categ--8 {
  padding-top: 0px;
  padding-bottom: 32px;
  background: #EDF2FA;
  position: relative;
}
@media (min-width: 769px) {
  .categ--8 {
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
.categ--8:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 650px;
  max-height: 650px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
}
@media (max-width: 992px) {
  .categ--8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .categ--8 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media (max-width: 768px) {
  .categ--8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .categ--8 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
.categ--8 .wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.categ--8__heading {
  grid-column: 2/5;
}
@media (max-width: 992px) {
  .categ--8__heading {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .categ--8__heading {
    grid-column: span 4;
  }
}
.categ--8__fig {
  grid-column: 6/12;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .categ--8__fig {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .categ--8__fig {
    grid-column: span 4;
    height: 300px;
  }
}
.categ--8__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--8__trio {
  margin-top: 64px;
  margin-bottom: 64px;
  grid-column: 2/12;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 992px) {
  .categ--8__trio {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .categ--8__trio {
    grid-column: span 4;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.categ--8__box {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .categ--8__box {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
  }
}
.categ--8__box:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #DBDBDB;
  right: 0;
}
@media (max-width: 768px) {
  .categ--8__box:after {
    display: none;
  }
}
.categ--8__box:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .categ--8__box:last-child {
    border-bottom: 0;
  }
}
.categ--8__box__labels {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.categ--8__box__labels .label {
  background: #F7F7F7;
}
.categ--9 {
  background: #ECF6F7;
}
.categ--9 .wrapper {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.categ--9__fig {
  grid-column: 1/7;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  align-self: start;
  overflow: initial;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .categ--9__fig {
    transform: translateX(-5%);
  }
}
@media (max-width: 768px) {
  .categ--9__fig {
    position: static;
    grid-column: span 4;
    height: 300px;
    border-radius: 10px;
  }
}
.categ--9__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
@media (max-width: 768px) {
  .categ--9__img {
    max-width: 100%;
    width: 100%;
  }
}
.categ--9__img.active {
  opacity: 1;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
}
.categ--9__core {
  grid-column: 8/12;
}
@media (max-width: 768px) {
  .categ--9__core {
    grid-column: span 4;
  }
}
.categ--9__block {
  padding-top: 0;
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .categ--9__block {
    padding-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .categ--9__block {
    padding-bottom: 40px;
  }
}
.categ--9__block:first-of-type {
  padding-top: 400px;
  padding-bottom: 400px;
}
@media (max-width: 992px) {
  .categ--9__block:first-of-type {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .categ--9__block:first-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.categ--9__block__content {
  padding-left: 24px;
}
.categ--10 {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .categ--10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.categ--10:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url(//onligol.it/wp-content/themes/onligol-theme/build/../public/img/macrogol-bg-2.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.categ--10__heading {
  grid-column: 3/11;
  grid-row: 1;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .categ--10__heading {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
.categ--10__singleprod {
  grid-column: span 4;
}
@media (max-width: 992px) {
  .categ--10__singleprod {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .categ--10__singleprod {
    grid-column: span 4;
  }
}
.categ--11 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 769px) {
  .categ--11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.categ--11__fig {
  grid-column: 2/7;
  height: 370px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .categ--11__fig {
    grid-column: span 4;
    height: 200px;
  }
}
.categ--11__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categ--11__content {
  grid-column: 8/12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .categ--11__content {
    grid-column: span 4;
  }
}
.categbar {
  position: sticky;
  top: 0;
  z-index: 100;
  transform: translateY(-32px);
}
@media (max-width: 768px) {
  .categbar {
    position: relative;
    overflow: hidden;
    top: 0 !important;
    transform: none;
  }
}
.categbar .wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.categbar__core {
  padding: 20px 30px 20px 30px;
  border-radius: 80px;
  background: white;
  border: 1px solid #DAE0E4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .categbar__core {
    justify-content: flex-start;
    max-width: 100vw;
    overflow: scroll;
    scroll-snap-type: both proximity;
    overscroll-behavior-x: contain;
    padding: 20px 48px 20px 30px;
  }
  .categbar__core > * {
    scroll-snap-align: end;
  }
}
.categbar__title {
  margin-bottom: 0;
  margin-right: 16px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .categbar__title {
    display: none;
  }
}
.categbar__list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .categbar__list {
    justify-content: flex-start;
    max-width: 100vw;
    overflow: scroll;
    scroll-snap-type: both mandatory;
    overscroll-behavior-x: contain;
    padding: 20px 48px 20px 30px;
  }
}
.categbar__item {
  font-family: "Mulish", -apple-system, sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  border-radius: 40px;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
  margin: 0;
  position: relative;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
@media (max-width: 768px) {
  .categbar__item {
    scroll-snap-stop: normal;
    scroll-snap-align: center;
    white-space: nowrap;
  }
}
.categbar__item:hover {
  background: #193F60;
  color: #fff;
}
.categbar__item--default {
  background: #193F60;
  color: #fff;
  margin-right: 16px;
}
.categbar__item--default:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #D5DFED;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.contact--1 {
  position: relative;
  padding-top: 192px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .contact--1 {
    padding-top: 384px;
    padding-bottom: 64px;
  }
}
.contact--1:before {
  content: "";
  background: linear-gradient(180deg, rgba(25, 63, 96, 0) 0%, #193F60 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.contact--1__fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.contact--1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact--1__content {
  grid-column: 2/9;
  position: relative;
  z-index: 10;
  color: #fff;
}
@media (max-width: 768px) {
  .contact--1__content {
    grid-column: span 4;
  }
}
.contact--2 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .contact--2 {
    padding-top: 0px;
    padding-bottom: 128px;
  }
}
.contact--2:before {
  content: "";
  background: linear-gradient(0deg, #B3D5D3 -100%, #193F60 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.contact--2 .wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.contact__form {
  grid-column: 2/9;
  background: #fff;
  padding: 70px 70px 70px 70px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .contact__form {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .contact__form {
    grid-column: span 4;
    padding: 40px 40px 40px 40px;
  }
}
.contact__sider {
  grid-column: 9/12;
  color: #fff;
  padding: 0px 32px 0px 32px;
}
@media (max-width: 992px) {
  .contact__sider {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .contact__sider {
    grid-column: span 4;
    margin-top: 40px;
  }
}
.contact__address {
  font-style: normal;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .contact__address {
    margin-bottom: 24px;
  }
}
.pad-t-0 {
  padding-top: 0px;
}
.pad-t-1 {
  padding-top: 8px;
}
.pad-t-2 {
  padding-top: 16px;
}
.pad-t-3 {
  padding-top: 24px;
}
.pad-t-4 {
  padding-top: 32px;
}
.pad-t-5 {
  padding-top: 40px;
}
.pad-t-6 {
  padding-top: 48px;
}
.pad-t-7 {
  padding-top: 56px;
}
.pad-t-8 {
  padding-top: 64px;
}
.pad-t-9 {
  padding-top: 72px;
}
.pad-t-10 {
  padding-top: 80px;
}
.pad-t-11 {
  padding-top: 88px;
}
.pad-t-12 {
  padding-top: 96px;
}
.pad-t-13 {
  padding-top: 104px;
}
.pad-t-14 {
  padding-top: 112px;
}
.pad-t-15 {
  padding-top: 120px;
}
.pad-t-16 {
  padding-top: 128px;
}
.pad-t-17 {
  padding-top: 136px;
}
.pad-t-18 {
  padding-top: 144px;
}
.pad-t-19 {
  padding-top: 152px;
}
.pad-t-20 {
  padding-top: 160px;
}
.pad-r-0 {
  padding-right: 0px;
}
.pad-r-1 {
  padding-right: 8px;
}
.pad-r-2 {
  padding-right: 16px;
}
.pad-r-3 {
  padding-right: 24px;
}
.pad-r-4 {
  padding-right: 32px;
}
.pad-r-5 {
  padding-right: 40px;
}
.pad-r-6 {
  padding-right: 48px;
}
.pad-r-7 {
  padding-right: 56px;
}
.pad-r-8 {
  padding-right: 64px;
}
.pad-r-9 {
  padding-right: 72px;
}
.pad-r-10 {
  padding-right: 80px;
}
.pad-r-11 {
  padding-right: 88px;
}
.pad-r-12 {
  padding-right: 96px;
}
.pad-r-13 {
  padding-right: 104px;
}
.pad-r-14 {
  padding-right: 112px;
}
.pad-r-15 {
  padding-right: 120px;
}
.pad-r-16 {
  padding-right: 128px;
}
.pad-r-17 {
  padding-right: 136px;
}
.pad-r-18 {
  padding-right: 144px;
}
.pad-r-19 {
  padding-right: 152px;
}
.pad-r-20 {
  padding-right: 160px;
}
.pad-b-0 {
  padding-bottom: 0px;
}
.pad-b-1 {
  padding-bottom: 8px;
}
.pad-b-2 {
  padding-bottom: 16px;
}
.pad-b-3 {
  padding-bottom: 24px;
}
.pad-b-4 {
  padding-bottom: 32px;
}
.pad-b-5 {
  padding-bottom: 40px;
}
.pad-b-6 {
  padding-bottom: 48px;
}
.pad-b-7 {
  padding-bottom: 56px;
}
.pad-b-8 {
  padding-bottom: 64px;
}
.pad-b-9 {
  padding-bottom: 72px;
}
.pad-b-10 {
  padding-bottom: 80px;
}
.pad-b-11 {
  padding-bottom: 88px;
}
.pad-b-12 {
  padding-bottom: 96px;
}
.pad-b-13 {
  padding-bottom: 104px;
}
.pad-b-14 {
  padding-bottom: 112px;
}
.pad-b-15 {
  padding-bottom: 120px;
}
.pad-b-16 {
  padding-bottom: 128px;
}
.pad-b-17 {
  padding-bottom: 136px;
}
.pad-b-18 {
  padding-bottom: 144px;
}
.pad-b-19 {
  padding-bottom: 152px;
}
.pad-b-20 {
  padding-bottom: 160px;
}
.pad-l-0 {
  padding-left: 0px;
}
.pad-l-1 {
  padding-left: 8px;
}
.pad-l-2 {
  padding-left: 16px;
}
.pad-l-3 {
  padding-left: 24px;
}
.pad-l-4 {
  padding-left: 32px;
}
.pad-l-5 {
  padding-left: 40px;
}
.pad-l-6 {
  padding-left: 48px;
}
.pad-l-7 {
  padding-left: 56px;
}
.pad-l-8 {
  padding-left: 64px;
}
.pad-l-9 {
  padding-left: 72px;
}
.pad-l-10 {
  padding-left: 80px;
}
.pad-l-11 {
  padding-left: 88px;
}
.pad-l-12 {
  padding-left: 96px;
}
.pad-l-13 {
  padding-left: 104px;
}
.pad-l-14 {
  padding-left: 112px;
}
.pad-l-15 {
  padding-left: 120px;
}
.pad-l-16 {
  padding-left: 128px;
}
.pad-l-17 {
  padding-left: 136px;
}
.pad-l-18 {
  padding-left: 144px;
}
.pad-l-19 {
  padding-left: 152px;
}
.pad-l-20 {
  padding-left: 160px;
}
.mar-t-0 {
  margin-top: 0px;
}
.mar-t-1 {
  margin-top: 8px;
}
.mar-t-2 {
  margin-top: 16px;
}
.mar-t-3 {
  margin-top: 24px;
}
.mar-t-4 {
  margin-top: 32px;
}
.mar-t-5 {
  margin-top: 40px;
}
.mar-t-6 {
  margin-top: 48px;
}
.mar-t-7 {
  margin-top: 56px;
}
.mar-t-8 {
  margin-top: 64px;
}
.mar-t-9 {
  margin-top: 72px;
}
.mar-t-10 {
  margin-top: 80px;
}
.mar-t-11 {
  margin-top: 88px;
}
.mar-t-12 {
  margin-top: 96px;
}
.mar-t-13 {
  margin-top: 104px;
}
.mar-t-14 {
  margin-top: 112px;
}
.mar-t-15 {
  margin-top: 120px;
}
.mar-t-16 {
  margin-top: 128px;
}
.mar-t-17 {
  margin-top: 136px;
}
.mar-t-18 {
  margin-top: 144px;
}
.mar-t-19 {
  margin-top: 152px;
}
.mar-t-20 {
  margin-top: 160px;
}
.mar-r-0 {
  margin-right: 0px;
}
.mar-r-1 {
  margin-right: 8px;
}
.mar-r-2 {
  margin-right: 16px;
}
.mar-r-3 {
  margin-right: 24px;
}
.mar-r-4 {
  margin-right: 32px;
}
.mar-r-5 {
  margin-right: 40px;
}
.mar-r-6 {
  margin-right: 48px;
}
.mar-r-7 {
  margin-right: 56px;
}
.mar-r-8 {
  margin-right: 64px;
}
.mar-r-9 {
  margin-right: 72px;
}
.mar-r-10 {
  margin-right: 80px;
}
.mar-r-11 {
  margin-right: 88px;
}
.mar-r-12 {
  margin-right: 96px;
}
.mar-r-13 {
  margin-right: 104px;
}
.mar-r-14 {
  margin-right: 112px;
}
.mar-r-15 {
  margin-right: 120px;
}
.mar-r-16 {
  margin-right: 128px;
}
.mar-r-17 {
  margin-right: 136px;
}
.mar-r-18 {
  margin-right: 144px;
}
.mar-r-19 {
  margin-right: 152px;
}
.mar-r-20 {
  margin-right: 160px;
}
.mar-b-0 {
  margin-bottom: 0px;
}
.mar-b-1 {
  margin-bottom: 8px;
}
.mar-b-2 {
  margin-bottom: 16px;
}
.mar-b-3 {
  margin-bottom: 24px;
}
.mar-b-4 {
  margin-bottom: 32px;
}
.mar-b-5 {
  margin-bottom: 40px;
}
.mar-b-6 {
  margin-bottom: 48px;
}
.mar-b-7 {
  margin-bottom: 56px;
}
.mar-b-8 {
  margin-bottom: 64px;
}
.mar-b-9 {
  margin-bottom: 72px;
}
.mar-b-10 {
  margin-bottom: 80px;
}
.mar-b-11 {
  margin-bottom: 88px;
}
.mar-b-12 {
  margin-bottom: 96px;
}
.mar-b-13 {
  margin-bottom: 104px;
}
.mar-b-14 {
  margin-bottom: 112px;
}
.mar-b-15 {
  margin-bottom: 120px;
}
.mar-b-16 {
  margin-bottom: 128px;
}
.mar-b-17 {
  margin-bottom: 136px;
}
.mar-b-18 {
  margin-bottom: 144px;
}
.mar-b-19 {
  margin-bottom: 152px;
}
.mar-b-20 {
  margin-bottom: 160px;
}
.mar-l-0 {
  margin-left: 0px;
}
.mar-l-1 {
  margin-left: 8px;
}
.mar-l-2 {
  margin-left: 16px;
}
.mar-l-3 {
  margin-left: 24px;
}
.mar-l-4 {
  margin-left: 32px;
}
.mar-l-5 {
  margin-left: 40px;
}
.mar-l-6 {
  margin-left: 48px;
}
.mar-l-7 {
  margin-left: 56px;
}
.mar-l-8 {
  margin-left: 64px;
}
.mar-l-9 {
  margin-left: 72px;
}
.mar-l-10 {
  margin-left: 80px;
}
.mar-l-11 {
  margin-left: 88px;
}
.mar-l-12 {
  margin-left: 96px;
}
.mar-l-13 {
  margin-left: 104px;
}
.mar-l-14 {
  margin-left: 112px;
}
.mar-l-15 {
  margin-left: 120px;
}
.mar-l-16 {
  margin-left: 128px;
}
.mar-l-17 {
  margin-left: 136px;
}
.mar-l-18 {
  margin-left: 144px;
}
.mar-l-19 {
  margin-left: 152px;
}
.mar-l-20 {
  margin-left: 160px;
}
.w-0 {
  width: 0%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-0 {
  height: 0%;
}
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}
.h-100 {
  height: 100%;
}
.bg-black {
  background-color: #193F60;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #B3D5D3;
}
.bg-main {
  background-color: #193F60;
}
.bg-alt {
  background-color: #D8A391;
}
.bg-off {
  background-color: #B3D5D3;
}
.color-black {
  color: #193F60;
}
.color-white {
  color: #fff;
}
.color-grey {
  color: #B3D5D3;
}
.color-main {
  color: #193F60;
}
.color-alt {
  color: #D8A391;
}
.color-off {
  color: #B3D5D3;
}
.spacer-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .spacer-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.spacer-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .spacer-1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.spacer-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .spacer-2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.spacer-3 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 769px) {
  .spacer-3 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
.spacer-4 {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (min-width: 769px) {
  .spacer-4 {
    padding-top: 256px;
    padding-bottom: 256px;
  }
}
.spacer-5 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (min-width: 769px) {
  .spacer-5 {
    padding-top: 320px;
    padding-bottom: 320px;
  }
}
.spacer-margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .spacer-margin-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.spacer-margin-1 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .spacer-margin-1 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.spacer-margin-2 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .spacer-margin-2 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.spacer-margin-3 {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media (min-width: 769px) {
  .spacer-margin-3 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
}
.spacer-margin-4 {
  margin-top: 128px;
  margin-bottom: 128px;
}
@media (min-width: 769px) {
  .spacer-margin-4 {
    margin-top: 256px;
    margin-bottom: 256px;
  }
}
.spacer-margin-5 {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (min-width: 769px) {
  .spacer-margin-5 {
    margin-top: 320px;
    margin-bottom: 320px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  gap: 16px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 769px) {
  .grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .grid {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .grid {
    max-width: 1200px;
  }
}
@media (min-width: 1401px) {
  .grid {
    max-width: 1400px;
  }
}
@media (min-width: 1501px) {
  .grid {
    max-width: 1500px;
  }
}
.grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .grid > * {
    grid-column: span 12;
  }
}
.grid-nogap {
  gap: 0;
}
.col-1 {
  grid-column: span 1/span 1;
}
.col-2 {
  grid-column: span 2/span 2;
}
.col-3 {
  grid-column: span 3/span 3;
}
.col-4 {
  grid-column: span 4/span 4;
}
.col-5 {
  grid-column: span 5/span 5;
}
.col-6 {
  grid-column: span 6/span 6;
}
.col-7 {
  grid-column: span 7/span 7;
}
.col-8 {
  grid-column: span 8/span 8;
}
.col-9 {
  grid-column: span 9/span 9;
}
.col-10 {
  grid-column: span 10/span 10;
}
.col-11 {
  grid-column: span 11/span 11;
}
.col-12 {
  grid-column: span 12/span 12;
}
.block-anim {
  transition: none !important;
}
.block-scroll {
  overflow: hidden;
}
.d-f {
  display: flex;
}
.d-f-y-center {
  align-items: center;
}
.d-f-y-start {
  align-items: flex-start;
}
.d-f-y-end {
  align-items: flex-end;
}
.d-f-x-center {
  justify-content: center;
}
.d-f-x-start {
  justify-content: flex-start;
}
.d-f-x-end {
  justify-content: flex-end;
}
.d-f-x-between {
  justify-content: space-between;
}
.d-f-x-around {
  justify-content: space-around;
}
.d-f-x-evenly {
  justify-content: space-evenly;
}
.d-f-col {
  flex-direction: column;
}
.d-f-row {
  flex-direction: row;
}
.d-b {
  display: block;
}
.d-i {
  display: inline;
}
.d-ib {
  display: inline-block;
}