/* Document
   ========================================================================== */
/**
 * 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;
}

:root {
  --IBSA-Brand-Color-Blue: #002F6C;
  --IBSA-Brand-Color-Light-Blue: #006EB7;
  --IBSA-Brand-Color-Black: #101820;
  --IBSA-Black-Tints-100: #FFF;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #101820;
  position: relative;
  font-family: "Lato", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (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;
  min-width: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

.title {
  font-family: "Lato", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
  color: inherit;
  margin: 0 0 16px;
}
.title-1, h1 {
  font-size: 80px;
  font-size: clamp(80px, 3.73vw + 1.08px, 100px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
.title-2, h2 {
  font-size: 64px;
  font-size: clamp(64px, 3.73vw + 1.08px, 80px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.title-3, h3 {
  font-size: 40px;
  font-size: clamp(40px, 3.73vw + 1.08px, 64px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.64px;
}
.title-4, h4 {
  font-size: 28px;
  font-size: clamp(28px, 3.73vw + 1.08px, 40px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.title-5, h5 {
  font-size: 20px;
  font-size: clamp(20px, 3.73vw + 1.08px, 28px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.28px;
}
.title-6, h6 {
  font-size: 18px;
  font-size: clamp(18px, 3.73vw + 1.08px, 20px);
  min-height: 0vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.font-main {
  font-family: "Lato", -apple-system, sans-serif;
}
.font-off, .text.font-off {
  font-family: "Roboto", -apple-system, sans-serif;
}

.text {
  font-family: "Lato", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
  color: inherit;
  margin: 0 0 16px;
}
.text-xl, .btn.btn-xl {
  font-size: 22px;
  font-size: clamp(22px, 3.73vw + 1.08px, 28px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
}
.text-l, .btn.btn-l {
  font-size: 18px;
  font-size: clamp(18px, 3.73vw + 1.08px, 22px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
}
.text-m, .btn.btn-m, .btn {
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
}
.text-s, .btn.btn-s {
  font-size: 14px;
  font-size: clamp(14px, 3.73vw + 1.08px, 16px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
}
.text-xs, .btn.btn-xs {
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
}
.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;
}
.list li {
  font-family: "Lato", -apple-system, sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 3.73vw + 1.08px, 18px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 400;
  color: inherit;
  margin: 0 0 8px;
}
.list li::marker {
  color: inherit;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../assets/fonts/AvenirLTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../assets/fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../assets/fonts/AvenirLTStd-Black.otf") format("opentype");
  font-weight: 750;
  font-style: normal;
  font-display: swap;
}
.btn {
  display: inline-block;
  font-family: "Lato", -apple-system, sans-serif;
  position: relative;
  cursor: pointer;
  background: #002f6c;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #002f6c;
  text-decoration: none;
  padding: 16px 32px 16px 32px;
  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;
}
.btn:hover {
  border-color: #002f6c;
  background: #FFFFFF;
  color: #002f6c;
  transition: all cubic-bezier(0.11, 0, 0.5, 0) 0.375s;
}
.btn-alt {
  background: transparent;
  border-color: #006eb7;
}
.btn-alt:hover {
  border-color: #006eb7;
  color: #FFFFFF;
  background: #006eb7;
}
.btn-line {
  color: #002f6c;
  background: transparent;
}
.btn-line:hover {
  color: #002f6c;
}
.btn-off {
  color: #FFFFFF;
  background: #107f26;
  border-color: #107f26;
}
.btn-off:hover {
  border-color: #107f26;
  background: #107f26;
}
.btn.btn-xl {
  padding: 20px 40px 20px 40px;
}
.btn.btn-l {
  padding: 20px 40px 20px 40px;
}
.btn.btn-m {
  padding: 16px 32px 16px 32px;
}
.btn.btn-s {
  padding: 16px 32px 16px 32px;
}
.btn.btn-xs {
  padding: 12px 24px 12px 24px;
}

.cta {
  border-radius: 360px;
  background: var(--IBSA-Blue-950, #002F6C);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
.cta--white {
  background: var(--IBSA-Light-Blue-Tints-100, #FFF);
}
.cta--white .cta__text {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.cta--white .cta__icon {
  background: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.cta__text {
  color: var(--text-negative, #F2FBFA);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  padding: 0 16px;
  text-decoration: none;
}
.cta__icon {
  border-radius: 100%;
  background: var(--IBSA-Light-Blue-Tints-100, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  position: relative;
}
.cta__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.iconcta {
  cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 100%;
  position: relative;
  background: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.iconcta__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.simplecta {
  cursor: pointer;
  border-radius: 120px;
  border: 2px solid var(--IBSA-Brand-Color-Blue, #002F6C);
  padding: 16px 32px;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  background: transparent;
}
.simplecta__text {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.simplecta:hover {
  background: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.simplecta:hover .simplecta__text {
  color: #fff;
}
.simplecta--white {
  border: 2px solid #fff;
}
.simplecta--white .simplecta__text {
  color: #fff;
}
.simplecta--white:hover {
  background: #fff;
}
.simplecta--white:hover .simplecta__text {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.simplecta--fullwhite {
  border: 2px solid #fff;
  background: #fff;
}
.simplecta--fullwhite .simplecta__text {
  color: #002F6C;
}
.simplecta--fullwhite:hover {
  background: #002F6C;
}
.simplecta--fullwhite:hover .simplecta__text {
  color: #fff;
}

input:focus {
  outline: #002f6c solid 1px;
  outline-offset: -1px;
}

.form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.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;
}
.form__label {
  font-family: "Lato", -apple-system, sans-serif;
  font-size: 12px;
  font-size: clamp(12px, 3.73vw + 1.08px, 14px);
  min-height: 0vw;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 12px 16px 12px 16px;
  color: inherit;
}
.form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__input:focus {
  outline: #107f26 solid 1px;
  outline-offset: -1px;
}
.form__input--select {
  color: #101820;
  cursor: pointer;
  display: block;
}
.form__input--select:focus {
  color: #101820;
}
.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: 5px;
  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: #107f26 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: 5px;
  margin-right: 16px;
  cursor: pointer;
}
.form__checkbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.form__checkbox:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #FFFFFF;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  transform-origin: center;
  transform: scale(0);
}
.form__checkbox:checked:after {
  transform: scale(1);
}
.form__checkbox__label {
  flex: 1;
  font-family: "Lato", -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: #FFFFFF;
}

.header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .header__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .header__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .header__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .header__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.header__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .header__grid > * {
    grid-column: span 12;
  }
}
.header__inner {
  padding: 20px 18px 20px 48px;
  border-radius: 120px;
  background: rgba(250, 250, 250, 0.4);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header__inner {
    padding: 32px 18px 32px 32px;
    border-radius: 45px;
    backdrop-filter: none;
    gap: 40px;
  }
  .header__inner:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(14px);
    pointer-events: none;
    border-radius: 45px;
  }
  .header__inner.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .header__inner.active:before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.header__homelogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.header__homelogo__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.header__hmb {
  display: none;
}
@media (max-width: 992px) {
  .header__hmb {
    display: flex;
  }
  .header__hmb .open {
    display: block;
  }
  .header__hmb .close {
    display: none;
  }
  .header__hmb.active .open {
    display: none;
  }
  .header__hmb.active .close {
    display: block;
  }
}
.header__nav {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__nav.active {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    background: rgba(250, 250, 250, 0.4);
  }
  .header__nav.active:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(14px);
    pointer-events: none;
  }
  .header__nav.active .header__nav__list {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 8px;
  }
  .header__nav.active .header__nav__list__item {
    margin-left: 16px;
  }
  .header__nav.active .header__nav__sub {
    opacity: 1;
    position: static;
    margin-left: 16px;
    background: none;
    backdrop-filter: none;
    padding-top: 0;
    padding-bottom: 24px;
    transform: none;
  }
  .header__nav.active .header__nav__sub__item__link {
    padding: 8px;
  }
  .header__nav.active .header__nav__list__item--extra {
    margin-top: 24px;
    align-self: flex-end;
    margin-left: 0;
  }
}
.header__nav__sub {
  background: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(14px);
  list-style: none;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
  transform: translateY(8px);
}
.header__nav__sub__item__link {
  color: var(--IBSA-Brand-Color-Black, #101820);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  display: block;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.header__nav__sub__item__link:hover {
  text-decoration: underline;
}
.header__nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.header__nav__list__item {
  position: relative;
}
.header__nav__list__item--hasmore:hover .header__nav__sub {
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  transform: translateY(0px);
}
.header__nav__list__link {
  color: var(--IBSA-Brand-Color-Black, #101820);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  display: block;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.header__nav__list__link:hover {
  text-decoration: underline;
}
.header__nav__list__link--haschevron {
  padding-right: 50px;
}
.header__nav__list__link--haschevron:after {
  content: "";
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  background-image: url(../assets/img/svg/header-chevron.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .header__nav__list__link--haschevron:after {
    display: none;
  }
}
.header__nav__cta {
  display: flex;
  align-items: center;
}

.footer {
  position: relative;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 64px;
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .footer__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .footer__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .footer__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .footer__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.footer__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .footer__grid > * {
    grid-column: span 12;
  }
}
.footer__inner {
  border-radius: 24px;
  background: var(--IBSA-Brand-Color-Blue, #002F6C);
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer__inner {
    padding: 24px;
  }
}
.footer__core {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__core {
    padding: 0 24px;
    flex-direction: column;
    gap: 40px;
  }
}
.footer__core__title {
  margin-bottom: 16px;
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.footer__core__address {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/M Roman */
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.14px;
}
.footer__core__address span {
  display: inline-block;
}
.footer__core__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.footer__core__link {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/M Roman */
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.14px;
  display: block;
  text-decoration: none;
}
.footer__core__link:hover {
  text-decoration: underline;
}
.footer__core__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.footer__core__box {
  flex: 1;
}
.footer__core__box--1 {
  flex: 0 0 98px;
  min-width: 98px;
  max-width: 98px;
  width: 98px;
}
.footer__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  list-style: none;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer__sub {
    flex-direction: column;
    align-items: center;
  }
}
.footer__sub__item__link {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/M Roman */
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.14px;
  text-decoration: none;
}
.footer__sub__item__link:hover {
  text-decoration: underline;
}

