:root {
  --break: large;
  --main-font: Poppins, sans-serif;
  --display-font: Poppins, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --base-font-size: 16px;
  --base-line-height: 22px;
  --h1-size: 56px;
  --h2-size: 36px;
  --h3-size: 28px;
  --h4-size: 24px;
  --h5-size: 22px;
  --h6-size: 20px;
  --base-border-width: 1px;
  --base-border: 1px solid rgba(0, 0, 0, 0.1);
  --base-border-radius: 18px;
  --base-box-shadow: 190px 126px 64px 0px rgba(0, 0, 0, 0), 120px 80px 58px 0px rgba(0, 0, 0, 0.1), 68px 45px 49px 0px rgba(0, 0, 0, 0.05), 30px 20px 36px 0px rgba(0, 0, 0, 0.09), 8px 5px 20px 0px rgba(0, 0, 0, 0.1);
  --base-box-shadow-small: 0px 60px 17px 0px rgba(0, 0, 0, 0), 0px 38px 15px 0px rgba(0, 0, 0, 0.1), 0px 22px 13px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  --base-box-shadow-cta: 81px 40px 25px 0px rgba(0, 0, 0, 0), 52px 26px 23px 0px rgba(0, 0, 0, 0.1), 29px 15px 20px 0px rgba(0, 0, 0, 0.05), 13px 6px 15px 0px rgba(0, 0, 0, 0.09), 3px 2px 8px 0px rgba(0, 0, 0, 0.1);
  --base-gap: 18px;
  --row-max-width: 1620px;
  --column-count: 12;
  --color-primary: #F27406;
  --color-secondary: #0F3D6B;
  --color-success: #B3E0A9;
  --color-danger: #ED8060;
  --color-bg: #ffffff;
  --color-border: #E6E6E6;
  --color-text: #222222;
  --small-space: clamp(20px, 11.5555555556px +  2.2222222222vw, 36px);
  --medium-space: clamp(30px, 19.4444444444px +  2.7777777778vw, 50px);
  --large-space: clamp(40px, 8.3333333333px +  8.3333333333vw, 100px);
}

:root {
  --global--font-primary: var(--main-font);
  --global--font-secondary: var(--display-font);
  --global--font-size-base: var(--base-font-size);
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: var(--base-font-size);
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 4.5rem;
  --global--font-size-page-title: 4.5rem;
  --global--letter-spacing: normal;
  --global--line-height-body: var(--base-line-height);
  --global--line-height-heading: 1.44;
  --global--line-height-page-title: 1.44;
  --heading--font-family: var(--display-font);
  --heading--font-size-h6: var(--h6-size);
  --heading--font-size-h5: var(--h5-size);
  --heading--font-size-h4: var(--h4-size);
  --heading--font-size-h3: var(--h3-size);
  --heading--font-size-h2: var(--h2-size);
  --heading--font-size-h1: var(--h1-size);
  --heading--letter-spacing-h6: 0;
  --heading--letter-spacing-h5: 0;
  --heading--letter-spacing-h4: 0;
  --heading--letter-spacing-h3: 0;
  --heading--letter-spacing-h2: 0;
  --heading--letter-spacing-h1: 0;
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: var(--font-weight-regular);
  --heading--font-weight-page-title: var(--font-weight-regular);
  --heading--font-weight-strong: var(--font-weight-bold);
  --list--font-family: var(--main-font);
  --definition-term--font-family: var(--main-font);
  --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f0f0f0;
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: var(--color-bg);
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: var(--color-primary);
  --global--color-secondary: var(--color-secondary);
  --global--color-primary-hover: var(--color-primary);
  --global--color-background: var(--color-bg);
  --global--color-border: var(--color-border);
  --global--spacing-unit: var(--base-gap);
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  --global--elevation: var(--base-box-shadow);
}

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  width: 100%;
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.row .row {
  margin-left: -18px;
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100% + 36px);
  width: calc(100% + 36px);
}
.row > .row {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
}
.row.full-width {
  max-width: none;
}
.row.break-right, .row.break-left {
  max-width: calc(1620px + (100% - 1620px) / 2);
}
.row.break-right {
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-start;
}
.row.break-left {
  margin-right: auto;
  margin-left: 0;
  justify-content: flex-end;
}

.col {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 100%;
  width: 100%;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 100%;
  box-sizing: border-box;
}

