:root {
  --primary-color: #15319c;
  --lightgrey: #dedfe1;
  --grey: #b4b4b4;
  --site-width: 1440px;
  --vertical-section-spacing: 140px;
  --background-blue: #15319C;
  --background-dark-blue: #0C1B57;
  --background-darker-blue: #01022e;
  --background-lightgrey: #f4f4f6;
  --text-color-white: #ffffff;
  --text-color-black: #000000;
  --text-color-grey: #272727;
  --header-height: 80px;
  --container: calc(100% - (2 * var(--header-height)));
  --negative-header-height: calc(-1 * var(--header-height));
  --phone-container-padding: 30px;
  --space-title-items: 70px; }
  @media (max-width: 1750px) {
    :root {
      --container: 1200px;
      --header-height: 70px;
      --vertical-section-spacing: 120px;
      --space-title-items: 56px; } }
  @media (max-width: 1100px) {
    :root {
      --header-height: 60px;
      --vertical-section-spacing: 100px; } }
  @media (max-width: 992px) {
    :root {
      --space-title-items: 40px; } }
  @media (max-width: 768px) {
    :root {
      --vertical-section-spacing: 60px; } }

@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Bold.woff2") format("woff2");
  font-weight: 900; }

@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Thin.woff2") format("woff2");
  font-weight: 100; }

:root {
  --h1-font-size: 60px;
  --h1-line-height: 68px; }
  @media (max-width: 1750px) {
    :root {
      --h1-font-size: 56px;
      --h1-line-height: 64px; } }
  @media (max-width: 1200px) {
    :root {
      --h1-font-size: 53px;
      --h1-line-height: 62px; } }
  @media (max-width: 992px) {
    :root {
      --h1-font-size: 50px;
      --h1-line-height: 60px; } }
  @media (max-width: 768px) {
    :root {
      --h1-font-size: 40px;
      --h1-line-height: 50px; } }

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: normal; }

h1, h2, h3, h4,
.h1, .h2, .h3, .universal-hero .section-title .title, .h4 {
  font-weight: 900; }

h1, .h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height); }

h2, .h2 {
  font-size: 50px;
  line-height: 1.25;
  letter-spacing: -1px; }
  @media (max-width: 1750px) {
    h2, .h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 40px; } }

h3, .h3, .universal-hero .section-title .title {
  font-size: 40px;
  line-height: 1.2; }
  @media (max-width: 1750px) {
    h3, .h3, .universal-hero .section-title .title {
      font-size: 32px; } }

h4, .h4 {
  font-size: 30px;
  line-height: 40px; }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 20px;
      line-height: 1.5; } }

h5, .h5 {
  font-size: 21px;
  font-weight: 500; }

h6, .h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px; }

.font-style-subtitle, .text-input .label, .text-input label, .fides-form .form-row label, .section-title .subtitle, .navbar .right .wpml-ls a, .mega-menu .menu-lang a, .dynamic-content-post .content-post-block .chapter-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.16em; }

.font-style-testimonial {
  font-weight: 100;
  font-size: 20px; }
  @media (max-width: 550px) {
    .font-style-testimonial {
      font-size: 17px; } }

.font-style-subtext {
  font-size: 12px;
  color: var(--grey); }
  .font-style-subtext a {
    color: inherit;
    text-decoration: none; }
    .font-style-subtext a:hover {
      text-decoration: underline; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0 28px 0;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--background-blue);
  border: 0;
  border-radius: 0;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  line-height: 20px;
  color: #fff; }
  @media (max-width: 1750px) {
    .button {
      padding: 28px 0 23px 0; } }
  @media (max-width: 992px) {
    .button {
      padding: 20px 0 20px 0; } }
  @media (max-width: 550px) {
    .button {
      max-width: 100%; } }
  .button .icon-hover {
    display: none; }
  .button svg {
    max-width: 18px; }
    .button svg path {
      fill: var(--text-color-white); }
  .button img {
    max-width: 18px; }
    @media (max-width: 768px) {
      .button img {
        margin-top: 2px; } }
  .button i {
    height: 16px; }
  .button img, .button svg {
    margin-left: 32px;
    min-width: 16px;
    margin-top: -4px; }
    @media (max-width: 1100px) {
      .button img, .button svg {
        margin-left: 20px; } }
  .button span {
    color: var(--text-color-white);
    margin: 0 var(--header-height);
    white-space: nowrap; }
    .button span.wrap {
      white-space: initial; }
    @media (max-width: 550px) {
      .button span {
        white-space: initial; } }
  .button img + span,
  .button svg + span,
  .button i + span {
    margin-left: 32px;
    margin-right: var(--header-height); }
    @media (max-width: 1750px) {
      .button img + span,
      .button svg + span,
      .button i + span {
        margin-right: 50px; } }
    @media (max-width: 1100px) {
      .button img + span,
      .button svg + span,
      .button i + span {
        margin-left: 18px; } }
  .button.button-white {
    background-color: white; }
    .button.button-white svg path {
      fill: var(--text-color-black); }
    .button.button-white span {
      color: var(--text-color-black); }
  .button.button-grey {
    background-color: var(--background-lightgrey); }
    .button.button-grey svg path {
      fill: var(--text-color-black); }
    .button.button-grey span {
      color: var(--text-color-black); }
  .button.button-dark {
    background-color: var(--background-dark-blue); }
    .button.button-dark:hover {
      background-color: var(--background-darker-blue); }
  .button:hover, .button.hover {
    background-color: var(--background-dark-blue); }
    .button:hover svg path, .button.hover svg path {
      fill: var(--text-color-white); }
    .button:hover span, .button.hover span {
      color: var(--text-color-white); }
    .button:hover .icon-hover, .button.hover .icon-hover {
      display: block; }
    .button:hover .icon-next-hover, .button.hover .icon-next-hover {
      display: none; }
  .button.fluid {
    width: 100%;
    max-width: 100%; }

.buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .buttons-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 15px;
      width: 100%; } }
  @media (max-width: 768px) {
    .buttons-wrapper .button {
      max-width: 100%;
      width: 100%; } }

.text-input {
  height: 71px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .text-input .label, .text-input label {
    color: var(--text-color-white); }
  .text-input input[type="text"],
  .text-input input[type="email"] {
    border-radius: 0;
    display: block;
    width: 100%;
    color: var(--text-color-white) !important;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--text-color-white);
    color: var(--text-color-white);
    outline: none; }

input[type="submit"] {
  padding-left: 80px;
  padding-right: 80px; }