.references {
  position: relative;
  z-index: 2;
}
.references__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .references__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .references__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .references__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .references__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.references__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .references__grid > * {
    grid-column: span 12;
  }
}
.references__inner {
  padding: 33px 80px;
  border-radius: 24px;
  background: var(--iBSA-Blue-Tints-20, #335989);
}
@media (max-width: 992px) {
  .references__inner {
    padding: 24px 40px;
  }
}
.references__title {
  color: var(--IBSA-Light-Blue-Tints-90, #E6F1F8);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title S Light */
  font-family: IvyJournal;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin: 0;
  position: relative;
  padding-right: 40px;
}
.references__toggler {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
  transform: rotate(180deg);
}
.references__toggler.active {
  transform: rotate(0deg);
}
.references__toggler svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.references__list {
  list-style: none;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  margin-top: 24px;
  display: none;
}
.references__list.active {
  display: flex;
}
.references__list__item__text {
  color: var(--IBSA-Light-Blue-Tints-90, #E6F1F8);
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
  margin: 0;
}
.references__list__item__text p {
  margin: 0;
}

.modals__wrapper {
  position: fixed;
  background: rgba(40, 47, 54, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  z-index: -1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
}
.modals__wrapper.active {
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  opacity: 1;
  z-index: 4000;
}
.modals__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.externalmodal {
  position: fixed;
  background: rgba(40, 47, 54, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  z-index: -1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
}
.externalmodal.active {
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  opacity: 1;
  z-index: 4000;
}
.externalmodal__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 40px;
  border-radius: 24px;
  width: 100%;
  min-width: 550px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .externalmodal__inner {
    min-width: 1px;
    max-width: 90%;
  }
}
.externalmodal__title {
  color: var(--iBSA-Blue-Shades-50, #001836);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  text-align: center;
}
.externalmodal__text {
  color: var(--iBSA-Blue-Shades-50, #001836);
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin: 0 0 40px;
  text-align: center;
}
.externalmodal__text ul, .externalmodal__text ol {
  padding-left: 1rem;
}
.externalmodal__ctas {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.modal {
  width: 100%;
  min-width: 650px;
  max-width: 700px;
  height: auto;
  min-height: 740px;
  max-height: 95vh;
  padding: 40px 80px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  overflow-y: initial;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  z-index: -1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
}
@media (max-width: 768px) {
  .modal {
    min-width: 1px;
    max-width: 90%;
    padding: 24px 40px;
  }
}
.modal.active {
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  opacity: 1;
  z-index: 1;
}
.modal__exit {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border: 1px solid #335989;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 24px;
}
.modal__title {
  color: var(--iBSA-Blue-Shades-50, #001836);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin: 80px 0 40px;
}
.modal__text {
  color: var(--iBSA-Blue-Shades-50, #001836);
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin: 0 0 40px;
}
.modal__text ul, .modal__text ol {
  padding-left: 1rem;
}
.modal__labels {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 0 0 40px;
}
.modal__labels__item {
  border-radius: 24px;
  border: 1px solid var(--IBSA-Brand-Color-Blue, #002F6C);
  background: rgba(0, 110, 183, 0.2);
  padding: 12px 20px;
  color: var(--iBSA-Blue-Shades-50, #001836);
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
  margin: 0;
}
.modal__refs {
  margin-top: auto;
  list-style: none;
  color: var(--IBSA-Black-Tints-50, #888C90);
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
}

.breadcrumbs {
  position: absolute;
  z-index: 10;
  top: 174px;
  left: 0;
  width: 100%;
  color: #fff;
}
.breadcrumbs__inner {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .breadcrumbs__inner {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .breadcrumbs__inner {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .breadcrumbs__inner {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .breadcrumbs__inner {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.breadcrumbs__inner > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .breadcrumbs__inner > * {
    grid-column: span 12;
  }
}
.breadcrumbs__inner {
  list-style: none;
  display: flex;
  gap: 4px;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:after {
  content: ">";
  color: #FFF;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  padding-left: 4px;
}
.breadcrumbs__item:last-of-type:after {
  display: none;
}
.breadcrumbs__item__text {
  color: #FFF;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  text-decoration: none;
}
.breadcrumbs__item__text:hover {
  text-decoration: underline;
}
.breadcrumbs__item__text--current {
  color: #FFF;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Black */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 750;
  line-height: 120%;
  letter-spacing: 0.18px;
}
.breadcrumbs__item__text--current:hover {
  text-decoration: none;
}

body.notfound {
  background-image: url("../assets/img/404bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page--404 {
  background: none !important;
}

.defaultstyle {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .defaultstyle {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.defaultstyle__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .defaultstyle__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .defaultstyle__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .defaultstyle__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .defaultstyle__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.defaultstyle__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .defaultstyle__grid > * {
    grid-column: span 12;
  }
}
.defaultstyle__grid {
  align-items: start;
}
.defaultstyle ul, .defaultstyle ol {
  padding-left: 1rem;
}

.no-scroll {
  overflow: hidden !important;
}

.home {
  position: relative;
  overflow-x: hidden;
  background: #E6F1F8;
}
.home:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(230, 241, 248, 0) 14.72%, #E6F1F8 94.55%);
  width: 100%;
  height: 280px;
  left: 0;
  top: 2000px;
}
@media (max-width: 992px) {
  .home:after {
    top: 1120px;
  }
}

.homebackground {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  height: 2200px;
}
@media (max-width: 992px) {
  .homebackground {
    height: 1400px;
  }
}
.homebackground__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left 35%;
     object-position: left 35%;
}
@media (max-width: 992px) {
  .homebackground__media {
    -o-object-position: 40% top;
       object-position: 40% top;
  }
}

.homeatf {
  position: relative;
  z-index: 2;
  padding-top: 550px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .homeatf {
    padding-top: 380px;
    padding-bottom: 80px;
  }
}
.homeatf__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .homeatf__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .homeatf__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .homeatf__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .homeatf__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.homeatf__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .homeatf__grid > * {
    grid-column: span 12;
  }
}
.homeatf__grid {
  gap: 16px;
}
.homeatf__title {
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title 2XL Light */
  font-family: IvyJournal;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 100px */
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 992px) {
  .homeatf__title {
    font-size: 64px;
  }
}
.homeatf__text {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  grid-column: 1/6;
  margin: 0;
}
@media (max-width: 768px) {
  .homeatf__text {
    grid-column: span 4;
  }
}
.homeatf__cta {
  grid-column: 7/13;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .homeatf__cta {
    grid-column: span 4;
    justify-content: flex-start;
    margin-top: 16px;
  }
}

.homefloat {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .homefloat {
    padding: 120px 0 40px;
  }
}
.homefloat__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .homefloat__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .homefloat__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .homefloat__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .homefloat__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.homefloat__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .homefloat__grid > * {
    grid-column: span 12;
  }
}
.homefloat__content {
  grid-column: 1/6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .homefloat__content {
    grid-column: span 4;
    border-radius: 24px;
    border: 1px solid #FAFAFA;
    background: rgba(250, 250, 250, 0.6);
    backdrop-filter: blur(14px);
    padding: 24px;
  }
}
.homefloat__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin: 0;
}
@media (max-width: 992px) {
  .homefloat__title {
    font-size: 48px;
    color: var(--IBSA-Light-Blue-Shades-70, #002137);
  }
}
.homefloat__text {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0;
}
@media (max-width: 992px) {
  .homefloat__text {
    color: var(--IBSA-Light-Blue-Shades-70, #002137);
  }
}
.homefloat__card {
  grid-column: 8/13;
  width: auto;
  height: 375px;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .homefloat__card {
    grid-column: span 4;
    width: 100%;
    margin-top: 24px;
    height: 200px;
  }
}
.homefloat__card__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 55vw;
  height: 100%;
  max-width: 55vw;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (max-width: 768px) {
  .homefloat__card__img {
    width: 100vw;
    max-width: 100vw;
  }
}
.homefloat__card__title {
  margin: 0;
  grid-column: 1/3;
  grid-row: 1;
  color: var(--iBSA-Blue-Shades-50, #001836);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
}
.homefloat__card__text {
  margin: 0;
  grid-column: 1/2;
  grid-row: 2;
  color: var(--iBSA-Blue-Shades-50, #001836);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XS Light */
  font-family: IvyJournal;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
}
.homefloat__card .iconcta {
  grid-column: 2/3;
  grid-row: 2;
  align-self: flex-end;
  justify-self: flex-end;
}
.homefloat__centerbox {
  grid-column: 3/11;
  grid-row: 2;
  border-radius: 16px;
  border: 1px solid var(--IBSA-White-Opacity-variants-90, rgba(255, 255, 255, 0.9));
  background: var(--IBSA-White-Opacity-variants-30, rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(14px);
  padding: 40px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .homefloat__centerbox {
    grid-column: span 4;
    grid-row: 3;
    padding: 32px;
    gap: 48px;
  }
}
.homefloat__centerbox__title {
  color: var(--iBSA-Blue-Shades-100, #000);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Medium */
  font-family: "IvyJournal";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .homefloat__centerbox__title {
    color: var(--iBSA-Blue-Shades-100, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Medium */
    font-family: "IvyJournal";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.homefloat__centerbox__text {
  color: var(--IBSA-Light-Blue-Shades-70, #002137);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0;
}
@media (max-width: 768px) {
  .homefloat__centerbox__text {
    color: var(--IBSA-Light-Blue-Shades-70, #002137);
    text-align: center;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}

.homeduo {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .homeduo {
    padding: 0 0 24px;
  }
}
.homeduo__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .homeduo__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .homeduo__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .homeduo__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .homeduo__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.homeduo__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .homeduo__grid > * {
    grid-column: span 12;
  }
}
.homeduo__grid {
  gap: 25px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .homeduo__grid {
    grid: 40px;
  }
}
.homeduo__card {
  grid-column: span 7;
  min-height: 400px;
  border-radius: 24px;
  border: 1px solid #FAFAFA;
  background: rgba(250, 250, 250, 0.6);
  backdrop-filter: blur(14px);
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .homeduo__card {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 768px) {
  .homeduo__card {
    grid-column: span 4;
  }
}
.homeduo__card__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .homeduo__card__left {
    padding: 0;
    align-items: center;
    text-align: center;
  }
}
.homeduo__card__left__title {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Medium */
  font-family: "IvyJournal";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 50px */
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.homeduo__card__left__subtitle {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin-bottom: 24px;
}
.homeduo__card__left__text {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  /* Body Text/M/Light */
  font-family: "Avenir";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 96px;
  max-width: 205px;
}
.homeduo__card__right {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .homeduo__card__right {
    padding-top: 24px;
    padding-bottom: 24px;
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 120px;
    left: 0;
  }
}
.homeduo__card__right__media {
  position: relative;
  z-index: 1;
}
.homeduo__card__logo {
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.homeduo__card__postlogo {
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeduo__card__text {
  margin: 34px 0;
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  /* Lead Text/XS/Regular */
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;
}
.homeduo__card__link {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .homeduo__card__link {
    margin-top: 200px;
  }
}
.homeduo__bubble {
  grid-column: span 6;
  min-height: 350px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  gap: 16px;
  background: var(--IBSA-Black-700, #315573);
}
@media (max-width: 768px) {
  .homeduo__bubble {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .homeduo__bubble {
    padding: 64px 40px;
    height: auto;
  }
}
.homeduo__bubble:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
  background: linear-gradient(0deg, rgba(204, 226, 241, 0.8) 0%, rgba(204, 226, 241, 0.8) 100%), #FFF;
  display: none;
}
.homeduo__bubble__lines {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.homeduo__bubble__lines svg {
  position: absolute;
  top: -55%;
  right: -40%;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .homeduo__bubble__lines svg {
    top: -75%;
    right: -65%;
  }
}
.homeduo__bubble__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin: 0;
}
.homeduo__bubble__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0;
}
.homeduo__bubble__text p {
  margin: 0 0 16px;
}
.homeduo__bubble__text b {
  font-weight: 700;
}
.homeduo__bubble__cta {
  position: relative;
  z-index: 2;
  margin: 0;
}
.homeduo__bubble__media {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.patologia {
  position: relative;
  background: #fff;
  transition: all cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
}

.ptgatf {
  padding-top: 280px;
  padding-bottom: 40px;
  background: #315573;
}
.ptgatf__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgatf__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgatf__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgatf__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgatf__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgatf__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgatf__grid > * {
    grid-column: span 12;
  }
}
.ptgatf__title {
  grid-column: 1/11;
  grid-row: 1;
  color: var(--IBSA-Light-Blue-100, #E0F0FE);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title 2XL Light */
  font-family: IvyJournal;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 100px */
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .ptgatf__title {
    color: #FBF9F5;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title L Light */
    font-family: IvyJournal;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 64px */
    letter-spacing: 0.64px;
  }
}
@media (max-width: 768px) {
  .ptgatf__title {
    grid-column: span 4;
  }
}
.ptgatf__text {
  grid-column: 1/7;
  grid-row: 2;
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}
@media (max-width: 768px) {
  .ptgatf__text {
    grid-column: span 4;
  }
}

.ptginfo {
  padding-top: 40px;
  padding-bottom: 0;
  background: #315573;
  position: relative;
  z-index: 3;
}
.ptginfo__grid {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  align-items: start;
  will-change: padding-top, padding-bottom;
  overflow: visible;
}
@media (min-width: 1201px) {
  .ptginfo__grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1401px) {
  .ptginfo__grid {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptginfo__inner {
  position: relative;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ptginfo__inner {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .ptginfo__inner {
    max-width: 768px;
  }
}
@media (min-width: 993px) {
  .ptginfo__inner {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptginfo__inner {
    max-width: 1200px;
  }
}
@media (min-width: 1401px) {
  .ptginfo__inner {
    max-width: 1400px;
  }
}
.ptginfo__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: var(--IBSA-Black-200, #CEDDE9);
  will-change: transform, border-radius;
  transform-origin: center center;
  z-index: 0;
}
.ptginfo__inner__wrapper {
  position: relative;
  z-index: 1;
  padding: 80px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ptginfo__inner__wrapper {
    padding: 46px 24px;
    flex-direction: column;
  }
}
.ptginfo__content {
  flex: 1;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .ptginfo__content {
    max-width: 40vw;
  }
}
@media (max-width: 768px) {
  .ptginfo__content {
    max-width: 700px;
  }
}
.ptginfo__title {
  color: var(--iBSA-Blue-Shades-50, #001836);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ptginfo__title {
    color: var(--iBSA-Blue-Shades-50, #001836);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title L Light */
    font-family: IvyJournal;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 64px */
    letter-spacing: 0.64px;
  }
}
.ptginfo__text {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.22px;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ptginfo__text {
    color: var(--IBSA-Brand-Color-Blue, #002F6C);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
    margin-top: 40px;
  }
}
.ptginfo__text p {
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.22px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .ptginfo__text p {
    color: var(--IBSA-Brand-Color-Blue, #002F6C);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.ptginfo__column {
  position: absolute;
  top: 80px;
  right: 40px;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .ptginfo__column {
    margin-top: 64px;
    position: static;
  }
}
.ptginfo__column__item {
  padding: 20px 24px;
  width: 390px;
  min-height: 210px;
  border-radius: 16px;
  background: var(--iBSA-Blue-Shades-50, #001836);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow: hidden;
  left: 120px;
  opacity: 0;
  will-change: left, opacity;
  opacity: 0;
  will-change: left, opacity;
}
@media (max-width: 992px) {
  .ptginfo__column__item {
    width: 100%;
    padding: 20px 24px;
    gap: 16px;
    min-height: 1px;
  }
}
.ptginfo__column__item:nth-child(1) {
  left: 0;
  opacity: 1;
}
.ptginfo__column__item:nth-child(2) {
  left: 40px;
}
.ptginfo__column__item:nth-child(3) {
  left: 80px;
}
.ptginfo__column__item:nth-child(4) {
  left: 120px;
}
.ptginfo__column__item__img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
@media (max-width: 768px) {
  .ptginfo__column__item__img {
    width: 32px;
    height: 32px;
  }
}
.ptginfo__column__item__title {
  color: var(--IBSA-Black-Tints-100, #FFF);
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .ptginfo__column__item__title {
    color: var(--IBSA-Black-Tints-100, #FFF);
    /* IBSA Perovial - Body/S Light */
    font-family: "Avenir LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
  }
}
.ptginfo__column__item__title p {
  margin: 0;
}

.ptgsteps {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  overflow: hidden;
  z-index: 5;
}
.ptgsteps:after {
  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;
  z-index: 1;
  background: linear-gradient(0deg, rgba(45, 74, 97, 0) 0%, #282F36 90%, #1D2227 100%);
}
.ptgsteps__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ptgsteps__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgsteps__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgsteps__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgsteps__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgsteps__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgsteps__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgsteps__grid > * {
    grid-column: span 12;
  }
}
.ptgsteps__grid {
  align-items: start;
}
.ptgsteps__content {
  grid-column: 1/6;
  grid-row: 1;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}
@media (max-width: 768px) {
  .ptgsteps__content {
    grid-column: span 4;
    margin-bottom: 40px;
  }
}
.ptgsteps__title {
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin: 0;
}
@media (max-width: 768px) {
  .ptgsteps__title {
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.ptgsteps__text {
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title S Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin: 0;
}
@media (max-width: 768px) {
  .ptgsteps__text {
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.ptgsteps__slider {
  position: relative;
  grid-column: 7/13;
  height: 600px;
  grid-row: 1;
}
@media (max-width: 768px) {
  .ptgsteps__slider {
    grid-column: span 4;
    grid-row: 2;
  }
}
.ptgsteps__slider__item {
  border-radius: 24px;
  background: rgba(66, 66, 69, 0.5);
  backdrop-filter: blur(25px);
  filter: blur(2px);
  opacity: 0.5;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  right: 0px;
  top: 120px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  z-index: 0;
  width: 556px;
  min-height: 365px;
  padding: 24px 48px;
}
@media (max-width: 768px) {
  .ptgsteps__slider__item {
    width: 95%;
    top: 60px;
    right: -40px;
  }
}
.ptgsteps__slider__item.active {
  top: 40px;
  right: 70px;
  opacity: 1;
  filter: blur(0px);
  z-index: 1;
}
@media (max-width: 768px) {
  .ptgsteps__slider__item.active {
    top: 0;
    right: 0;
  }
}
.ptgsteps__slider__item__icon {
  margin: 0;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ptgsteps__slider__item__title {
  margin: 0;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  /* IBSA Perovial - Headings/Title S Medium */
  font-family: IvyJournal;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.28px;
}
.ptgsteps__slider__item__content {
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin: 0;
}
.ptgsteps__slider__item__content ul, .ptgsteps__slider__item__content ol {
  padding-left: 40px;
}
.ptgsteps__counter {
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 40%;
  transform: translateX(-50%);
  border-radius: 32px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  gap: 16px;
}
@media (max-width: 768px) {
  .ptgsteps__counter {
    flex-direction: row;
    left: 50%;
  }
}
.ptgsteps__counter__prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ptgsteps__counter__prev__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ptgsteps__counter__core {
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
}
.ptgsteps__counter__next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
.ptgsteps__counter__next__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ptgduo {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 6;
}
.ptgduo__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgduo__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgduo__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgduo__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgduo__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgduo__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgduo__grid > * {
    grid-column: span 12;
  }
}
.ptgduo__title {
  grid-column: 2/12;
  color: var(--iBSA-Blue-Tints-100, #FFF);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-top: 0;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .ptgduo__title {
    grid-column: span 4;
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.ptgduo__text {
  grid-column: 3/11;
  margin-top: 0;
  margin-top: 28px;
  color: #FFF;
  text-align: center;
  /* IBSA Perovial - Body/XL Light */
  font-family: "Avenir LT Std";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .ptgduo__text {
    grid-column: span 4;
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.ptgduo__card {
  grid-column: span 6;
  border-radius: 24px;
  background: #D3DEEB;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 275px;
  gap: 24px;
}
.ptgduo__card__title {
  margin: 0;
  color: var(--iBSA-Blue-Shades-50, #001836);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title S Medium */
  font-family: IvyJournal;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.28px;
}
.ptgduo__card__text {
  margin: 0;
  color: var(--IBSA-Light-Blue-Shades-50, #00375C);
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
}

.ptgimagewrapper {
  position: relative;
}
.ptgimagewrapper--1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../assets/img/patologia-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.ptgimagewrapper--1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  background: linear-gradient(177deg, rgba(45, 74, 97, 0) 4.7%, rgba(49, 74, 99, 0.54) 16.43%, #364966 33.56%, #3E496A 53.51%);
}
.ptgimagewrapper--2__img {
  height: 40%;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.ptgimagewrapper--2__lines {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 120vw;
  height: auto;
}
.ptgimagewrapper--2__lines__wrapper {
  overflow: hidden;
  background: rgb(44, 73, 96);
  position: absolute;
  bottom: 0%;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 60%;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to top, black 0%, black 70%, transparent 100%);
          mask-image: linear-gradient(to top, black 0%, black 70%, transparent 100%);
}
.ptgimagewrapper--2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, #282F36 11.48%, #282F36 53.45%, rgba(40, 47, 54, 0.79) 68.55%, rgba(40, 47, 54, 0) 85.64%);
  z-index: 2;
}
.ptgimagewrapper--2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(45, 74, 97, 0) 0%, #282F36 50%, #1D2227 100%);
}

.ptgextra {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
.ptgextra__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgextra__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgextra__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgextra__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgextra__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgextra__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgextra__grid > * {
    grid-column: span 12;
  }
}
.ptgextra__content {
  grid-column: 1/7;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .ptgextra__content {
    grid-column: span 4;
    padding-right: 0;
  }
}
.ptgextra__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .ptgextra__title {
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.ptgextra__text {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .ptgextra__text {
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.ptgextra__figure {
  grid-column: 7/13;
  margin-left: 20px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 768px) {
  .ptgextra__figure {
    grid-column: span 4;
    margin-left: 0;
    margin-top: 20px;
    min-height: 370px;
  }
}
.ptgextra__figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(209deg, rgba(221, 165, 91, 0) 16.34%, rgba(221, 165, 91, 0.3) 84.34%);
}
.ptgextra__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

.ptgcontent {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 6;
}
.ptgcontent__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgcontent__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgcontent__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgcontent__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgcontent__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgcontent__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgcontent__grid > * {
    grid-column: span 12;
  }
}
.ptgcontent__grid {
  align-items: start;
}
.ptgcontent__title {
  grid-row: 1;
  grid-column: 2/12;
  color: var(--IBSA-Black-Tints-100, #FFF);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: IvyJournal;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin: 0 0 40px;
}
.ptgcontent__subtitle {
  grid-row: 2;
  grid-column: 3/11;
  color: var(--IBSA-Black-Tints-100, #FFF);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/XL Light */
  font-family: "Avenir LT Std";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.28px;
  margin: 0 0 80px;
}
.ptgcontent__figure {
  grid-row: 3;
  border-radius: 16px;
  position: relative;
  grid-column: 2/7;
  overflow: hidden;
  height: 570px;
}
.ptgcontent__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ptgcontent__card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  height: 570px;
  grid-column: 7/12;
  grid-row: 3;
  /* Background blur */
  backdrop-filter: blur(15px);
  padding: 80px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.ptgcontent__text {
  color: var(--IBSA-Black-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}

.ptgsimple {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  z-index: 6;
}
.ptgsimple__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgsimple__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgsimple__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgsimple__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgsimple__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgsimple__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgsimple__grid > * {
    grid-column: span 12;
  }
}
.ptgsimple__title {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: IvyJournal;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .ptgsimple__title {
    color: var(--IBSA-Brand-Color-Blue, #002F6C);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.ptgsimple__figure {
  grid-column: 1/7;
  margin-right: 60px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  height: 540px;
}
@media (max-width: 768px) {
  .ptgsimple__figure {
    grid-column: span 4;
    height: 200px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.ptgsimple__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ptgsimple__content {
  align-self: self-end;
  grid-column: 7/13;
  color: var(--IBSA-Neutrals-Tints-700, #40464D);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}
@media (max-width: 768px) {
  .ptgsimple__content {
    grid-column: span 4;
    color: var(--IBSA-Neutrals-Tints-700, #40464D);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Body/L Light */
    font-family: "Avenir LT Std";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0.22px;
  }
}
.ptgsimple__content ul, .ptgsimple__content ol {
  padding-left: 40px;
}

.ptgdata {
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .ptgdata {
    padding-top: 120px;
  }
}
.ptgdata:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/img/patologia-background-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
}
.ptgdata__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgdata__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgdata__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgdata__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgdata__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgdata__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgdata__grid > * {
    grid-column: span 12;
  }
}
.ptgdata__grid {
  position: relative;
  z-index: 2;
}
.ptgdata__heading {
  grid-column: 2/12;
}
@media (max-width: 768px) {
  .ptgdata__heading {
    grid-column: span 4;
  }
}
.ptgdata__title {
  color: var(--IBSA-Black-Tints-100, #FFF);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .ptgdata__title {
    color: var(--IBSA-Black-Tints-100, #FFF);
    text-align: center;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title L Light */
    font-family: IvyJournal;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 64px */
    letter-spacing: 0.64px;
  }
}
.ptgdata__subtitle {
  color: var(--IBSA-Light-Blue-50, #F0F8FF);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0;
}
@media (max-width: 768px) {
  .ptgdata__subtitle {
    color: var(--IBSA-Light-Blue-50, #F0F8FF);
    text-align: center;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.ptgdata__group {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 768px) {
  .ptgdata__group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.ptgdata__card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  /* Background blur */
  backdrop-filter: blur(15px);
  overflow: hidden;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 320px;
  gap: 40px;
}
@media (max-width: 768px) {
  .ptgdata__card {
    min-height: 1px;
  }
}
.ptgdata__card--1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.ptgdata__card--2 {
  grid-column: 2/3;
  grid-row: 1/3;
  gap: 24px;
}
.ptgdata__card--3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.ptgdata__card--4 {
  grid-column: 1/2;
  grid-row: 1/3;
  background: rgba(147, 138, 138, 0.63);
}
.ptgdata__card--5 {
  grid-column: 2/3;
  grid-row: 1/2;
  background: rgba(147, 138, 138, 0.63);
}
.ptgdata__card--6 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.ptgdata__card--6:before {
  content: "";
  background: rgba(147, 138, 138, 0.63);
  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: 2;
}
.ptgdata__card__title {
  color: var(--IBSA-Black-Tints-100, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Medium */
  font-family: "IvyJournal";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
  letter-spacing: 0.64px;
  margin: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .ptgdata__card__title {
    color: var(--IBSA-Black-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.ptgdata__card__text {
  color: var(--IBSA-Black-Tints-100, #FFF);
  leading-trim: both;
  text-edge: cap;
  /* IBSA Perovial - Headings/Title S Medium */
  font-family: IvyJournal;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.28px;
  margin: 0;
  margin-bottom: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .ptgdata__card__text {
    color: var(--IBSA-Black-Tints-100, #FFF);
    leading-trim: both;
    text-edge: cap;
    /* IBSA Perovial - Headings/Title XS Medium */
    font-family: IvyJournal;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    letter-spacing: 0.28px;
  }
}
.ptgdata__card__img {
  width: 100%;
  height: 390px;
  overflow: hidden;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .ptgdata__card__img {
    height: 220px;
  }
}
.ptgdata__card__background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ptgbanner {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .ptgbanner {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.ptgbanner--home {
  grid-column: span 5;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .ptgbanner--home {
    grid-column: span 4;
    height: auto;
  }
}
.ptgbanner__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgbanner__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgbanner__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgbanner__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgbanner__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgbanner__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgbanner__grid > * {
    grid-column: span 12;
  }
}
.ptgbanner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ptgbanner__inner {
  padding: 80px 120px;
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  gap: 80px;
}
@media (max-width: 768px) {
  .ptgbanner__inner {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .ptgbanner__inner {
    padding: 40px 24px;
    flex-direction: column;
    gap: 32px;
  }
}
.ptgbanner__inner--home {
  padding: 40px;
  flex-direction: column;
  gap: 0;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1200px) {
  .ptgbanner__inner--home {
    padding: 24px;
    height: auto;
  }
}
.ptgbanner__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.95;
  background: linear-gradient(0deg, rgba(204, 226, 241, 0.8) 0%, rgba(204, 226, 241, 0.8) 100%), #FFF;
}
.ptgbanner__title {
  position: relative;
  z-index: 2;
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin: 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .ptgbanner__title {
    color: var(--IBSA-Brand-Color-Blue, #002F6C);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "salt" on;
    font-family: IvyJournal;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: 0.4px;
  }
}
.ptgbanner__text {
  position: relative;
  z-index: 2;
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0;
}
@media (max-width: 768px) {
  .ptgbanner__text {
    color: var(--IBSA-Brand-Color-Blue, #002F6C);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Body/L Medium */
    font-family: "Avenir LT Std";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 26.4px */
    letter-spacing: 0.22px;
    margin-bottom: 16px;
  }
}
.ptgbanner__cta {
  position: relative;
  z-index: 2;
  margin-top: auto;
  align-self: flex-end;
  flex: 0 0 240px;
  min-width: 240px;
}
@media (max-width: 768px) {
  .ptgbanner__cta {
    min-width: 1px;
    flex: auto;
    width: 100%;
  }
}
.ptgbanner__cta--home {
  flex: none;
  min-width: 1px;
  align-self: flex-start;
  margin-top: 16px;
}
.ptgbanner__media {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ptglines {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 0vw;
  right: 0vw;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.ptglines__hide {
  display: none;
}
.ptglines svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ptgnew {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
.ptgnew__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .ptgnew__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .ptgnew__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .ptgnew__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .ptgnew__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ptgnew__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ptgnew__grid > * {
    grid-column: span 12;
  }
}
.ptgnew__content {
  grid-column: 1/6;
  grid-row: 2;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: end;
}
@media (max-width: 768px) {
  .ptgnew__content {
    grid-column: span 4;
  }
}
.ptgnew__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: IvyJournal;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin: 0 0 40px;
  grid-column: span 12;
  grid-row: 1;
}
@media (max-width: 768px) {
  .ptgnew__title {
    grid-column: span 4;
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.ptgnew__text {
  color: var(--IBSA-Black-Tints-100, #FFF);
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .ptgnew__text {
    color: var(--IBSA-Black-Tints-100, #FFF);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.ptgnew__figure {
  grid-column: 8/13;
  grid-row: 2;
  margin-left: 20px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 768px) {
  .ptgnew__figure {
    grid-column: span 4;
    grid-row: 3;
    min-height: 285px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.ptgnew__figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(209deg, rgba(221, 165, 91, 0) 16.34%, rgba(221, 165, 91, 0.3) 84.34%);
}
.ptgnew__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

.linea {
  background: #F8F7F8;
}
.linea--6.lineacard {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(302deg, rgba(0, 110, 183, 0) 28.05%, rgba(0, 89, 149, 0.3) 43.53%, rgba(0, 66, 109, 0.6) 61.18%, rgba(0, 66, 109, 0.8) 80.19%, #00426D 98.3%), #CCE2F1;
}
.linea--404 {
  background: none !important;
}

.lineabg__1 {
  position: relative;
  background: linear-gradient(302deg, rgba(0, 110, 183, 0) 28.05%, rgba(0, 89, 149, 0.3) 43.53%, rgba(0, 66, 109, 0.6) 61.18%, rgba(0, 66, 109, 0.8) 80.19%, #00426D 98.3%), #CCE2F1;
}
.lineabg__2.alt {
  background-image: url("../assets/img/lineaprodotti-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lineabg__3.alt {
  display: none;
}

.lineaatf {
  position: relative;
  padding-top: 280px;
  padding-bottom: 40px;
}
.lineaatf__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineaatf__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineaatf__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineaatf__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineaatf__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineaatf__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineaatf__grid > * {
    grid-column: span 12;
  }
}
.lineaatf__grid {
  align-items: start;
}
.lineaatf__content {
  grid-column: 1/7;
  color: #fff;
}
@media (max-width: 768px) {
  .lineaatf__content {
    grid-column: span 4;
  }
}
.lineaatf__fig {
  grid-column: 7/13;
}
@media (max-width: 768px) {
  .lineaatf__fig {
    grid-column: span 4;
    margin-top: 30px;
  }
}
.lineaatf__title {
  color: var(--IBSA-Black-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title 2XL Light */
  font-family: "IvyJournal";
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 100px */
  letter-spacing: 1px;
  margin: 0 0 26px;
}
@media (max-width: 768px) {
  .lineaatf__title {
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title L Light */
    font-family: IvyJournal;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 64px */
    letter-spacing: 0.64px;
  }
}
.lineaatf__text {
  color: var(--IBSA-Light-Blue-Tints-90, #E6F1F8);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title S Light */
  font-family: "IvyJournal";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin: 0;
}

.lineacard {
  position: relative;
  padding-top: 200px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .lineacard {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.lineacard.alt {
  display: none;
}
.lineacard__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineacard__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineacard__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineacard__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineacard__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineacard__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineacard__grid > * {
    grid-column: span 12;
  }
}
.lineacard__item {
  grid-column: 2/12;
  position: relative;
  color: #fff;
}
.lineacard__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 1px solid var(--IBSA-Blue-Grayscale-Mono-100, #E7E7E7);
  background: #0063A5;
  will-change: transform, border-radius;
  transform-origin: center center;
  z-index: 0;
}
.lineacard__item__wrapper {
  position: relative;
  z-index: 1;
  padding: 80px 80px 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .lineacard__item {
    grid-column: span 4;
    padding: 0 25px 50px;
    flex-direction: column;
  }
}
.lineacard__item--reverse {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .lineacard__item--reverse {
    padding: 0 25px 50px;
    flex-direction: column-reverse;
  }
}
.lineacard__background {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.lineacard__background svg {
  transform: translateX(-70%) translateY(-40%);
  opacity: 0.4;
}
.lineacard__background--reverse svg {
  transform: translateX(10%) translateY(10%) scaleX(-1);
}
.lineacard__fig {
  transform: translateX(-80px);
}
@media (max-width: 768px) {
  .lineacard__fig {
    align-self: center;
    transform: translateY(-80px);
  }
}
.lineacard__fig.alt {
  transform: translateX(-120px);
}
@media (max-width: 768px) {
  .lineacard__fig.alt {
    align-self: center;
    transform: translateY(-40px);
  }
}
.lineacard__fig--reverse {
  transform: translateX(40px);
}
@media (max-width: 768px) {
  .lineacard__fig--reverse {
    transform: translateY(-40px);
  }
}
@media (max-width: 768px) {
  .lineacard__content {
    margin-top: -60px;
  }
}
.lineacard__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: IvyJournal;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}
.lineacard__subtitle {
  color: var(--IBSA-Black-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Medium */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: 0.22px;
  margin-bottom: 40px;
}
.lineacard__text {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin-bottom: 40px;
}
.lineacard__row {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 768px) {
  .lineacard__row {
    flex-direction: column;
  }
  .lineacard__row .simplecta {
    justify-content: center;
  }
}

.lineamacro {
  position: relative;
  padding-top: 160px;
  padding-bottom: 140px;
  background-image: url("../assets/img/lineaprodotti-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .lineamacro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lineamacro.alt {
  background: none;
}
.lineamacro__heading, .lineamacro__fig, .lineamacro__card {
  will-change: transform, opacity;
}
.lineamacro__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineamacro__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineamacro__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineamacro__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineamacro__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineamacro__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineamacro__grid > * {
    grid-column: span 12;
  }
}
.lineamacro__grid {
  align-items: start;
}
.lineamacro__heading {
  text-align: center;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .lineamacro__heading {
    grid-row: 1;
    padding-bottom: 24px;
  }
}
.lineamacro__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  text-align: center;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: IvyJournal;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin-bottom: 40px;
}
.lineamacro__text {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* IBSA Perovial - Headings/Title XS Medium */
  font-family: IvyJournal;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin: 0;
}
.lineamacro__fig {
  grid-column: 1/7;
  grid-row: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lineamacro__fig {
    grid-column: span 4;
    padding-bottom: 24px;
  }
}
.lineamacro__card {
  grid-column: 7/13;
  grid-row: 2;
  border-radius: 24px;
  background: rgba(17, 85, 132, 0.5);
  backdrop-filter: blur(25px);
  padding: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .lineamacro__card {
    grid-row: 3;
    grid-column: span 4;
    padding: 24px;
  }
}
.lineamacro__card__text {
  color: var(--V2-IBSA-Brand-Color-White, #FFF);
  /* IBSA Perovial - Headings/Title XS Light */
  font-family: "IvyJournal";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin-bottom: 80px;
}
.lineamacro__card__list {
  list-style: none;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.lineamacro__card__list__item {
  border-radius: 24px;
  background: rgba(196, 207, 216, 0.2);
  padding: 12px 20px;
  color: var(--IBSA-Blue-Grayscale-Mono-50, var(--V2-IBSA-Blue-Grayscale-Mono-50, #F6F6F6));
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
}

.lineasimple {
  background: #F8F7F8;
  position: relative;
  padding-top: 136px;
  padding-bottom: 136px;
}
@media (max-width: 768px) {
  .lineasimple {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lineasimple.alt {
  display: none;
}
.lineasimple__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineasimple__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineasimple__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineasimple__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineasimple__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineasimple__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineasimple__grid > * {
    grid-column: span 12;
  }
}
.lineasimple__grid {
  align-items: start;
}
.lineasimple__title {
  grid-column: 2/12;
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: "IvyJournal";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .lineasimple__title {
    grid-column: span 4;
  }
}
.lineasimple__fig {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  grid-column: 2/7;
  height: 600px;
}
@media (max-width: 768px) {
  .lineasimple__fig {
    grid-column: span 4;
    height: 240px;
  }
}
.lineasimple__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lineasimple__text {
  grid-column: 7/12;
  padding-left: 64px;
  padding-bottom: 24px;
  align-self: end;
  color: var(--IBSA-Neutrals-Tints-700, #40464D);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}
@media (max-width: 768px) {
  .lineasimple__text {
    grid-column: span 4;
    padding-left: 0;
  }
}

.lineakeys {
  position: relative;
}
.lineakeys.alt .lineakeys__wrapper {
  background: none;
  padding-top: 140px;
}
.lineakeys.alt .lineakeys__title {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.lineakeys.alt .lineakeys__card__icon {
  background: #002F6C;
}
.lineakeys.alt .lineakeys__card__text {
  color: #101820;
}
.lineakeys__wrapper {
  will-change: transform;
  transform-origin: center center;
  overflow: hidden;
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../assets/img/lineaprodotto-background-evidenza.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .lineakeys__wrapper {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
.lineakeys__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineakeys__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineakeys__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineakeys__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineakeys__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineakeys__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineakeys__grid > * {
    grid-column: span 12;
  }
}
.lineakeys__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .lineakeys__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.lineakeys__title {
  color: var(--IBSA-Black-Tints-0, #101820);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: "IvyJournal";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.lineakeys__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .lineakeys__inner {
    flex-direction: column;
  }
}
.lineakeys__card {
  border-radius: 24px;
  border: 1px solid #FFF;
  background: rgba(250, 250, 250, 0.4);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 32px;
  flex: 1;
}
.lineakeys__card__icon {
  width: 60px;
  height: 60px;
  border-radius: 120px;
  background: #3B3734;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineakeys__card__text {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  /* IBSA Perovial - Headings/Title XS Light */
  font-family: "IvyJournal";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin: 0;
}

.lineaprod {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: rgb(51, 89, 137);
}
@media (max-width: 768px) {
  .lineaprod {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lineaprod__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineaprod__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineaprod__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineaprod__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineaprod__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineaprod__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineaprod__grid > * {
    grid-column: span 12;
  }
}
.lineaprod__grid {
  align-items: start;
}
.lineaprod__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: "IvyJournal";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  text-align: center;
  margin-bottom: 196px;
}
@media (max-width: 768px) {
  .lineaprod__title {
    grid-column: span 4;
    grid-row: 1;
    margin-bottom: 40px;
  }
}
.lineaprod__title.alt {
  text-align: center;
  margin-top: 128px;
  color: var(--V2-IBSA-Brand-Color-White, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title 2XL Light */
  font-family: "IvyJournal";
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 100px */
  letter-spacing: 1px;
  margin-bottom: 0;
}
.lineaprod__subtitle {
  color: var(--V2-IBSA-Brand-Color-White, #FFF);
  text-align: center;
  font-feature-settings: "salt" on;
  grid-row: 2;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: "IvyJournal";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: -3.84px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .lineaprod__subtitle {
    grid-column: span 4;
    grid-row: 2;
  }
}
.lineaprod__text {
  grid-column: 2/6;
  grid-row: 2;
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}
@media (max-width: 768px) {
  .lineaprod__text {
    grid-column: span 4;
    grid-row: 3;
  }
}
.lineaprod__text.alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-column: 5/9;
  grid-row: 3;
}
@media (max-width: 768px) {
  .lineaprod__text.alt {
    grid-column: span 4;
    grid-row: 3;
  }
}
.lineaprod__fig {
  grid-column: 7/13;
  grid-row: 2;
}
@media (max-width: 768px) {
  .lineaprod__fig {
    grid-column: span 4;
    grid-row: 2;
  }
}

.ptgdata--linea {
  padding-top: 120px;
}
.ptgdata--linea: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: linear-gradient(180deg, rgb(51, 89, 137) 0%, rgb(51, 89, 137) 10%, rgba(51, 89, 137, 0.4) 60%, rgba(51, 89, 137, 0.4) 90%);
  backdrop-filter: blur(10px);
  z-index: 1;
  display: block;
  -webkit-mask-image: none;
          mask-image: none;
}
.ptgdata__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lineaduo {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .lineaduo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lineaduo.alt .lineaduo__card {
  display: none;
}
.lineaduo.alt .homeduo__bubble {
  grid-column: 2/12;
}
@media (max-width: 768px) {
  .lineaduo.alt .homeduo__bubble {
    grid-column: span 4;
  }
}
.lineaduo__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .lineaduo__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .lineaduo__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .lineaduo__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .lineaduo__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.lineaduo__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .lineaduo__grid > * {
    grid-column: span 12;
  }
}
.lineaduo__grid {
  align-items: stretch;
}
.lineaduo__card {
  grid-column: span 6;
  padding: 40px;
  border-radius: 24px;
  background: var(--IBSA-Light-Blue-Tints-80, #CCE2F1);
}
.lineaduo__card__title {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 50px */
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.lineaduo__card__text {
  color: var(--IBSA-Neutrals-Tints-700, #40464D);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}
.lineaduo .homeduo__bubble {
  grid-column: span 6;
}
.lineaduo .homeduo__bubble.full {
  grid-column: span 12;
}
@media (max-width: 768px) {
  .lineaduo .homeduo__bubble.full {
    grid-column: span 4;
  }
}

.srps {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  z-index: -1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  background: rgba(40, 47, 54, 0.85);
}
.srps.active {
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  opacity: 1;
  z-index: 4000;
}
.srps__inner {
  max-width: 825px;
  border-radius: 24px;
  padding: 40px;
  background: var(--IBSA-Light-Blue-50, #F0F8FF);
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .srps__inner {
    padding: 32px 24px;
  }
}
.srps__exit {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  cursor: pointer;
  display: none;
}
.srps__title {
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: IvyJournal;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 50px */
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .srps__title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.srps__text {
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/M Light */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin-top: 0;
  margin-bottom: 40px;
}
.srps__mintitle {
  position: relative;
  z-index: 1;
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Medium */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: 0.22px;
  margin-bottom: 14px;
}
.srps__ctas {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .srps__ctas .simplecta {
    padding: 12px 16px;
  }
}
.srps__disclaimer {
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 768px) {
  .srps__disclaimer {
    font-size: 12px;
  }
}
.srps__detail {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.1;
}

body.lineaprodotti {
  background: #F8F7F8;
}

.locator {
  color: #FBF9F5;
}
.locator .mapboxgl-popup {
  max-width: 350px !important;
  width: 100%;
}

body.is-locator {
  background: var(--iBSA-Blue-Shades-40, #001C41);
}

.locatoratf {
  position: relative;
  padding-top: 280px;
  padding-bottom: 40px;
}
.locatoratf__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .locatoratf__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .locatoratf__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .locatoratf__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .locatoratf__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.locatoratf__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .locatoratf__grid > * {
    grid-column: span 12;
  }
}
.locatoratf__grid {
  align-items: start;
}
.locatoratf__title {
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: IvyJournal;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .locatoratf__title {
    color: #FBF9F5;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: IvyJournal;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.locatoratf__text {
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title S Light */
  font-family: IvyJournal;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin: 0;
}
@media (max-width: 768px) {
  .locatoratf__text {
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title XS Light */
    font-family: IvyJournal;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 33.6px */
    letter-spacing: 0.28px;
  }
}

.locatorcore {
  padding-top: 48px;
  padding-bottom: 80px;
}
.locatorcore__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .locatorcore__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .locatorcore__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .locatorcore__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .locatorcore__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.locatorcore__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .locatorcore__grid > * {
    grid-column: span 12;
  }
}
.locatorcore__grid {
  align-items: start;
}
.locatorcore__left {
  grid-column: 1/7;
}
@media (max-width: 768px) {
  .locatorcore__left {
    grid-column: span 4;
  }
}
.locatorcore__right {
  grid-column: 7/13;
}
@media (max-width: 768px) {
  .locatorcore__right {
    grid-column: span 4;
  }
  .locatorcore__right.hide {
    display: none;
  }
}
.locatorcore__map {
  height: 600px;
  overflow: hidden;
  border-radius: 16px;
}

.locatorside__list {
  opacity: 0;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.45s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .locatorside__list.hide {
    display: none;
  }
}
.locatorside__list.active {
  opacity: 1;
}
.locatorside__list:after {
  content: "";
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(0deg, rgb(0, 28, 65) 0%, rgba(0, 28, 65, 0.8) 50%, rgba(0, 28, 65, 0) 100%);
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}
.locatorside__list__notify {
  color: #FBF9F5;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin-top: 32px;
  margin-bottom: 20px;
}
.locatorside__list__container {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 75px;
}
.locatorside__item {
  border-radius: 8px;
  border: 1px solid #FBF9F5;
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.locatorside__item__title {
  color: #FBF9F5;
  font-family: "IvyJournal";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.72px;
  margin: 0;
}
.locatorside__item__address {
  color: #FBF9F5;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  margin: 0;
}
.locatorside__item__link {
  padding-left: 32px;
  color: #FBF9F5;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  margin: 0;
  text-decoration: none;
  position: relative;
}
.locatorside__item__link.alt {
  color: #002F6C;
}
.locatorside__item__link:hover {
  text-decoration: underline;
}
.locatorside__item__link:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.locatorside__item__link.is-website:before {
  background-image: url("../assets/img/svg/website.svg");
}
.locatorside__item__link.is-website.alt:before {
  background-image: url("../assets/img/svg/website-alt.svg");
}
.locatorside__item__link.is-tel:before {
  background-image: url("../assets/img/svg/tel.svg");
}
.locatorside__item__link.is-tel.alt:before {
  background-image: url("../assets/img/svg/tel-alt.svg");
}
.locatorside__item__link.is-mail:before {
  background-image: url("../assets/img/svg/mail.svg");
}
.locatorside__item__link.is-mail.alt:before {
  background-image: url("../assets/img/svg/mail-alt.svg");
}
.locatorside__item__goto {
  margin-top: 30px;
  padding: 12px 52px 12px 20px;
  color: #FBF9F5;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  border: 1px solid #FBF9F5;
  border-radius: 200px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background: none;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.locatorside__item__goto:hover {
  background: #FBF9F5;
  color: #001C41;
}
.locatorside__item__goto:hover:after {
  filter: invert(1);
}
.locatorside__item__goto:after {
  content: "";
  background-image: url("../assets/img/svg/arrow-top.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.locatorside__label {
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
.locatorside__groupinput {
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(251, 249, 245, 0.3);
  overflow: hidden;
}
.locatorside__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  outline: none;
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  padding: 16px;
  width: 100%;
  padding-left: 56px;
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
}
.locatorside__input::-moz-placeholder {
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
}
.locatorside__input::placeholder {
  color: #FBF9F5;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
}
.locatorside__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.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;
}
.marker__core {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.marker__nmb {
  font-family: "Lato", -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: red;
  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;
  display: none;
}
.marker__title {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-family: "IvyJournal";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.72px;
}
.marker__subtitle {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.marker__btn {
  margin-top: 30px;
  padding: 12px 52px 12px 20px;
  color: #002F6C;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  border: 1px solid #002F6C;
  border-radius: 200px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background: none;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}
.marker__btn:hover {
  background: #002F6C;
  color: #FBF9F5;
}
.marker__btn:hover:after {
  filter: invert(0);
}
.marker__btn:after {
  content: "";
  background-image: url("../assets/img/svg/arrow-top.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  filter: invert(1);
}

.locatormarker {
  width: 55px;
  height: 55px;
  background-image: url("../assets/img/svg/marker.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.locatormarker__nmb {
  position: absolute;
  font-family: "Lato", -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: #002f6c;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.locatortab {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .locatortab {
    display: flex;
  }
}
.locatortab__inner {
  border-radius: 200px;
  padding: 4px;
  background: var(--IBSA-Light-Blue-Tints-90, #E6F1F8);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.locatortab__single {
  padding: 10px 12px;
  border-radius: 200px;
  background: var(--IBSA-Light-Blue-Tints-90, #E6F1F8);
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.locatortab__single.active {
  background: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.locatortab__single.active .locatortab__single__text {
  color: #E6F1F8;
}
.locatortab__single.active svg path {
  stroke: #E6F1F8;
}
.locatortab__single__text {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Label/L Medium */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
}

.impatto {
  background: #F8F7F8;
}
.impatto--1 {
  position: relative;
  z-index: 5;
}
.impatto--2 {
  position: relative;
  z-index: 6;
}
.impatto--3 {
  position: relative;
  z-index: 5;
}
.impatto--8 {
  position: relative;
  z-index: 6;
}
.impatto--7 {
  position: relative;
  z-index: 7;
}
@media (max-width: 768px) {
  .impatto--6 {
    padding-top: 20px;
  }
}

.impattoatf {
  padding-top: 280px;
  padding-bottom: 40px;
  color: #F0F8FF;
}
.impattoatf__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .impattoatf__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .impattoatf__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .impattoatf__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .impattoatf__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.impattoatf__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .impattoatf__grid > * {
    grid-column: span 12;
  }
}
.impattoatf__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.impattoatf__title {
  color: var(--IBSA-Light-Blue-Mono-50, var(--V1-IBSA-Light-Blue-Mono-50, #F0F8FF));
  /* Heading/3XL */
  font-family: "IvyJournal";
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 95px */
  letter-spacing: -3px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .impattoatf__title {
    color: var(--IBSA-Light-Blue-Mono-50, var(--V1-IBSA-Light-Blue-Mono-50, #F0F8FF));
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title L Light */
    font-family: "IvyJournal";
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 64px */
    letter-spacing: -3.84px;
  }
}
.impattoatf__subtitle {
  overflow: hidden;
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title S Light */
  font-family: "IvyJournal";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 48px */
  letter-spacing: 0.4px;
  margin-bottom: 48px;
  max-width: 820px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .impattoatf__subtitle {
    overflow: hidden;
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title XS Light */
    font-family: "IvyJournal";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 33.6px */
    letter-spacing: 0.28px;
    max-width: 100%;
    margin: 0;
  }
}
.impattoatf__text {
  overflow: hidden;
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  text-overflow: ellipsis;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0 auto 0 0;
  max-width: 820px;
}
@media (max-width: 768px) {
  .impattoatf__text {
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
    max-width: 100%;
    margin-top: 40px;
  }
}

.impattomixed {
  padding-top: 320px;
  padding-bottom: 220px;
  position: relative;
}
@media (max-width: 768px) {
  .impattomixed {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.impattomixed__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .impattomixed__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .impattomixed__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .impattomixed__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .impattomixed__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.impattomixed__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .impattomixed__grid > * {
    grid-column: span 12;
  }
}
.impattomixed__grid {
  position: relative;
  align-items: start;
}
.impattomixed__fig {
  height: 290px;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100vw;
  top: calc(100% - 80px);
  left: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (max-width: 768px) {
  .impattomixed__fig {
    top: calc(0% + 350px);
  }
}
@media (max-width: 768px) {
  .impattomixed__fig--alt {
    top: calc(0% + 550px);
  }
}
.impattomixed__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.impattomixed__lines {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1800px;
  max-width: 1800px;
  height: 990px;
  z-index: 0;
}
@media (max-width: 768px) {
  .impattomixed__lines {
    width: 1200px;
    height: 1200px;
    max-width: 1200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.impattomixed__left {
  grid-column: 1/7;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .impattomixed__left {
    grid-column: span 4;
  }
}
.impattomixed__left__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: "IvyJournal";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .impattomixed__left__title {
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: "IvyJournal";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
    margin-bottom: 24px;
  }
}
.impattomixed__left__text {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
  margin: 0;
}
@media (max-width: 768px) {
  .impattomixed__left__text {
    color: var(--IBSA-Light-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Body/M Light */
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
  }
}
.impattomixed__right {
  grid-column: 9/13;
  border-radius: 24px;
  background: rgba(29, 42, 55, 0.5);
  backdrop-filter: blur(25px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  gap: 20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .impattomixed__right {
    grid-column: span 4;
    margin-top: 200px;
  }
}
.impattomixed__right__title {
  color: var(--V2-IBSA-Brand-Color-White, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title M Light */
  font-family: "IvyJournal";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 50px */
  letter-spacing: 0.5px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .impattomixed__right__title {
    color: var(--V2-IBSA-Brand-Color-White, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title XS Light */
    font-family: IvyJournal;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 33.6px */
    letter-spacing: 0.28px;
    margin-bottom: 48px;
  }
}
.impattomixed__right__box {
  border-radius: 24px;
  background: rgba(199, 202, 207, 0.2);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.impattomixed__right__box__title {
  color: var(--IBSA-Blue-Grayscale-Mono-50, var(--V2-IBSA-Blue-Grayscale-Mono-50, #F6F6F6));
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XS Medium */
  font-family: "IvyJournal";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin: 0;
}
.impattomixed__right__box__text {
  color: var(--IBSA-Blue-Grayscale-Mono-50, var(--V2-IBSA-Blue-Grayscale-Mono-50, #F6F6F6));
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin: 0;
}
@media (max-width: 768px) {
  .impattomixed__right__box__text {
    color: var(--IBSA-Blue-Grayscale-Mono-50, var(--V2-IBSA-Blue-Grayscale-Mono-50, #F6F6F6));
    /* IBSA Perovial - Body/S Light */
    font-family: "Avenir LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.48px;
  }
}

.impattokeys {
  position: relative;
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (max-width: 768px) {
  .impattokeys {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.impattokeys.alt {
  background: none;
  padding-top: 140px;
}
.impattokeys.alt .impattokeys__title {
  color: var(--IBSA-Brand-Color-Blue, #002F6C);
}
.impattokeys.alt .impattokeys__card__icon {
  background: #002F6C;
}
.impattokeys.alt .impattokeys__card__text {
  color: #101820;
}
.impattokeys__lines {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 120vw;
  max-width: 120vw;
  height: auto;
}
@media (max-width: 768px) {
  .impattokeys__lines {
    width: 1200px;
    height: 1200px;
    max-width: 1200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.impattokeys__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .impattokeys__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .impattokeys__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .impattokeys__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .impattokeys__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.impattokeys__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .impattokeys__grid > * {
    grid-column: span 12;
  }
}
.impattokeys__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .impattokeys__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 128px;
  }
}
.impattokeys__title {
  color: var(--iBSA-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XL Light */
  font-family: "IvyJournal";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .impattokeys__title {
    color: var(--IBSA-Light-Blue-Mono-50, var(--V1-IBSA-Light-Blue-Mono-50, #F0F8FF));
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: "IvyJournal";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.impattokeys__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .impattokeys__inner {
    flex-direction: column;
  }
}
.impattokeys__card {
  border-radius: 24px;
  border: 1px solid #FFF;
  background: rgba(250, 250, 250, 0.2);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 32px;
  flex: 1;
}
@media (max-width: 768px) {
  .impattokeys__card {
    padding: 32px 24px;
  }
}
.impattokeys__card__icon {
  width: 60px;
  height: 60px;
  border-radius: 120px;
  background: #3B3734;
  display: flex;
  align-items: center;
  justify-content: center;
}
.impattokeys__card__title {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XS Medium */
  font-family: "IvyJournal";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
  margin: 0;
}
.impattokeys__card__text {
  color: var(--IBSA-Light-Blue-Tints-100, #FFF);
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/S Light */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  margin: 0;
}

.impattobreak {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .impattobreak {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.impattobreak__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .impattobreak__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .impattobreak__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .impattobreak__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .impattobreak__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.impattobreak__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .impattobreak__grid > * {
    grid-column: span 12;
  }
}
.impattobreak__content {
  grid-column: 3/11;
  max-width: 825px;
  margin: 0 auto;
  color: var(--iBSA-Blue-Tints-100, #FFF);
  text-align: center;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title XS Light */
  font-family: "IvyJournal";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .impattobreak__content {
    grid-column: span 4;
    max-width: 100%;
    color: var(--iBSA-Blue-Tints-100, #FFF);
    text-align: center;
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title XS Light */
    font-family: "IvyJournal";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 33.6px */
    letter-spacing: 0.28px;
  }
}

.impattosimple {
  position: relative;
  padding-top: 136px;
  padding-bottom: 136px;
}
@media (max-width: 768px) {
  .impattosimple {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.impattosimple.alt {
  display: none;
}
.impattosimple__grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] minmax(auto, 1fr));
  grid-template-rows: max-content;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .impattosimple__grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .impattosimple__grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .impattosimple__grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .impattosimple__grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.impattosimple__grid > * {
  grid-column: span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .impattosimple__grid > * {
    grid-column: span 12;
  }
}
.impattosimple__grid {
  align-items: start;
}
.impattosimple__title {
  grid-column: 2/12;
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Headings/Title L Light */
  font-family: "IvyJournal";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 64px */
  letter-spacing: 0.64px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .impattosimple__title {
    grid-column: span 4;
    color: var(--iBSA-Blue-Tints-100, #FFF);
    font-feature-settings: "salt" on;
    /* IBSA Perovial - Headings/Title M Light */
    font-family: "IvyJournal";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 50px */
    letter-spacing: 0.5px;
  }
}
.impattosimple__fig {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  grid-column: 2/7;
  height: 600px;
}
@media (max-width: 768px) {
  .impattosimple__fig {
    grid-column: span 4;
    height: 200px;
    margin-bottom: 64px;
  }
}
.impattosimple__fig--alt {
  grid-column: 7/12;
  margin-left: 64px;
}
@media (max-width: 768px) {
  .impattosimple__fig--alt {
    grid-column: span 4;
    margin: 0;
  }
}
.impattosimple__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.impattosimple__text {
  grid-column: 7/12;
  padding-left: 64px;
  padding-bottom: 24px;
  align-self: end;
  color: #fff;
  font-feature-settings: "salt" on;
  /* IBSA Perovial - Body/L Light */
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.22px;
}
@media (max-width: 768px) {
  .impattosimple__text {
    grid-column: span 4;
    padding-left: 0;
  }
}
.impattosimple__text--alt {
  grid-column: 2/7;
  padding-left: 0;
  align-self: start;
}
@media (max-width: 768px) {
  .impattosimple__text--alt {
    grid-column: span 4;
  }
}
.impattosimple__content {
  padding-bottom: 24px;
  grid-column: 2/7;
  padding-left: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 768px) {
  .impattosimple__content {
    grid-column: span 4;
    gap: 40px;
  }
}
.impattosimple__content .cta {
  justify-self: left;
}

.impattowrapper--1 {
  position: relative;
}
.impattowrapper--1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../assets/img/impattopsicologico-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.impattowrapper--1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  background: linear-gradient(177deg, rgba(41, 62, 81, 0) 4.7%, rgba(41, 62, 81, 0.54) 16.43%, #293E51 33.56%, #293E51 53.51%);
}
.impattowrapper--2 {
  position: relative;
}
.impattowrapper--2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #293E51;
  z-index: 2;
}
.impattowrapper--2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  background: #fff;
}
.impattowrapper--3 {
  position: relative;
}
.impattowrapper--3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("../assets/img/acidobackground-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.impattowrapper--3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  background: #293E51;
}
.impattowrapper--4 {
  position: relative;
}
.impattowrapper--4:after {
  content: "";
  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: 2;
  background: linear-gradient(180deg, #293E51 0%, #293E51 50.6%, #FFF 100%);
}

.impattobackground--2 {
  position: relative;
}
.impattobackground--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("../assets/img/impattopsicologico-2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
.impattobackground--2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 80%, #ffffff 100%);
}
.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: #101820;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-grey {
  background-color: #747578;
}

.bg-main {
  background-color: #002f6c;
}

.bg-alt {
  background-color: #006eb7;
}

.bg-off {
  background-color: #107f26;
}

.color-black {
  color: #101820;
}

.color-white {
  color: #FFFFFF;
}

.color-grey {
  color: #747578;
}

.color-main {
  color: #002f6c;
}

.color-alt {
  color: #006eb7;
}

.color-off {
  color: #107f26;
}

.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;
  align-items: baseline;
  gap: 16px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .grid {
    max-width: 768px;
    grid-template-columns: repeat(12, [col-start] minmax(auto, 1fr));
  }
}
@media (min-width: 993px) {
  .grid {
    max-width: 992px;
  }
}
@media (min-width: 1201px) {
  .grid {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }
}
@media (min-width: 1401px) {
  .grid {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.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;
}