@media (min-width: 0px) {
  .default-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-1, .row.break-right .default-1 {
    max-width: 135px;
  }
}
@media (min-width: 0px) {
  .default-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-2, .row.break-right .default-2 {
    max-width: 270px;
  }
}
@media (min-width: 0px) {
  .default-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-3, .row.break-right .default-3 {
    max-width: 405px;
  }
}
@media (min-width: 0px) {
  .default-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-4, .row.break-right .default-4 {
    max-width: 540px;
  }
}
@media (min-width: 0px) {
  .default-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-5, .row.break-right .default-5 {
    max-width: 675px;
  }
}
@media (min-width: 0px) {
  .default-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-6, .row.break-right .default-6 {
    max-width: 810px;
  }
}
@media (min-width: 0px) {
  .default-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-7, .row.break-right .default-7 {
    max-width: 945px;
  }
}
@media (min-width: 0px) {
  .default-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-8, .row.break-right .default-8 {
    max-width: 1080px;
  }
}
@media (min-width: 0px) {
  .default-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-9, .row.break-right .default-9 {
    max-width: 1215px;
  }
}
@media (min-width: 0px) {
  .default-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-10, .row.break-right .default-10 {
    max-width: 1350px;
  }
}
@media (min-width: 0px) {
  .default-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-11, .row.break-right .default-11 {
    max-width: 1485px;
  }
}
@media (min-width: 0px) {
  .default-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 0px) and (min-width: 1620px) {
  .row.break-left .default-12, .row.break-right .default-12 {
    max-width: 1620px;
  }
}
@media (min-width: 0px) {
  .default-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .default-auto, .row.break-right .default-auto {
    max-width: 100%;
  }
  .default-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .default-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .default-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .default-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .default-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .default-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .default-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .default-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .default-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .default-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .default-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .default-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .default-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .default-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .default-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .default-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .default-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .default-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .default-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .default-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .default-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .default-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .default-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .default-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .default-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .default-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 480px) {
  .tiny-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-1, .row.break-right .tiny-1 {
    max-width: 135px;
  }
}
@media (min-width: 480px) {
  .tiny-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-2, .row.break-right .tiny-2 {
    max-width: 270px;
  }
}
@media (min-width: 480px) {
  .tiny-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-3, .row.break-right .tiny-3 {
    max-width: 405px;
  }
}
@media (min-width: 480px) {
  .tiny-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-4, .row.break-right .tiny-4 {
    max-width: 540px;
  }
}
@media (min-width: 480px) {
  .tiny-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-5, .row.break-right .tiny-5 {
    max-width: 675px;
  }
}
@media (min-width: 480px) {
  .tiny-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-6, .row.break-right .tiny-6 {
    max-width: 810px;
  }
}
@media (min-width: 480px) {
  .tiny-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-7, .row.break-right .tiny-7 {
    max-width: 945px;
  }
}
@media (min-width: 480px) {
  .tiny-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-8, .row.break-right .tiny-8 {
    max-width: 1080px;
  }
}
@media (min-width: 480px) {
  .tiny-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-9, .row.break-right .tiny-9 {
    max-width: 1215px;
  }
}
@media (min-width: 480px) {
  .tiny-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-10, .row.break-right .tiny-10 {
    max-width: 1350px;
  }
}
@media (min-width: 480px) {
  .tiny-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-11, .row.break-right .tiny-11 {
    max-width: 1485px;
  }
}
@media (min-width: 480px) {
  .tiny-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 480px) and (min-width: 1620px) {
  .row.break-left .tiny-12, .row.break-right .tiny-12 {
    max-width: 1620px;
  }
}
@media (min-width: 480px) {
  .tiny-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .tiny-auto, .row.break-right .tiny-auto {
    max-width: 100%;
  }
  .tiny-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .tiny-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .tiny-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .tiny-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .tiny-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .tiny-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .tiny-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .tiny-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .tiny-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .tiny-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .tiny-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .tiny-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .tiny-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .tiny-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .tiny-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .tiny-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .tiny-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .tiny-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .tiny-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .tiny-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .tiny-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .tiny-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .tiny-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .tiny-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .tiny-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .tiny-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 640px) {
  .small-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-1, .row.break-right .small-1 {
    max-width: 135px;
  }
}
@media (min-width: 640px) {
  .small-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-2, .row.break-right .small-2 {
    max-width: 270px;
  }
}
@media (min-width: 640px) {
  .small-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-3, .row.break-right .small-3 {
    max-width: 405px;
  }
}
@media (min-width: 640px) {
  .small-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-4, .row.break-right .small-4 {
    max-width: 540px;
  }
}
@media (min-width: 640px) {
  .small-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-5, .row.break-right .small-5 {
    max-width: 675px;
  }
}
@media (min-width: 640px) {
  .small-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-6, .row.break-right .small-6 {
    max-width: 810px;
  }
}
@media (min-width: 640px) {
  .small-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-7, .row.break-right .small-7 {
    max-width: 945px;
  }
}
@media (min-width: 640px) {
  .small-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-8, .row.break-right .small-8 {
    max-width: 1080px;
  }
}
@media (min-width: 640px) {
  .small-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-9, .row.break-right .small-9 {
    max-width: 1215px;
  }
}
@media (min-width: 640px) {
  .small-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-10, .row.break-right .small-10 {
    max-width: 1350px;
  }
}
@media (min-width: 640px) {
  .small-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-11, .row.break-right .small-11 {
    max-width: 1485px;
  }
}
@media (min-width: 640px) {
  .small-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 640px) and (min-width: 1620px) {
  .row.break-left .small-12, .row.break-right .small-12 {
    max-width: 1620px;
  }
}
@media (min-width: 640px) {
  .small-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .small-auto, .row.break-right .small-auto {
    max-width: 100%;
  }
  .small-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .small-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .small-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .small-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .small-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .small-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .small-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .small-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .small-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .small-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .small-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .small-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .small-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .small-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .small-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .small-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .small-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .small-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .small-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .small-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .small-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .small-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .small-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .small-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .small-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .small-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 760px) {
  .medium-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-1, .row.break-right .medium-1 {
    max-width: 135px;
  }
}
@media (min-width: 760px) {
  .medium-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-2, .row.break-right .medium-2 {
    max-width: 270px;
  }
}
@media (min-width: 760px) {
  .medium-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-3, .row.break-right .medium-3 {
    max-width: 405px;
  }
}
@media (min-width: 760px) {
  .medium-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-4, .row.break-right .medium-4 {
    max-width: 540px;
  }
}
@media (min-width: 760px) {
  .medium-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-5, .row.break-right .medium-5 {
    max-width: 675px;
  }
}
@media (min-width: 760px) {
  .medium-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-6, .row.break-right .medium-6 {
    max-width: 810px;
  }
}
@media (min-width: 760px) {
  .medium-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-7, .row.break-right .medium-7 {
    max-width: 945px;
  }
}
@media (min-width: 760px) {
  .medium-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-8, .row.break-right .medium-8 {
    max-width: 1080px;
  }
}
@media (min-width: 760px) {
  .medium-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-9, .row.break-right .medium-9 {
    max-width: 1215px;
  }
}
@media (min-width: 760px) {
  .medium-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-10, .row.break-right .medium-10 {
    max-width: 1350px;
  }
}
@media (min-width: 760px) {
  .medium-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-11, .row.break-right .medium-11 {
    max-width: 1485px;
  }
}
@media (min-width: 760px) {
  .medium-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 760px) and (min-width: 1620px) {
  .row.break-left .medium-12, .row.break-right .medium-12 {
    max-width: 1620px;
  }
}
@media (min-width: 760px) {
  .medium-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .medium-auto, .row.break-right .medium-auto {
    max-width: 100%;
  }
  .medium-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .medium-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .medium-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .medium-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .medium-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .medium-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .medium-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .medium-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .medium-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .medium-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .medium-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .medium-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .medium-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .medium-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .medium-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .medium-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .medium-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .medium-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .medium-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .medium-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .medium-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .medium-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .medium-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .medium-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .medium-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .medium-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .large-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-1, .row.break-right .large-1 {
    max-width: 135px;
  }
}
@media (min-width: 992px) {
  .large-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-2, .row.break-right .large-2 {
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  .large-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-3, .row.break-right .large-3 {
    max-width: 405px;
  }
}
@media (min-width: 992px) {
  .large-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-4, .row.break-right .large-4 {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .large-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-5, .row.break-right .large-5 {
    max-width: 675px;
  }
}
@media (min-width: 992px) {
  .large-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-6, .row.break-right .large-6 {
    max-width: 810px;
  }
}
@media (min-width: 992px) {
  .large-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-7, .row.break-right .large-7 {
    max-width: 945px;
  }
}
@media (min-width: 992px) {
  .large-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-8, .row.break-right .large-8 {
    max-width: 1080px;
  }
}
@media (min-width: 992px) {
  .large-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-9, .row.break-right .large-9 {
    max-width: 1215px;
  }
}
@media (min-width: 992px) {
  .large-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-10, .row.break-right .large-10 {
    max-width: 1350px;
  }
}
@media (min-width: 992px) {
  .large-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-11, .row.break-right .large-11 {
    max-width: 1485px;
  }
}
@media (min-width: 992px) {
  .large-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  .row.break-left .large-12, .row.break-right .large-12 {
    max-width: 1620px;
  }
}
@media (min-width: 992px) {
  .large-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .large-auto, .row.break-right .large-auto {
    max-width: 100%;
  }
  .large-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .large-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .large-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .large-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .large-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .large-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .large-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .large-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .large-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .large-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .large-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .large-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .large-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .large-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .large-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .large-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .large-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .large-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .large-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .large-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .large-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .large-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .large-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .large-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .large-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .large-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 1136px) {
  .giant-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-1, .row.break-right .giant-1 {
    max-width: 135px;
  }
}
@media (min-width: 1136px) {
  .giant-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-2, .row.break-right .giant-2 {
    max-width: 270px;
  }
}
@media (min-width: 1136px) {
  .giant-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-3, .row.break-right .giant-3 {
    max-width: 405px;
  }
}
@media (min-width: 1136px) {
  .giant-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-4, .row.break-right .giant-4 {
    max-width: 540px;
  }
}
@media (min-width: 1136px) {
  .giant-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-5, .row.break-right .giant-5 {
    max-width: 675px;
  }
}
@media (min-width: 1136px) {
  .giant-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-6, .row.break-right .giant-6 {
    max-width: 810px;
  }
}
@media (min-width: 1136px) {
  .giant-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-7, .row.break-right .giant-7 {
    max-width: 945px;
  }
}
@media (min-width: 1136px) {
  .giant-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-8, .row.break-right .giant-8 {
    max-width: 1080px;
  }
}
@media (min-width: 1136px) {
  .giant-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-9, .row.break-right .giant-9 {
    max-width: 1215px;
  }
}
@media (min-width: 1136px) {
  .giant-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-10, .row.break-right .giant-10 {
    max-width: 1350px;
  }
}
@media (min-width: 1136px) {
  .giant-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-11, .row.break-right .giant-11 {
    max-width: 1485px;
  }
}
@media (min-width: 1136px) {
  .giant-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 1136px) and (min-width: 1620px) {
  .row.break-left .giant-12, .row.break-right .giant-12 {
    max-width: 1620px;
  }
}
@media (min-width: 1136px) {
  .giant-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .giant-auto, .row.break-right .giant-auto {
    max-width: 100%;
  }
  .giant-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .giant-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .giant-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .giant-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .giant-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .giant-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .giant-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .giant-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .giant-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .giant-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .giant-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .giant-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .giant-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .giant-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .giant-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .giant-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .giant-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .giant-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .giant-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .giant-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .giant-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .giant-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .giant-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .giant-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .giant-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .giant-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 1400px) {
  .huge-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-1, .row.break-right .huge-1 {
    max-width: 135px;
  }
}
@media (min-width: 1400px) {
  .huge-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-2, .row.break-right .huge-2 {
    max-width: 270px;
  }
}
@media (min-width: 1400px) {
  .huge-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-3, .row.break-right .huge-3 {
    max-width: 405px;
  }
}
@media (min-width: 1400px) {
  .huge-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-4, .row.break-right .huge-4 {
    max-width: 540px;
  }
}
@media (min-width: 1400px) {
  .huge-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-5, .row.break-right .huge-5 {
    max-width: 675px;
  }
}
@media (min-width: 1400px) {
  .huge-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-6, .row.break-right .huge-6 {
    max-width: 810px;
  }
}
@media (min-width: 1400px) {
  .huge-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-7, .row.break-right .huge-7 {
    max-width: 945px;
  }
}
@media (min-width: 1400px) {
  .huge-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-8, .row.break-right .huge-8 {
    max-width: 1080px;
  }
}
@media (min-width: 1400px) {
  .huge-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-9, .row.break-right .huge-9 {
    max-width: 1215px;
  }
}
@media (min-width: 1400px) {
  .huge-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-10, .row.break-right .huge-10 {
    max-width: 1350px;
  }
}
@media (min-width: 1400px) {
  .huge-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-11, .row.break-right .huge-11 {
    max-width: 1485px;
  }
}
@media (min-width: 1400px) {
  .huge-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 1400px) and (min-width: 1620px) {
  .row.break-left .huge-12, .row.break-right .huge-12 {
    max-width: 1620px;
  }
}
@media (min-width: 1400px) {
  .huge-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .huge-auto, .row.break-right .huge-auto {
    max-width: 100%;
  }
  .huge-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .huge-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .huge-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .huge-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .huge-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .huge-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .huge-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .huge-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .huge-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .huge-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .huge-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .huge-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .huge-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .huge-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .huge-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .huge-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .huge-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .huge-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .huge-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .huge-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .huge-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .huge-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .huge-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .huge-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .huge-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .huge-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 1440px) {
  .mega-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-1, .row.break-right .mega-1 {
    max-width: 135px;
  }
}
@media (min-width: 1440px) {
  .mega-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-2, .row.break-right .mega-2 {
    max-width: 270px;
  }
}
@media (min-width: 1440px) {
  .mega-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-3, .row.break-right .mega-3 {
    max-width: 405px;
  }
}
@media (min-width: 1440px) {
  .mega-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-4, .row.break-right .mega-4 {
    max-width: 540px;
  }
}
@media (min-width: 1440px) {
  .mega-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-5, .row.break-right .mega-5 {
    max-width: 675px;
  }
}
@media (min-width: 1440px) {
  .mega-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-6, .row.break-right .mega-6 {
    max-width: 810px;
  }
}
@media (min-width: 1440px) {
  .mega-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-7, .row.break-right .mega-7 {
    max-width: 945px;
  }
}
@media (min-width: 1440px) {
  .mega-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-8, .row.break-right .mega-8 {
    max-width: 1080px;
  }
}
@media (min-width: 1440px) {
  .mega-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-9, .row.break-right .mega-9 {
    max-width: 1215px;
  }
}
@media (min-width: 1440px) {
  .mega-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-10, .row.break-right .mega-10 {
    max-width: 1350px;
  }
}
@media (min-width: 1440px) {
  .mega-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-11, .row.break-right .mega-11 {
    max-width: 1485px;
  }
}
@media (min-width: 1440px) {
  .mega-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 1440px) and (min-width: 1620px) {
  .row.break-left .mega-12, .row.break-right .mega-12 {
    max-width: 1620px;
  }
}
@media (min-width: 1440px) {
  .mega-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .mega-auto, .row.break-right .mega-auto {
    max-width: 100%;
  }
  .mega-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .mega-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .mega-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .mega-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .mega-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .mega-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .mega-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .mega-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .mega-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .mega-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .mega-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .mega-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .mega-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .mega-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .mega-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .mega-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .mega-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .mega-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .mega-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .mega-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .mega-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .mega-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .mega-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .mega-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .mega-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .mega-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
@media (min-width: 1620px) {
  .cut-1 {
    max-width: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-1, .row.break-right .cut-1 {
    max-width: 135px;
  }
}
@media (min-width: 1620px) {
  .cut-2 {
    max-width: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-2, .row.break-right .cut-2 {
    max-width: 270px;
  }
}
@media (min-width: 1620px) {
  .cut-3 {
    max-width: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-3, .row.break-right .cut-3 {
    max-width: 405px;
  }
}
@media (min-width: 1620px) {
  .cut-4 {
    max-width: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-4, .row.break-right .cut-4 {
    max-width: 540px;
  }
}
@media (min-width: 1620px) {
  .cut-5 {
    max-width: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-5, .row.break-right .cut-5 {
    max-width: 675px;
  }
}
@media (min-width: 1620px) {
  .cut-6 {
    max-width: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-6, .row.break-right .cut-6 {
    max-width: 810px;
  }
}
@media (min-width: 1620px) {
  .cut-7 {
    max-width: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-7, .row.break-right .cut-7 {
    max-width: 945px;
  }
}
@media (min-width: 1620px) {
  .cut-8 {
    max-width: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-8, .row.break-right .cut-8 {
    max-width: 1080px;
  }
}
@media (min-width: 1620px) {
  .cut-9 {
    max-width: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-9, .row.break-right .cut-9 {
    max-width: 1215px;
  }
}
@media (min-width: 1620px) {
  .cut-10 {
    max-width: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-10, .row.break-right .cut-10 {
    max-width: 1350px;
  }
}
@media (min-width: 1620px) {
  .cut-11 {
    max-width: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-11, .row.break-right .cut-11 {
    max-width: 1485px;
  }
}
@media (min-width: 1620px) {
  .cut-12 {
    max-width: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
  }
}
@media (min-width: 1620px) and (min-width: 1620px) {
  .row.break-left .cut-12, .row.break-right .cut-12 {
    max-width: 1620px;
  }
}
@media (min-width: 1620px) {
  .cut-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .row.break-left .cut-auto, .row.break-right .cut-auto {
    max-width: 100%;
  }
  .cut-prefix-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .cut-prefix-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .cut-prefix-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .cut-prefix-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .cut-prefix-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .cut-prefix-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .cut-prefix-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .cut-prefix-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .cut-prefix-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .cut-prefix-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .cut-prefix-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .cut-prefix-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .cut-prefix-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .cut-suffix-0 {
    margin-right: calc(100% / 12 * 0);
  }
  .cut-suffix-1 {
    margin-right: calc(100% / 12 * 1);
  }
  .cut-suffix-2 {
    margin-right: calc(100% / 12 * 2);
  }
  .cut-suffix-3 {
    margin-right: calc(100% / 12 * 3);
  }
  .cut-suffix-4 {
    margin-right: calc(100% / 12 * 4);
  }
  .cut-suffix-5 {
    margin-right: calc(100% / 12 * 5);
  }
  .cut-suffix-6 {
    margin-right: calc(100% / 12 * 6);
  }
  .cut-suffix-7 {
    margin-right: calc(100% / 12 * 7);
  }
  .cut-suffix-8 {
    margin-right: calc(100% / 12 * 8);
  }
  .cut-suffix-9 {
    margin-right: calc(100% / 12 * 9);
  }
  .cut-suffix-10 {
    margin-right: calc(100% / 12 * 10);
  }
  .cut-suffix-11 {
    margin-right: calc(100% / 12 * 11);
  }
  .cut-suffix-12 {
    margin-right: calc(100% / 12 * 12);
  }
}
body .site .padding-sm, body .editor-styles-wrapper .padding-sm {
  padding-block: clamp(20px, 11.5555555556px +  2.2222222222vw, 36px);
}
body .site .padding-sm.no-space-top, body .editor-styles-wrapper .padding-sm.no-space-top {
  padding-top: 0 !important;
}
body .site .padding-sm.no-space-bottom, body .editor-styles-wrapper .padding-sm.no-space-bottom {
  padding-bottom: 0 !important;
}
body .site .padding-md, body .editor-styles-wrapper .padding-md {
  padding-block: clamp(30px, 19.4444444444px +  2.7777777778vw, 50px);
}
body .site .padding-md.no-space-top, body .editor-styles-wrapper .padding-md.no-space-top {
  padding-top: 0 !important;
}
body .site .padding-md.no-space-bottom, body .editor-styles-wrapper .padding-md.no-space-bottom {
  padding-bottom: 0 !important;
}
body .site .padding-lg, body .editor-styles-wrapper .padding-lg {
  padding-block: clamp(40px, 8.3333333333px +  8.3333333333vw, 100px);
}
body .site .padding-lg.no-space-top, body .editor-styles-wrapper .padding-lg.no-space-top {
  padding-top: 0 !important;
}
body .site .padding-lg.no-space-bottom, body .editor-styles-wrapper .padding-lg.no-space-bottom {
  padding-bottom: 0 !important;
}
body .site .margin-sm, body .editor-styles-wrapper .margin-sm {
  margin-block: clamp(20px, 11.5555555556px +  2.2222222222vw, 36px);
}
body .site .margin-sm.no-space-top, body .editor-styles-wrapper .margin-sm.no-space-top {
  margin-top: 0 !important;
}
body .site .margin-sm.no-space-bottom, body .editor-styles-wrapper .margin-sm.no-space-bottom {
  margin-bottom: 0 !important;
}
body .site .margin-md, body .editor-styles-wrapper .margin-md {
  margin-block: clamp(30px, 19.4444444444px +  2.7777777778vw, 50px);
}
body .site .margin-md.no-space-top, body .editor-styles-wrapper .margin-md.no-space-top {
  margin-top: 0 !important;
}
body .site .margin-md.no-space-bottom, body .editor-styles-wrapper .margin-md.no-space-bottom {
  margin-bottom: 0 !important;
}
body .site .margin-lg, body .editor-styles-wrapper .margin-lg {
  margin-block: clamp(40px, 8.3333333333px +  8.3333333333vw, 100px);
}
body .site .margin-lg.no-space-top, body .editor-styles-wrapper .margin-lg.no-space-top {
  margin-top: 0 !important;
}
body .site .margin-lg.no-space-bottom, body .editor-styles-wrapper .margin-lg.no-space-bottom {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins-v24-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins-v24-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins-v24-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif, sans-serif;
}

html:has(.v-2025), body:has(.v-2025) {
  color: #222222;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif, sans-serif !important;
  font-size: 16px;
  line-height: 22px;
}

body:has(.v-2025) #content {
  padding: 0 !important;
}
body:has(.v-2025) #content ul {
  list-style: none !important;
}
body:has(.v-2025) #content ul.list-checks li {
  list-style: none !important;
  padding-left: 30px;
  margin-bottom: 6px;
  line-height: 127%;
}
body:has(.v-2025) #content ul.list-checks li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -30px;
  margin-right: 8px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle%20cx='12.5'%20cy='12.5'%20r='12.5'%20fill='%230F3D6B'/%3E%3Cpath%20d='M16.5352%209.47586L10.9909%2015.0202L8.4707%2012.5001'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
body:has(.v-2025) article,
body:has(.v-2025) aside,
body:has(.v-2025) details,
body:has(.v-2025) figcaption,
body:has(.v-2025) figure,
body:has(.v-2025) footer,
body:has(.v-2025) header,
body:has(.v-2025) hgroup,
body:has(.v-2025) menu,
body:has(.v-2025) nav,
body:has(.v-2025) section {
  display: block;
}
body:has(.v-2025) ol,
body:has(.v-2025) ul {
  list-style: none;
  padding: 0;
}
body:has(.v-2025) blockquote,
body:has(.v-2025) q {
  quotes: none;
}
body:has(.v-2025) blockquote:before,
body:has(.v-2025) blockquote:after,
body:has(.v-2025) q:before,
body:has(.v-2025) q:after {
  content: "";
  content: none;
}
body:has(.v-2025) table {
  border-collapse: collapse;
  border-spacing: 0;
}

.e-con.e-flex > .e-con-inner {
  gap: 0 !important;
}

.e-con-inner {
  max-width: unset !important;
}

#site-navigation {
  width: 100%;
  z-index: 10;
  background: #ffffff;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 992px) {
  #site-navigation {
    padding-top: 50px;
    top: -51px;
  }
}
#site-navigation .branding {
  max-width: 104px;
  display: inline-block;
}
@media (min-width: 992px) {
  #site-navigation .branding {
    max-width: none;
    width: 137px;
    height: 33px;
    z-index: 1;
  }
  #site-navigation .branding img {
    width: 137px;
    height: 33px;
    max-width: none;
  }
}
#site-navigation .container {
  padding-top: 0;
  padding-bottom: 0;
}
#site-navigation .nav-content-wrapper {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #site-navigation .nav-content-wrapper {
    height: 100px;
    border-top: 1px solid #E6E6E6;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }
}
#site-navigation .header-btns {
  display: flex;
  align-items: center;
  gap: 18px;
}
#site-navigation .header-btns .btn {
  white-space: nowrap;
}
#site-navigation .header-btns .btn span {
  display: none;
}
@media (min-width: 480px) {
  #site-navigation .header-btns .btn span {
    display: inline-block;
  }
}
#site-navigation .show-tiny {
  display: none;
}
@media (min-width: 480px) {
  #site-navigation .show-tiny {
    display: inline-block;
  }
}
#site-navigation .btn {
  font-size: 14px;
  padding: 0 9px;
  border-radius: 4px;
  line-height: 26px;
  height: 26px;
}
@media (min-width: 992px) {
  #site-navigation .btn {
    margin: 0;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
  }
}

