@charset "UTF-8";
:root {
  --primary: #007a91;
  --primary_100: #e7f8fb;
  --primary_200: #66c7d8;
  --primary_300: #4baabc;
  --primary_500: #007a91;
  --primary_600: #006375;
  --primary_800: #002d36;
  --primary_900: #0D5870;
  --secondary: #e2001a;
  --secondary_300:#e2001a;
  --secondary_400:#b50015;
  --secondary_500:#66000c;
  --white: #fff;
  --grey_0: #fff;
  --grey_50: #f7f7f7;
  --grey_100: #f5f5f5;
  --grey_200: #e5e5e5;
  --grey_300: #ccc;
  --grey_400: #909090;
  --grey_500: #585858;
  --grey_600: #262626;
  --grey_666: #666666;
  --charcoal: #333333;
  --black: #000;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 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 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 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 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type=search]::-webkit-search-cancel-button, [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 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: calc(640px - 1px)) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 640px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 640px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: calc(1024px - 1px)) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(640px - 1px)), screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1367px - 1px)) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(1367px - 1px)) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)), screen and (min-width: 1367px) {
  .show-for-large-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1367px) {
  .hide-for-xlarge {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.row {
  width: 100%;
  max-width: 87rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: calc(-0.5rem);
  margin-left: calc(-0.5rem);
}

@media print, screen and (min-width: 640px) {
  .row .row {
    margin-right: calc(-0.5rem);
    margin-left: calc(-0.5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .row .row {
    margin-right: calc(-0.5rem);
    margin-left: calc(-0.5rem);
  }
}
@media print, screen and (min-width: 1367px) {
  .row .row {
    margin-right: calc(-0.5rem);
    margin-left: calc(-0.5rem);
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
  width: calc(100% + 2 * 0.5rem);
}

@media screen and (min-width: 640px) {
  .row:not(.expanded) .row {
    width: calc(100% + 2 * 0.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .row:not(.expanded) .row {
    width: calc(100% + 2 * 0.5rem);
  }
}
@media screen and (min-width: 1367px) {
  .row:not(.expanded) .row {
    width: calc(100% + 2 * 0.5rem);
  }
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: 0;
}

@media print, screen and (min-width: 640px) {
  .column, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .column, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 1367px) {
  .column, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

@media print, screen and (min-width: 768px) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
}
@media print, screen and (min-width: 640px) and (min-width: 640px) {
  .medium-expand {
    flex: 1 1 0;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 640px) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 640px) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .large-expand {
    flex: 1 1 0;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 1024px) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
}
@media print, screen and (min-width: 1367px) and (min-width: 1367px) {
  .xlarge-expand {
    flex: 1 1 0;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 1367px) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-order-7 {
  order: 7;
}

.small-order-8 {
  order: 8;
}

.small-order-9 {
  order: 9;
}

.small-order-10 {
  order: 10;
}

.small-order-11 {
  order: 11;
}

.small-order-12 {
  order: 12;
}

.small-order-13 {
  order: 13;
}

@media print, screen and (min-width: 640px) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-order-7 {
    order: 7;
  }
  .medium-order-8 {
    order: 8;
  }
  .medium-order-9 {
    order: 9;
  }
  .medium-order-10 {
    order: 10;
  }
  .medium-order-11 {
    order: 11;
  }
  .medium-order-12 {
    order: 12;
  }
  .medium-order-13 {
    order: 13;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-order-7 {
    order: 7;
  }
  .large-order-8 {
    order: 8;
  }
  .large-order-9 {
    order: 9;
  }
  .large-order-10 {
    order: 10;
  }
  .large-order-11 {
    order: 11;
  }
  .large-order-12 {
    order: 12;
  }
  .large-order-13 {
    order: 13;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
  .xlarge-order-7 {
    order: 7;
  }
  .xlarge-order-8 {
    order: 8;
  }
  .xlarge-order-9 {
    order: 9;
  }
  .xlarge-order-10 {
    order: 10;
  }
  .xlarge-order-11 {
    order: 11;
  }
  .xlarge-order-12 {
    order: 12;
  }
  .xlarge-order-13 {
    order: 13;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 640px) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

@media print, screen and (min-width: 640px) {
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*  Uniwersalny mixin  */
/*  UniCredit  (woff2 + woff)  */
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-heavy.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-lightitalic.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-italic.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-mediumitalic.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-bolditalic.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "UniCredit";
  src: url("../fonts/unicredit-completo/unicredit-heavyitalic.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: italic;
  font-synthesis: none;
}
/* Silka (woff2 + woff) */
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_semibold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
}
/*  Domyślny font na stronie  */
body {
  font-family: "UniCredit", "Silka", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.visuallyhidden {
  display: inline;
  width: 1px;
  height: 1px;
  position: absolute;
  background-color: transparent;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.overflow {
  overflow: hidden;
}

.no-margin {
  margin: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .full-height {
    height: 100%;
  }
}

.full-width {
  width: 100%;
  max-width: none;
}

.relative,
[data-relative] {
  position: relative;
}

.absolute,
[data-absolute] {
  position: absolute;
}

.padded {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.richtext ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.richtext ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.75em;
  line-height: 1.4;
}
.richtext ul li::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 13px;
  left: 0;
  top: 6px;
  background-color: currentColor;
  -webkit-mask-image: url("../icons/checkmark.svg");
          mask-image: url("../icons/checkmark.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.richtext ol {
  list-style: decimal;
  margin: 0 0 1em 20px;
  padding: 0;
}
.richtext ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

[data-full-width] {
  width: calc(100% + 4vw);
  margin: 0 -2vw;
}

[data-view] {
  opacity: 0;
  will-change: auto;
  transition: opacity 1s ease, transform 1s ease !important;
  transition-delay: 0.1s !important;
  transform: translate3d(0, 1rem, 0);
}
[data-view][data-view="0"] {
  transition-delay: 0.05s !important;
}
[data-view][data-view="1"] {
  transition-delay: 0.1s !important;
}
[data-view][data-view="2"] {
  transition-delay: 0.15s !important;
}
[data-view][data-view="3"] {
  transition-delay: 0.2s !important;
}
[data-view][data-view="4"] {
  transition-delay: 0.25s !important;
}
[data-view][data-view="5"] {
  transition-delay: 0.3s !important;
}
[data-view][data-view="6"] {
  transition-delay: 0.35s !important;
}
[data-view][data-view="7"] {
  transition-delay: 0.4s !important;
}
[data-view][data-view="8"] {
  transition-delay: 0.45s !important;
}
[data-view][data-view="9"] {
  transition-delay: 0.5s !important;
}
[data-view][data-view="10"] {
  transition-delay: 0.55s !important;
}
[data-view][view-direction=to-top] {
  transform: translate3d(0, 1rem, 0);
}
[data-view][view-direction=to-left] {
  transform: translate3d(1rem, 0, 0);
}
[data-view][view-direction=to-right] {
  transform: translate3d(-1rem, 0, 0);
}
[data-view][view-direction=to-bottom] {
  transform: translate3d(0, -1rem, 0);
}
[data-view].in-view, [data-view].seen {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.round {
  border-radius: 50%;
}

.radius {
  border-radius: 20px;
}

.bold {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}

video {
  max-width: 100%;
  width: 100%;
}

sub {
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(-0.125rem);
}
@media (min-width: 1024px) {
  sub {
    transform: translateY(-0.25rem);
  }
}

.bg-concrete {
  background-color: #f5f5f5;
}

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

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

.bg-yellow {
  background-color: #ffe375;
}

.bg-indigo {
  background-color: #311266;
}

.bg-purple {
  background-color: #f0e9fb;
}

.bg-soft-yellow {
  background-color: #fff0b3;
}

hr {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: rgb(148.25, 148.25, 148.25);
  border: 0;
  margin: 0;
}

.spacer {
  position: relative;
  display: block;
}
.spacer.s05 {
  height: 0.5rem;
}
.spacer.s1 {
  height: 1rem;
}
.spacer.s15 {
  height: 1.5rem;
}
.spacer.s2 {
  height: 2rem;
}
.spacer.s25 {
  height: 2.5rem;
}
.spacer.s3 {
  height: 3rem;
}
.spacer.s35 {
  height: 3.5rem;
}
.spacer.s4 {
  height: 4rem;
}
.spacer.s45 {
  height: 4.5rem;
}
.spacer.s5 {
  height: 5rem;
}
.spacer.s55 {
  height: 5.5rem;
}
.spacer.s6 {
  height: calc(100 / 16)rem;
}

@media (min-width: 640px) {
  .small-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .medium-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .large-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

[data-bg-image] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.dot.yellow {
  background-color: #ffe375;
}
.dot.indigo {
  background-color: #311266;
}

.color-indigo {
  color: #311266;
}
.color-yellow {
  color: #ffe375;
}

.row[data-bordered] {
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
.row[data-bordered] .columns {
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: -2px;
}

.toc {
  position: relative;
  padding-top: 12vh;
  display: block;
}
.toc h1 {
  display: block;
  text-align: center;
}
.toc ul li {
  display: block;
  margin-bottom: 0.75rem;
}
.toc a {
  display: inline-block;
  color: initial;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}

.center {
  margin: 0 auto;
}
.center-height {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img .image-left {
  -o-object-position: center left;
     object-position: center left;
}
img .image-right {
  -o-object-position: center right;
     object-position: center right;
}
img .image-center {
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767px) {
  img .m-image-left {
    -o-object-position: center left;
       object-position: center left;
  }
}
@media (max-width: 767px) {
  img .m-image-right {
    -o-object-position: center right;
       object-position: center right;
  }
}
@media (max-width: 767px) {
  img .m-image-center {
    -o-object-position: center center;
       object-position: center center;
  }
}

.image-left {
  -o-object-position: center left;
     object-position: center left;
  background-position: center left;
}

.image-center {
  -o-object-position: center center;
     object-position: center center;
  background-position: center center;
}

.image-right {
  -o-object-position: center right;
     object-position: center right;
  background-position: center right;
}

@media (max-width: 767px) {
  .m-image-left {
    -o-object-position: center left;
       object-position: center left;
    background-position: center left;
  }
  .m-image-center {
    -o-object-position: center center;
       object-position: center center;
    background-position: center center;
  }
  .m-image-right {
    -o-object-position: center right;
       object-position: center right;
    background-position: center right;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/icons/iconfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon:before {
  display: inline-block;
  font-family: "iconfont", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-account-history:before {
  content: "\ea01";
}

.icon-account-statement:before {
  content: "\ea02";
}

.icon-all-cards:before {
  content: "\ea03";
}

.icon-android:before {
  content: "\ea04";
}

.icon-apple:before {
  content: "\ea05";
}

.icon-arrow-down:before {
  content: "\ea06";
}

.icon-arrow-left:before {
  content: "\ea07";
}

.icon-arrow-right:before {
  content: "\ea08";
}

.icon-arrow:before {
  content: "\ea09";
}

.icon-arrows-new:before {
  content: "\ea0a";
}

.icon-arrows:before {
  content: "\ea0b";
}

.icon-asset-management:before {
  content: "\ea0c";
}

.icon-attention:before {
  content: "\ea0d";
}

.icon-bill-cutting:before {
  content: "\ea0e";
}

.icon-billcutting:before {
  content: "\ea0f";
}

.icon-buildings:before {
  content: "\ea10";
}

.icon-bulb:before {
  content: "\ea11";
}

.icon-calendar:before {
  content: "\ea12";
}

.icon-card:before {
  content: "\ea13";
}

.icon-chat-bubble:before {
  content: "\ea14";
}

.icon-check:before {
  content: "\ea15";
}

.icon-checkmark:before {
  content: "\ea16";
}

.icon-chevron-right:before {
  content: "\ea17";
}

.icon-circle-chevron-left:before {
  content: "\ea18";
}

.icon-circle-chevron-right:before {
  content: "\ea19";
}

.icon-circle-plus:before {
  content: "\ea1a";
}

.icon-close:before {
  content: "\ea1b";
}

.icon-contact:before {
  content: "\ea1c";
}

.icon-cross:before {
  content: "\ea1d";
}

.icon-currency-account:before {
  content: "\ea1e";
}

.icon-depositmaximization:before {
  content: "\ea1f";
}

.icon-document-new:before {
  content: "\ea20";
}

.icon-document:before {
  content: "\ea21";
}

.icon-download:before {
  content: "\ea22";
}

.icon-electricity:before {
  content: "\ea23";
}

.icon-electricitypayment:before {
  content: "\ea24";
}

.icon-email:before {
  content: "\ea25";
}

.icon-equals:before {
  content: "\ea26";
}

.icon-file:before {
  content: "\ea27";
}

.icon-filter:before {
  content: "\ea28";
}

.icon-financeassist-new:before {
  content: "\ea29";
}

.icon-financeassist:before {
  content: "\ea2a";
}

.icon-finances:before {
  content: "\ea2b";
}

.icon-globe:before {
  content: "\ea2c";
}

.icon-hand:before {
  content: "\ea2d";
}

.icon-healthcheck:before {
  content: "\ea2e";
}

.icon-history:before {
  content: "\ea2f";
}

.icon-home:before {
  content: "\ea30";
}

.icon-household:before {
  content: "\ea31";
}

.icon-i-phone:before {
  content: "\ea32";
}

.icon-icon_play:before {
  content: "\ea33";
}

.icon-icon_play_hover:before {
  content: "\ea34";
}

.icon-incorrect-2:before {
  content: "\ea35";
}

.icon-investments:before {
  content: "\ea36";
}

.icon-it-security:before {
  content: "\ea37";
}

.icon-key:before {
  content: "\ea38";
}

.icon-language:before {
  content: "\ea39";
}

.icon-light:before {
  content: "\ea3a";
}

.icon-loading:before {
  content: "\ea3b";
}

.icon-localize_ico:before {
  content: "\ea3c";
}

.icon-location:before {
  content: "\ea3d";
}

.icon-magnified:before {
  content: "\ea3e";
}

.icon-map:before {
  content: "\ea3f";
}

.icon-minus:before {
  content: "\ea40";
}

.icon-mobile:before {
  content: "\ea41";
}

.icon-money:before {
  content: "\ea42";
}

.icon-my-health:before {
  content: "\ea43";
}

.icon-notifications:before {
  content: "\ea44";
}

.icon-padlock:before {
  content: "\ea45";
}

.icon-phone:before {
  content: "\ea46";
}

.icon-pin-2:before {
  content: "\ea47";
}

.icon-pin:before {
  content: "\ea48";
}

.icon-plus:before {
  content: "\ea49";
}

.icon-poi:before {
  content: "\ea4a";
}

.icon-procent:before {
  content: "\ea4b";
}

.icon-savings:before {
  content: "\ea4c";
}

.icon-savingsoptimisation:before {
  content: "\ea4d";
}

.icon-search:before {
  content: "\ea4e";
}

.icon-settings:before {
  content: "\ea4f";
}

.icon-spending-monitor:before {
  content: "\ea50";
}

.icon-spending-stock:before {
  content: "\ea51";
}

.icon-spendings:before {
  content: "\ea52";
}

.icon-term-deposit:before {
  content: "\ea53";
}

.icon-thin-arrow-left:before {
  content: "\ea54";
}

.icon-thin-arrow-right:before {
  content: "\ea55";
}

.icon-tips:before {
  content: "\ea56";
}

.icon-unlock:before {
  content: "\ea57";
}

.icon-wind:before {
  content: "\ea58";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0.75em;
  margin-top: 0;
  color: var(--grey_600);
  font-kerning: none;
}
.theme-dark h1,
.theme-dark .h1,
.theme-dark h2,
.theme-dark .h2,
.theme-dark h3,
.theme-dark .h3,
.theme-dark h4,
.theme-dark .h4,
.theme-dark h5,
.theme-dark .h5 {
  color: var(--white);
}
.theme-grey h1,
.theme-grey .h1,
.theme-grey h2,
.theme-grey .h2,
.theme-grey h3,
.theme-grey .h3,
.theme-grey h4,
.theme-grey .h4,
.theme-grey h5,
.theme-grey .h5 {
  color: var(--black);
}
.theme-brand-dark h1,
.theme-brand-dark .h1,
.theme-brand-dark h2,
.theme-brand-dark .h2,
.theme-brand-dark h3,
.theme-brand-dark .h3,
.theme-brand-dark h4,
.theme-brand-dark .h4,
.theme-brand-dark h5,
.theme-brand-dark .h5 {
  color: var(--white);
}
.theme-graphite h1,
.theme-graphite .h1,
.theme-graphite h2,
.theme-graphite .h2,
.theme-graphite h3,
.theme-graphite .h3,
.theme-graphite h4,
.theme-graphite .h4,
.theme-graphite h5,
.theme-graphite .h5 {
  color: var(--white);
}
.theme-charcoal h1,
.theme-charcoal .h1,
.theme-charcoal h2,
.theme-charcoal .h2,
.theme-charcoal h3,
.theme-charcoal .h3,
.theme-charcoal h4,
.theme-charcoal .h4,
.theme-charcoal h5,
.theme-charcoal .h5 {
  color: var(--white);
}
.theme-brand-gradient h1,
.theme-brand-gradient .h1,
.theme-brand-gradient h2,
.theme-brand-gradient .h2,
.theme-brand-gradient h3,
.theme-brand-gradient .h3,
.theme-brand-gradient h4,
.theme-brand-gradient .h4,
.theme-brand-gradient h5,
.theme-brand-gradient .h5 {
  color: var(--white);
}
.theme-brand-primary h1,
.theme-brand-primary .h1,
.theme-brand-primary h2,
.theme-brand-primary .h2,
.theme-brand-primary h3,
.theme-brand-primary .h3,
.theme-brand-primary h4,
.theme-brand-primary .h4,
.theme-brand-primary h5,
.theme-brand-primary .h5 {
  color: var(--white);
}
.theme-brand-primary-300 h1,
.theme-brand-primary-300 .h1,
.theme-brand-primary-300 h2,
.theme-brand-primary-300 .h2,
.theme-brand-primary-300 h3,
.theme-brand-primary-300 .h3,
.theme-brand-primary-300 h4,
.theme-brand-primary-300 .h4,
.theme-brand-primary-300 h5,
.theme-brand-primary-300 .h5 {
  color: var(--primary_800);
}
.theme-brand-primary-100 h1,
.theme-brand-primary-100 .h1,
.theme-brand-primary-100 h2,
.theme-brand-primary-100 .h2,
.theme-brand-primary-100 h3,
.theme-brand-primary-100 .h3,
.theme-brand-primary-100 h4,
.theme-brand-primary-100 .h4,
.theme-brand-primary-100 h5,
.theme-brand-primary-100 .h5 {
  color: var(--primary_800);
}
.theme-white h1,
.theme-white .h1,
.theme-white h2,
.theme-white .h2,
.theme-white h3,
.theme-white .h3,
.theme-white h4,
.theme-white .h4,
.theme-white h5,
.theme-white .h5 {
  color: var(--grey_600);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}
h1.thin,
.h1.thin,
h2.thin,
.h2.thin,
h3.thin,
.h3.thin,
h4.thin,
.h4.thin,
h5.thin,
.h5.thin {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 300;
}

h1,
.h1 {
  font-size: clamp(40px, 5vw, 60px);
}

h2,
.h2 {
  font-size: clamp(32px, 4vw, 48px);
}

h3,
.h3 {
  font-size: clamp(24px, 3.5vw, 40px);
}

h4,
.h4 {
  font-size: clamp(20px, 3vw, 32px);
}

h5,
.h5 {
  font-size: clamp(18px, 3vw, 20px);
}

.fw-300 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 300;
}

.fw-400 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}

.fw-600 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 600;
}

.fw-700 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}

a,
p {
  font-kerning: none;
}

a {
  text-decoration: none;
}
a.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0;
  color: var(--primary_500);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}
a.link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  position: relative;
  top: 0;
  left: 4px;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' viewBox='0 0 8 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.776351 0.675781C-0.253576 1.65524 -0.253575 3.24474 0.776351 4.22511L4.50577 8.00911L0.776352 11.7931C-0.253575 12.7735 -0.253575 14.3621 0.776352 15.3424L8.00391 8.00911L0.776351 0.675781Z' fill='%23000'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' viewBox='0 0 8 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.776351 0.675781C-0.253576 1.65524 -0.253575 3.24474 0.776351 4.22511L4.50577 8.00911L0.776352 11.7931C-0.253575 12.7735 -0.253575 14.3621 0.776352 15.3424L8.00391 8.00911L0.776351 0.675781Z' fill='%23000'/></svg>");
}

strong {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  strong.lead {
    font-size: 1.375rem;
  }
}
@media (min-width: 1367px) {
  strong.lead {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.375em;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 1.5em;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
@media (max-width: 639px) {
  p {
    word-break: break-word;
  }
}
p:empty {
  display: none;
}

.lead {
  font-size: 1.375rem;
  line-height: 1.25;
  display: block;
  position: relative;
  margin-bottom: 1em;
  color: #311266;
}
.theme-dark .lead {
  color: #fff;
}
.theme-brand-dark .lead {
  color: var(--white);
}
.theme-graphite .lead {
  color: var(--white);
}
.theme-charcoal .lead {
  color: var(--white);
}
.theme-brand-gradient .lead {
  color: var(--white);
}
.theme-brand-primary .lead {
  color: var(--white);
}
.theme-brand-primary-300 .lead {
  color: var(--primary_800);
}
.theme-brand-primary-100 .lead {
  color: var(--primary_800);
}
.theme-white .lead {
  color: var(--grey_600);
}
@media (min-width: 640px) {
  .lead {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .lead {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1024px) {
  .lead {
    font-size: 1rem;
  }
  .lead:not(:last-of-type), .lead:only-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1367px) {
  .lead {
    font-size: 1.125rem;
  }
}

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 44px;
  text-transform: none;
  min-width: 146px;
  transition: all 0.25s ease;
  height: 56px;
  align-content: center;
  padding: 0.875rem 1.25rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}

.button {
  /* Variants */
}
.button.primary {
  background: var(--white);
  border-color: var(--grey_600);
  color: var(--grey_600);
}
.button.primary:hover, .button.primary:focus, .button.primary:active {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
}
.button.secondary {
  border-radius: 120px;
  border: 1px solid var(--grey_600);
  background: var(--white);
  color: var(--grey_600);
}
.button.secondary:hover, .button.secondary:focus, .button.secondary:active {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
}
.button.secondary-darker {
  border-radius: 120px;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}
.button.secondary-darker:hover, .button.secondary-darker:focus, .button.secondary-darker:active {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--white);
  color: rgba(255, 255, 255, 0.2);
}
.button.accent {
  background-color: var(--primary_500);
  border-color: var(--primary_500);
  color: var(--white);
}
.button.accent:hover, .button.accent:focus, .button.accent:active {
  background-color: var(--white);
  border-color: var(--primary_500);
  color: var(--primary_500);
}
.button.category {
  color: var(--grey_666);
  border: none;
  padding: 12px 12px 8px 12px;
  border-radius: 98px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.button.category:hover {
  background: var(--grey_200);
}
.button.category.active {
  background: var(--primary_500);
  color: var(--white);
}
.button.category.active::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
}
.button.link-download {
  color: var(--primary_500);
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background-color 0.3s ease;
}
.button.link-download::before {
  content: "";
  width: 14px;
  height: 15px;
  display: block;
  background: url("../icons/download.svg") no-repeat center transparent;
  background-size: contain;
}
.button.link-arrow-down {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0;
  color: var(--primary_500);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}
.button.link-arrow-down:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  position: relative;
  top: 0;
  left: 4px;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../icons/arrow-down.svg");
          mask-image: url("../icons/arrow-down.svg");
}
.button {
  /* Sizes */
}
.button.size-46 {
  height: 46px;
  padding: 0.75rem 1.25rem;
}
.button.is-active {
  position: relative;
}
.button.is-active::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--grey_600);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
@media (max-width: 767px) {
  .button.primary, .button.secondary, .button.accent {
    min-width: 166px;
  }
}

.link {
  color: #000;
  font-size: 0.9375rem;
  position: relative;
  display: inline-block;
}
@media (min-width: 640px) {
  .link {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .link {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1367px) {
  .link {
    font-size: 1.125rem;
  }
}
.link .icon {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0.125rem;
  top: calc(50% - 0.5rem);
  color: var(--primary);
}
.theme-dark .link .icon {
  color: #ffe375;
}

.links li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgb(196.75, 196.75, 196.75);
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .links li {
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .links li {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1367px) {
  .links li {
    padding: 1.5rem 0;
  }
}
.links .link {
  font-size: 1rem;
  display: block;
  padding-right: 2.5rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .links .link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .links .link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1367px) {
  .links .link {
    font-size: 1.375rem;
  }
}
.links .link .icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 0.875rem;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .links .link .icon {
    font-size: 0.9375rem;
  }
}

label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--grey_600);
  margin-bottom: 0.875rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  label {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  label {
    margin-bottom: 1.25rem;
  }
}
label dfn[title=required] {
  visibility: hidden;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=date] {
  display: block;
  width: 100%;
  background-color: var(--white);
  border: 1px solid var(--grey_400);
  border-radius: 16px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1rem;
  transition: all 0.25s ease;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: -1.4375rem;
  position: absolute;
  right: 0;
  top: 2.25rem;
  width: 100%;
}
input[type=date]::after {
  content: "\ea10";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0.5rem;
  font-size: 1.375rem;
  font-family: "iconfont", serif;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  width: 100%;
  padding: 0.625rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}

div.validation-error input[type=text],
div.validation-error input[type=email],
div.validation-error input[type=number],
div.validation-error input[type=tel],
div.validation-error input[type=date] {
  border-bottom-color: #ff5553;
}

div.valid input[type=text],
div.valid input[type=email],
div.valid input[type=number],
div.valid input[type=tel],
div.valid input[type=date] {
  border-bottom-color: var(--primary);
}

textarea {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 1.25rem;
  box-shadow: none;
  min-height: 100px;
  transition: border 0.25s ease;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
textarea:focus, textarea:hover, textarea[data-hover], textarea[data-focus] {
  border: 1px solid #25c700;
}

.field textarea,
.form-row textarea {
  color: #383838;
  padding: 2.125rem 0 1.25rem !important;
  outline-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.field textarea:focus, .field textarea:hover, .field textarea[data-hover], .field textarea[data-focus],
.form-row textarea:focus,
.form-row textarea:hover,
.form-row textarea[data-hover],
.form-row textarea[data-focus] {
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.field input[type=date]::after,
.form-row input[type=date]::after {
  bottom: 0.5rem;
}

.checkbox input[type=checkbox],
[data-type=checkbox] input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox input[type=checkbox]:before,
[data-type=checkbox] input[type=checkbox]:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-color: #f2f2f2;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.checkbox input[type=checkbox]:after,
[data-type=checkbox] input[type=checkbox]:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  opacity: 0;
  transform: rotate(-45deg) scale(1.5);
  transition: all 0.25s ease;
}
.checkbox input[type=checkbox]:checked:before,
[data-type=checkbox] input[type=checkbox]:checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkbox input[type=checkbox]:checked:after,
[data-type=checkbox] input[type=checkbox]:checked:after {
  border-color: #fff;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.checkbox .js-validate-error-label,
[data-type=checkbox] .js-validate-error-label {
  left: 2.75rem;
  top: 107.5%;
}
@media (min-width: 640px) {
  .checkbox .js-validate-error-label,
  [data-type=checkbox] .js-validate-error-label {
    left: 2.375rem;
    top: 110%;
  }
}
@media (min-width: 1024px) {
  .checkbox .js-validate-error-label,
  [data-type=checkbox] .js-validate-error-label {
    left: 2rem;
    top: 112.5%;
  }
}

[data-type=checkbox] .form-item {
  padding-top: 0.5rem;
}

.form-wrapper [data-type=checkbox] input[type=checkbox] + label {
  font-size: 1.125rem;
  padding: 0 0 0 1.75rem;
  color: #383838;
}

.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label {
  font-size: 1.125rem;
  line-height: 1.38;
  color: #000;
  padding: 1.3125rem 1rem;
  width: 100%;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-color: #f2f2f2;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  opacity: 0;
  transform: rotate(-45deg) scale(1.5);
  transition: all 0.25s ease;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:checked:after {
  border-color: #fff;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.form-wrapper .form-checkbox-group span {
  padding-bottom: 1rem;
}

.radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio input[type=radio] + label {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 34px;
  color: #383838;
  text-transform: none;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
.radio input[type=radio] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #383838;
  border-radius: 50%;
  transition: all 0.25s ease;
  will-change: auto;
}
.radio input[type=radio] + label::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  border-radius: 50%;
  transform: scale(1.5);
  transition: all 0.25s ease;
  will-change: auto;
}
.radio input[type=radio]:checked + label::before {
  background-color: #25c700;
  border-color: #25c700;
}
.radio input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.radio input[type=radio]:hover + label::before, .radio input[type=radio]:focus + label::before, .radio input[type=radio][data-hover] + label::before, .radio input[type=radio][data-focus] + label::before {
  border-color: #25c700;
}

.radio-switch {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.radio-switch .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 144px;
}
.radio-switch input + label {
  color: var(--grey_600);
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 1rem 1.5rem;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
.radio-switch input + label:hover {
  cursor: pointer;
}
@media (min-width: 640px) {
  .radio-switch input + label {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .radio-switch input + label {
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .radio-switch input + label {
    padding: 1rem 4rem;
  }
}

.field,
.form-row {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.field .js-validate-error-label,
.form-row .js-validate-error-label {
  font-size: 0.75rem;
  left: 0;
  top: 115%;
  line-height: 1.1;
  position: absolute;
  color: #ff5553 !important;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
.field[data-type=text], .field[data-type=email], .field[data-type=password], .field[data-type=search], .field[data-type=tel],
.form-row[data-type=text],
.form-row[data-type=email],
.form-row[data-type=password],
.form-row[data-type=search],
.form-row[data-type=tel] {
  flex-direction: column-reverse;
  margin-top: 0.5rem;
}
.field[data-type=text] label, .field[data-type=email] label, .field[data-type=password] label, .field[data-type=search] label, .field[data-type=tel] label,
.form-row[data-type=text] label,
.form-row[data-type=email] label,
.form-row[data-type=password] label,
.form-row[data-type=search] label,
.form-row[data-type=tel] label {
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  pointer-events: none;
  margin-bottom: 4px;
  display: block;
}
.field[data-type=tel] .iti,
.form-row[data-type=tel] .iti {
  display: flex;
  position: relative;
  width: 100%;
}
.field[data-type=tel] .iti__flag,
.form-row[data-type=tel] .iti__flag {
  background-image: url("../img/flags.png");
}
.field[data-type=tel] .iti__flag-container,
.form-row[data-type=tel] .iti__flag-container {
  width: 85px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.field[data-type=tel] .iti__country-name,
.form-row[data-type=tel] .iti__country-name {
  font-size: 0.875rem;
}
.field[data-type=tel] .iti__selected-flag,
.form-row[data-type=tel] .iti__selected-flag {
  outline: none;
  background-color: transparent !important;
}
.field[data-type=tel] input[type=tel],
.form-row[data-type=tel] input[type=tel] {
  padding-left: 0 !important;
  width: calc(100% - 93px);
  margin-left: 8px;
}
.field[data-type=tel] label,
.form-row[data-type=tel] label {
  left: 93px;
}
.field[data-type=tel] .error-message,
.form-row[data-type=tel] .error-message {
  left: 92px;
}
.field[data-type=hidden],
.form-row[data-type=hidden] {
  padding: 0;
  margin: 0;
}
.field[data-type=checkbox] .error-message,
.form-row[data-type=checkbox] .error-message {
  left: 2.25rem;
  top: 100%;
}
.field[data-type=checkbox] label,
.form-row[data-type=checkbox] label {
  margin-bottom: 0.25rem;
}
.field .error-message,
.form-row .error-message {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  display: block;
  color: #ff5553;
  font-size: 0.75rem;
  pointer-events: none;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
.field .radio-switch,
.form-row .radio-switch {
  justify-content: left;
}

.form-container,
.form {
  position: relative;
  display: block;
}
.form-container form,
.form form {
  padding: 0;
}
.form-container form .button-wrapper,
.form form .button-wrapper {
  text-align: center;
}
.form-container form .button-wrapper input[type=submit],
.form form .button-wrapper input[type=submit] {
  background-color: var(--primary);
  border: none;
  color: var(--white);
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem 5.625rem;
}

.contact-form {
  padding: 5rem 1.5rem;
  background: var(--grey_100);
}

.form fieldset {
  display: flex;
  flex-direction: column;
  border: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.form .group {
  padding: 0;
  margin: 0;
}
.form .text.error h1 {
  font-size: 1.25rem;
  color: #ff5553;
}
.form .text.error ul {
  display: none;
}
.form-row.error label {
  color: #ff5553;
}
.form-row[data-type=radio] label {
  padding-left: 0;
  margin-bottom: 1rem;
}

input#timeWorkedCheck_0 + label, input#timeWorkedCheck_1 + label, input#timeWorkedCheck_2 + label, input#timeWorkedCheck_4 + label {
  padding: 1rem;
  height: 100%;
}

.form-tab .warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.375rem;
}
.form-tab .tab {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 1rem 4rem;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
.form-tab #one:checked ~ .tabs #one-tab,
.form-tab #two:checked ~ .tabs #two-tab {
  background-color: #F0E9FB;
  color: var(--primary);
  box-shadow: none;
  margin-right: 0;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 600;
}
.form-tab .tabs {
  position: relative;
  padding: 1px;
  border: 1px solid #d8d3e2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.form-tab .panels {
  padding-top: 1.25rem;
  width: 100%;
}
.form-tab .panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-tab .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.form-tab .radio {
  display: none;
}
.form-tab #one:checked ~ .panels #one-panel,
.form-tab #two:checked ~ .panels #two-panel {
  display: block;
}

#formErrorsDisplay.error p {
  color: #ff5553;
}

.cs-select,
[data-type=select] > fieldset > div {
  position: relative;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  min-width: 3.25rem;
  text-transform: uppercase;
}
.cs-select .cs-placeholder,
[data-type=select] > fieldset > div .cs-placeholder {
  display: block;
  width: 100%;
  color: #000;
  font-size: 0.8125rem;
  will-change: auto;
  padding: 0.75rem 1.75rem 0.75rem 0.5rem;
  box-shadow: none;
}
.cs-select .cs-placeholder::after,
[data-type=select] > fieldset > div .cs-placeholder::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.15s ease-in-out;
  will-change: auto;
  transform: translateY(-100%) rotate(-45deg);
}
@media (min-width: 768px) {
  .cs-select .cs-placeholder::after,
  [data-type=select] > fieldset > div .cs-placeholder::after {
    border-left: 1px solid;
    border-bottom: 1px solid;
  }
}
.cs-select.cs-active,
[data-type=select] > fieldset > div.cs-active {
  z-index: 1;
}
.cs-select.cs-active .cs-placeholder::after,
[data-type=select] > fieldset > div.cs-active .cs-placeholder::after {
  transform: translateY(-25%) rotate(135deg);
}
.cs-select.cs-active .cs-options,
[data-type=select] > fieldset > div.cs-active .cs-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.cs-select .cs-options,
[data-type=select] > fieldset > div .cs-options {
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  will-change: auto;
  transform: translateY(1rem);
  transition: all 0.25s ease;
}
.cs-select .cs-options ul,
[data-type=select] > fieldset > div .cs-options ul {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 3px -2px rgba(0, 0, 0, 0.06), 0 3px 4px 0 rgba(0, 0, 0, 0.07);
}
.cs-select .cs-options ul li,
[data-type=select] > fieldset > div .cs-options ul li {
  position: relative;
  display: block;
  outline: 0;
}
.cs-select .cs-options ul li:first-child,
[data-type=select] > fieldset > div .cs-options ul li:first-child {
  border-top: 0;
}
.cs-select .cs-options ul li span,
[data-type=select] > fieldset > div .cs-options ul li span {
  background-color: #fff;
  display: block;
  font-size: 0.875rem;
  color: #383838;
  padding: 0.5625rem 0.5rem;
  transition: background 0.25s ease;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
.cs-select .cs-options ul li span::after,
[data-type=select] > fieldset > div .cs-options ul li span::after {
  display: none;
}
.cs-select .cs-options ul li:hover > span,
[data-type=select] > fieldset > div .cs-options ul li:hover > span {
  color: var(--primary);
}
.cs-select .cs-options ul li.cs-selected > span,
[data-type=select] > fieldset > div .cs-options ul li.cs-selected > span {
  color: var(--primary);
}
.cs-select select,
[data-type=select] > fieldset > div select {
  opacity: 0.001;
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cs-select [data-placeholder],
[data-type=select] > fieldset > div [data-placeholder] {
  display: none;
}
.cs-select.theme-basic .cs-placeholder,
[data-type=select] > fieldset > div.theme-basic .cs-placeholder {
  border: 1px solid transparent;
  color: var(--primary);
  font-size: 19px;
}
@media (min-width: 768px) {
  .cs-select.theme-basic .cs-placeholder,
  [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .cs-select.theme-basic .cs-placeholder,
  [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  .theme-dark .cs-select.theme-basic .cs-placeholder,
  .theme-dark [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
    color: #fff;
  }
  .cs-select.theme-basic .cs-placeholder::after,
  [data-type=select] > fieldset > div.theme-basic .cs-placeholder::after {
    width: 0.4rem;
    height: 0.4rem;
    border-color: var(--primary);
  }
  .theme-dark .cs-select.theme-basic .cs-placeholder::after,
  .theme-dark [data-type=select] > fieldset > div.theme-basic .cs-placeholder::after {
    border-color: #fff;
  }
}
.menu-open .cs-select.theme-basic .cs-placeholder::after,
.menu-open [data-type=select] > fieldset > div.theme-basic .cs-placeholder::after {
  border-color: #fff;
}
.menu-open .cs-select.theme-basic .cs-placeholder,
.menu-open [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
  color: #fff;
}
.cs-select.theme-basic .cs-options,
[data-type=select] > fieldset > div.theme-basic .cs-options {
  text-align: left;
}
.cs-select.theme-sort,
[data-type=select] > fieldset > div.theme-sort {
  min-width: 6rem;
}
.cs-select.theme-sort .cs-placeholder,
[data-type=select] > fieldset > div.theme-sort .cs-placeholder {
  display: block;
  height: 40px;
  line-height: 1.25;
  font-size: 0.8175rem;
  position: relative;
  white-space: nowrap;
  color: #000;
  padding: 0.6875rem 2rem 0.4375rem 0.5rem;
  border: 2px solid var(--primary);
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .cs-select.theme-sort .cs-placeholder,
  [data-type=select] > fieldset > div.theme-sort .cs-placeholder {
    padding: 0.625rem 2rem 0.4375rem 0.75rem;
  }
}
@media (min-width: 1367px) {
  .cs-select.theme-sort .cs-placeholder,
  [data-type=select] > fieldset > div.theme-sort .cs-placeholder {
    height: 40px;
    line-height: 1.25;
    padding: 0.625rem 2.75rem 0.625rem 1rem;
  }
  .cs-select.theme-sort .cs-placeholder::after,
  [data-type=select] > fieldset > div.theme-sort .cs-placeholder::after {
    right: 1rem;
  }
}
.cs-select.theme-sort .cs-options,
[data-type=select] > fieldset > div.theme-sort .cs-options {
  top: calc(100% + 0.25rem);
}
@media (max-width: 639px) {
  .cs-select.theme-filter,
  [data-type=select] > fieldset > div.theme-filter {
    width: 100%;
  }
}
.cs-select.theme-filter .cs-placeholder,
[data-type=select] > fieldset > div.theme-filter .cs-placeholder {
  display: block;
  line-height: 1;
  font-size: 0.8125rem;
  position: relative;
  white-space: nowrap;
  color: #000;
  padding: 0.6875rem 2rem 0.4375rem 2.375rem;
  border: 2px solid var(--primary);
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  background: url("../img/svg/filter-menu.svg") no-repeat 10px center transparent;
  background-size: 20px;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .cs-select.theme-filter .cs-placeholder,
  [data-type=select] > fieldset > div.theme-filter .cs-placeholder {
    padding: 0.6875rem 2rem 0.4375rem 2.5rem;
  }
}
@media (min-width: 1367px) {
  .cs-select.theme-filter .cs-placeholder,
  [data-type=select] > fieldset > div.theme-filter .cs-placeholder {
    height: 50px;
    line-height: 1.25;
    padding: 0.875rem 2.75rem 0.875rem 2.375rem;
  }
  .cs-select.theme-filter .cs-placeholder::after,
  [data-type=select] > fieldset > div.theme-filter .cs-placeholder::after {
    right: 1rem;
  }
}
.cs-select.theme-filter .cs-options,
[data-type=select] > fieldset > div.theme-filter .cs-options {
  top: calc(100% + 0.25rem);
}

.theme-light .cs-select.theme-basic .cs-placeholder::after {
  border-color: #fff;
}
.theme-light .cs-select.theme-basic .cs-placeholder::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 0.625rem;
  border-radius: 50%;
}

header.theme-light .cs-select.theme-basic .cs-placeholder::before {
  background-color: transparent;
}
header.theme-light .cs-select.theme-basic .cs-placeholder::after {
  border-color: var(--primary);
  width: 0.4rem;
  height: 0.4rem;
}

[data-type=select] > fieldset > div {
  width: 100%;
  text-transform: none;
}
[data-type=select] > fieldset > div .cs-placeholder {
  font-size: 1rem;
  color: #6e6e6e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
[data-type=select] > fieldset > div ul li span {
  font-size: 1rem !important;
}

.wysiwyg-form.no-top-margin {
  margin-top: -2.25rem;
}
.wysiwyg-form.left-alignment {
  margin-left: 2.2rem;
}

.grecaptcha-badge {
  display: none;
  z-index: -1;
}

.wysiwyg-content-wrapper {
  position: relative;
}

.wysiwyg-content {
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
.wysiwyg-content--truncated {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.wysiwyg-content--truncated::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}
.wysiwyg-content--lines-5 {
  -webkit-line-clamp: 5;
}
.wysiwyg-content--lines-7 {
  -webkit-line-clamp: 7;
}
.wysiwyg-content--lines-10 {
  -webkit-line-clamp: 10;
}
.wysiwyg-content--expanded {
  display: block;
  -webkit-line-clamp: unset;
}
.wysiwyg-content--expanded::after {
  display: none;
}

.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label {
  font-size: 1rem;
  line-height: 1.38;
  padding-left: 1rem;
  color: #000;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label::before {
  top: 1.3125rem;
  right: 0.75rem;
  left: auto;
  border: solid 1.5px rgba(0, 0, 0, 0.1);
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:after {
  top: 1.65rem;
  right: 1.1rem;
  left: auto;
}
@media (min-width: 768px) {
  .form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:after {
    top: 1.7rem;
    right: 1rem;
  }
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] label {
  margin-bottom: 0;
}
.form-wrapper .form-checkbox-group .form-item {
  padding-bottom: 0.375rem;
}
.form-wrapper .form-checkbox-group .form-item:first-child {
  padding-top: 1rem;
}
.form-wrapper .form-checkbox-group .form-item label {
  padding: 1.3125rem 1rem;
  border-radius: 0.375rem;
  border: solid 1.5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form-wrapper .form-checkbox-group span {
  padding-bottom: 1rem;
}

.form-amount {
  position: relative;
}
.form-amount label {
  margin-bottom: 0;
}
.form-amount p {
  position: absolute;
  right: 0;
  top: 2.3rem;
  z-index: 9999;
  margin: 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
}
.form-amount .form-row {
  margin-bottom: 1.125rem;
}
.form-amount .form-row.validation-error {
  margin-bottom: 2rem;
}
.form-amount .form-row.validation-error .form-amount-box::before {
  top: 6rem;
}
.form-amount-box {
  position: relative;
  background: #f0e9fb;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.1875rem;
  color: #383838;
}
.form-amount-box::before {
  position: absolute;
  content: " ";
  z-index: -1;
  transform: rotate(45deg);
  top: -0.4rem;
  left: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f0e9fb;
}

.contact-form {
  padding: 8rem 2vw 5rem;
}

.form-row[data-type=radio] label {
  font-size: 1.125rem;
  padding: 0;
  color: var(--grey_600);
}

.form-row[data-type=radio] input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-row[data-type=radio] input[type=radio]:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-color: #f2f2f2;
  border: 1px solid;
  border-radius: 100%;
  transition: all 0.25s ease;
}
.form-row[data-type=radio] input[type=radio]:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  opacity: 0;
  transform: rotate(-45deg) scale(1.5);
  transition: all 0.25s ease;
}
.form-row[data-type=radio] input[type=radio]:checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-row[data-type=radio] input[type=radio]:checked:after {
  border-color: #fff;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.form-row[data-type=radio] .form-item label {
  margin-left: 1.75rem;
}

.form-wrapper .form-agreement .form-row[data-type=checkbox] input[type=checkbox] + label {
  padding: 0 0 0 1.75rem;
  border: none;
  color: var(--grey_600);
}
.form-wrapper .form-agreement .form-row[data-type=checkbox] input[type=checkbox] + label::before {
  right: auto;
  left: 0;
}
.form-wrapper .form-agreement .form-row[data-type=checkbox] input[type=checkbox] + label::after {
  left: 0.35rem;
  right: auto;
}

.sms-form {
  margin-top: calc(50 / 16)rem;
}
.sms-form h2 {
  font-size: calc(25 / 16)rem;
  line-height: 1.48;
  margin-bottom: calc(14 / 16)rem;
  color: #383838;
}
.sms-form .contact-form {
  padding: 1rem 1.5rem 2rem;
}
@media (min-width: 768px) {
  .sms-form .contact-form {
    padding: 0;
  }
}
.sms-form .contact-form .center {
  margin: 0 auto;
}
.sms-form.rwdButton .contact-form {
  padding: 0;
}
@media (max-width: 1023px) {
  .sms-form.rwdButton .contact-form {
    display: none;
  }
}
.sms-form.rwdButton .sms-button {
  display: block;
}
@media (min-width: 1024px) {
  .sms-form.rwdButton .sms-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .sms-form.rwdForm .contact-form {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.sms-form.rwdForm .sms-button {
  display: none;
}
.sms-form .wysiwyg-form p {
  line-height: 0.75rem;
  padding-top: 0.875rem;
}
.sms-form .button {
  margin: 0;
}
.sms-form div.center {
  width: 100%;
  max-width: calc(460 / 16)rem;
  margin: 0;
  padding: 0;
  flex: auto;
}
.sms-form .form .text {
  margin-bottom: 0;
}
.sms-form .form form .button-wrapper {
  text-align: left;
}
.sms-form .form form .button-wrapper .button {
  min-width: 10.375rem;
  transition: all 0.25s ease;
  color: #383838;
  padding-left: calc(15 / 16)rem;
  padding-right: calc(15 / 16)rem;
}
.sms-form .form form .button-wrapper .button:hover, .sms-form .form form .button-wrapper .button:focus {
  text-decoration: none;
  color: #383838;
  background-color: rgb(255, 221.8260869565, 91.5);
}

.banner-section .sms-form.rwdForm .contact-form {
  padding: 0;
}
.banner-section .sms-form.rwdForm .button-wrapper {
  text-align: left;
}
.banner-section .sms-form .contact-form .center {
  margin: 0;
}

.cost-comparison-section .sms-form {
  margin-top: calc(30 / 16)rem;
}
.cost-comparison-section .sms-form div.center {
  max-width: none;
}
.cost-comparison-section .sms-form .form-row {
  max-width: calc(460 / 16)rem;
}
.cost-comparison-section .sms-form .contact-form .center {
  margin: 0;
}

.price-section .sms-form {
  margin-top: calc(-15 / 16)rem;
  position: relative;
  z-index: 1;
}

.pricing-all-section .sms-form h2 {
  font-size: calc(20 / 16)rem;
  line-height: 1.5;
  margin-bottom: calc(4 / 16)rem;
}
.pricing-all-section .sms-form .contact-form .center {
  margin: 0;
}

.download-section .form form .button-wrapper input[type=submit] {
  background-color: #311266;
  color: #fff;
  border-color: #311266;
}
.download-section .form form .button-wrapper input[type=submit]:hover, .download-section .form form .button-wrapper input[type=submit]:focus {
  color: #fff;
  background-color: rgb(38.5875, 14.175, 80.325);
}
.download-section .sms-form .contact-form .center {
  margin: 0;
}

.banner-product .sms-form .contact-form .center {
  margin: 0;
}

.sms-popup {
  display: none;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px) brightness(0.7);
}
.sms-popup.active {
  display: flex;
  animation: fadeIn 0.1s;
}
.sms-popup-content {
  position: relative;
  width: 90%;
  max-width: 503px;
  padding: 60px 30px 40px;
  background-color: #fff;
  animation: popup 0.5s;
}
@media (min-width: 1024px) {
  .sms-popup-content {
    width: auto;
    padding: 60px 30px;
  }
}
.sms-popup-content .icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.sms-popup-content-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .sms-popup-content-button {
    flex-direction: row;
  }
}
.sms-popup-content-button .download-button {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .sms-popup-content-button .download-button {
    margin: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .sms-popup-content-button .site-footer__download-apple {
    margin-right: 1px;
  }
}
.sms-popup-content-button .site-footer__download-huawei,
.sms-popup-content-button .site-footer__download-android,
.sms-popup-content-button .site-footer__download-apple {
  width: 102px;
}
.sms-popup-default-text {
  text-align: center;
  color: #383838;
}

.condition-message {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  color: #ff5553;
  text-align: left;
}

.section-contact-boxes h2 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: var(--grey_600);
}
.section-contact-boxes .box-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 1rem;
}
.section-contact-boxes .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(100% - 1rem);
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: var(--grey_100);
}
@media (min-width: 1024px) {
  .section-contact-boxes .box {
    flex: 0 0 calc(50% - 1rem);
  }
}
.section-contact-boxes .box-wrapper {
  display: flex;
}
.section-contact-boxes .box-icon {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.section-contact-boxes .box-content-title {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0;
  color: var(--grey_600);
}
.section-contact-boxes .box-content-text {
  margin: 0;
  color: var(--grey_600);
}
.section-contact-boxes .box-content p,
.section-contact-boxes .box-content li,
.section-contact-boxes .box-content span {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
.section-contact-boxes .box-link {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}
.section-contact-boxes .box-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-9px);
}
.section-contact-boxes .box-small {
  flex: 1 1 calc(100% - 1rem);
}
@media (min-width: 1024px) {
  .section-contact-boxes .box-small {
    flex: 0 0 calc(33.333% - 1rem);
  }
}
.section-contact-boxes .box-active {
  background-color: var(--primary);
}
.section-contact-boxes .box-active .box-content-title,
.section-contact-boxes .box-active .box-content-text,
.section-contact-boxes .box-active .box-link,
.section-contact-boxes .box-active p,
.section-contact-boxes .box-active li,
.section-contact-boxes .box-active span {
  color: var(--white);
}
.section-contact-boxes .box-active .box-icon {
  filter: invert(1);
}
.section-contact-boxes .box-active .box-link:after {
  border-color: var(--white);
}
.section-contact-boxes .box-link {
  margin-left: auto;
}

.section-info-boxes {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-info-boxes h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  line-height: 48px;
  color: var(--grey_600);
}
@media (min-width: 1024px) {
  .section-info-boxes h2 {
    font-size: 3rem;
    line-height: 60px;
  }
}
.section-info-boxes .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 56px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-container {
    margin-top: 72px;
  }
}
.section-info-boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
}
.section-info-boxes .box-icon {
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-icon {
    width: 58px;
    height: 58px;
  }
}
.section-info-boxes .box-title {
  margin-top: 1rem;
  font-size: 2rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  line-height: 32px;
  color: var(--grey_600);
}
.section-info-boxes .box-text {
  display: none;
}
.section-info-boxes .box-list {
  margin: 0;
  padding-left: 1.25rem;
}
.section-info-boxes .box-list li:first-child {
  margin-top: 0;
}
.section-info-boxes .box p,
.section-info-boxes .box li,
.section-info-boxes .box span {
  max-width: 320px;
  margin-top: 1rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
.section-info-boxes .box.full-width p,
.section-info-boxes .box.full-width li,
.section-info-boxes .box.full-width span {
  max-width: 100%;
}
.section-info-boxes .box-list {
  margin-top: 0;
}
.section-info-boxes--dark .box-container {
  background-color: var(--grey_600);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 56px;
  position: relative;
}
@media (min-width: 1024px) {
  .section-info-boxes--dark .box-container {
    margin-top: 72px;
    padding: 3rem;
  }
}
.section-info-boxes--dark .box-container .box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  width: 1px;
  height: 88px;
  background-color: var(--grey_500);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .section-info-boxes--dark .box-container .box:not(:last-child)::after {
    display: none;
  }
}
.section-info-boxes--dark .box {
  background-color: transparent;
  color: var(--white);
  position: relative;
}
.section-info-boxes--dark .box-title {
  color: var(--white);
}
.section-info-boxes--dark .box p,
.section-info-boxes--dark .box li,
.section-info-boxes--dark .box span {
  color: var(--white);
}
.section-info-boxes--dark .box a {
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}
.section-info-boxes--dark .box a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  position: relative;
  top: 0;
  left: 4px;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' viewBox='0 0 8 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.776351 0.675781C-0.253576 1.65524 -0.253575 3.24474 0.776351 4.22511L4.50577 8.00911L0.776352 11.7931C-0.253575 12.7735 -0.253575 14.3621 0.776352 15.3424L8.00391 8.00911L0.776351 0.675781Z' fill='%23fff'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' viewBox='0 0 8 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.776351 0.675781C-0.253576 1.65524 -0.253575 3.24474 0.776351 4.22511L4.50577 8.00911L0.776352 11.7931C-0.253575 12.7735 -0.253575 14.3621 0.776352 15.3424L8.00391 8.00911L0.776351 0.675781Z' fill='%23fff'/></svg>");
}

.section-steps {
  background: var(--grey_100);
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .section-steps {
    padding: 6rem 0;
  }
}
.section-steps h2 {
  margin: 0;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--grey_600);
}
@media (min-width: 1024px) {
  .section-steps h2 {
    font-size: 3rem;
  }
}
.section-steps .step-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 72px;
  row-gap: 3rem;
  counter-reset: step;
}
@media (min-width: 1024px) {
  .section-steps .step-container {
    margin-top: 88px;
    row-gap: 1rem;
  }
}
.section-steps .step-container > .step:last-child .step-connector {
  display: none;
}
@media (min-width: 1024px) {
  .section-steps .step-container-btn {
    margin-top: 40px;
  }
}
.section-steps .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 calc(100% - 1rem);
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  counter-increment: step;
}
@media (min-width: 1024px) {
  .section-steps .step {
    flex: 0 0 calc(33.333% - 1rem);
  }
}
.section-steps .step-connector {
  position: absolute;
  bottom: -48px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: var(--grey_300);
}
@media (min-width: 1024px) {
  .section-steps .step-connector {
    top: 56px;
    width: calc(100% - 6rem);
    left: calc(50% + 3rem);
    height: 1px;
  }
}
.section-steps .step-number {
  position: relative;
  width: 64px;
  height: 64px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  background: var(--primary_800);
  border-radius: 100%;
  padding: 1rem;
}
.section-steps .step-number:before {
  content: counter(step);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-steps .step-wrapper {
  display: flex;
}
.section-steps .step-icon {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.section-steps .step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-steps .step-content-title {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: var(--grey_600);
}
.section-steps .step-content p {
  max-width: 330px;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
.section-steps .step-content-text {
  display: none;
}
.section-steps .step-link {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.section-steps .step-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-9px);
}
.section-steps .step-active {
  background-color: var(--primary);
}
.section-steps .step-active .step-content-title,
.section-steps .step-active .step-content-text,
.section-steps .step-active .step-link,
.section-steps .step-active p {
  color: var(--white);
}
.section-steps .step-active .step-icon {
  filter: invert(1);
}
.section-steps .step-active .step-link:after {
  border-color: var(--white);
}
.section-steps .step-container-small .step {
  flex: 1 1 calc(100% - 1rem);
}
@media (min-width: 1024px) {
  .section-steps .step-container-small .step {
    flex: 0 0 calc(25% - 1rem);
  }
}
.section-steps .step-container-small > .step:nth-child(4n) .step-connector {
  display: none;
}
.section-steps .step-container-big > .step:nth-child(3n) .step-connector {
  display: none;
}

.section-app .app-container {
  display: flex;
  flex-direction: column;
  padding: 32px 24px 0 24px;
  background: var(--primary_900);
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .section-app .app-container {
    flex-direction: row;
    gap: 40px;
    padding: 40px 80px 0 80px;
    border-radius: 32px;
  }
}
@media (min-width: 1367px) {
  .section-app .app-container {
    gap: 80px;
  }
}
.section-app .app-container .app-wrapper-title {
  margin: 0;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem;
  color: var(--white);
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.section-app .app-container .app-wrapper p,
.section-app .app-container .app-wrapper li,
.section-app .app-container .app-wrapper span {
  margin-top: 1rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--white);
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper p,
  .section-app .app-container .app-wrapper li,
  .section-app .app-container .app-wrapper span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.section-app .app-container .app-wrapper-btns {
  display: flex;
  gap: 1rem;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-btns {
    margin-top: 48px;
    margin-bottom: 40px;
  }
}
.section-app .app-container .app-wrapper-btns-img {
  width: 100%;
  max-height: 48px;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-btns-img {
    max-width: 162px;
  }
}
.section-app .app-container .app-image {
  max-width: 100%;
  margin: 56px auto 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 640px) {
  .section-app .app-container .app-image {
    max-width: 390px;
  }
}
@media (min-width: 1024px) {
  .section-app .app-container .app-image {
    margin: 0;
  }
}

.banner-big-image img {
  width: 100%;
  height: 360px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .banner-big-image img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 520px;
  }
}
@media (min-width: 1024px) {
  .banner-big-image img {
    height: 680px;
  }
}

@media (max-width: 767px) {
  .banner > div:first-child {
    flex-direction: column-reverse !important;
  }
}
.banner.with-margins > div > div:first-child {
  padding-right: unset !important;
}
.banner .banner-content {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .banner .banner-content {
    padding: 2rem 1rem 0 1rem;
  }
}
.banner .buttons-box {
  gap: 12px;
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .banner .buttons-box .button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .buttons-box {
    justify-content: center;
  }
  .banner .buttons-box .button {
    width: 80%;
  }
}

.banner-full-width img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .banner-full-width img {
    height: 520px;
  }
}
@media (min-width: 1024px) {
  .banner-full-width img {
    height: 680px;
  }
}
.banner-full-width .buttons-box .button:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .banner-full-width .buttons-box .button:last-child {
    margin-right: 1rem;
    margin-top: 0;
  }
}

.unicredit-cards-section {
  position: relative;
  overflow: hidden;
}
.unicredit-cards-section .decoration {
  position: absolute;
  display: block;
  height: auto;
  width: 90%;
  aspect-ratio: 0.7;
  bottom: 0;
  left: 0;
  transform: translate(0, 20%);
  background: url("../img/unicredit-arrow.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .unicredit-cards-section .decoration {
    height: 120%;
    width: auto;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
  }
}
.unicredit-cards-section .unicredit-cards {
  position: relative;
}
.unicredit-cards-section .unicredit-cards__slides {
  position: relative;
}
.unicredit-cards-section .unicredit-cards__slides > .unicredit-card-slide {
  display: none;
}
.unicredit-cards-section .unicredit-cards__slides > .unicredit-card-slide.is-active {
  display: grid;
}
.unicredit-cards-section .unicredit-card-slide {
  position: relative;
  min-height: 520px;
  background-size: cover;
  border-radius: 12px;
  display: grid;
  grid-template-rows: minmax(260px, 34vh) 1fr;
  row-gap: 0.5rem;
}
.unicredit-cards-section .unicredit-hero {
  text-align: center;
  color: var(--white);
  padding: 56px 1rem 1.25rem;
}
@media (min-width: 768px) {
  .unicredit-cards-section .unicredit-hero {
    padding-top: 125px;
  }
}
.unicredit-cards-section .unicredit-hero h1 {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
}
.unicredit-cards-section .unicredit-hero p {
  margin: 0 auto 2rem;
  max-width: 820px;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.35;
}
.unicredit-cards-section .cards-visual-row {
  position: relative;
  z-index: 1;
  min-height: 280px;
  padding: 8vh 2rem 2rem;
  margin-bottom: -6rem;
}
.unicredit-cards-section {
  /* Stos kart – jeden kontener na slajd */
}
.unicredit-cards-section .cards-stack {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(220px, 32vw, 380px);
  pointer-events: none;
  margin: 0 auto;
  transform-style: preserve-3d;
}
.unicredit-cards-section .cards-stack[data-visible="1"] {
  will-change: transform;
}
.unicredit-cards-section .cards-stack [data-card] {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: clamp(160px, 30vw, 360px);
  height: auto;
  transform: translate3d(-50%, 60px, 0);
  opacity: 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
  will-change: transform, opacity;
  transition: none;
}
.unicredit-cards-section .unicredit-card-slide[data-layout=virtual] .cards-stack [data-card] {
  width: clamp(170px, 32vw, 380px);
}
.unicredit-cards-section .unicredit-card-slide[data-layout=physical] .cards-stack [data-card] {
  width: clamp(180px, 13vw, 220px);
}
@media (max-width: 640px) {
  .unicredit-cards-section .unicredit-card-slide[data-layout=virtual] .cards-stack [data-card] {
    width: clamp(240px, 20vw, 260px);
  }
  .unicredit-cards-section .unicredit-card-slide[data-layout=physical] .cards-stack [data-card] {
    width: clamp(130px, 32vw, 300px);
  }
}
.unicredit-cards-section .unicredit-cards__controls {
  position: relative;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(3px);
  height: 83px;
  align-items: center;
}
.unicredit-cards-section .unicredit-cards__controls .button {
  padding: 0.75rem 1.25rem;
  height: 46px;
  font-weight: 500;
}

.banner.expanded {
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner.expanded > div > div:first-child {
  padding-right: 40px;
}
@media (max-width: 639px) {
  .banner.expanded {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner.expanded > div > div:first-child {
    padding-right: unset;
  }
}
.banner.with-margins {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 32px;
  margin-right: 32px;
  border-radius: 24px;
}
.banner.with-margins > div > div:first-child {
  padding-right: 40px;
}
@media (max-width: 639px) {
  .banner.with-margins {
    padding-top: 0;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px;
    /* dodaj padding tylko do kolumny z treścią */
  }
  .banner.with-margins > div > div .feature {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner.with-margins > div > div:first-child {
    padding-right: 0;
  }
  .banner.with-margins {
    border-radius: unset;
  }
}
.banner {
  /* Subtitle styles */
}
.banner .subtitle {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.banner {
  /* Hide subtitle utility */
}
@media (max-width: 639px) {
  .banner .hide-on-mobile {
    display: none !important;
  }
}
.banner {
  /* Reset marginesów akapitów tylko dla tego komponentu */
}
.banner .feature .richtext p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.banner .feature a {
  margin-top: 56px;
}
.banner {
  /* Radius variants */
}
.banner.radius-default {
  border-radius: 24px;
}
.banner.radius-top {
  border-radius: 24px 24px 0 0;
}
.banner.radius-bottom {
  border-radius: 0 0 24px 24px;
}
.banner.radius-none {
  border-radius: 0;
}
.banner {
  /* dociągnięcie obrazka do krawędzi kontenera z uwzględnieniem paddingów */
}
.banner.with-margins.image-right > div > div:last-child picture, .banner.with-margins.image-right > div > div:last-child img, .banner.with-margins.big-image-right > div > div:last-child picture, .banner.with-margins.big-image-right > div > div:last-child img, .banner.image-bg.image-right > div > div:last-child picture, .banner.image-bg.image-right > div > div:last-child img {
  display: block;
  margin-left: auto;
}
.banner.with-margins.image-left > div > div:first-child picture, .banner.with-margins.image-left > div > div:first-child img, .banner.with-margins.big-image-left > div > div:first-child picture, .banner.with-margins.big-image-left > div > div:first-child img, .banner.image-bg.image-left > div > div:first-child picture, .banner.image-bg.image-left > div > div:first-child img {
  display: block;
  margin-right: auto;
}
.banner {
  /* Image radius options */
}
.banner img.image-radius-default {
  border-radius: 12px;
}
.banner img.image-radius-none {
  border-radius: 0;
}
.banner .row {
  gap: 0;
}
@media (max-width: 767px) {
  .banner > div > div img {
    width: 100%;
  }
  .banner > .row > div {
    width: 100%;
  }
  .banner {
    min-height: 600px;
  }
  .banner .row {
    row-gap: 32px;
  }
  .banner.image-right > .row, .banner.big-image-right > .row {
    display: flex;
    flex-direction: column;
  }
  .banner.image-right > .row > div:first-child, .banner.big-image-right > .row > div:first-child {
    order: 2;
  }
  .banner.image-right > .row > div:last-child, .banner.big-image-right > .row > div:last-child {
    order: 1;
  }
  .banner {
    /* image background: trzymaj treść przy dole karty */
  }
  .banner.image-bg {
    display: flex;
  }
  .banner.image-bg > .row {
    flex: 1;
    display: flex;
    align-self: flex-end;
  }
  .banner.image-bg > .row > div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.banner {
  /* theme variant with arrows background as decorative layer */
}
.banner.theme-brand-primary-arrows {
  position: relative;
  overflow: hidden;
}
.banner.theme-brand-primary-arrows:before {
  content: "";
  position: absolute;
  top: -5%;
  right: 0;
  bottom: -5%;
  left: 0;
  background-image: url("../img/svg/bg-arrows.svg");
  background-repeat: no-repeat;
  background-position: left 58%;
  background-size: auto 80%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
.banner.theme-brand-primary-arrows {
  /* make sure content overlays the decorative layer */
}
.banner.theme-brand-primary-arrows > .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .banner.theme-brand-primary-arrows:before {
    background-position: left bottom;
    background-size: 70% auto;
  }
}
.banner {
  /* Big image typography overrides */
}
.banner.big-image .feature h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
}
.banner.big-image .feature .richtext {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 639px) {
  .banner.big-image .feature h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .banner.big-image .feature .richtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.banner {
  /* Ensure description text (.richtext) has sufficient contrast on different themes */
}
.banner.theme-brand-primary .feature a.link, .banner.theme-brand-dark .feature a.link, .banner.theme-graphite .feature a.link, .banner.theme-charcoal .feature a.link, .banner.theme-brand-gradient .feature a.link {
  color: var(--white);
}
.banner.theme-brand-primary .feature .richtext, .banner.theme-brand-dark .feature .richtext, .banner.theme-graphite .feature .richtext, .banner.theme-charcoal .feature .richtext, .banner.theme-brand-gradient .feature .richtext {
  color: var(--white);
}
.banner.theme-brand-primary .feature .richtext p, .banner.theme-brand-dark .feature .richtext p, .banner.theme-graphite .feature .richtext p, .banner.theme-charcoal .feature .richtext p, .banner.theme-brand-gradient .feature .richtext p {
  color: var(--white);
}
.banner.theme-brand-primary-300 .feature .richtext, .banner.theme-brand-primary-100 .feature .richtext {
  color: var(--primary_800);
}
.banner.theme-brand-primary-300 .feature .richtext p, .banner.theme-brand-primary-100 .feature .richtext p {
  color: var(--primary_800);
}
.banner.theme-brand-primary-300 .feature a.link, .banner.theme-brand-primary-100 .feature a.link {
  color: var(--primary_800);
}
.banner.theme-white .feature .richtext, .banner.theme-brand-primary-arrows .feature .richtext {
  color: var(--grey_600);
}
.banner.theme-white .feature .richtext p, .banner.theme-brand-primary-arrows .feature .richtext p {
  color: var(--grey_600);
}
.banner.theme-white .feature a.link, .banner.theme-brand-primary-arrows .feature a.link {
  color: var(--grey_600);
}
.banner .image-bg {
  background-image: var(--bg-desktop);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .banner .banner.image-bg {
    background-image: var(--bg-mobile, var(--bg-desktop));
  }
}

.featured-offers {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.featured-offers__container {
  max-width: 87rem;
  justify-self: center;
}
@media (min-width: 768px) {
  .featured-offers {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .featured-offers {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.featured-offers__title {
  margin-bottom: 16px;
}
.featured-offers__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .featured-offers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-offers__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .featured-offers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .featured-offers__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
  .featured-offers__grid:has(> :first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-offers__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.featured-offers__image {
  height: 252px;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 auto;
}
.featured-offers__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-offers__content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.featured-offers__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #E7F8FB;
  color: #007A91;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.featured-offers__heading {
  margin-bottom: 8px;
}
.featured-offers__desc {
  margin-bottom: 12px;
}
.featured-offers__content .link {
  margin-top: auto;
}

.hot-deals {
  background-color: var(--grey_100);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .hot-deals {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .hot-deals {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.hot-deals__container {
  max-width: 87rem;
  justify-self: center;
}
.hot-deals__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  font-style: bold;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--charcoal);
}
@media (min-width: 768px) {
  .hot-deals__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .hot-deals__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.hot-deals__subtitle {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
  font-style: regular;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--grey_500);
}
@media (min-width: 768px) {
  .hot-deals__subtitle {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .hot-deals__subtitle {
    margin-bottom: 64px;
  }
}
.hot-deals__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .hot-deals__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hot-deals__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .hot-deals__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .hot-deals__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
  .hot-deals__grid:has(> :first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .hot-deals__grid:has(> :first-child:nth-last-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hot-deals__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.hot-deals__image {
  height: 200px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .hot-deals__image {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .hot-deals__image {
    height: 240px;
  }
}
.hot-deals__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hot-deals__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #91E6EE;
  color: var(--primary_500);
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hot-deals__partner-logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hot-deals__partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hot-deals__content {
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.hot-deals__heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0%;
}
.hot-deals__link {
  color: var(--primary_500);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
  margin-top: auto;
}
.hot-deals__link:hover {
  color: var(--primary_600);
}
.hot-deals__link::after {
  content: " >";
  margin-left: 4px;
}
.hot-deals__show-more {
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hot-deals__show-more {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .hot-deals__show-more {
    margin-top: 64px;
  }
}
.hot-deals__item[data-hidden=true] {
  display: none;
}
.hot-deals__item[data-showing=true] {
  animation: slideInUp 0.3s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.documents-section {
  padding: 40px 16px;
  background-color: var(--grey_100);
}
@media (min-width: 1024px) {
  .documents-section {
    padding: 40px 96px;
  }
}
.documents-section__title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .documents-section__title {
    font-size: 40px;
  }
}
.documents-section .tabs-block__nav {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  justify-content: center;
}
.documents-section .tabs-block__nav .item {
  list-style: none;
}
.documents-section .tabs-block__nav .item::before {
  display: none !important;
}
.documents-section .tabs-block__content .item {
  display: none;
}
.documents-section .tabs-block__content .item.active {
  display: block;
}
.documents-section .documents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .documents-section .documents-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.documents-section .document-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.documents-section .document-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.documents-section .document-card.is-hidden {
  display: none;
}
.documents-section .document-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.documents-section .document-card__icon::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--primary_500);
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../icons/file.svg");
          mask-image: url("../icons/file.svg");
}
.documents-section .document-card__body {
  flex: 1 1 auto;
  min-width: 0;
}
.documents-section .document-card__title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.documents-section .document-card__meta {
  color: #666;
  font-size: 12px;
}
.documents-section .document-card__actions {
  flex: 0 0 auto;
}
.documents-section .documents-view-more {
  text-align: center;
  margin-top: 24px;
}
.documents-section .button.secondary {
  background: transparent;
  color: var(--primary_500);
  border: 2px solid var(--primary_500);
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.documents-section .button.secondary:hover {
  background: var(--primary_500);
  color: #fff;
  text-decoration: none;
}
.documents-section .button.secondary::after {
  content: "↓";
  font-size: 12px;
}

@media (max-width: 639px) {
  .hero-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-banner.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.hero-banner .padded {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.hero-banner .button {
  min-width: 13.5rem;
}
.hero-banner .media-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: clamp(600px, 50vw, 680px);
}
.hero-banner .media-container.has-overlay::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.hero-banner .media-container.border-radius {
  border-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius-bottom {
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius-top {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container img, .hero-banner .media-container video, .hero-banner .media-container iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: calc(100% - 1rem);
  height: 100%;
  top: 0;
  left: 0.5rem;
  z-index: 1;
  padding: clamp(8px, 2vw, 24px) clamp(8px, 2vw, 24px) clamp(24px, 2vw, 32px);
}
.hero-banner .inner.align-top {
  justify-content: flex-start;
}
.hero-banner .inner.align-center {
  justify-content: center;
}
.hero-banner .inner.align-bottom {
  justify-content: flex-end;
}
.hero-banner .content-block h1,
.hero-banner .content-block .h1 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(60 / 16)rem;
  line-height: calc(64 / 16)rem;
  letter-spacing: 0;
}
.hero-banner .content-block h2,
.hero-banner .content-block .h2 {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(28 / 16)rem;
  line-height: calc(32 / 16)rem;
  letter-spacing: 0;
}
.hero-banner .content-block.text-white h1, .hero-banner .content-block.text-white h2, .hero-banner .content-block.text-white h3, .hero-banner .content-block.text-white h4, .hero-banner .content-block.text-white h5, .hero-banner .content-block.text-white h6, .hero-banner .content-block.text-white p, .hero-banner .content-block.text-white li, .hero-banner .content-block.text-white b, .hero-banner .content-block.text-white strong {
  color: var(--white);
}
.hero-banner .content-block.text-dark h1, .hero-banner .content-block.text-dark h2, .hero-banner .content-block.text-dark h3, .hero-banner .content-block.text-dark h4, .hero-banner .content-block.text-dark h5, .hero-banner .content-block.text-dark h6, .hero-banner .content-block.text-dark p, .hero-banner .content-block.text-dark li, .hero-banner .content-block.text-dark b, .hero-banner .content-block.text-dark strong {
  color: var(--grey_600);
}
.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
  z-index: 20;
  pointer-events: auto;
}
.hero-banner .swiper {
  position: relative;
  z-index: 2;
}

.section-workers .section-title {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--grey_600);
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-workers .section-title {
    font-size: 3rem;
  }
}
.section-workers .section-subtitle {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--grey_600);
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .section-workers .section-subtitle {
    font-size: 1.75rem;
  }
}
.section-workers .section-description {
  margin: 1rem auto 0 auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--grey_600);
}
@media (min-width: 768px) {
  .section-workers .section-description {
    max-width: 80%;
  }
}
.section-workers .workers-container {
  display: flex;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .section-workers .workers-container {
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .section-workers .worker-card {
    flex: 0 0 calc(50% - 1.5rem);
  }
}
@media (min-width: 1024px) {
  .section-workers .worker-card {
    flex: 0 0 calc(25% - 1.5rem);
  }
}
.section-workers .worker-card-img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.section-workers .worker-card-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--grey_600);
}
@media (min-width: 1024px) {
  .section-workers .worker-card-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.section-workers .worker-card p,
.section-workers .worker-card li,
.section-workers .worker-card span {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
@media (min-width: 1024px) {
  .section-workers .worker-card p,
  .section-workers .worker-card li,
  .section-workers .worker-card span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.section-workers .worker-card-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 20px;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
}
.section-workers .worker-card-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-75%);
}
.section-workers .swiper-custom-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .section-workers .swiper-custom-navigation {
    display: none;
  }
}
.section-workers .swiper-custom-navigation .swiper-custom-btns {
  display: flex;
  gap: 0.75rem;
}
.section-workers .swiper-custom-navigation .swiper-custom-button-prev,
.section-workers .swiper-custom-navigation .swiper-custom-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--grey_100);
  border-radius: 100%;
  cursor: pointer;
}
.section-workers .swiper-custom-navigation .swiper-custom-button-prev::after,
.section-workers .swiper-custom-navigation .swiper-custom-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #262626;
  border-bottom: 3px solid #262626;
}
.section-workers .swiper-custom-navigation .swiper-custom-button-prev::after {
  transform: translate(-3px, -50%) rotate(135deg);
}
.section-workers .swiper-custom-navigation .swiper-custom-button-next::after {
  transform: translate(-7px, -50%) rotate(-45deg);
}
.section-workers .swiper-custom-navigation .swiper-button-disabled::after {
  border-color: #909090;
}
.section-workers .swiper-custom-navigation .swiper-custom-pagination {
  width: -moz-fit-content;
  width: fit-content;
}
.section-workers .swiper-custom-navigation .swiper-custom-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  margin: 2px;
  border-radius: 0;
}
.section-workers .swiper-custom-navigation .swiper-custom-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--primary);
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

@media (min-width: 640px) {
  .medium-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .large-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.expand {
  flex: 1 1 0px;
  max-width: 100%;
}

@media (min-width: 640px) {
  .medium-expand {
    flex: 1 1 0px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .large-expand {
    flex: 1 1 0px;
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .medium-align-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  .large-align-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 640px) {
  .medium-align-middle {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .large-align-middle {
    align-items: center;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 1024px) {
  .large-row-reverse {
    flex-direction: row-reverse;
  }
}

.bg-color_primary {
  background-color: var(--primary);
}

.bg-color_primary-100 {
  background-color: var(--primary_100);
}

.bg-color_primary_300 {
  background-color: var(--primary_300);
}

.bg-color_primary_500 {
  background-color: var(--primary_500);
}

.bg-color_primary_600 {
  background-color: var(--primary_600);
}

.bg-color_primary_800 {
  background-color: var(--primary_800);
}

.bg-color_secondary {
  background-color: var(--secondary);
}

.bg-color_secondary_300 {
  background-color: var(--secondary_300);
}

.bg-color_secondary_400 {
  background-color: var(--secondary_400);
}

.bg-color_secondary_500 {
  background-color: var(--secondary_500);
}

.bg-color_white {
  background-color: var(--white);
}

.bg-color_grey_0 {
  background-color: var(--grey_0);
}

.bg-color_grey_50 {
  background-color: var(--grey_50);
}

.bg-color_grey_100 {
  background-color: var(--grey_100);
}

.bg-color_grey_200 {
  background-color: var(--grey_200);
}

.bg-color_grey_300 {
  background-color: var(--grey_300);
}

.bg-color_grey_400 {
  background-color: var(--grey_400);
}

.bg-color_grey_500 {
  background-color: var(--grey_500);
}

.bg-color_grey_600 {
  background-color: var(--grey_600);
}

.bg-color_black {
  background-color: var(--black);
}

.text-white {
  color: var(--white);
}

.text-dark {
  color: var(--grey_600);
}

@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideOutTop {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideOutBottom {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tipTop {
  from {
    transform: translateY(-75%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes tipBottom {
  from {
    transform: translateY(75%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes patternFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes topLeft {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  10% {
    transform: translate(0, 0) rotate(45deg);
  }
  15% {
    transform: translate(-0.5rem, -0.5rem) rotate(45deg);
  }
  20% {
    transform: translate(0, 0) rotate(45deg);
  }
  35% {
    transform: translate(0, 0) rotate(45deg);
  }
  40% {
    transform: translate(-0.5rem, -0.5rem) rotate(45deg);
  }
  45% {
    transform: translate(0, 0) rotate(45deg);
  }
  80% {
    transform: translate(0, 0) rotate(45deg);
  }
  85% {
    transform: translate(-0.5rem, -0.5rem) rotate(-135deg);
  }
  85.001% {
    transform: translate(-0.5rem, -0.5rem) rotate(45deg);
  }
  90% {
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
@keyframes topRight {
  0% {
    transform: translate(0, 0) rotate(-45deg);
  }
  10% {
    transform: translate(0, 0) rotate(-45deg);
  }
  15% {
    transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  }
  20% {
    transform: translate(0, 0) rotate(-45deg);
  }
  35% {
    transform: translate(0, 0) rotate(-45deg);
  }
  40% {
    transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  }
  45% {
    transform: translate(0, 0) rotate(-45deg);
  }
  80% {
    transform: translate(0, 0) rotate(-45deg);
  }
  85% {
    transform: translate(0.5rem, -0.5rem) rotate(135deg);
  }
  85.001% {
    transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  }
  90% {
    transform: translate(0, 0) rotate(-45deg);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes bottomLeft {
  0% {
    transform: translate(0, 0) rotate(-45deg);
  }
  10% {
    transform: translate(0, 0) rotate(-45deg);
  }
  15% {
    transform: translate(-0.5rem, 0.5rem) rotate(-45deg);
  }
  20% {
    transform: translate(0, 0) rotate(-45deg);
  }
  35% {
    transform: translate(0, 0) rotate(-45deg);
  }
  40% {
    transform: translate(-0.5rem, 0.5rem) rotate(-45deg);
  }
  45% {
    transform: translate(0, 0) rotate(-45deg);
  }
  80% {
    transform: translate(0, 0) rotate(-45deg);
  }
  85% {
    transform: translate(-0.5rem, 0.5rem) rotate(135deg);
  }
  85.001% {
    transform: translate(-0.5rem, 0.5rem) rotate(-45deg);
  }
  90% {
    transform: translate(0, 0) rotate(-45deg);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes bottomRight {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  10% {
    transform: translate(0, 0) rotate(45deg);
  }
  15% {
    transform: translate(0.5rem, 0.5rem) rotate(45deg);
  }
  20% {
    transform: translate(0, 0) rotate(45deg);
  }
  35% {
    transform: translate(0, 0) rotate(45deg);
  }
  40% {
    transform: translate(0.5rem, 0.5rem) rotate(45deg);
  }
  45% {
    transform: translate(0, 0) rotate(45deg);
  }
  80% {
    transform: translate(0, 0) rotate(45deg);
  }
  85% {
    transform: translate(0.5rem, 0.5rem) rotate(-135deg);
  }
  85.001% {
    transform: translate(0.5rem, 0.5rem) rotate(45deg);
  }
  90% {
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
.split-banner {
  position: relative;
  width: 100%;
}
.split-banner.full-width {
  overflow: hidden;
  padding: clamp(1rem, 2vw, 2rem) clamp(0.5rem, 2vw, 1.5rem);
}
.split-banner.full-width figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  will-change: all;
  animation: fadeIn 0.75s ease-in-out both;
}
.split-banner.full-width figure.border-radius {
  border-radius: clamp(24px, 3vw, 32px);
}
.split-banner.full-width figure img, .split-banner.full-width figure video {
  display: block;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  will-change: transform;
  transform: scale(1.005) rotate(0deg);
  transition: transform 0.75s ease-in-out;
}
.split-banner.full-width figure:hover img, .split-banner.full-width figure:hover video {
  transform: scale(1.025) rotate(0deg);
}
.split-banner.full-width .decoration {
  position: absolute;
  display: block;
  height: auto;
  width: 90%;
  aspect-ratio: 0.7;
  bottom: 0;
  left: 0;
  transform: translate(0, 20%);
  background: url("../img/unicredit-arrow.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .split-banner.full-width .decoration {
    height: 120%;
    width: auto;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
  }
}
.split-banner.full-width .content-block {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .split-banner.full-width .content-block {
    padding: 2.5rem;
  }
}
.split-banner.full-width .content-block.text-white h1, .split-banner.full-width .content-block.text-white h2, .split-banner.full-width .content-block.text-white h3, .split-banner.full-width .content-block.text-white h4, .split-banner.full-width .content-block.text-white h5, .split-banner.full-width .content-block.text-white h6, .split-banner.full-width .content-block.text-white p, .split-banner.full-width .content-block.text-white li, .split-banner.full-width .content-block.text-white b, .split-banner.full-width .content-block.text-white strong {
  color: var(--white);
}
.split-banner.full-width .content-block.text-dark h1, .split-banner.full-width .content-block.text-dark h2, .split-banner.full-width .content-block.text-dark h3, .split-banner.full-width .content-block.text-dark h4, .split-banner.full-width .content-block.text-dark h5, .split-banner.full-width .content-block.text-dark h6, .split-banner.full-width .content-block.text-dark p, .split-banner.full-width .content-block.text-dark li, .split-banner.full-width .content-block.text-dark b, .split-banner.full-width .content-block.text-dark strong {
  color: var(--grey_600);
}

.faq-section {
  padding-top: 48px;
}
@media screen and (min-width: 321px) {
  .faq-section {
    padding-top: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-section {
    padding-top: 96px;
  }
}
.faq-section {
  padding-bottom: 48px;
}
@media screen and (min-width: 321px) {
  .faq-section {
    padding-bottom: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-section {
    padding-bottom: 96px;
  }
}
.faq-section .accordion-blocks-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header,
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-content {
  position: relative;
  width: 100%;
  padding: 1.25rem 1rem;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .item-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .toggle-icon {
  display: block;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
  text-align: center;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .toggle-icon i {
  display: block;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  will-change: auto;
  overflow: hidden;
  transform: rotate(0deg);
  transition: transform 0.35s ease;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .toggle-icon i::before {
  display: block;
  font-size: 0.625rem;
  line-height: 2.625rem;
  color: var(--grey_600);
  transform: rotate(-90deg);
}
.faq-section .accordion-blocks-wrapper .accordion-block-item.bg-color_grey_100 .toggle-icon {
  background-color: var(--white);
}
.faq-section .accordion-blocks-wrapper .accordion-block-item.bg-color_white .toggle-icon {
  background-color: var(--grey_100);
}
.faq-section .accordion-blocks-wrapper .accordion-block-item.active .toggle-icon i {
  transform: rotate(180deg);
}
.faq-section .faq-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.faq-section .faq-card img {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  position: relative;
}
.faq-section .faq-card img::before {
  font-size: 3rem;
  color: var(--primary);
}

.section-price-list .price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-price-list .price-container h2 {
  margin: 0;
}
.section-price-list .price-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px 0 24px 0;
  gap: 0.5rem;
}
.section-price-list .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--grey_100);
  gap: 2rem;
}
@media (min-width: 375px) {
  .section-price-list .price-item {
    gap: 4rem;
  }
}
.section-price-list .price-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-price-list .price-item-title, .section-price-list .price-item-value {
  margin: 0;
  line-height: 1.5rem;
  color: var(--grey_600);
}
.section-price-list .price-item-title {
  flex: 1;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .section-price-list .price-item-title {
    font-size: 1.5rem;
  }
}
.section-price-list .price-item-value {
  flex: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .section-price-list .price-item-value {
    font-size: 2rem;
  }
}
.section-price-list .price-item-accent {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}
@media (min-width: 1024px) {
  .section-price-list .price-item-accent {
    font-size: 3rem;
  }
}
.section-price-list .price-item-badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -moz-columns: var(--grey_666);
       columns: var(--grey_666);
  text-align: right;
}
.section-price-list .price-link {
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}
.section-price-list .price-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-9px);
}

.hero-banner.page-header:not(.bg-white) {
  min-height: 25rem;
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner.page-header:not(.bg-white) .breadcrumb {
  position: absolute;
  top: 3rem;
}
.hero-banner.page-header:not(.bg-white) h1 {
  color: var(--white);
}
.hero-banner.page-header.bg-white {
  min-height: 10rem;
}
.hero-banner.page-header.bg-white h1 {
  color: var(--grey_600);
}
.hero-banner.page-header.bg-white .breadcrumb {
  margin-bottom: 2rem;
}
.hero-banner.page-header.bg-white .breadcrumb a,
.hero-banner.page-header.bg-white .breadcrumb .sep {
  color: var(--grey_600);
}
.hero-banner.page-header .breadcrumb .sep {
  margin: 0 0.25rem;
  color: var(--white);
  font-size: 1rem;
}
.hero-banner.page-header .breadcrumb li {
  display: inline-flex;
  align-items: baseline;
}
.hero-banner.page-header .breadcrumb a {
  color: var(--white);
  font-size: 1rem;
}
.hero-banner.page-header .media-container {
  min-height: 400px;
}

.anchors {
  background-color: var(--grey_100);
  padding: 56px 32px 32px;
}
.anchors .buttons-box .button {
  padding: 12px;
}
.anchors .buttons-box .button:first-child {
  background-color: var(--primary_500);
  border-color: var(--primary_500);
  color: var(--white);
  font-weight: 700;
}
.anchors .buttons-box .button:first-child:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
.anchors .buttons-box .button:hover {
  background-color: var(--primary_500);
  border-color: var(--primary_500);
  color: var(--white);
  font-weight: 700;
}
.anchors .buttons-box .button:hover:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
.anchors .buttons-box:has(.button:not(:first-child):hover) > .button:first-child {
  background-color: transparent;
  color: var(--grey_666);
  font-weight: 400;
  font-size: 1.125rem;
}
.anchors .buttons-box:has(.button:not(:first-child):hover) > .button:first-child:after {
  display: none;
}

.faq-details {
  padding-top: 24px;
}
@media screen and (min-width: 321px) {
  .faq-details {
    padding-top: calc(24px + 24 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-details {
    padding-top: 48px;
  }
}
.faq-details {
  padding-bottom: 24px;
}
@media screen and (min-width: 321px) {
  .faq-details {
    padding-bottom: calc(24px + 24 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-details {
    padding-bottom: 48px;
  }
}
.faq-details .inner-content {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
}
.faq-details .inner-content p, .faq-details .inner-content li, .faq-details .inner-content a {
  position: relative;
  line-height: 1.4375;
  font-size: calc(16px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .faq-details .inner-content p, .faq-details .inner-content li, .faq-details .inner-content a {
    font-size: calc(16px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .faq-details .inner-content p, .faq-details .inner-content li, .faq-details .inner-content a {
    font-size: calc(18px * var(--font-scale-factor));
  }
}
.faq-details .inner-content a {
  color: var(--primary);
}
.faq-details .inner-content ul {
  position: relative;
  padding-inline-start: 1.25rem;
}
.faq-details .inner-content ul:last-child {
  margin-bottom: 0;
}
.faq-details .inner-content ul li {
  position: relative;
  margin-bottom: 1.5rem;
}
.faq-details .inner-content ul li:last-child {
  margin-bottom: 0;
}

.maps {
  --gap: 16px;
}
.maps ul {
  margin: 6px 0;
}
.maps .wrap {
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}
.maps .wrap .toolbar {
  align-items: center;
  margin-bottom: 8px;
}
.maps .wrap .search {
  border: 1px solid var(--black);
  border-radius: 24px;
  max-width: 912px;
  display: block;
  margin: 0 auto;
  align-items: center;
  background: var(--white);
  padding: 8px 12px;
}
.maps .wrap .search input {
  background: url("../img/maps/localize_ico.png") 0 center no-repeat;
  padding: 0 0 0 30px;
  line-height: 24px;
  flex: 1;
  border: none;
  outline: none;
  color: var(--black);
  font-size: 12px;
  width: 100%;
  display: block;
}
.maps .wrap .map {
  height: 78vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 639px) {
  .maps .wrap .map {
    height: 90vh;
  }
}
.maps .wrap .btn {
  background: var(--grey_300);
  border: 1px solid var(--grey_300);
  color: var(--grey_600);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.15s;
}
.maps .wrap .btn-accent {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  font-weight: 700;
}
.maps .wrap .badge {
  font-size: 12px;
  color: var(--primary_900);
  background: var(--primary_200);
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 600;
}
.maps .wrap .muted {
  color: var(--grey_400);
}
.maps .wrap #btn-locate {
  background: url("../img/maps/localize_ico.png") 0 center no-repeat;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
}
.maps .wrap {
  /* POS list panel */
}
.maps .wrap .side-panel {
  position: absolute;
  left: 32px;
  top: 108px;
  width: 332px;
  background: var(--white);
  backdrop-filter: blur(6px);
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  z-index: 30;
  color: var(--grey_600);
}
@media (max-width: 639px) {
  .maps .wrap .side-panel {
    left: var(--gap);
    width: calc(100% - var(--gap) * 2);
    top: 116px;
  }
}
.maps .wrap .side-panel .side-head:after {
  background: url("../img/maps/arrow.png") 0 0 no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  transform: rotate(0deg);
}
.maps .wrap .side-panel.collapsed .side-head:after {
  transform: rotate(180deg);
}
.maps .wrap .side-head {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  color: var(--grey_600);
}
.maps .wrap .side-title {
  font-weight: 700;
}
.maps .wrap .side-tools {
  display: none;
  gap: 8px;
}
.maps .wrap .side-body {
  overflow: hidden;
  transition: max-height 0.25s ease;
  max-height: 60vh;
}
.maps .wrap .side-panel.collapsed .side-body {
  max-height: 0;
}
.maps .wrap .list-tools {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
}
.maps .wrap .list {
  overflow-y: auto;
  max-height: 60vh;
  padding: 8px 12px;
}
.maps .wrap .list .row {
  width: auto;
}
.maps .wrap .row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 16px;
  border-bottom: 1px solid var(--grey_300);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s;
}
.maps .wrap .row:hover {
  background: var(--row-active);
}
.maps .wrap .list > .row:last-child {
  border: 0;
}
.maps .wrap .r-main {
  flex: 1;
  font-size: 14px;
  color: var(--grey_600);
}
.maps .wrap .r-main > div {
  margin-bottom: 8px;
}
.maps .wrap .r-name {
  margin: 0 0 4px 0;
}
.maps .wrap .r-meta {
  font-size: 13px;
  font-weight: 600;
}
.maps .wrap .city-pill {
  margin-left: auto;
  background: var(--charcoal);
  border: 1px solid var(--grey_500);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  color: var(--white);
}
.maps .wrap {
  /* details panel */
}
.maps .wrap .detail-side {
  position: absolute;
  top: 108px;
  right: 0;
  z-index: 35;
  display: none;
  width: var(--side-w);
}
@media (max-width: 639px) {
  .maps .wrap .detail-side {
    left: var(--gap);
    width: calc(100% - var(--gap) * 2);
    top: 84px;
    padding: 0;
    padding-top: 24px;
  }
}
.maps .wrap .detail-side.open {
  display: block;
}
.maps .wrap .card {
  background: var(--white);
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  color: var(--grey_600);
}
.maps .wrap .card-head {
  display: flex;
  justify-content: space-between;
  padding: 6px 14px 0;
}
.maps .wrap .popup-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.maps .wrap .popup-logo {
  width: 40px;
  height: 40px;
  background: url("../img/maps/branch_ico.png") center center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.maps .wrap .popup-title {
  font-weight: 800;
  font-size: 16px;
  color: var(--grey_600);
}
.maps .wrap .card-city {
  font-size: 12px;
  color: var(--grey_300);
  margin-left: 8px;
}
.maps .wrap .card-body {
  padding: 6px 14px;
  display: grid;
  font-size: 12px;
}
.maps .wrap .card-row {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--grey_300);
  padding: 8px 0;
}
.maps .wrap .card-row b {
  font-weight: 300;
}
.maps .wrap .card-row span {
  font-weight: 600;
}
.maps .wrap .card-row.info-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
}
.maps .wrap .card-row.info-row b {
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--grey_600);
}
.maps .wrap .card-row.info-row span {
  font-weight: 600;
  color: var(--grey_700);
}
.maps .wrap .card-row.trip-planner {
  display: block;
  border: 0;
}
.maps .wrap .card-row.trip-planner a {
  color: var(--primary);
  text-decoration: none;
  background: url("../img/maps/goto_ico.png") right 0 no-repeat;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  padding-right: 32px;
}
.maps .wrap .card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 6px 14px;
  border-top: 1px solid var(--charcoal);
  background: color-mix(in srgb, var(--black) 90%, transparent);
}
.maps .wrap .close-x {
  background: transparent;
  border: 1px solid var(--grey_500);
  color: var(--grey_100);
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
}
.maps .wrap .price-tag {
  background: url("../img/maps/pin.png") center 0 no-repeat;
  background-size: 100% auto;
  color: var(--white);
  font-size: 12px;
  position: relative;
  transform: translateY(-8px);
  min-width: 50px;
  min-height: 50px;
  padding: 24px 0 0;
  text-align: center;
}
.maps .wrap #filter-badge {
  display: block;
  max-width: 912px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--secondary);
  background: no-repeat;
}
.maps .wrap #detail-close {
  background: url("../img/maps/close.png") center 0 no-repeat;
  padding: 32px 0 0;
  width: 32px;
  height: 0;
  overflow: hidden;
  border: 0;
}

.calculator-loan {
  padding: 48px 0.5rem;
}
@media (min-width: 768px) {
  .calculator-loan {
    padding: 96px 1.5rem;
  }
}
.calculator-loan .cl-form {
  background: var(--white);
  color: var(--black);
  border-radius: 1rem;
  padding: 24px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .calculator-loan .cl-form {
    padding: 32px;
  }
}
.calculator-loan .cl-form .cl-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
}
.calculator-loan .cl-form .cl-fieldset .cl-label {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .calculator-loan .cl-form .cl-fieldset .cl-label {
    font-size: 1.25rem;
  }
}
.calculator-loan .cl-form .cl-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.calculator-loan .cl-form .cl-number__value {
  gap: 6px;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .calculator-loan .cl-form .cl-number__value {
    font-size: 3rem;
  }
}
.calculator-loan .cl-form .cl-number__value output {
  line-height: 1;
}
.calculator-loan .cl-form .cl-number__suffix {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--grey_600);
}
@media (min-width: 768px) {
  .calculator-loan .cl-form .cl-number__suffix {
    font-size: 2rem;
  }
}
.calculator-loan .cl-form .cl-btn {
  border: 1px solid var(--grey_300);
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: var(--grey_300);
  color: var(--white);
  display: flex;
  flex-direction: column-reverse;
  font-size: 22px;
  cursor: pointer;
  margin-top: 10px;
}
.calculator-loan .cl-form .cl-btn:hover {
  border-color: var(--grey_500);
  background: var(--grey_500);
}
.calculator-loan .cl-form .cl-btn:active {
  transform: scale(0.96);
}
.calculator-loan .cl-form .cl-btn--step {
  font-weight: 700;
}
.calculator-loan .cl-form .cl-slider input[type=range] {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary_500) var(--pos, 50%), var(--grey_200) 0);
  outline: none;
}
.calculator-loan .cl-form .cl-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--primary_500);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: -9px;
}
.calculator-loan .cl-form .cl-slider input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--primary_500);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.calculator-loan .cl-form .cl-slider__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 16px;
}
.calculator-loan .cl-form .cl-cta {
  margin-top: clamp(12px, 2.2vw, 20px);
  width: 100%;
  background: var(--primary_500);
  color: var(--white);
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
}
.calculator-loan .cl-form .cl-cta:hover {
  background: var(--primary_600);
}
.calculator-loan .cl-form .cl-separator {
  height: 1px;
  margin: 0 -2px 0 -6px;
  font-weight: 300;
}
.calculator-loan .cl-form input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: var(--grey_100);
  outline: none;
}
.calculator-loan .cl-form input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: var(--grey_100);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 10px;
  cursor: pointer;
  margin-top: -6px;
  position: relative;
  z-index: 2;
}
.calculator-loan .cl-form input[type=range]::-moz-range-track {
  height: 2px;
  background: var(--grey_100);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-moz-range-progress {
  height: 4px;
  background: var(--primary);
  border-radius: 20px;
}
.calculator-loan .cl-form input[type=range]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 10px;
  cursor: pointer;
}
.calculator-loan .cl-form input[type=range]::-ms-track {
  height: 2px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.calculator-loan .cl-form input[type=range]::-ms-fill-lower {
  background: var(--primary);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-ms-fill-upper {
  background: var(--grey_100);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 1px solid #007a91;
  border-radius: 10px;
  cursor: pointer;
}
.calculator-loan {
  /* SUMMARY CARD (RIGHT) */
}
.calculator-loan .cl-summary {
  background: var(--primary_500);
  color: var(--white);
  border-radius: 1rem;
  padding: 24px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .calculator-loan .cl-summary {
    padding: 32px;
  }
  .calculator-loan .cl-summary {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .calculator-loan .cl-summary .cl-cta-alt {
    margin-top: auto;
  }
}
.calculator-loan .cl-summary__header {
  margin-bottom: 8px;
}
.calculator-loan .cl-summary__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.calculator-loan .cl-summary__amount-value {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
@media (min-width: 768px) {
  .calculator-loan .cl-summary__amount-value {
    font-size: 72px;
  }
}
.calculator-loan .cl-summary__amount-cents, .calculator-loan .cl-summary__amount-currency {
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .calculator-loan .cl-summary__amount-cents, .calculator-loan .cl-summary__amount-currency {
    font-size: 48px;
  }
}
.calculator-loan .cl-summary__caption {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.calculator-loan .cl-summary__meta {
  font-size: 20px;
}
.calculator-loan .cl-summary__meta .cl-summary__rrso-value {
  font-weight: 700;
  font-size: 32px;
}
.calculator-loan .cl-summary__meta .cl-summary__rrso-cents {
  font-weight: 400;
  font-size: 24px;
}
.calculator-loan .cl-summary__meta .cl-summary__rrso-caption {
  font-weight: 700;
  font-size: 20px;
}
.calculator-loan .cl-summary .cl-details {
  margin-top: 20px;
}
.calculator-loan .cl-summary .cl-details-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.calculator-loan .cl-summary .cl-details-title::after {
  margin: 3px;
  content: "";
  float: right;
  width: 10px;
  transition: transform 0.3s ease;
  height: 10px;
  border: 2px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.calculator-loan .cl-summary .cl-details-text {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
.calculator-loan .cl-summary .cl-details-text a {
  font-weight: 700;
  color: var(--white);
}
.calculator-loan .cl-summary .cl-details-text p {
  margin-bottom: 0;
}
.calculator-loan .cl-summary .cl-cta-alt {
  margin-top: 16px;
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  color: var(--primary_800);
  font-weight: 700;
}
.calculator-loan .cl-summary .cl-cta-alt:hover {
  background: var(--primary_100);
}
.calculator-loan .cl-information {
  background: var(--grey_600);
  color: var(--white);
  border-radius: 1rem;
  padding: 24px;
}
@media (min-width: 768px) {
  .calculator-loan .cl-information {
    padding: 32px;
  }
}
.calculator-loan .cl-information p {
  margin: 0;
  font-size: 18px;
}

section.coming-soon {
  display: block;
  min-height: 100vh;
  height: 100vh;
  min-width: 100vw;
  width: 100vw;
  padding: 0;
  margin: 0;
}
section.coming-soon::before, section.coming-soon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: -1;
}
section.coming-soon::before {
  top: 0;
  background: #CD091A;
}
section.coming-soon::after {
  bottom: 0;
  background: #980512;
}
section.coming-soon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.app-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vw;
  background: var(--primary_300);
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 500;
}
.app-download-btn .btn-google img {
  width: 10.625rem;
  height: 3.125rem;
}
.app-download-btn .btn-apple img {
  width: 9.375rem;
  height: 3.125rem;
}
.app-download-btn img {
  -o-object-fit: contain;
     object-fit: contain;
}

.error-page {
  display: flex;
  min-height: 100vh;
  height: 100vh;
  min-width: 100vw;
  width: 100vw;
  padding: 0;
  margin: 0;
  color: var(--white);
}
.error-page h1 {
  font-size: 7.5rem;
  margin-bottom: 2rem;
  color: var(--white);
}
.error-page img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.error-page-content {
  z-index: 2;
}
.error-page:not(.with-image):before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  right: 0;
  left: 0;
  background-image: url("../img/bg-arrows.svg");
  background-repeat: no-repeat;
  background-position: left 58%;
  background-size: auto 80%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-size: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: normal;
  letter-spacing: 0;
  color: #383838;
  min-height: 100%;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 300;
}
body.theme-dark {
  background-color: #311266;
}
@media (max-width: 1023px) {
  body.menu-open {
    overflow: hidden;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
body.info-page {
  color: inherit;
}
body.cookies-popup-active {
  overflow: hidden;
  max-height: calc(var(--vh, 1vh) * 100);
}

.theme-grey {
  background-color: #f5f5f5;
}

.button-aion {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.9;
  border-radius: calc(4 / 16)rem;
  padding: calc(15 / 16)rem;
  background-color: #ffe375;
  color: #383838;
  text-transform: uppercase;
  width: 100%;
  max-width: calc(385 / 16)rem;
  height: calc(60 / 16)rem;
  transition: all 0.25s ease;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
}
.button-aion:hover, .button-aion:focus {
  text-decoration: none;
  color: #383838;
  background-color: rgb(255, 221.8260869565, 91.5);
}
.button-aion.small-btn {
  height: auto;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(10 / 16)rem;
  line-height: calc(15 / 16)rem;
  padding: calc(7 / 16)rem calc(10 / 16)rem calc(5 / 16)rem;
  border-radius: calc(2 / 16)rem;
  vertical-align: middle;
  width: auto;
}
.button-aion.green {
  background: #71bf87;
  color: #fff;
}
.button-aion.green:hover, .button-aion.green:focus {
  color: #fff;
  background-color: rgb(95.4223300971, 183.0776699029, 120.145631068);
}
.button-aion.indigo {
  background: #311266;
  color: #fff;
}
.button-aion.indigo:hover, .button-aion.indigo:focus {
  color: #fff;
  background-color: rgb(38.5875, 14.175, 80.325);
}

.arrow-link {
  color: #311266;
}
.arrow-link:after {
  content: "\ea51";
  display: inline-block;
  position: absolute;
  font-size: calc(15 / 16)rem;
  color: #311266;
  background: none;
  font-family: "iconfont", serif;
  vertical-align: middle;
  margin: calc(2 / 16)rem 0 0 calc(15 / 16)rem;
  transition: transform 0.3s ease-out;
}
.arrow-link:hover, .arrow-link:focus {
  color: #311266;
  text-decoration: none;
}
.arrow-link:hover:after, .arrow-link:focus:after {
  transform: translateX(4px);
}
.arrow-link.back {
  padding-left: calc(40 / 16)rem;
  position: relative;
}
.arrow-link.back:after {
  content: "";
  display: none;
  position: absolute;
}
.arrow-link.back:before {
  content: "\ea50";
  display: inline-block;
  position: absolute;
  font-size: calc(27 / 16)rem;
  line-height: calc(17 / 16)rem;
  left: 0;
  color: #311266;
  background: none;
  font-family: "iconfont", serif;
  vertical-align: middle;
  transition: transform 0.3s ease-out;
}
.arrow-link.back:hover:before, .arrow-link.back:focus:before {
  transform: translateX(-4px);
}

.button.button-small {
  height: 2rem;
  padding: 0 0.875rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.time-indicator {
  font-size: calc(10 / 16)rem;
  line-height: 1.5;
  font-weight: 300;
  color: #383838;
  padding: calc(5 / 16)rem calc(15 / 16)rem;
  border-radius: calc(20 / 16)rem;
  background-color: #f2f2f2;
  display: inline-block;
  vertical-align: top;
}

.tags {
  font-size: calc(10 / 16)rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tags__item {
  display: flex;
  justify-content: center;
  height: calc(19 / 16)rem;
  padding: calc(3 / 16)rem calc(7 / 16)rem calc(1 / 16)rem;
  background-color: #311266;
  line-height: 1.5;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 300;
  border-radius: calc(19 / 16)rem;
  margin: 0 calc(10 / 16)rem calc(5 / 16)rem 0;
}

.story-navigation {
  padding-bottom: calc(20 / 16)rem;
  margin: 0;
}
.story-navigation ul {
  display: block;
  color: #311266;
  font-size: calc(16 / 16)rem;
}
.story-navigation ul li {
  display: inline-block;
  position: relative;
  padding-left: calc(22 / 16)rem;
  margin-left: calc(12 / 16)rem;
}
.story-navigation ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.story-navigation ul li a {
  color: #311266;
  text-decoration: none;
}
.story-navigation ul li a:hover {
  text-decoration: underline;
}
.story-navigation ul li:before {
  content: "\ea15";
  display: inline-block;
  position: absolute;
  font-size: calc(25 / 16)rem;
  line-height: calc(17 / 16)rem;
  top: 0;
  left: calc(-10 / 16)rem;
  color: #311266;
  background: none;
  font-family: "iconfont", serif;
  vertical-align: middle;
}
.story-navigation ul li:first-child:before {
  display: none;
}
.story-navigation ul li .arrow-link.back {
  padding-left: 0;
}
.story-navigation ul li .arrow-link.back:before {
  display: none;
}

.tooltip-base {
  position: relative;
  cursor: pointer;
}
.tooltip-base .tooltip-text {
  display: none;
  width: calc(350 / 16)rem;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: calc(5 / 16)rem calc(5 / 16)rem calc(11 / 16)rem 0 rgba(56, 56, 56, 0.15);
  padding: calc(10 / 16)rem;
  position: absolute;
  z-index: 3;
  right: calc(-8 / 16)rem;
  bottom: calc(48 / 16)rem;
  font-size: calc(10 / 16)rem;
  line-height: 1.2;
  max-width: calc(280 / 16)rem;
  text-align: left;
}
.tooltip-base .tooltip-text-inner {
  position: relative;
  z-index: 3;
}
.tooltip-base .tooltip-text:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(20 / 16)rem;
  height: calc(20 / 16)rem;
  background: #fff;
  transform: rotate(45deg);
  bottom: calc(-8 / 16)rem;
  right: calc(16 / 16)rem;
  box-shadow: calc(5 / 16)rem calc(5 / 16)rem calc(11 / 16)rem 0 rgba(56, 56, 56, 0.15);
  z-index: 1;
}
.tooltip-base .tooltip-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.tooltip-base.show .tooltip-text, .tooltip-base:hover .tooltip-text {
  display: block;
}

.theme-brand-dark {
  background-color: var(--primary_800);
  color: var(--white);
}

.theme-white {
  background-color: var(--white);
  color: var(--grey_600);
}

.theme-graphite {
  background-color: var(--grey_600);
  color: var(--white);
}

.theme-brand-primary {
  background-color: var(--primary_500);
  color: var(--white);
}

.theme-brand-primary-arrows {
  background-color: var(--primary_500);
  color: var(--white);
}

.theme-brand-primary-300 {
  background-color: var(--primary_300);
  color: var(--primary_800);
}

.theme-brand-primary-100 {
  background-color: var(--primary_100);
  color: var(--primary_800);
}

.theme-charcoal {
  background-color: var(--charcoal);
  color: var(--white);
}

.theme-brand-gradient {
  background: linear-gradient(180deg, var(--primary_600) 0%, var(--primary_800) 100%);
  color: var(--white);
}

.theme-burgundy {
  background-color: var(--secondary_500);
  color: var(--white);
}
.theme-burgundy h2 {
  color: var(--white);
}
.theme-burgundy .richtext ul li::before {
  filter: contrast(0);
}

.theme-gray {
  background-color: var(--grey_100);
  color: var(--primary_800);
}
.theme-gray h2 {
  color: var(--primary_800);
}

section.no-pb img {
  border-radius: 12px 12px 0 0 !important;
}

html {
  scroll-behavior: smooth;
}

.site-header {
  background: var(--white);
  position: relative;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .site-header {
    padding: 1.5rem 2rem;
  }
}
.site-header .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .brand__logo {
  display: inline-block;
}
.site-header .top-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
.site-header .top-actions .align-center-middle {
  display: flex;
  gap: 8px;
}
.site-header .button.primary {
  color: var(--primary);
}
.site-header .button.primary:hover {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .site-header .button.primary {
    color: var(--grey_600);
    border: 1px solid var(--grey_600);
  }
}
.site-header .button.accent:hover {
  border: 1px solid var(--grey_600);
}
.site-header .btn-small {
  padding: 0.5rem 1rem;
}
.site-header a:hover {
  text-decoration: none;
}
.site-header a[href=""] {
  pointer-events: none;
}
.site-header .hamburger {
  --bar-h: 2px;
  --bar-gap: 10px;
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.site-header .hamburger span {
  display: block;
  height: 0.125rem;
  width: 1.125rem;
  margin: 0.3125rem auto 0;
  background-color: var(--grey_600);
  opacity: 1;
  pointer-events: none;
  position: relative;
  transform: translate3d(0, 0, 0) rotate(0);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.65, 1.27);
}
.site-header .hamburger.is-active span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.site-header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger.is-active span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
.site-header .hamburger:after {
  display: none;
}
.site-header .mnav-drawer {
  position: fixed;
  inset: 0;
  background: rgba(12, 26, 42, 0.32);
  backdrop-filter: saturate(120%) blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
}
.site-header .mnav-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.site-header .mnav {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 101;
}
.site-header .mnav .mega {
  display: none !important;
}
.site-header .mnav-drawer[aria-hidden=false] .mnav {
  transform: translateX(0);
}
.site-header .mnav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4);
  padding-top: 0;
  border-bottom: 1px solid var(--grey_200);
}
.site-header .mnav__close {
  width: 40px;
  height: 40px;
  background: var(--white);
  font-size: 22px;
}
.site-header .mnav__list {
  list-style: none;
  margin: 0;
  padding: var(--space-4) 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-header .mnav__list .nav__item {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .mnav__list .nav__link {
  display: block;
  padding: 18px 48px 18px 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey_600);
}
.site-header .mnav__list .mnav__arrow {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header .mnav__list .mnav__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
}
.site-header .mnav__list .nav__item[aria-expanded=true] {
  padding-left: 34px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header .mnav__list .nav__item[aria-expanded=true] > .mnav__arrow {
  left: 0;
  right: auto;
}
.site-header .mnav__list .nav__item[aria-expanded=true] > .mnav__arrow::before {
  transform: rotate(135deg);
}
.site-header .mnav-panel {
  position: absolute;
  inset: 0;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 102;
}
.site-header .mnav-panel[aria-hidden=false] {
  transform: translateX(0);
}
.site-header .mnav-panel .mnav__header {
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 1;
}
.site-header .mnav-panel .mnav-panel__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey_600);
}
.site-header .mnav-panel .mnav-panel__back {
  width: 40px;
  height: 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.site-header .mnav-panel .mnav-panel__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 14px;
  height: 14px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.site-header .mnav-panel .mnav__body {
  position: relative;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  width: 100%;
  min-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.site-header .mnav-panel .mnav__body .mnav__body {
  padding: 0;
}
.site-header .mnav-sections {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  height: 90%;
}
.site-header .mnav-section {
  padding: var(--space-4);
}
.site-header .mnav-section h5 {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-header .mnav-section h5 a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--grey_600);
}
.site-header .mnav-section h5 .mnav__arrow {
  position: relative;
  width: 20px;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header .mnav-section h5 .mnav__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
}
.site-header .mnav-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  will-change: max-height;
}
.site-header .mnav-section ul li a {
  font-size: 18px;
  color: var(--grey_600);
  font-weight: 400;
  display: block;
  padding: 0.35rem 0;
}
.site-header .mnav-section.is-open h5 .mnav__arrow::before {
  transform: rotate(45deg);
}
.site-header html.no-scroll,
.site-header body.no-scroll {
  overflow: hidden;
}
.site-header .mnav__icons {
  display: flex;
  justify-content: flex-start;
  margin-top: 45px;
  gap: 32px;
}
@media (min-width: 1024px) {
  .site-header .mnav__icons {
    margin-top: 0;
    gap: 1rem;
  }
}
.site-header .mnav__icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--grey_100);
  border-radius: 40px;
  background-color: var(--grey_100);
}
@media (min-width: 1024px) {
  .site-header .mnav__icon {
    border: transparent;
    background-color: transparent;
  }
}
.site-header .mnav__icon:hover {
  border: 1px solid var(--grey_100);
  border-radius: 40px;
  background-color: var(--grey_100);
}
.site-header .mnav__icon:hover .mnav__icon-text {
  color: var(--primary);
}
.site-header .mnav__icon .mnav__icon-text {
  position: absolute;
  bottom: -24px;
  font-size: 0.875rem;
  color: var(--grey_666);
}
.site-header .mnav__icon img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .site-header .hamburger,
  .site-header .mnav-drawer {
    display: none;
  }
}
.site-header .download-btn-sticky {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: 140px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 14px;
  transition: max-height 0.25s ease, box-shadow 0.2s ease;
  max-height: 170px;
}
.site-header .download-btn-sticky img {
  width: 112px;
  height: 112px;
  display: block;
  border-radius: 6px;
  transition: opacity 0.25s ease;
}
.site-header .download-btn-sticky-btn {
  display: block;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.site-header .download-btn-sticky.is-collapsed {
  max-height: 48px;
  padding: 8px 12px;
}
.site-header .download-btn-sticky.is-collapsed img {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .site-header .download-btn-sticky.is-collapsed:hover {
    max-height: 170px;
    padding: 14px;
  }
  .site-header .download-btn-sticky.is-collapsed:hover img {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header .download-btn-sticky,
  .site-header .download-btn-sticky * {
    transition: none !important;
  }
}
.site-header .download-btn-sticky p.download-btn-sticky-btn {
  display: block;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.site-header .download-btn-sticky button.download-btn-sticky-btn.hide {
  display: none;
}
.site-header .download-btn-sticky.is-collapsed .download-btn-sticky-btn {
  position: absolute;
  top: 4px;
  text-align: center;
}
.site-header .nav__item[aria-expanded=true] > .nav__link {
  color: var(--primary);
}
.site-header .nav__item[aria-expanded=true] .mnav-panel {
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0 !important;
}

.mnav-panel .mnav-section > ul:empty {
  display: none !important;
}

.mnav-panel .mnav-section:has(> ul:empty) .mnav__arrow {
  display: none !important;
}

.mnav-panel .mnav-section:has(> ul:empty) h5 {
  cursor: default;
}

.mnav-panel .mnav-section:has(> ul:empty) h5 > a {
  padding-right: 0;
}

.mnav-panel .mnav-section:has(> ul:empty) h5 > a::after {
  content: none;
}

main {
  position: relative;
  max-width: 100%;
}

article {
  position: relative;
  display: block;
  color: #311266;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
article .small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
  opacity: 0.5;
}
article p {
  line-height: 1.3;
}
article.post {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
article.post .featured-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  article.post .featured-image {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  article.post .featured-image {
    margin-bottom: 2rem;
  }
}
article.post .featured-image img {
  display: block;
  width: 100%;
  transform: scale(1.01);
  transition: all 0.75s ease;
}
article.post .entry-title {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 1rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 300;
}
@media (min-width: 640px) {
  article.post .entry-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  article.post .entry-title {
    font-size: 1.1875rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1367px) {
  article.post .entry-title {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }
}
article.post .read-more {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  color: #311266;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  article.post .read-more {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  article.post .read-more {
    font-size: 1rem;
  }
}
article.post .read-more .icon {
  font-size: 0.875rem;
  position: relative;
  margin-left: 0.25rem;
  top: 1px;
}
@media (min-width: 1024px) {
  article.post:hover .featured-image img {
    transform: scale(1.05);
  }
}

section {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ===== Footer (SCSS z Twoimi mixinami) ===== */
.footer__top {
  padding: 3.5rem 1rem;
  border-top: 1px solid var(--grey_200);
}
.footer__top .logo {
  display: inline-flex;
  align-items: left;
  color: inherit;
}
.footer__top .logo img {
  width: clamp(140px, 18vw, 180px);
  height: auto;
  display: block;
}
.footer__top .logo p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--footer-muted);
  white-space: nowrap;
}
.footer__top .footer__copyright {
  font-size: 0.75rem;
}
@media (max-width: 1023px) {
  .footer__top .logo p {
    white-space: normal;
  }
}
@media (max-width: 639px) {
  .footer__top {
    padding: 1.5rem 1rem 1rem;
  }
}
.footer__top > .row {
  gap: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .footer__top > .row {
    gap: 0;
    padding-bottom: 0;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .footer__nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 639px) {
  .footer__nav {
    grid-template-columns: 1fr;
  }
}
.footer__column {
  gap: 1.625rem;
}
.footer__column h3 {
  margin: 0 0 0.75rem;
  font-family: "UniCredit", "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--grey_600);
}
.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__column ul li {
  font-weight: 500;
  font-size: 1.125rem;
}
.footer__column ul li + li {
  margin-top: 1rem;
}
.footer__column a {
  color: var(--footer-text);
  text-decoration: none;
}
.footer__column a:hover, .footer__column a:focus-visible {
  text-decoration: underline;
}
.footer {
  /* ===== Bottom bar ===== */
}
.footer__bottom {
  background: var(--grey_100);
  border-top: 1px solid var(--grey_200);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem 1.5rem;
  margin: 0;
  padding: 0;
}
.footer__links a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer__links a:hover, .footer__links a:focus-visible {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .footer__links {
    gap: 0.75rem 1rem;
  }
}
.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.footer__social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.footer__social a:hover {
  transform: translateY(-1px);
}
.footer__social img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}