.fides-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fides-form .form-row .form-field {
    margin: 0 0 24px;
    width: 100%; }
  .fides-form .form-row .half-field {
    width: calc(50% - 12px); }
    @media (max-width: 767px) {
      .fides-form .form-row .half-field {
        width: 100%; } }
  .fides-form .form-row .third-field {
    width: calc(33% - 12px); }
    @media (max-width: 767px) {
      .fides-form .form-row .third-field {
        width: 100%; } }
  .fides-form .form-row input:not([type="submit"]) {
    border: none;
    width: 100%;
    background-color: transparent;
    color: white;
    border-radius: 0;
    border-bottom: 1px solid white;
    height: 44px; }
    .fides-form .form-row input:not([type="submit"]):focus, .fides-form .form-row input:not([type="submit"]):active {
      outline: none; }
  .fides-form .form-row select {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    padding: 8px 0;
    outline: none !important;
    color: #fff; }
    .fides-form .form-row select option {
      background: transparent;
      color: black; }

.fides-form .form-ending {
  text-align: center; }
  .fides-form .form-ending span, .fides-form .form-ending a {
    font-weight: bold;
    text-decoration: none; }
    .fides-form .form-ending span:hover, .fides-form .form-ending a:hover {
      text-decoration: underline; }

.fides-form .wpcf7-not-valid-tip {
  font-size: 12px; }

.fides-form .wpcf7-spinner {
  -webkit-transform: translateY(calc(-1 * var(--header-height) / 2 - 12px));
  -ms-transform: translateY(calc(-1 * var(--header-height) / 2 - 12px));
  transform: translateY(calc(-1 * var(--header-height) / 2 - 12px));
  background: white; }
  .fides-form .wpcf7-spinner:before {
    background-color: var(--background-blue); }

body {
  font-family: 'Sailec', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0 !important;
  color: #000; }
  body.fixed {
    overflow: hidden; }
  body.error404 {
    background-color: var(--primary-color); }
    body.error404 .section-title {
      color: #fff; }

.container {
  max-width: calc(1920px - (2 * var(--header-height)));
  width: calc(100% - (2 * var(--header-height)));
  padding: 0 var(--header-height);
  margin: 0 auto; }
  @media (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0 var(--phone-container-padding); } }

.container-wide {
  max-width: 1920px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .row .col {
    padding: 0 15px; }

.fake-link {
  cursor: pointer; }

.section-title {
  max-width: 620px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1750px) {
    .section-title {
      max-width: 500px; } }
  @media (max-width: 768px) {
    .section-title {
      max-width: 100%; } }
  .section-title > a {
    color: inherit !important;
    text-decoration: none; }
  .section-title .subtitle, .section-title .title, .section-title .text {
    margin-top: 0;
    margin-bottom: var(--space-title-items); }
  .section-title .subtitle {
    margin-bottom: 60px; }
    @media (max-width: 1750px) {
      .section-title .subtitle {
        margin-bottom: 48px; } }
  .section-title .text {
    max-width: 550px; }

ul, ol {
  margin: 0;
  padding-left: 25px;
  overflow-wrap: normal; }

.fides-section {
  padding: var(--vertical-section-spacing) 0; }
  @media (min-width: 769px) {
    .fides-section.background-white + .background-white,
    .fides-section.background-blue + .background-blue,
    .fides-section.background-grey + .background-grey {
      padding-top: 0; } }
  .fides-section.section-image_partners {
    padding-bottom: 0;
    margin-bottom: -100px; }
    @media (max-width: 768px) {
      .fides-section.section-image_partners {
        margin-bottom: 0; } }
    .fides-section.section-image_partners + .fides-section {
      padding-top: calc(var(--vertical-section-spacing) + 100px); }
      @media (max-width: 768px) {
        .fides-section.section-image_partners + .fides-section {
          padding-top: var(--vertical-section-spacing); } }
  .fides-section.content-teasers + .content-section {
    padding-top: 0; }
  .fides-section .section-title-full h1, .fides-section .section-title-full h2, .fides-section .section-title-full h3, .fides-section .section-title-full h4, .fides-section .section-title-full h5, .fides-section .section-title-full h6 {
    margin-top: 0; }
  .fides-section .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px; }
    @media (max-width: 768px) {
      .fides-section .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0; } }
    .fides-section .section-inner .left {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
      @media (max-width: 768px) {
        .fides-section .section-inner .left {
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          margin-bottom: 50px;
          padding: 0; } }
      .fides-section .section-inner .left.full-width {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    .fides-section .section-inner .right {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .fides-section .section-inner .right {
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          padding: 0; } }
  .fides-section.background-blue {
    background: var(--background-blue);
    color: var(--text-color-white); }
  .fides-section.background-grey {
    background: var(--background-lightgrey); }
  .fides-section.columns-reversed .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 768px) {
      .fides-section.columns-reversed .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .fides-section.columns-reversed .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 768px) {
      .fides-section.columns-reversed .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .fides-section a, .fides-section .fake-link {
    color: var(--primary-color);
    text-decoration: none; }
  @media (max-width: 768px) {
    .fides-section .section-title {
      margin-left: auto;
      margin-right: auto; } }

.post-password {
  text-align: center;
  padding: 100px;
  background: var(--primary-color);
  color: #fff;
  max-width: 700px;
  margin-bottom: calc(2 * var(--header-height)); }
  @media (max-width: 800px) {
    .post-password {
      padding: 50px; } }
  .post-password label {
    font-size: 20px; }
  .post-password input[type="submit"] {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 0;
    border-radius: 0;
    padding-top: 28px;
    padding-bottom: 23px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    line-height: 20px; }
  .post-password input[type="password"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    height: 71px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    color: white;
    font-size: 20px; }

.grecaptcha-badge {
  visibility: hidden; }

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  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: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: .35;
  cursor: auto;
  pointer-events: 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;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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: 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;
  -webkit-box-shadow: none;
  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: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

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

.swiper-pagination-progressbar {
  background: 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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0; }

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

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

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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; }

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

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

.swiper-cube {
  overflow: visible; }

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

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

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

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

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.swiper-cards {
  overflow: visible; }

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

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

header nav {
  background-color: var(--background-blue);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

.admin-bar header nav {
  top: 32px; }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  padding-left: 0;
  padding-right: 0; }
  .navbar .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    .navbar .left .navbar-trigger {
      height: 100%;
      min-width: var(--header-height);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 var(--header-height);
      flex: 1 1 var(--header-height);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      .navbar .left .navbar-trigger:hover {
        background-color: var(--background-dark-blue); }
    .navbar .left .navbar-logo-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px 0 var(--header-height);
      width: 100%;
      background-color: white;
      height: 100%; }
      @media (max-width: 992px) {
        .navbar .left .navbar-logo-wrapper {
          background-color: var(--background-blue);
          color: #fff; } }
      @media (max-width: 550px) {
        .navbar .left .navbar-logo-wrapper {
          padding-left: 0px;
          font-size: 13px;
          font-weight: 300; } }
      @media (max-width: 550px) {
        .navbar .left .navbar-logo-wrapper .title {
          padding-top: 5px; } }
      .navbar .left .navbar-logo-wrapper .navbar-logo {
        width: 100%;
        max-width: 320px; }
        @media (max-width: 992px) {
          .navbar .left .navbar-logo-wrapper .navbar-logo {
            padding-right: 15px; } }
        .navbar .left .navbar-logo-wrapper .navbar-logo img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          display: block; }
        .navbar .left .navbar-logo-wrapper .navbar-logo img.mobile-only {
          display: none; }
          @media (max-width: 992px) {
            .navbar .left .navbar-logo-wrapper .navbar-logo img.mobile-only {
              display: block; } }
        .navbar .left .navbar-logo-wrapper .navbar-logo img.desktop-only {
          display: block; }
          @media (max-width: 992px) {
            .navbar .left .navbar-logo-wrapper .navbar-logo img.desktop-only {
              display: none; } }
      .navbar .left .navbar-logo-wrapper .line {
        width: 1px;
        height: 42px;
        margin: 0 12px;
        background-color: #C4C4C4; }
        @media (max-width: 992px) {
          .navbar .left .navbar-logo-wrapper .line {
            background-color: #6b79ba; } }
  .navbar .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    min-width: 550px; }
    @media (max-width: 992px) {
      .navbar .right {
        display: none; } }
    .navbar .right .demo, .navbar .right .user, .navbar .right .search-btn, .navbar .right .contact, .navbar .right .wpml-ls, .navbar .right .search-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 80px;
      height: 100%;
      cursor: pointer;
      color: var(--text-color-white);
      background-color: var(--background-blue); }
      .navbar .right .demo:hover, .navbar .right .user:hover, .navbar .right .search-btn:hover, .navbar .right .contact:hover, .navbar .right .wpml-ls:hover, .navbar .right .search-close:hover {
        background-color: var(--background-dark-blue); }
      .navbar .right .demo span, .navbar .right .user span, .navbar .right .search-btn span, .navbar .right .contact span, .navbar .right .wpml-ls span, .navbar .right .search-close span {
        line-height: normal;
        color: var(--text-color-white); }
    .navbar .right .user, .navbar .right .contact {
      position: relative; }
      .navbar .right .user .user-tooltip, .navbar .right .contact .user-tooltip {
        position: absolute;
        top: 100%;
        right: 0;
        height: calc(var(--header-height) / 2);
        padding: 0 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        background-color: #101820;
        white-space: nowrap;
        line-height: calc(var(--header-height) / 2); }
        .navbar .right .user .user-tooltip:before, .navbar .right .contact .user-tooltip:before {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          top: -5px;
          right: calc(var(--header-height) / 2 - 5px);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background-color: inherit; }
      .navbar .right .user:hover .user-tooltip, .navbar .right .contact:hover .user-tooltip {
        visibility: visible;
        opacity: 1; }
    .navbar .right .wpml-ls {
      padding: 0; }
      .navbar .right .wpml-ls ul {
        width: 100%;
        height: 100%; }
        .navbar .right .wpml-ls ul li {
          width: 100%; }
      .navbar .right .wpml-ls a {
        height: var(--header-height);
        line-height: var(--header-height);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .navbar .right .wpml-ls a span {
          margin: 0; }
    .navbar .right .demo {
      width: 240px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .navbar .right .search-box {
      display: none;
      width: 100%; }
    .navbar .right .search-close {
      display: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 var(--header-height);
      flex: 1 1 var(--header-height); }
    .navbar .right.search-active .demo, .navbar .right.search-active .user, .navbar .right.search-active .contact, .navbar .right.search-active .language, .navbar .right.search-active .search-btn {
      display: none; }
    .navbar .right.search-active .search-box, .navbar .right.search-active .search-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .navbar svg {
    width: 16px;
    height: 16px; }

.mega-menu {
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto; }
  .mega-menu .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1300px) {
      .mega-menu .section-inner {
        padding: 0; } }
    .mega-menu .section-inner .left {
      width: 50%;
      padding: 0 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .mega-menu .section-inner .right {
      width: 50%;
      padding: 0 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
      .mega-menu .section-inner .right .right-title {
        margin-bottom: var(--space-title-items);
        margin-left: 12px; }
      .mega-menu .section-inner .right .features-row {
        row-gap: var(--space-title-items); }
  @media (max-width: 992px) {
    .mega-menu .mega-menu-main {
      display: none; } }
  .mega-menu .mega-menu-social {
    height: 40px;
    width: 100%;
    padding: 20px;
    height: 60px;
    display: none;
    z-index: 5;
    background-color: var(--background-blue);
    margin-top: --header-height; }
    .mega-menu .mega-menu-social img {
      width: 20px; }
    @media (max-width: 992px) {
      .mega-menu .mega-menu-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .mega-menu .mega-menu-background {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }
  .mega-menu .mega-menu-content {
    position: relative; }
  .mega-menu .mega-menu-navbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: var(--header-height);
    background-color: var(--background-blue);
    position: relative; }
    @media (max-width: 992px) {
      .mega-menu .mega-menu-navbar {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: calc(100vh - 30px); } }
    .mega-menu .mega-menu-navbar > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 100%;
      padding: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 992px) {
        .mega-menu .mega-menu-navbar > div {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          height: 100%; } }
    .mega-menu .mega-menu-navbar .close-btn, .mega-menu .mega-menu-navbar .home-btn, .mega-menu .mega-menu-navbar .menu-lang {
      width: var(--header-height);
      height: var(--header-height);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      .mega-menu .mega-menu-navbar .close-btn svg, .mega-menu .mega-menu-navbar .home-btn svg, .mega-menu .mega-menu-navbar .menu-lang svg {
        width: 16px;
        height: 16px; }
        .mega-menu .mega-menu-navbar .close-btn svg path, .mega-menu .mega-menu-navbar .home-btn svg path, .mega-menu .mega-menu-navbar .menu-lang svg path {
          fill: #101820; }
      .mega-menu .mega-menu-navbar .close-btn:hover, .mega-menu .mega-menu-navbar .home-btn:hover, .mega-menu .mega-menu-navbar .menu-lang:hover {
        background-color: var(--background-dark-blue); }
        .mega-menu .mega-menu-navbar .close-btn:hover svg path, .mega-menu .mega-menu-navbar .home-btn:hover svg path, .mega-menu .mega-menu-navbar .menu-lang:hover svg path {
          fill: #ffffff; }
    @media (max-width: 992px) {
      .mega-menu .mega-menu-navbar .home-btn {
        position: absolute;
        top: 0;
        right: 0; } }
  .mega-menu.active {
    display: block; }
    .mega-menu.active .mega-menu-navbar {
      background-color: var(--background-blue); }
      .mega-menu.active .mega-menu-navbar .close-btn svg path, .mega-menu.active .mega-menu-navbar .home-btn svg path {
        fill: var(--text-color-white); }
      @media (min-width: 993px) {
        .mega-menu.active .mega-menu-navbar.has-active-tab {
          background-color: #ffffff; }
          .mega-menu.active .mega-menu-navbar.has-active-tab .close-btn svg, .mega-menu.active .mega-menu-navbar.has-active-tab .home-btn svg {
            width: 16px;
            height: 16px; }
            .mega-menu.active .mega-menu-navbar.has-active-tab .close-btn svg path, .mega-menu.active .mega-menu-navbar.has-active-tab .home-btn svg path {
              fill: #101820; }
          .mega-menu.active .mega-menu-navbar.has-active-tab .close-btn:hover svg path, .mega-menu.active .mega-menu-navbar.has-active-tab .home-btn:hover svg path {
            fill: #ffffff; }
          .mega-menu.active .mega-menu-navbar.has-active-tab .tabs a {
            color: black; }
          .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab {
            color: #101820; }
            .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab.current-menu-item {
              background-color: transparent; }
              .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab.current-menu-item:hover {
                background-color: var(--background-blue); }
            .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab:hover {
              background-color: var(--background-blue);
              color: var(--text-color-white) !important; }
            .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab svg {
              position: absolute;
              bottom: 20%;
              left: 50%; }
              .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab svg path {
                fill: black; }
            .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab.active svg path, .mega-menu.active .mega-menu-navbar.has-active-tab .tabs .tab:hover svg path {
              fill: white !important; } }
  @media (max-width: 992px) {
    .mega-menu [data-tab-target] {
      display: none !important; } }
  .mega-menu [data-tab-content] {
    display: none; }
  .mega-menu .active[data-tab-content] {
    display: block; }
  .mega-menu .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: calc(100% - (var(--header-height) * 2));
    max-width: 1700px; }
    @media (max-width: 992px) {
      .mega-menu .tabs {
        position: relative;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        padding-left: 30px;
        background: var(--background-blue);
        width: 100%; } }
    .mega-menu .tabs a {
      color: #fff;
      text-decoration: none;
      line-height: var(--header-height);
      display: block;
      width: 100%;
      text-align: center; }
      @media (max-width: 992px) {
        .mega-menu .tabs a {
          text-align: left;
          padding-left: var(--header-height);
          width: 100%; } }
    .mega-menu .tabs .tab {
      cursor: pointer;
      font-size: 15px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: var(--text-color-white);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      white-space: nowrap;
      position: relative; }
      .mega-menu .tabs .tab.mobile-account {
        display: none; }
        @media (max-width: 992px) {
          .mega-menu .tabs .tab.mobile-account {
            display: block; } }
        .mega-menu .tabs .tab.mobile-account:before {
          background-image: url(../assets/images/account.svg);
          width: 13px;
          height: 12px;
          left: 24px; }
      .mega-menu .tabs .tab.search-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-left: calc(var(--negative-header-height) / 2);
        display: none;
        margin-bottom: 100px; }
        @media (max-width: 992px) {
          .mega-menu .tabs .tab.search-btn {
            display: block; } }
        .mega-menu .tabs .tab.search-btn:before {
          display: none; }
        .mega-menu .tabs .tab.search-btn .search-box {
          width: 100%; }
          .mega-menu .tabs .tab.search-btn .search-box .proinput {
            margin-left: 0 !important; }
          .mega-menu .tabs .tab.search-btn .search-box .innericon {
            position: relative; }
            .mega-menu .tabs .tab.search-btn .search-box .innericon svg {
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              width: 15px; }
        .mega-menu .tabs .tab.search-btn .search-close {
          display: none; }
      .mega-menu .tabs .tab:hover, .mega-menu .tabs .tab.current-menu-item {
        background-color: var(--background-dark-blue); }
        .mega-menu .tabs .tab:hover a, .mega-menu .tabs .tab.current-menu-item a {
          color: inherit !important; }
      @media (max-width: 992px) {
        .mega-menu .tabs .tab:before {
          content: '';
          position: absolute;
          left: 27px;
          width: 10px;
          height: 10px;
          background-image: url(../assets/images/circle.svg);
          background-size: contain;
          background-position: center;
          top: 23px;
          background-repeat: no-repeat;
          pointer-events: none; } }
      @media (max-width: 992px) {
        .mega-menu .tabs .tab {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          line-height: var(--header-height);
          margin-left: -30px;
          padding-left: 0; } }
      .mega-menu .tabs .tab svg {
        position: absolute;
        bottom: 20%;
        left: 50%; }
        .mega-menu .tabs .tab svg path {
          fill: white; }
      .mega-menu .tabs .tab.mobile-only {
        display: none; }
        @media (max-width: 992px) {
          .mega-menu .tabs .tab.mobile-only {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .mega-menu .tabs .tab.mobile-mega-menu-trigger {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .mega-menu .tabs .tab.mobile-mega-menu-trigger:before {
          background-image: url("../assets/images/arrow.svg");
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .mega-menu .tabs .tab.mobile-mega-menu-trigger .sub-menu {
          margin-left: 0;
          display: none;
          list-style: none; }
          .mega-menu .tabs .tab.mobile-mega-menu-trigger .sub-menu li {
            position: relative; }
            @media (max-width: 992px) {
              .mega-menu .tabs .tab.mobile-mega-menu-trigger .sub-menu li.current-menu-item {
                background-color: var(--background-dark-blue);
                margin-left: -40px;
                padding-left: 40px; } }
            @media (max-width: 992px) {
              .mega-menu .tabs .tab.mobile-mega-menu-trigger .sub-menu li.current-menu-item:before {
                left: 65px; } }
            .mega-menu .tabs .tab.mobile-mega-menu-trigger .sub-menu li:before {
              content: '';
              position: absolute;
              left: 25px;
              width: 10px;
              height: 10px;
              background-image: url("../assets/images/circle.svg");
              background-size: contain;
              background-position: center;
              top: calc(50% - 6px);
              pointer-events: none; }
        .mega-menu .tabs .tab.mobile-mega-menu-trigger.active:before {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); }
        @media (max-width: 992px) {
          .mega-menu .tabs .tab.mobile-mega-menu-trigger.active .sub-menu {
            display: block;
            width: 100%; } }
    .mega-menu .tabs .tab.active {
      background-color: var(--background-blue);
      color: var(--text-color-white) !important; }
      .mega-menu .tabs .tab.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .mega-menu .tab-content {
    min-height: calc(100vh - var(--header-height));
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--text-color-white); }
    .mega-menu .tab-content .tab-container {
      width: 100%;
      height: 100%;
      background-color: var(--background-blue);
      min-height: calc(100vh - var(--header-height)); }
      @media (max-width: 992px) {
        .mega-menu .tab-content .tab-container.active#angebote {
          position: absolute;
          top: 120px;
          left: 0;
          width: 100%; } }
      @media (max-width: 992px) {
        .mega-menu .tab-content .tab-container.active#stories {
          position: absolute;
          top: 180px;
          left: 0;
          width: 100%; } }
  .mega-menu .tab-content-wrapper {
    padding: 80px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .mega-menu .tab-content-wrapper .section-buttons .button {
      min-width: 110px; }
    @media (max-height: 830px) {
      .mega-menu .tab-content-wrapper {
        padding-top: 50px; } }
  .mega-menu .features-row {
    margin-left: 0; }
    .mega-menu .features-row .feature {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
      .mega-menu .features-row .feature .icon {
        top: 4px;
        left: 25px; }
        .mega-menu .features-row .feature .icon img {
          width: 20px; }
      .mega-menu .features-row .feature .title {
        font-size: initial;
        font-weight: 500; }
      .mega-menu .features-row .feature .text, .mega-menu .features-row .feature .action {
        font-size: 13px;
        line-height: 1.9; }
        @media (max-height: 830px) {
          .mega-menu .features-row .feature .text, .mega-menu .features-row .feature .action {
            display: none; } }
  .mega-menu .content-teasers {
    background-color: var(--background-blue); }
    @media (max-width: 1400px) {
      .mega-menu .content-teasers .container {
        margin: 0;
        width: 100%; } }
    .mega-menu .content-teasers .content-card {
      background-color: var(--background-dark-blue); }
      @media (max-width: 1300px) and (min-width: 769px) {
        .mega-menu .content-teasers .content-card .content-card-inner {
          width: 100%;
          padding: 30px;
          position: relative; } }
      @media (max-width: 1300px) and (min-width: 769px) {
        .mega-menu .content-teasers .content-card .content-card-inner .title {
          width: 100%; } }
      @media (max-width: 1300px) and (min-width: 769px) {
        .mega-menu .content-teasers .content-card .content-card-inner .subtitle {
          margin-left: 0; } }
      @media (max-width: 1300px) and (min-width: 769px) {
        .mega-menu .content-teasers .content-card .content-card-inner svg, .mega-menu .content-teasers .content-card .content-card-inner img {
          position: absolute;
          top: 30px;
          right: 30px;
          margin-right: 0; } }
      .mega-menu .content-teasers .content-card:hover {
        background-color: var(--background-darker-blue); }
  .mega-menu .menu-lang {
    position: absolute;
    right: var(--header-height);
    top: 0; }
    @media (min-width: 993px) {
      .mega-menu .menu-lang {
        display: none !important; } }
    .mega-menu .menu-lang .wpml-ls {
      padding: 0;
      width: 100%; }
      .mega-menu .menu-lang .wpml-ls ul, .mega-menu .menu-lang .wpml-ls li, .mega-menu .menu-lang .wpml-ls a {
        width: 100%;
        height: 100%;
        padding: 0; }
    .mega-menu .menu-lang .wpml-ls-legacy-list-horizontal span {
      display: block;
      margin-bottom: -3px; }
    .mega-menu .menu-lang a {
      color: #fff;
      line-height: var(--header-height);
      text-align: center; }

.content-teasers .section-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0; }
  @media (max-width: 992px) {
    .content-teasers .section-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .content-teasers .section-inner .left {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 70px; }
    @media (max-width: 1300px) {
      .content-teasers .section-inner .left {
        padding-right: 30px; } }
    @media (max-width: 992px) {
      .content-teasers .section-inner .left {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-right: 0px;
        margin-bottom: 50px; } }
    @media (max-width: 992px) {
      .content-teasers .section-inner .left .content-card {
        margin-bottom: 0; } }
    .content-teasers .section-inner .left .button {
      margin-top: 70px;
      width: 100%;
      max-width: 100%; }
      @media (max-width: 1300px) {
        .content-teasers .section-inner .left .button {
          margin-top: 30px; } }
  .content-teasers .section-inner .right {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0; }
    @media (max-width: 992px) {
      .content-teasers .section-inner .right {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
    .content-teasers .section-inner .right .button {
      width: 100%;
      max-width: 100%; }
    .content-teasers .section-inner .right > * {
      margin-top: 70px; }
      @media (max-width: 1300px) {
        .content-teasers .section-inner .right > * {
          margin-top: 30px; } }
      .content-teasers .section-inner .right > *:first-child {
        margin-top: 0 !important; }
    .content-teasers .section-inner .right.has-title-inside > *:nth-child(2) {
      margin-top: 0 !important; }

.content-card {
  background-color: var(--background-blue);
  color: var(--text-color-white);
  width: 100%;
  overflow: hidden; }
  .content-card.inactive {
    display: none; }
  .content-card img {
    display: block;
    min-height: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 100%; }
  .content-card:hover {
    background-color: var(--background-dark-blue); }
    .content-card:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
  .content-card a {
    text-decoration: none;
    color: inherit !important;
    height: 100%; }
  .content-card .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content-card .title {
    width: calc(100% - 45px);
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 768px) {
      .content-card .title {
        width: 100%; } }
  .content-card .subtitle {
    margin-left: 45px; }
    @media (max-width: 768px) {
      .content-card .subtitle {
        margin-left: 0; } }
  .content-card.xs-card .subtitle {
    margin-left: 40px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .content-card.xs-card .subtitle {
        margin-left: 0; } }
  .content-card .img {
    overflow: hidden; }
    .content-card .img.with-bkg {
      background-size: cover;
      background-position: center; }
  .content-card.large-card .subtitle {
    margin-bottom: 80px; }
  .content-card.small-card .content-card-inner, .content-card.small-card .img, .content-card.xs-card .content-card-inner, .content-card.xs-card .img {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    @media (max-width: 550px) {
      .content-card.small-card .content-card-inner, .content-card.small-card .img, .content-card.xs-card .content-card-inner, .content-card.xs-card .img {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  @media (max-width: 550px) {
    .content-card.small-card .img, .content-card.xs-card .img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .content-card.small-card .content-card-inner, .content-card.xs-card .content-card-inner {
    min-height: 130px; }
    @media (max-width: 550px) {
      .content-card.small-card .content-card-inner, .content-card.xs-card .content-card-inner {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .content-card.small-card a, .content-card.xs-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 550px) {
      .content-card.small-card a, .content-card.xs-card a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .content-card.xs-card .img {
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    min-height: 130px; }
    @media (max-width: 550px) {
      .content-card.xs-card .img {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .content-card.xs-card .content-card-inner {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 550px) {
      .content-card.xs-card .content-card-inner {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
    @media (max-width: 768px) {
      .content-card.xs-card .content-card-inner > div svg, .content-card.xs-card .content-card-inner > div img {
        display: none; } }
  @media (max-width: 768px) {
    .content-card.small-card {
      height: auto !important; } }
  @media (max-width: 768px) {
    .content-card.small-card .subtitle {
      margin-bottom: 80px; } }
  .content-card .content-card-inner {
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .content-card .content-card-inner {
        padding: 20px 30px; } }
    @media (max-width: 768px) {
      .content-card .content-card-inner {
        position: relative;
        padding: 30px; } }
    .content-card .content-card-inner > div svg, .content-card .content-card-inner > div img {
      width: 15px;
      height: 15px;
      margin-right: 25px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 15px;
      flex: 1 1 15px; }
      @media (max-width: 768px) {
        .content-card .content-card-inner > div svg, .content-card .content-card-inner > div img {
          position: absolute;
          top: 30px;
          right: 30px;
          margin-right: 0; } }

.universal-hero {
  position: relative;
  padding-top: var(--header-height); }
  .universal-hero .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    @media (max-width: 768px) {
      .universal-hero .section-background {
        position: relative;
        height: 40vh; } }
    .universal-hero .section-background img {
      -o-object-fit: cover;
      object-fit: cover;
      max-width: none;
      width: 100%; }
  .universal-hero .container, .universal-hero .container-wide {
    z-index: 20;
    position: relative; }
    @media (max-width: 550px) {
      .universal-hero .container, .universal-hero .container-wide {
        height: auto !important; } }
  .universal-hero .section-title .text {
    max-width: 400px; }

.universal-hero-full {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media (max-width: 768px) {
    .universal-hero-full {
      height: auto; } }
  .universal-hero-full .container {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 10;
    position: relative; }
    @media (max-width: 768px) {
      .universal-hero-full .container {
        height: auto;
        background-color: var(--background-blue);
        padding-bottom: var(--vertical-section-spacing); } }
  .universal-hero-full .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--background-blue);
    padding: var(--header-height);
    padding-bottom: 0;
    max-width: 700px;
    margin-left: var(--negative-header-height);
    color: #fff;
    width: calc(100% - 57px); }
    @media (max-width: 1750px) {
      .universal-hero-full .content-wrapper {
        max-width: 610px; } }
    @media (max-width: 768px) {
      .universal-hero-full .content-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding-left: 0;
        padding-right: 0; } }
  .universal-hero-full .scroll-down {
    padding: calc((var(--header-height) - 20px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--background-blue);
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 768px) {
      .universal-hero-full .scroll-down {
        display: none; } }
    .universal-hero-full .scroll-down:hover {
      background-color: var(--background-dark-blue); }
    .universal-hero-full .scroll-down a {
      line-height: 0; }

.universal-hero-pages .post-date {
  margin-bottom: var(--header-height); }

.universal-hero-pages .buttons-wrapper .button {
  width: auto; }

.universal-hero-pages .pages-top-section-first {
  width: 100%;
  height: 60vh;
  max-height: 715px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 4;
  position: relative; }
  @media (max-width: 768px) {
    .universal-hero-pages .pages-top-section-first {
      display: block;
      height: auto;
      max-height: none; } }
  .universal-hero-pages .pages-top-section-first .container {
    height: 100%; }
    @media (max-width: 768px) {
      .universal-hero-pages .pages-top-section-first .container {
        height: auto;
        padding: 0; } }
  .universal-hero-pages .pages-top-section-first .content {
    height: 100%;
    padding: 0 var(--header-height);
    margin-left: var(--negative-header-height);
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: calc(50% + var(--header-height) + 15px);
    overflow-y: auto; }
    @media (max-width: 1100px) {
      .universal-hero-pages .pages-top-section-first .content {
        max-width: none; } }
    @media (max-height: 600px) {
      .universal-hero-pages .pages-top-section-first .content {
        padding-top: var(--header-height); } }
    @media (max-width: 768px) {
      .universal-hero-pages .pages-top-section-first .content {
        margin: 0;
        width: 100%;
        padding: var(--phone-container-padding);
        padding-top: 40px; } }
    .universal-hero-pages .pages-top-section-first .content .description {
      margin: 45px 0 55px; }
    @media (max-width: 768px) {
      .universal-hero-pages .pages-top-section-first .content .section-buttons {
        padding-bottom: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .universal-hero-pages .pages-top-section-first .content .button-section1 {
      max-width: 510px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 25px 20px;
      background-color: var(--background-blue);
      font-size: 16px;
      color: var(--text-color-white); }
      .universal-hero-pages .pages-top-section-first .content .button-section1 p {
        margin-left: 20px; }

.universal-hero-pages .section-title .title {
  max-width: 100%;
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height); }
  @media (max-width: 1750px) {
    .universal-hero-pages .section-title .title {
      font-size: 50px;
      line-height: 56px; } }
  @media (max-width: 1200px) {
    .universal-hero-pages .section-title .title {
      font-size: 48px;
      line-height: 54px; } }
  @media (max-width: 992px) {
    .universal-hero-pages .section-title .title {
      font-size: 42px;
      line-height: 50px; } }
  @media (max-height: 790px) {
    .universal-hero-pages .section-title .title {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 550px) {
    .universal-hero-pages .section-title .title {
      font-size: 34px;
      line-height: 44px; } }
  .universal-hero-pages .section-title .title.smaller {
    font-size: 40px;
    line-height: 48px; }
    @media (max-width: 1750px) {
      .universal-hero-pages .section-title .title.smaller {
        font-size: 35px;
        line-height: 42px; } }
    @media (max-width: 1200px) {
      .universal-hero-pages .section-title .title.smaller {
        font-size: 30px;
        line-height: 38px; } }
    @media (max-width: 992px) {
      .universal-hero-pages .section-title .title.smaller {
        font-size: 25px;
        line-height: 33px; } }
    @media (max-height: 790px) {
      .universal-hero-pages .section-title .title.smaller {
        font-size: 22px;
        line-height: 32px; } }
    @media (max-width: 550px) {
      .universal-hero-pages .section-title .title.smaller {
        font-size: 22px;
        line-height: 32px; } }

.universal-hero-pages .section-title .text {
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .universal-hero-pages .section-title .button span {
    white-space: initial; } }

.universal-hero-pages .pages-top-section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ffffff;
  margin-bottom: var(--negative-header-height);
  z-index: 5;
  position: relative; }
  .universal-hero-pages .pages-top-section-bottom .scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    width: auto; }
  .universal-hero-pages .pages-top-section-bottom .right-side {
    background-color: var(--background-blue);
    width: calc(50% - 15px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 20px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .universal-hero-pages .pages-top-section-bottom .right-side {
        width: 100%; } }
    @media (max-width: 500px) {
      .universal-hero-pages .pages-top-section-bottom .right-side {
        width: 100%;
        margin: auto; } }
    .universal-hero-pages .pages-top-section-bottom .right-side a {
      padding: calc((var(--header-height) - 20px) / 2); }
    .universal-hero-pages .pages-top-section-bottom .right-side svg {
      width: 16px;
      height: 16px; }
    .universal-hero-pages .pages-top-section-bottom .right-side span {
      margin-right: 20px; }

.universal-hero-pages + .dynamic-content > section:first-child {
  padding-top: calc(var(--vertical-section-spacing) + var(--header-height)); }

.universal-hero-pages + .dynamic-content-post,
.universal-hero-pages + .fides-section {
  padding-top: calc(var(--vertical-section-spacing) + var(--header-height)); }

.universal-hero-numbers {
  background-color: #e5e5e5;
  min-height: calc(100vh + var(--header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .universal-hero-numbers {
      height: auto; } }
  .universal-hero-numbers .section-background {
    height: 100%;
    min-height: 30vh;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
  .universal-hero-numbers .pages-top-section-first {
    background-color: var(--background-blue);
    color: #fff;
    z-index: 10;
    padding-bottom: var(--header-height); }
  .universal-hero-numbers .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .universal-hero-numbers .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 360px) {
      .universal-hero-numbers .section-inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px; } }
    @media (max-width: 768px) {
      .universal-hero-numbers .section-inner .section-title {
        margin-left: auto;
        margin-right: auto; } }
  .universal-hero-numbers .numbers-section {
    gap: 50px;
    max-width: none; }
    @media (max-width: 1300px) {
      .universal-hero-numbers .numbers-section {
        display: block; } }
    @media (max-width: 1750px) {
      .universal-hero-numbers .numbers-section {
        gap: 30px; } }
    .universal-hero-numbers .numbers-section .sec2-col-content {
      width: 170px; }
      @media (max-width: 1750px) {
        .universal-hero-numbers .numbers-section .sec2-col-content {
          width: 136px; } }
    .universal-hero-numbers .numbers-section .sec2-col {
      width: 33.33%; }
      @media (max-width: 1300px) {
        .universal-hero-numbers .numbers-section .sec2-col {
          margin: 15px auto; } }
      .universal-hero-numbers .numbers-section .sec2-col .number {
        font-size: 25px; }
  .universal-hero-numbers .left {
    padding: var(--header-height);
    padding-bottom: 0;
    margin-left: var(--negative-header-height);
    margin-right: var(--negative-header-height);
    margin-top: var(--negative-header-height);
    background-color: var(--background-blue);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%; }
    @media (max-width: 768px) {
      .universal-hero-numbers .left {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 50px; } }
  .universal-hero-numbers .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .universal-hero-numbers .right {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }

.universal-title {
  padding: calc(var(--header-height) + var(--vertical-section-spacing)) 0 var(--vertical-section-spacing) 0; }
  .universal-title .section-title .title {
    margin-bottom: 30px;
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height); }
  .universal-title .section-title .text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 300; }
  .universal-title .section-title .section-buttons {
    margin-top: 30px; }

.dynamic-content-post {
  padding: 100px 0; }
  .dynamic-content-post a:not(.button), .dynamic-content-post .fake-link {
    color: var(--primary-color);
    text-decoration: underline; }
  .dynamic-content-post.content-hidden {
    max-height: 1000px;
    overflow-y: hidden; }
  .dynamic-content-post .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .dynamic-content-post .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 50px; } }
    @media (max-width: 360px) {
      .dynamic-content-post .section-inner {
        padding: 0 30px; } }
    .dynamic-content-post .section-inner .left {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      padding-right: 100px; }
      @media (max-width: 768px) {
        .dynamic-content-post .section-inner .left {
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          padding-right: 0; } }
      @media (max-width: 768px) {
        .dynamic-content-post .section-inner .left.has-toc {
          margin-bottom: var(--vertical-section-spacing); } }
    .dynamic-content-post .section-inner .right {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      padding-left: 15px; }
      @media (max-width: 768px) {
        .dynamic-content-post .section-inner .right {
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          padding-left: 0; } }
      .dynamic-content-post .section-inner .right .text-block {
        max-width: 400px;
        margin-bottom: 80px; }
        .dynamic-content-post .section-inner .right .text-block:last-child {
          margin-bottom: 0; }
  .dynamic-content-post .content-post-block {
    position: relative;
    margin-bottom: 50px; }
    .dynamic-content-post .content-post-block .chapter-name {
      position: absolute;
      right: calc(100% + 30px);
      top: 0;
      width: 100%; }
  .dynamic-content-post .text-block .text-block-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0; }
  .dynamic-content-post .text-block .text-block-content {
    position: relative;
    margin-top: 20px; }
    .dynamic-content-post .text-block .text-block-content .main-text iframe {
      max-height: 220px; }
  .dynamic-content-post .text-block .left-text {
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 15px;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .dynamic-content-post .text-block .left-text {
        position: relative;
        right: auto; } }
  .dynamic-content-post .text-block p {
    margin-top: 0; }
  .dynamic-content-post .text-block ul {
    margin-left: 0; }
  .dynamic-content-post .gallery-swiper-wrapper {
    overflow: hidden; }
    .dynamic-content-post .gallery-swiper-wrapper .gallery-swiper {
      width: 100%;
      max-width: 400px;
      margin-left: 0;
      overflow: visible;
      width: 70%; }
      .dynamic-content-post .gallery-swiper-wrapper .gallery-swiper .swiper-slide {
        opacity: 0.5;
        -webkit-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        max-width: 400px; }
        .dynamic-content-post .gallery-swiper-wrapper .gallery-swiper .swiper-slide.swiper-slide-active {
          opacity: 1; }
  .dynamic-content-post .img-holder {
    margin-bottom: 50px;
    max-width: 400px; }
    .dynamic-content-post .img-holder img {
      width: 100%;
      display: block; }
    .dynamic-content-post .img-holder figcaption {
      color: grey;
      margin-top: 10px; }
  .dynamic-content-post .quote-wrapper {
    position: absolute;
    right: calc(100% + 30px);
    top: 100px;
    padding-right: 15px;
    width: 100%; }
    @media (max-width: 550px) {
      .dynamic-content-post .quote-wrapper {
        position: static;
        padding-right: 0; } }
  .dynamic-content-post .quote {
    max-width: 400px; }
    .dynamic-content-post .quote .quote-content {
      font-weight: 100;
      font-size: 20px;
      margin-bottom: 20px;
      position: relative; }
      .dynamic-content-post .quote .quote-content:after, .dynamic-content-post .quote .quote-content:before {
        content: '';
        width: 50px;
        height: 74px;
        background-image: url(../assets/images/quote-grey.svg);
        position: absolute;
        left: -20px;
        top: -20px;
        z-index: -1; }
      .dynamic-content-post .quote .quote-content:after {
        left: 50px; }
    .dynamic-content-post .quote .quote-author {
      position: relative;
      text-align: right; }
      .dynamic-content-post .quote .quote-author span {
        background-color: white;
        padding: 0 0 0 15px;
        position: relative;
        z-index: 3;
        display: block; }
        .dynamic-content-post .quote .quote-author span.top {
          border-bottom: 1px solid black; }
  .dynamic-content-post .left-items-inline .quote-wrapper {
    position: static;
    padding-right: 0; }
  .dynamic-content-post .left-items-inline .chapter-name {
    position: static;
    margin-bottom: 15px; }

.doorkeeper {
  margin-bottom: var(--vertical-section-spacing); }

.table-of-contents {
  max-width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }
  @media (max-width: 768px) {
    .table-of-contents {
      position: static;
      max-width: 100%; } }
  .table-of-contents .btn-group {
    width: 100%; }
    .table-of-contents .btn-group .dropdown-toggle {
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      color: #101820;
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-radius: 0;
      background-color: #DDDEE0;
      border: none;
      font-weight: 500;
      position: relative; }
      .table-of-contents .btn-group .dropdown-toggle:after, .table-of-contents .btn-group .dropdown-toggle:before {
        width: 12px;
        height: 2px;
        background-color: black;
        position: absolute;
        top: 40px;
        right: 57px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom; }
      .table-of-contents .btn-group .dropdown-toggle:before {
        right: 45px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; }
      @media (max-width: 768px) {
        .table-of-contents .btn-group .dropdown-toggle.no-arrow:after, .table-of-contents .btn-group .dropdown-toggle.no-arrow:before {
          display: none; } }
      @media (max-width: 768px) {
        .table-of-contents .btn-group .dropdown-toggle:after, .table-of-contents .btn-group .dropdown-toggle:before {
          content: ''; } }
      .table-of-contents .btn-group .dropdown-toggle .filter {
        width: 15px;
        height: 15px;
        margin-right: 30px; }
      .table-of-contents .btn-group .dropdown-toggle .arrow {
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 30px;
        -webkit-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease; }
      .table-of-contents .btn-group .dropdown-toggle.show:after, .table-of-contents .btn-group .dropdown-toggle.show:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        top: 30px; }
      .table-of-contents .btn-group .dropdown-toggle.show:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
      @media (max-width: 768px) {
        .table-of-contents .btn-group .dropdown-toggle.show .arrow {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: all 100ms ease;
          -o-transition: all 100ms ease;
          transition: all 100ms ease; } }
      .table-of-contents .btn-group .dropdown-toggle.show + .dropdown-menu {
        display: block; }
    .table-of-contents .btn-group .dropdown-menu {
      width: 100%;
      margin: -3px 0 0 0 !important;
      font-size: 1rem;
      color: #101820;
      border: none;
      border-radius: 0;
      background-color: #DDDEE0;
      padding-left: 0;
      counter-reset: item; }
      @media (max-width: 768px) {
        .table-of-contents .btn-group .dropdown-menu {
          display: none; } }
      .table-of-contents .btn-group .dropdown-menu li {
        display: block; }
        .table-of-contents .btn-group .dropdown-menu li :before {
          content: counter(item) ". ";
          counter-increment: item;
          color: black;
          margin-right: 25px; }
      .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        z-index: -1;
        display: none; }
      .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper label {
        position: relative;
        display: inline-block;
        line-height: 1.5em;
        padding: 12px 25px 12px 70px;
        width: 100%;
        cursor: pointer; }
        .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper label:before, .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper label:after {
          position: absolute;
          left: 25px;
          top: 50%;
          -webkit-transform: translateY(-60%);
          -ms-transform: translateY(-60%);
          transform: translateY(-60%);
          display: block;
          width: 15px;
          height: 15px;
          -webkit-transition: .25s all ease;
          -o-transition: .25s all ease;
          transition: .25s all ease; }
        .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper label:before {
          content: " ";
          border: 2px solid #101820;
          border-radius: 0px; }
        .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper label:after {
          left: 29px;
          top: 20px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper input[type="checkbox"] + label::after {
        content: "";
        color: #ffffff;
        line-height: 1.5;
        text-align: center;
        -webkit-transform: scale(0) rotate(-45deg);
        -ms-transform: scale(0) rotate(-45deg);
        transform: scale(0) rotate(-45deg);
        width: 8px;
        height: 4px;
        border-left: 2px solid white;
        border-bottom: 2px solid white; }
      .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper input[type="checkbox"]:checked + label::before {
        background: var(--background-blue);
        border-color: var(--background-blue); }
      .table-of-contents .btn-group .dropdown-menu .checkbox-wrapper input[type="checkbox"]:checked + label::after {
        -webkit-transform: scale(1) rotate(-45deg);
        -ms-transform: scale(1) rotate(-45deg);
        transform: scale(1) rotate(-45deg); }
      .table-of-contents .btn-group .dropdown-menu .dropdown-item {
        padding: 0; }
        .table-of-contents .btn-group .dropdown-menu .dropdown-item a {
          padding: 15px 30px;
          cursor: pointer;
          text-decoration: none;
          display: block;
          color: inherit; }
          .table-of-contents .btn-group .dropdown-menu .dropdown-item a .list-number, .table-of-contents .btn-group .dropdown-menu .dropdown-item a .list-value {
            font-size: 15px;
            color: #101820; }
          .table-of-contents .btn-group .dropdown-menu .dropdown-item a .list-number {
            margin-right: 15px; }
        .table-of-contents .btn-group .dropdown-menu .dropdown-item:hover, .table-of-contents .btn-group .dropdown-menu .dropdown-item .active {
          background-color: #c7c8c9; }
        .table-of-contents .btn-group .dropdown-menu .dropdown-item:active {
          background-color: #c7c8c9; }
  .table-of-contents.filters .btn-group .dropdown-menu {
    list-style: none;
    padding-left: 0; }

.share-box {
  max-width: 300px;
  position: static;
  margin-bottom: 30px;
  background-color: #DDDEE0;
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 768px) {
    .share-box {
      max-width: 100%; } }
  .share-box.has-download {
    max-width: 100%; }
    @media (max-width: 450px) {
      .share-box.has-download {
        width: 100%; } }
  .share-box .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .share-box .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: var(--header-height); }
    .share-box .button:hover {
      background-color: var(--background-blue); }
    @media (max-width: 992px) {
      .share-box .button {
        width: 150px; } }
    .share-box .button.social {
      width: var(--header-height);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 var(--header-height);
      flex: 1 1 var(--header-height);
      min-width: var(--header-height);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .share-box .button.social {
          min-width: var(--header-height); } }
      @media (max-width: 450px) {
        .share-box .button.social {
          min-width: initial; } }
      .share-box .button.social svg, .share-box .button.social img {
        margin-left: 0;
        width: 16px; }

.contact-us {
  padding: 80px 0;
  background-color: #101820; }
  .contact-us .title {
    color: var(--text-color-white);
    max-width: 780px;
    width: 100%;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .contact-us .title {
        font-weight: 300; } }
  .contact-us .form-wrapper {
    position: relative; }
    .contact-us .form-wrapper .button {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      display: block; }
    .contact-us .form-wrapper .wpcf7-response-output {
      color: #fff;
      margin: 0;
      width: auto;
      display: inline-block; }
    .contact-us .form-wrapper form label {
      color: #fff; }
    .contact-us .form-wrapper .wpcf7-response-output {
      display: none;
      margin-top: 15px; }
    .contact-us .form-wrapper .wpcf7-not-valid {
      border-color: #dc3232 !important; }
    .contact-us .form-wrapper .sent .wpcf7-response-output {
      display: inline-block; }

.features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 100px;
  margin-left: -70px;
  color: inherit; }
  @media (max-width: 992px) {
    .features-row {
      margin-left: -40px; } }
  @media (max-width: 768px) {
    .features-row {
      margin-left: 0px; } }
  .features-row .feature {
    position: relative;
    padding-left: 60px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .features-row .feature a {
      color: inherit;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%; }
      .features-row .feature a:hover .action {
        text-decoration: underline; }
    @media (max-width: 992px) {
      .features-row .feature {
        padding-left: 40px; } }
    .features-row .feature .title {
      margin: 0;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px; }
    .features-row .feature .text {
      font-weight: 300;
      margin: 25px 0; }
    .features-row .feature .action {
      font-weight: 500; }
    .features-row .feature .icon {
      position: absolute;
      top: 2px;
      left: 10px; }
      @media (max-width: 992px) {
        .features-row .feature .icon {
          left: 8px;
          top: 3px; } }
      .features-row .feature .icon img {
        width: 20px;
        display: block; }
      .features-row .feature .icon svg {
        fill: var(--text-color-white); }
  .features-row.two_col .feature {
    width: calc(50% - 25px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 25px);
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px); }
    @media (max-width: 1400px) and (min-width: 769px) {
      .features-row.two_col .feature {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
    @media (max-width: 550px) {
      .features-row.two_col .feature {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }

.popup {
  position: fixed;
  top: 0;
  left: calc(-70vw - 80px);
  width: 70vw;
  height: 100vh;
  color: white;
  background-color: var(--background-blue);
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .popup a {
    color: inherit; }
    .popup a:hover {
      text-decoration: underline; }
  .popup.open {
    left: 0; }
  @media (max-width: 768px) {
    .popup {
      padding: 0;
      overflow: visible; } }
  @media (max-width: 550px) {
    .popup {
      width: 100vw;
      left: -100vw; } }
  .popup .popup-logo {
    max-width: 360px;
    width: 100%; }
  .popup input[type="submit"] {
    text-align: center;
    display: block; }
  .popup .btn-group {
    position: absolute;
    top: 0;
    left: 100%; }
    @media (max-width: 550px) {
      .popup .btn-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: initial;
        left: initial;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .popup .btn-group .button {
      color: white; }
      .popup .btn-group .button.close {
        width: var(--header-height);
        height: var(--header-height);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        font-size: 36px;
        font-weight: lighter; }
        @media (max-width: 550px) {
          .popup .btn-group .button.close {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; } }
      .popup .btn-group .button.chat {
        width: var(--header-height);
        position: relative;
        height: auto;
        background-color: var(--background-dark-blue);
        padding-top: 60px;
        padding-left: 25px;
        padding-right: 20px;
        text-decoration: none; }
        @media (max-width: 1100px) {
          .popup .btn-group .button.chat {
            padding-left: 20px; } }
        .popup .btn-group .button.chat:hover {
          background-color: var(--background-darker-blue); }
        @media (max-width: 550px) {
          .popup .btn-group .button.chat {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 12px;
            min-width: 150px;
            padding-left: 55px;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: calc(100% - 60px);
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .popup .btn-group .button.chat svg {
          max-width: 20px;
          position: absolute;
          top: 20px;
          left: 25px;
          margin-left: 0;
          min-width: 20px; }
          @media (max-width: 1100px) {
            .popup .btn-group .button.chat svg {
              left: 20px; } }
          @media (max-width: 550px) {
            .popup .btn-group .button.chat svg {
              position: relative;
              left: initial;
              top: 3px;
              margin-right: 12px; } }
        .popup .btn-group .button.chat span {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          text-orientation: mixed;
          margin-left: 0; }
          @media (max-width: 550px) {
            .popup .btn-group .button.chat span {
              -webkit-writing-mode: initial;
              -ms-writing-mode: initial;
              writing-mode: initial;
              text-orientation: initial; } }
  .popup-container {
    padding: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%; }
    @media (max-height: 1020px) {
      .popup-container {
        padding: var(--phone-container-padding);
        overflow-y: auto; } }
    @media (max-width: 992px) {
      .popup-container {
        padding: var(--phone-container-padding);
        overflow-y: auto; } }
  .popup-logo {
    font-size: 0;
    margin: 0 0 24px; }
  .popup-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5;
    margin: 40px 0 100px; }
    @media (max-width: 768px) {
      .popup-title {
        font-size: 24px; } }
    @media (max-height: 1020px) {
      .popup-title {
        margin-bottom: 40px; } }
  .popup.registration .fides-form p input[type="submit"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup.registration .fides-form p .checkmark {
    position: relative; }
    .popup.registration .fides-form p .checkmark::before {
      content: '';
      position: absolute;
      margin-left: -30px;
      margin-right: 10px;
      margin-top: 2px;
      width: 20px;
      height: 20px;
      border: 2px solid white; }
    .popup.registration .fides-form p .checkmark::after {
      display: none;
      position: absolute;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      content: ' ';
      left: -22px;
      top: 0px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .popup.registration .fides-form p input[type="checkbox"] {
    opacity: 0;
    width: 25px; }
    .popup.registration .fides-form p input[type="checkbox"]:checked ~ span .checkmark:after {
      display: block; }

.highlight-box {
  color: white; }
  .highlight-box a {
    color: inherit;
    text-decoration: none; }
    .highlight-box a:hover {
      text-decoration: underline; }
  .highlight-box .highlight-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .highlight-box .highlight-box-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .highlight-box .highlight-box-inner .left {
      width: 70%;
      padding: 80px 280px 80px 80px;
      background-color: var(--background-blue); }
      @media (max-width: 1650px) {
        .highlight-box .highlight-box-inner .left {
          padding: 80px 180px 80px 80px; } }
      @media (max-width: 1199px) {
        .highlight-box .highlight-box-inner .left {
          width: 50%;
          padding: 50px; } }
      @media (max-width: 767px) {
        .highlight-box .highlight-box-inner .left {
          width: 100%;
          padding: 40px; } }
      .highlight-box .highlight-box-inner .left .company-info__extras {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px; }
      .highlight-box .highlight-box-inner .left .fides-form {
        overflow: hidden; }
      .highlight-box .highlight-box-inner .left input[type="submit"] {
        padding-left: 80px;
        padding-right: 80px; }
        @media (max-width: 768px) {
          .highlight-box .highlight-box-inner .left input[type="submit"] {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
            text-align: center;
            display: block; } }
      .highlight-box .highlight-box-inner .left.full-width {
        width: 100%; }
        @media (max-width: 1199px) {
          .highlight-box .highlight-box-inner .left.full-width {
            width: 100%;
            padding: 50px; } }
    .highlight-box .highlight-box-inner .right {
      background-color: var(--background-dark-blue);
      width: 30%;
      padding: 80px 100px 80px 80px; }
      @media (max-width: 1650px) {
        .highlight-box .highlight-box-inner .right {
          padding: 80px 50px 80px 40px; } }
      @media (max-width: 1199px) {
        .highlight-box .highlight-box-inner .right {
          width: 50%;
          padding: 50px; } }
      @media (max-width: 767px) {
        .highlight-box .highlight-box-inner .right {
          width: 100%;
          padding: 40px; } }
      .highlight-box .highlight-box-inner .right .info-intro {
        display: block; }
        .highlight-box .highlight-box-inner .right .info-intro:not(:last-child) {
          margin-bottom: 30px; }
        .highlight-box .highlight-box-inner .right .info-intro__title {
          font-size: 12px; }
        .highlight-box .highlight-box-inner .right .info-intro__content ul {
          padding: 0;
          margin: 0; }
          .highlight-box .highlight-box-inner .right .info-intro__content ul li {
            font-size: 12px; }
        .highlight-box .highlight-box-inner .right .info-intro__content a {
          text-decoration: none; }
    .highlight-box .highlight-box-inner .contact-block .download {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 15px; }
      .highlight-box .highlight-box-inner .contact-block .download svg {
        width: 16px; }
    .highlight-box .highlight-box-inner .contact-block .contact-block-title {
      margin-bottom: 5px; }
    .highlight-box .highlight-box-inner .contact-block a, .highlight-box .highlight-box-inner .contact-block .fake-link {
      color: inherit;
      text-decoration: none; }
      .highlight-box .highlight-box-inner .contact-block a:hover, .highlight-box .highlight-box-inner .contact-block .fake-link:hover {
        text-decoration: underline; }
    .highlight-box .highlight-box-inner .unlock-form .unlock-form-left {
      margin-bottom: 30px; }
  .highlight-box .mb1 {
    margin-bottom: 40px; }

.hidden-top {
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  margin-top: -200px;
  z-index: 10;
  position: relative; }

.doorkeeper-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  overflow: auto; }
  .doorkeeper-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .doorkeeper-popup.active {
        display: block; } }
    @media (max-height: 900px) {
      .doorkeeper-popup.active {
        display: block; } }
  .doorkeeper-popup-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .doorkeeper-popup-inner {
    position: relative;
    z-index: 5;
    max-width: calc(1920px - (4 * var(--header-height)));
    width: calc(100% - (2 * var(--header-height)));
    padding: 0;
    margin: var(--header-height) auto; }
    @media (max-width: 992px) {
      .doorkeeper-popup-inner {
        width: calc(100% - (2 * 20px)); } }
  .doorkeeper-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    cursor: pointer; }
    .doorkeeper-popup-close svg path {
      fill: white; }
  .doorkeeper-popup .hidden-top {
    display: none; }
  .doorkeeper-popup .doorkeeper {
    margin-bottom: 0; }
  .doorkeeper-popup .highlight-box-inner {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%; }

footer {
  padding: 80px 0;
  background-color: #0D131A;
  font-size: 14px; }
  footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  footer .columns {
    padding: 0 15px; }
    @media (max-width: 768px) {
      footer .columns {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px; } }
    footer .columns .column-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer .columns .column-wrapper .logo {
        width: 100%;
        margin-bottom: 20px;
        max-width: 120px; }
        footer .columns .column-wrapper .logo img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      footer .columns .column-wrapper .grey-text {
        color: rgba(255, 255, 255, 0.5);
        line-height: 23px;
        margin-bottom: 45px; }
        footer .columns .column-wrapper .grey-text a, footer .columns .column-wrapper .grey-text .fake-link {
          color: inherit;
          text-decoration: none;
          display: block; }
          footer .columns .column-wrapper .grey-text a:hover, footer .columns .column-wrapper .grey-text .fake-link:hover {
            text-decoration: underline; }
        footer .columns .column-wrapper .grey-text span {
          display: block; }
      footer .columns .column-wrapper .info .title {
        margin-bottom: 5px;
        color: var(--text-color-white);
        font-weight: 700; }
      footer .columns .column-wrapper .col-title {
        color: var(--text-color-white);
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 5px;
        font-size: inherit; }
      footer .columns .column-wrapper ul {
        padding: 0;
        list-style-type: none;
        margin-left: 0; }
        footer .columns .column-wrapper ul li {
          cursor: pointer;
          margin: 24px 0;
          color: rgba(255, 255, 255, 0.5);
          line-height: 18px; }
          footer .columns .column-wrapper ul li a {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5); }
            footer .columns .column-wrapper ul li a:hover {
              text-decoration: underline; }
          footer .columns .column-wrapper ul li:first-child {
            margin-top: 0; }
          footer .columns .column-wrapper ul li:last-child {
            margin-bottom: 0; }
  footer .footer-copy {
    padding: 30px 0;
    margin-top: 50px; }
    @media (max-width: 768px) {
      footer .footer-copy {
        margin-top: 0; } }
    footer .footer-copy-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: rgba(255, 255, 255, 0.5);
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1030px) {
        footer .footer-copy-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          gap: 30px; } }
      @media (max-width: 1030px) {
        footer .footer-copy-container .sub-footer-menu {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      footer .footer-copy-container .sub-footer-menu ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        footer .footer-copy-container .sub-footer-menu ul li {
          display: inline-block;
          padding: 0 15px; }
          @media (max-width: 550px) {
            footer .footer-copy-container .sub-footer-menu ul li {
              padding: 15px 0;
              display: block; } }
        footer .footer-copy-container .sub-footer-menu ul a {
          text-decoration: none;
          color: rgba(255, 255, 255, 0.5); }
          footer .footer-copy-container .sub-footer-menu ul a:hover {
            text-decoration: underline; }
      @media (max-width: 1030px) {
        footer .footer-copy-container .copyright-text {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
  footer .social-media a {
    text-decoration: none; }
  footer .social-media img {
    height: 20px;
    margin-right: 20px; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px; }
  .cookie-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .cookie-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .cookie-banner__inner a {
      color: var(--blue-color); }
    .cookie-banner__inner p {
      margin: 0; }
    .cookie-banner__inner button {
      font-size: 15px;
      padding-top: 23px;
      padding-bottom: 20px; }
      @media (max-width: 600px) {
        .cookie-banner__inner button {
          padding-top: 18px;
          padding-bottom: 15px; } }
  .cookie-banner__actions {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cookie-banner__actions > .button:first-child {
      margin-right: 10px; }
  .cookie-banner__text {
    margin-right: 30px; }
    @media (max-width: 600px) {
      .cookie-banner__text {
        margin-right: 0;
        margin-bottom: 30px; } }
  .cookie-banner.active {
    visibility: visible;
    opacity: 1; }