.page-navigation {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: calc(100vh - 120px);
  left: 0;
  top: 75px;
  background: #ffffff;
  padding: 0 16px 16px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  user-select: none;
  line-height: 130%;
}
@media (max-width: 991px) {
  .page-navigation {
    height: calc(100dvh - 58px);
    top: 58px;
  }
}
@media (max-width: 991px) {
  .page-navigation .navi-main > li {
    border-bottom: 1px solid #E6E6E6;
  }
  .page-navigation .navi-main > li > a, .page-navigation .navi-main > li > span {
    padding-block: clamp(12px, 2.5px +  2.5vw, 30px);
  }
}
@media (max-width: 991px) {
  .page-navigation .navi-additional {
    margin-top: 32px;
  }
  .page-navigation .navi-additional li.navi-language {
    margin-top: 32px;
  }
}
.page-navigation li {
  line-height: 50px;
}
.page-navigation li a,
.page-navigation li > span {
  color: #586170;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  display: block;
}
@media (min-width: 992px) {
  .page-navigation li a,
  .page-navigation li > span {
    font-size: 18px;
    padding: 0 12px;
  }
}
.page-navigation li a.disabled,
.page-navigation li > span.disabled {
  pointer-events: none;
  color: #636981 !important;
}
@media (min-width: 992px) {
  .page-navigation {
    flex-direction: row;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .page-navigation .navi-main {
    display: inline-flex;
    justify-content: space-between;
  }
  .page-navigation .navi-main > li > a:hover,
  .page-navigation .navi-main > li > span:hover {
    color: #F27406;
  }
  .page-navigation .navi-main > li > a:hover i,
  .page-navigation .navi-main > li > span:hover i {
    color: #F27406 !important;
  }
}
.page-navigation .arrow > span {
  position: relative;
}
@media (min-width: 992px) {
  .page-navigation .arrow > span {
    padding-right: 32px;
  }
}
.page-navigation .arrow i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  margin-right: 5px;
  transition: none;
  transform: translateY(-50%) rotate(-90deg);
  color: #586170;
}
@media (min-width: 992px) {
  .page-navigation .arrow i {
    font-size: 10px;
    margin-right: 0;
    right: 12px;
  }
}

