html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body,
html {
  margin: 0;
  padding: 0;
}
.inner-container {
  width: auto !important;
}
.parsys-container {
  border: 0 !important;
}
.module-tmpl-html {
  margin-top: 60px;
}
.module-htmlcontainer {
  padding: 0 !important;
}
.module-htmlcontainer div {
  margin: 0 auto;
}
.CustomHTML a,
.CustomHTML b,
.CustomHTML code,
.CustomHTML div,
.CustomHTML h1,
.CustomHTML h2,
.CustomHTML i,
.CustomHTML img,
.CustomHTML menu,
.CustomHTML object,
.CustomHTML ol,
.CustomHTML p,
.CustomHTML s,
.CustomHTML section,
.CustomHTML span,
.CustomHTML time,
.CustomHTML u {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.CustomHTML menu,
.CustomHTML section {
  display: block;
}
.CustomHTML ol {
  list-style: none;
  margin: 0;
}
.CustomHTML ol:after,
.CustomHTML ol:before {
  display: none;
}
:root {
  --k-custom-bs-blue: #0d6efd;
  --k-custom-bs-indigo: #6610f2;
  --k-custom-bs-purple: #6f42c1;
  --k-custom-bs-pink: #d63384;
  --k-custom-bs-red: #dc3545;
  --k-custom-bs-orange: #fd7e14;
  --k-custom-bs-yellow: #ffc107;
  --k-custom-bs-green: #198754;
  --k-custom-bs-teal: #20c997;
  --k-custom-bs-cyan: #0dcaf0;
  --k-custom-bs-gray: #6c757d;
  --k-custom-bs-gray-dark: #343a40;
  --k-custom-bs-gray-100: #f8f9fa;
  --k-custom-bs-gray-200: #e9ecef;
  --k-custom-bs-gray-300: #dee2e6;
  --k-custom-bs-gray-400: #ced4da;
  --k-custom-bs-gray-500: #adb5bd;
  --k-custom-bs-gray-600: #6c757d;
  --k-custom-bs-gray-700: #495057;
  --k-custom-bs-gray-800: #343a40;
  --k-custom-bs-gray-900: #212529;
  --k-custom-bs-primary: #1e49e2;
  --k-custom-bs-secondary: #00338d;
  --k-custom-bs-success: #00b8f5;
  --k-custom-bs-info: #7213ea;
  --k-custom-bs-warning: #510dbc;
  --k-custom-bs-danger: #fd349c;
  --k-custom-bs-light: #f0f0f0;
  --k-custom-bs-dark: #0c233c;
  --k-custom-bs-black: #000;
  --k-custom-bs-white: #fff;
  --k-custom-bs-gray-1: #333;
  --k-custom-bs-gray-2: #666;
  --k-custom-bs-gray-3: #989898;
  --k-custom-bs-gray-4: #b2b2b2;
  --k-custom-bs-gray-5: #e5e5e5;
  --k-custom-bs-gray-6: #f0f0f0;
  --k-custom-bs-lt-gray: #f5f5f5;
  --k-custom-bs-primary-blue: #00338d;
  --k-custom-bs-cobalt-blue: #1e49e2;
  --k-custom-bs-dark-blue: #0c233c;
  --k-custom-bs-light-blue: #aceaff;
  --k-custom-bs-pacific-blue: #00b8f5;
  --k-custom-bs-kpmg-purple: #7213ea;
  --k-custom-bs-kpmg-pink: #fd349c;
  --k-custom-bs-secondary-blue: #76d2ff;
  --k-custom-bs-secondary-dark-purple: #510dbc;
  --k-custom-bs-secondary-light-purple: #b497ff;
  --k-custom-bs-secondary-dark-pink: #ab0d82;
  --k-custom-bs-secondary-light-pink: #ffa3da;
  --k-custom-bs-secondary-dark-green: #098e7e;
  --k-custom-bs-secondary-green: #00c0ae;
  --k-custom-bs-secondary-light-green: #63ebda;
  --k-custom-bs-old-md-blue: #005eb8;
  --k-custom-bs-old-lt-blue: #0091da;
  --k-custom-bs-old-violet: #483698;
  --k-custom-bs-old-purple: #470a68;
  --k-custom-bs-old-lt-purple: #6d2077;
  --k-custom-bs-old-green: #00a3a1;
  --k-custom-bs-primary-rgb: 30, 73, 226;
  --k-custom-bs-secondary-rgb: 0, 51, 141;
  --k-custom-bs-success-rgb: 0, 184, 245;
  --k-custom-bs-info-rgb: 114, 19, 234;
  --k-custom-bs-warning-rgb: 81, 13, 188;
  --k-custom-bs-danger-rgb: 253, 52, 156;
  --k-custom-bs-light-rgb: 240, 240, 240;
  --k-custom-bs-dark-rgb: 12, 35, 60;
  --k-custom-bs-gray-1-rgb: 51, 51, 51;
  --k-custom-bs-gray-2-rgb: 102, 102, 102;
  --k-custom-bs-gray-3-rgb: 152, 152, 152;
  --k-custom-bs-gray-4-rgb: 178, 178, 178;
  --k-custom-bs-gray-5-rgb: 229, 229, 229;
  --k-custom-bs-gray-6-rgb: 240, 240, 240;
  --k-custom-bs-lt-gray-rgb: 245, 245, 245;
  --k-custom-bs-primary-blue-rgb: 0, 51, 141;
  --k-custom-bs-cobalt-blue-rgb: 30, 73, 226;
  --k-custom-bs-dark-blue-rgb: 12, 35, 60;
  --k-custom-bs-light-blue-rgb: 172, 234, 255;
  --k-custom-bs-pacific-blue-rgb: 0, 184, 245;
  --k-custom-bs-kpmg-purple-rgb: 114, 19, 234;
  --k-custom-bs-kpmg-pink-rgb: 253, 52, 156;
  --k-custom-bs-secondary-blue-rgb: 118, 210, 255;
  --k-custom-bs-secondary-dark-purple-rgb: 81, 13, 188;
  --k-custom-bs-secondary-light-purple-rgb: 180, 151, 255;
  --k-custom-bs-secondary-dark-pink-rgb: 171, 13, 130;
  --k-custom-bs-secondary-light-pink-rgb: 255, 163, 218;
  --k-custom-bs-secondary-dark-green-rgb: 9, 142, 126;
  --k-custom-bs-secondary-green-rgb: 0, 192, 174;
  --k-custom-bs-secondary-light-green-rgb: 99, 235, 218;
  --k-custom-bs-old-md-blue-rgb: 0, 94, 184;
  --k-custom-bs-old-lt-blue-rgb: 0, 145, 218;
  --k-custom-bs-old-violet-rgb: 72, 54, 152;
  --k-custom-bs-old-purple-rgb: 71, 10, 104;
  --k-custom-bs-old-lt-purple-rgb: 109, 32, 119;
  --k-custom-bs-old-green-rgb: 0, 163, 161;
  --k-custom-bs-primary-text-emphasis: #0c1d5a;
  --k-custom-bs-secondary-text-emphasis: #001438;
  --k-custom-bs-success-text-emphasis: #004a62;
  --k-custom-bs-info-text-emphasis: #2e085e;
  --k-custom-bs-warning-text-emphasis: #20054b;
  --k-custom-bs-danger-text-emphasis: #65153e;
  --k-custom-bs-light-text-emphasis: #495057;
  --k-custom-bs-dark-text-emphasis: #495057;
  --k-custom-bs-primary-bg-subtle: #d2dbf9;
  --k-custom-bs-secondary-bg-subtle: #ccd6e8;
  --k-custom-bs-success-bg-subtle: #ccf1fd;
  --k-custom-bs-info-bg-subtle: #e3d0fb;
  --k-custom-bs-warning-bg-subtle: #dccff2;
  --k-custom-bs-danger-bg-subtle: #ffd6eb;
  --k-custom-bs-light-bg-subtle: #fcfcfd;
  --k-custom-bs-dark-bg-subtle: #ced4da;
  --k-custom-bs-primary-border-subtle: #a5b6f3;
  --k-custom-bs-secondary-border-subtle: #99add1;
  --k-custom-bs-success-border-subtle: #99e3fb;
  --k-custom-bs-info-border-subtle: #c7a1f7;
  --k-custom-bs-warning-border-subtle: #b99ee4;
  --k-custom-bs-danger-border-subtle: #feaed7;
  --k-custom-bs-light-border-subtle: #e9ecef;
  --k-custom-bs-dark-border-subtle: #adb5bd;
  --k-custom-bs-white-rgb: 255, 255, 255;
  --k-custom-bs-black-rgb: 0, 0, 0;
  --k-custom-bs-font-sans-serif: "Open Sans", Arial, Helvetica, sans-serif;
  --k-custom-bs-font-monospace: "Open Sans", Arial, Helvetica, sans-serif;
  --k-custom-bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
  --k-custom-bs-body-font-family: var(--k-custom-bs-font-sans-serif);
  --k-custom-bs-body-font-size: calc(1.285rem + 0.42vw);
  --k-custom-bs-body-font-weight: 400;
  --k-custom-bs-body-line-height: 1.5;
  --k-custom-bs-body-color: #000;
  --k-custom-bs-body-color-rgb: 0, 0, 0;
  --k-custom-bs-body-bg: #fff;
  --k-custom-bs-body-bg-rgb: 255, 255, 255;
  --k-custom-bs-emphasis-color: #000;
  --k-custom-bs-emphasis-color-rgb: 0, 0, 0;
  --k-custom-bs-secondary-color: rgba(0, 0, 0, 0.75);
  --k-custom-bs-secondary-color-rgb: 0, 0, 0;
  --k-custom-bs-secondary-bg: #e9ecef;
  --k-custom-bs-secondary-bg-rgb: 233, 236, 239;
  --k-custom-bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --k-custom-bs-tertiary-color-rgb: 0, 0, 0;
  --k-custom-bs-tertiary-bg: #f8f9fa;
  --k-custom-bs-tertiary-bg-rgb: 248, 249, 250;
  --k-custom-bs-heading-color: #00338d;
  --k-custom-bs-link-color: #00338d;
  --k-custom-bs-link-color-rgb: 0, 51, 141;
  --k-custom-bs-link-decoration: underline;
  --k-custom-bs-link-hover-color: #002971;
  --k-custom-bs-link-hover-color-rgb: 0, 41, 113;
  --k-custom-bs-link-hover-decoration: underline;
  --k-custom-bs-code-color: #d63384;
  --k-custom-bs-highlight-bg: #fff3cd;
  --k-custom-bs-border-width: 1px;
  --k-custom-bs-border-style: solid;
  --k-custom-bs-border-color: #dee2e6;
  --k-custom-bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --k-custom-bs-border-radius: 0.375rem;
  --k-custom-bs-border-radius-sm: 0.25rem;
  --k-custom-bs-border-radius-lg: 0.5rem;
  --k-custom-bs-border-radius-xl: 1rem;
  --k-custom-bs-border-radius-xxl: 2rem;
  --k-custom-bs-border-radius-2xl: var(--k-custom-bs-border-radius-xxl);
  --k-custom-bs-border-radius-pill: 50rem;
  --k-custom-bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --k-custom-bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --k-custom-bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --k-custom-bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --k-custom-bs-focus-ring-width: 0.25rem;
  --k-custom-bs-focus-ring-opacity: 0.25;
  --k-custom-bs-focus-ring-color: rgba(30, 73, 226, 0.25);
  --k-custom-bs-form-valid-color: #00b8f5;
  --k-custom-bs-form-valid-border-color: #00b8f5;
  --k-custom-bs-form-invalid-color: #fd349c;
  --k-custom-bs-form-invalid-border-color: #fd349c;
}
@media (min-width: 1200px) {
  :root {
    --k-custom-bs-body-font-size: 1.6rem;
  }
}
.CustomHTML *,
.CustomHTML :after,
.CustomHTML :before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .CustomHTML :root {
    scroll-behavior: smooth;
  }
}
.CustomHTML body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--k-custom-bs-body-bg);
  color: var(--k-custom-bs-body-color);
  font-family: var(--k-custom-bs-body-font-family);
  font-size: var(--k-custom-bs-body-font-size);
  font-weight: var(--k-custom-bs-body-font-weight);
  line-height: var(--k-custom-bs-body-line-height);
  margin: 0;
  text-align: var(--k-custom-bs-body-text-align);
}
.CustomHTML .h1,
.CustomHTML .h2,
.CustomHTML h1,
.CustomHTML h2 {
  color: var(--k-custom-bs-heading-color);
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.CustomHTML .h1,
.CustomHTML h1 {
  font-size: calc(1.685rem + 5.22vw);
}
@media (min-width: 1200px) {
  .CustomHTML .h1,
  .CustomHTML h1 {
    font-size: 5.6rem;
  }
}
.CustomHTML .h2,
.CustomHTML h2 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .CustomHTML .h2,
  .CustomHTML h2 {
    font-size: 4rem;
  }
}
.CustomHTML p {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.CustomHTML ol {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 2rem;
}
.CustomHTML ol ol {
  margin-bottom: 0;
}
.CustomHTML b {
  font-weight: bolder;
}
.CustomHTML a {
  color: rgba(var(--k-custom-bs-link-color-rgb), var(--k-custom-bs-link-opacity, 1));
  text-decoration: underline;
}
.CustomHTML a:hover {
  --k-custom-bs-link-color-rgb: var(--k-custom-bs-link-hover-color-rgb);
  text-decoration: underline;
}
.CustomHTML a:not([href]):not([class]),
.CustomHTML a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.CustomHTML code {
  word-wrap: break-word;
  color: var(--k-custom-bs-code-color);
  font-family: var(--k-custom-bs-font-monospace);
  font-size: 1em;
  font-size: 0.875em;
}
a > .CustomHTML code {
  color: inherit;
}
.CustomHTML img,
.CustomHTML svg {
  vertical-align: middle;
}
.CustomHTML select {
  word-wrap: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  text-transform: none;
}
.CustomHTML select:disabled {
  opacity: 1;
}
.CustomHTML ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.CustomHTML ::-webkit-datetime-edit-day-field,
.CustomHTML ::-webkit-datetime-edit-fields-wrapper,
.CustomHTML ::-webkit-datetime-edit-hour-field,
.CustomHTML ::-webkit-datetime-edit-minute,
.CustomHTML ::-webkit-datetime-edit-month-field,
.CustomHTML ::-webkit-datetime-edit-text,
.CustomHTML ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.CustomHTML ::-webkit-inner-spin-button {
  height: auto;
}
.CustomHTML ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.CustomHTML ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.CustomHTML ::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
.CustomHTML .container {
  --k-custom-bs-gutter-x: 3rem;
  --k-custom-bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--k-custom-bs-gutter-x) * 0.5);
  padding-right: calc(var(--k-custom-bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 640px) {
  .CustomHTML .container {
    max-width: 588px;
  }
}
@media (min-width: 768px) {
  .CustomHTML .container {
    max-width: 716px;
  }
}
@media (min-width: 992px) {
  .CustomHTML .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .CustomHTML .container {
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
.CustomHTML :root {
  --k-custom-bs-breakpoint-: 0;
  --k-custom-bs-breakpoint-xs: 640px;
  --k-custom-bs-breakpoint-sm: 768px;
  --k-custom-bs-breakpoint-md: 992px;
  --k-custom-bs-breakpoint-lg: 1200px;
  --k-custom-bs-breakpoint-xl: 1440px;
  --k-custom-bs-breakpoint-xxl: 1600px;
}
.CustomHTML .row {
  --k-custom-bs-gutter-x: 3rem;
  --k-custom-bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--k-custom-bs-gutter-x) * -0.5);
  margin-right: calc(var(--k-custom-bs-gutter-x) * -0.5);
  margin-top: calc(var(--k-custom-bs-gutter-y) * -1);
}
.CustomHTML .row > * {
  flex-shrink: 0;
  margin-top: var(--k-custom-bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--k-custom-bs-gutter-x) * 0.5);
  padding-right: calc(var(--k-custom-bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.CustomHTML .mb-4 {
  margin-bottom: 2.4rem !important;
}
.CustomHTML .p-3 {
  padding: 1.6rem !important;
}
.CustomHTML .text-center {
  text-align: center !important;
}
.CustomHTML .bg-gray-5 {
  background: #e5e5e5 !important;
}
.CustomHTML .btn.show,
.CustomHTML .btn:first-child:active,
.CustomHTML :not(.btn-check) + .btn:active {
  background-color: var(--k-custom-bs-btn-active-bg);
  border-color: var(--k-custom-bs-btn-active-border-color);
  color: var(--k-custom-bs-btn-active-color);
}
.CustomHTML .btn.show:focus-visible,
.CustomHTML .btn:first-child:active:focus-visible,
.CustomHTML :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--k-custom-bs-btn-focus-box-shadow);
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body,
html {
  scroll-padding-top: 180px;
}
body.js-stop-scroll,
html.js-stop-scroll {
  height: auto;
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.CustomHTML,
body {
  position: relative;
}
.CustomHTML {
  background-color: #fff;
}
.CustomHTML .custom-content {
  padding: 0;
}
.CustomHTML .custom-content,
.CustomHTML .custom-section {
  background-color: #fff;
  border: none;
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.CustomHTML .custom-section {
  padding: 50px 16px;
}
.CustomHTML .custom-section:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .custom-section {
    padding: 75px 0;
  }
}
.CustomHTML .container,
.CustomHTML .custom-container {
  margin-top: 0 !important;
  padding-bottom: 0;
  padding-top: 0 !important;
  position: relative;
  width: 100%;
  z-index: 3;
}
.CustomHTML ol {
  line-height: 1.5;
  position: relative;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.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 {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.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 {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.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 {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
.CustomHTML .process-performance-swiper,
.CustomHTML .structure-resources-swiper,
.CustomHTML .tax-functions-swiper {
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 80px;
  max-width: 1100px;
}
.CustomHTML .process-performance-swiper h2,
.CustomHTML .structure-resources-swiper h2,
.CustomHTML .tax-functions-swiper h2 {
  color: #1e49e2;
  font-weight: 600;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .CustomHTML .process-performance-swiper h2,
  .CustomHTML .structure-resources-swiper h2,
  .CustomHTML .tax-functions-swiper h2 {
    width: 100%;
  }
}
.CustomHTML .process-performance-swiper .information-block,
.CustomHTML .structure-resources-swiper .information-block,
.CustomHTML .tax-functions-swiper .information-block {
  margin: auto;
  text-align: center;
}
.CustomHTML .process-performance-swiper .information-block .title-question,
.CustomHTML .structure-resources-swiper .information-block .title-question,
.CustomHTML .tax-functions-swiper .information-block .title-question {
  color: #1e49e2;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
.CustomHTML .process-performance-swiper .information-block .svg-container img,
.CustomHTML .structure-resources-swiper .information-block .svg-container img,
.CustomHTML .tax-functions-swiper .information-block .svg-container img {
  margin: auto;
  max-height: 650px;
  max-width: 100%;
  width: auto;
}
.CustomHTML .process-performance-swiper .information-block svg,
.CustomHTML .structure-resources-swiper .information-block svg,
.CustomHTML .tax-functions-swiper .information-block svg {
  max-height: 600px;
}
.CustomHTML .process-performance-swiper .swiper-button-next,
.CustomHTML .process-performance-swiper .swiper-button-prev,
.CustomHTML .structure-resources-swiper .swiper-button-next,
.CustomHTML .structure-resources-swiper .swiper-button-prev,
.CustomHTML .tax-functions-swiper .swiper-button-next,
.CustomHTML .tax-functions-swiper .swiper-button-prev {
  bottom: 0.5rem;
  top: auto;
}
@media screen and (max-width: 768px) {
  .CustomHTML .process-performance-swiper .swiper-button-prev,
  .CustomHTML .structure-resources-swiper .swiper-button-prev,
  .CustomHTML .tax-functions-swiper .swiper-button-prev {
    left: 1.5rem;
  }
  .CustomHTML .process-performance-swiper .swiper-button-next,
  .CustomHTML .structure-resources-swiper .swiper-button-next,
  .CustomHTML .tax-functions-swiper .swiper-button-next {
    right: 1.5rem;
  }
}
.CustomHTML .process-performance-swiper .swiper-button-next:after,
.CustomHTML .process-performance-swiper .swiper-button-prev:after,
.CustomHTML .structure-resources-swiper .swiper-button-next:after,
.CustomHTML .structure-resources-swiper .swiper-button-prev:after,
.CustomHTML .tax-functions-swiper .swiper-button-next:after,
.CustomHTML .tax-functions-swiper .swiper-button-prev:after {
  background: #1e49e2;
  border: 1px solid #1e49e2;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  padding: 1rem 1.5rem;
}
.CustomHTML .process-performance-swiper .swiper-button-disabled:after,
.CustomHTML .structure-resources-swiper .swiper-button-disabled:after,
.CustomHTML .tax-functions-swiper .swiper-button-disabled:after {
  background: #fff !important;
  color: #1e49e2 !important;
}
.CustomHTML .process-performance-swiper .swiper-pagination-bullet,
.CustomHTML .structure-resources-swiper .swiper-pagination-bullet,
.CustomHTML .tax-functions-swiper .swiper-pagination-bullet {
  border: 1px solid #1e49e2;
  color: #000;
  font-size: 12px;
  height: 16px;
  line-height: 20px;
  opacity: 1;
  text-align: center;
  width: 16px;
}
.CustomHTML .process-performance-swiper .swiper-pagination-bullet-active,
.CustomHTML .structure-resources-swiper .swiper-pagination-bullet-active,
.CustomHTML .tax-functions-swiper .swiper-pagination-bullet-active {
  background: #1e49e2;
  color: #fff;
}