.page-navigation .languages,
.page-navigation .sub-wrapper {
  display: none;
  z-index: 1;
}

.page-navigation .open > .sub-wrapper,
.page-navigation .open > .languages {
  display: block;
}

@media (min-width: 992px) {
  .page-navigation .open > .sub-wrapper,
  .page-navigation .open > .languages {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-inline: 18px;
  }
}
.page-navigation .open > span {
  color: #F27406;
}

.page-navigation .open i {
  transform: translateY(-50%) scaleY(-1) rotate(-90deg);
  color: #F27406;
}

.page-navigation .sub-contact {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .page-navigation .sub-contact {
    padding: 16px;
  }
  .page-navigation .sub-contact .sub-contact__title {
    font-size: clamp(15px, 12.1518987342px +  0.7911392405vw, 20px);
  }
  .page-navigation .sub-contact .sub-contact__content {
    margin-left: 16px;
  }
  .page-navigation .sub-contact picture {
    max-width: clamp(80px, 29.6px +  14vw, 136px) !important;
  }
}

.page-navigation .sub-contact picture {
  flex: 0 0 auto;
  max-width: 136px;
  margin: 0;
}

.page-navigation .sub-contact__content {
  flex: 1 1 auto;
  margin-left: 16px;
}

.page-navigation .sub-contact__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.page-navigation .sub-contact__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 16px;
}

.page-navigation .sub-contact .btn {
  display: block;
  font-size: 14px;
  line-height: 29.76px;
  height: 32px;
  padding: 0 12px;
}

.page-navigation .sub-wrapper {
  padding: 0 0 24px;
}

.page-navigation .sub-wrapper .container {
  padding: 0;
}

.page-navigation .sub-wrapper .sub {
  padding: 0;
  background: none;
}
@media (max-width: 991px) {
  .page-navigation .sub-wrapper .sub {
    border-left: 1px solid #E6E6E6;
  }
}

.page-navigation .sub-wrapper .sub-item {
  margin-top: 14.4px;
}

.page-navigation .sub-wrapper .sub-item:not(:first-child) {
  margin-top: 32px;
}

.page-navigation .sub-wrapper .sub-item .sub-title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .page-navigation .sub-wrapper .sub-item .sub-title {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-navigation .sub-wrapper {
    padding: 0 0 32px;
    background: #ffffff;
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    visibility: hidden;
  }
  .page-navigation .sub-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    -webkit-box-shadow: 0px 24px 24px 0 rgba(28, 29, 30, 0.05);
    box-shadow: 0px 24px 24px 0 rgba(28, 29, 30, 0.05);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    z-index: -1;
  }
  .page-navigation .sub-wrapper .sub-divider {
    border-top: 1px solid #E6E6E6;
    width: 100%;
  }
  .page-navigation .sub-wrapper .sub-content {
    display: flex;
    margin: 0 -15px;
    padding-top: 32px;
    max-height: 216px;
  }
  .page-navigation .sub-wrapper .sub-item {
    margin-top: 0;
    width: 50%;
    padding: 0 15px;
  }
  .page-navigation .sub-wrapper .sub-item:not(:first-child) {
    margin-top: 0;
  }
  .page-navigation .sub-wrapper .sub {
    width: 100%;
    flex-wrap: wrap;
    max-height: 152px;
    display: flex;
    margin: -12px -15px;
  }
  .page-navigation .sub-wrapper .sub.column {
    width: 100%;
  }
  .page-navigation .sub-wrapper .sub.column li {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .page-navigation .sub-wrapper .sub:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-navigation .sub-wrapper .container {
    padding: 0;
  }
}
.page-navigation .sub-item .sub-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #586170;
  margin-bottom: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  display: block;
}

@media (min-width: 992px) {
  .page-navigation .languages {
    background: #ffffff;
    position: absolute;
    padding: 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 12px 25px rgba(28, 29, 30, 0.25), 0px 5px 10px rgba(28, 29, 30, 0.05);
    box-shadow: 0px 12px 25px rgba(28, 29, 30, 0.25), 0px 5px 10px rgba(28, 29, 30, 0.05);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }
}
.page-navigation .sub {
  background: #fafcff;
  padding: 15px;
}

@media (min-width: 992px) {
  .page-navigation .sub.column {
    flex-direction: column;
    width: 260px;
  }
  .page-navigation .sub li {
    border-radius: 6px;
  }
  .page-navigation .sub li:hover {
    background: #e5f1ff;
  }
  .page-navigation .sub.languages {
    width: auto;
  }
  .page-navigation .sub.languages li {
    margin-bottom: 0px;
  }
  .page-navigation .sub:before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .page-navigation .sub {
    justify-content: space-between;
    width: 682px;
    flex-direction: row;
  }
}
.page-navigation .sub li {
  line-height: 22px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .page-navigation .sub li {
    margin-bottom: 0;
  }
  .page-navigation .sub li:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }
}

.page-navigation .sub li:last-child {
  margin-bottom: 0;
}

.page-navigation .sub li a {
  font-size: 16px;
  color: #1C1D1E;
  font-weight: 600;
  display: block;
  padding: 12px 15px;
}

.page-navigation .sub li span {
  color: #586170;
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.page-navigation .sub .sub-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #586170;
  margin-bottom: 16px;
  line-height: 16px;
  display: block;
}

.page-navigation .sub a:hover .sub-title {
  color: #F27406;
}

.page-navigation .svg {
  padding-left: 70px;
  position: relative;
}
.page-navigation .svg:before {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/twentytwentyone/assets/custom/svgs/vispato-e3e0e14c.svg") no-repeat center center;
  height: 44px;
  width: 48px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-navigation .faq:before {
  background: url("/wp-content/themes/twentytwentyone/assets/custom/svgs/book-707e3afa.svg") no-repeat center center;
}
.page-navigation .for-clients:before {
  background: url("/wp-content/themes/twentytwentyone/assets/custom/svgs/legal-scale-254e4b93.svg") no-repeat center center;
}
.page-navigation .solution-for-gdpr-violation:before {
  background: url("/wp-content/themes/twentytwentyone/assets/custom/svgs/privacy-dc005b4e.svg") no-repeat center center;
}

@media (min-width: 992px) {
  .navi-additional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 100%;
    padding-inline: 18px;
    height: 50px;
  }
  .navi-additional li {
    line-height: 100%;
  }
  .navi-additional li a,
  .navi-additional li span {
    font-size: 14px;
    padding: 0;
  }
}
.navi-additional .eu-whistleblower {
  margin-right: 30px;
}

.navi-additional .partner-navi {
  margin-right: 30px;
}

.navi-additional li.navi-language {
  margin-left: auto;
}

.navi-additional li.navi-reseller {
  flex: 1;
}
.navi-additional li.navi-reseller a {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .navi-additional li.navi-reseller a {
    font-size: clamp(15px, 12.1518987342px +  0.7911392405vw, 20px);
  }
}
.navi-additional li.navi-reseller a:hover {
  color: #F27406;
}
.navi-additional li.navi-reseller img.flag {
  height: 16px;
  width: auto;
  display: inline;
  margin-right: 4px;
}

.navi-additional li.navi-call-us {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 30px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .navi-additional li.navi-call-us {
    font-size: clamp(15px, 12.1518987342px +  0.7911392405vw, 20px);
    padding: 0;
  }
}
.navi-additional li.navi-call-us img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.navi-additional li.navi-call-us b {
  margin-left: 10px;
  user-select: text;
  display: inline-block;
}

.navi-additional li i {
  margin-right: 10px;
  color: #F5F5F5;
}

.navi-additional li a, .navi-additional li span {
  color: #586170;
}

input#navi-toggled {
  display: none;
}

label[for=navi-toggled] {
  font-size: 32px;
  display: inline-block;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  label[for=navi-toggled] {
    display: none;
  }
}
#navi-toggled:checked ~ * .page-navigation,
#navi-toggled:checked ~ .page-navigation {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 58px;
}

#navi-toggled:checked ~ * #site-navigation,
#navi-toggled:checked ~ #site-navigation {
  position: fixed;
}

#navi-toggled:checked ~ * label[for=navi-toggled]:before, #navi-toggled:checked ~ label[for=navi-toggled]:before {
  content: "\e920";
}

body .site h1, body .site .h1, body .site h2, body .site .h2, body .site h3, body .site .h3, body .site h4, body .site .h4, body .site h5, body .site .h5, body .editor-styles-wrapper h1, body .editor-styles-wrapper .h1, body .editor-styles-wrapper h2, body .editor-styles-wrapper .h2, body .editor-styles-wrapper h3, body .editor-styles-wrapper .h3, body .editor-styles-wrapper h4, body .editor-styles-wrapper .h4, body .editor-styles-wrapper h5, body .editor-styles-wrapper .h5 {
  color: #0F3D6B;
  font-weight: 700;
  line-height: 114%;
  margin-bottom: 22px;
}
body .site h1 span.sub, body .site .h1 span.sub, body .site h2 span.sub, body .site .h2 span.sub, body .site h3 span.sub, body .site .h3 span.sub, body .site h4 span.sub, body .site .h4 span.sub, body .site h5 span.sub, body .site .h5 span.sub, body .editor-styles-wrapper h1 span.sub, body .editor-styles-wrapper .h1 span.sub, body .editor-styles-wrapper h2 span.sub, body .editor-styles-wrapper .h2 span.sub, body .editor-styles-wrapper h3 span.sub, body .editor-styles-wrapper .h3 span.sub, body .editor-styles-wrapper h4 span.sub, body .editor-styles-wrapper .h4 span.sub, body .editor-styles-wrapper h5 span.sub, body .editor-styles-wrapper .h5 span.sub {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 127%;
  color: var(--color-primary);
  margin-bottom: 6px;
}
body .site h1 span.inline-block, body .site .h1 span.inline-block, body .site h2 span.inline-block, body .site .h2 span.inline-block, body .site h3 span.inline-block, body .site .h3 span.inline-block, body .site h4 span.inline-block, body .site .h4 span.inline-block, body .site h5 span.inline-block, body .site .h5 span.inline-block, body .editor-styles-wrapper h1 span.inline-block, body .editor-styles-wrapper .h1 span.inline-block, body .editor-styles-wrapper h2 span.inline-block, body .editor-styles-wrapper .h2 span.inline-block, body .editor-styles-wrapper h3 span.inline-block, body .editor-styles-wrapper .h3 span.inline-block, body .editor-styles-wrapper h4 span.inline-block, body .editor-styles-wrapper .h4 span.inline-block, body .editor-styles-wrapper h5 span.inline-block, body .editor-styles-wrapper .h5 span.inline-block {
  display: inline-block;
}
body .site h1 span.highlight, body .site .h1 span.highlight, body .site h2 span.highlight, body .site .h2 span.highlight, body .site h3 span.highlight, body .site .h3 span.highlight, body .site h4 span.highlight, body .site .h4 span.highlight, body .site h5 span.highlight, body .site .h5 span.highlight, body .editor-styles-wrapper h1 span.highlight, body .editor-styles-wrapper .h1 span.highlight, body .editor-styles-wrapper h2 span.highlight, body .editor-styles-wrapper .h2 span.highlight, body .editor-styles-wrapper h3 span.highlight, body .editor-styles-wrapper .h3 span.highlight, body .editor-styles-wrapper h4 span.highlight, body .editor-styles-wrapper .h4 span.highlight, body .editor-styles-wrapper h5 span.highlight, body .editor-styles-wrapper .h5 span.highlight {
  color: var(--color-primary);
}
body .site h1, body .site .h1, body .editor-styles-wrapper h1, body .editor-styles-wrapper .h1 {
  font-size: clamp(30px, 16.2777777778px +  3.6111111111vw, 56px);
}
body .site h2, body .site .h2, body .editor-styles-wrapper h2, body .editor-styles-wrapper .h2 {
  font-size: clamp(21px, 13.0833333333px +  2.0833333333vw, 36px);
}
body .site h3, body .site .h3, body .editor-styles-wrapper h3, body .editor-styles-wrapper .h3 {
  font-size: clamp(20px, 15.7777777778px +  1.1111111111vw, 28px);
}
body .site h4, body .site .h4, body .editor-styles-wrapper h4, body .editor-styles-wrapper .h4 {
  font-size: clamp(18px, 14.8333333333px +  0.8333333333vw, 24px);
  line-height: 125%;
  margin-bottom: 9px;
}
body .site h5, body .site .h5, body .editor-styles-wrapper h5, body .editor-styles-wrapper .h5 {
  font-size: clamp(17px, 14.3611111111px +  0.6944444444vw, 22px);
  line-height: 125%;
  margin-bottom: 9px;
}

body .site .btn, body .editor-styles-wrapper .btn {
  background: #F27406;
  position: relative;
  cursor: pointer;
  transition: none;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  padding: clamp(14px, 11.3611111111px +  0.6944444444vw, 19px) 40px;
  font-size: 16px;
  line-height: 107%;
  margin: 0;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 81px 40px 25px 0px rgba(0, 0, 0, 0), 52px 26px 23px 0px rgba(0, 0, 0, 0.1), 29px 15px 20px 0px rgba(0, 0, 0, 0.05), 13px 6px 15px 0px rgba(0, 0, 0, 0.09), 3px 2px 8px 0px rgba(0, 0, 0, 0.1);
  gap: 5px;
}
body .site .btn:hover, body .site .btn:focus, body .site .btn:active, body .editor-styles-wrapper .btn:hover, body .editor-styles-wrapper .btn:focus, body .editor-styles-wrapper .btn:active {
  color: #ffffff;
  background: #000D3E;
}

body {
  overflow-x: hidden;
}
body .gradient-container {
  color: var(--color-bg);
  background-image: url("../../images/gradient/mesh-gradient.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: var(--base-border-radius);
  padding-inline: clamp(10px, -5.8333333333px +  4.1666666667vw, 40px);
  max-width: 2000px;
  margin: 0 auto;
}
body .gradient-container h1, body .gradient-container h2, body .gradient-container h3, body .gradient-container h4, body .gradient-container .h1, body .gradient-container .h2, body .gradient-container .h3, body .gradient-container .h4, body .gradient-container p {
  color: var(--color-bg);
}
body .gradient-container .grey-container {
  background: #ffffff;
}
body .gradient-container .mobile-swipe-hint {
  filter: invert(1);
}
body .grey-container {
  border-radius: var(--base-border-radius);
  padding-block: clamp(20px, 15.7777777778px +  1.1111111111vw, 28px);
  padding-inline: clamp(10px, -5.8333333333px +  4.1666666667vw, 40px);
  border: 1px solid #E6E6E6;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.client-bubble-trust {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  line-height: 114%;
  gap: 6px 12px;
}
@media (min-width: 480px) {
  .client-bubble-trust {
    flex-direction: row;
    text-align: left;
  }
}
.client-bubble-trust .profile-picture {
  display: flex;
}
.client-bubble-trust .profile-picture .picture-bubble:not(:last-child) {
  margin-right: -8px;
}
.client-bubble-trust .profile-picture img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  border: 3px solid #fff;
}
.gradient-container .client-bubble-trust .profile-picture img {
  border: 3px solid #0F3B68;
}
.client-bubble-trust .additional-text {
  line-height: 114%;
}
.client-bubble-trust .additional-text strong {
  display: block;
}