@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;400;600;700;800&amp;display=swap);
body,
body .CustomHTML,
body.CustomHTML,
html {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}
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 address,
.CustomHTML b,
.CustomHTML big,
.CustomHTML center,
.CustomHTML code,
.CustomHTML details,
.CustomHTML div,
.CustomHTML em,
.CustomHTML embed,
.CustomHTML form,
.CustomHTML h1,
.CustomHTML h2,
.CustomHTML h3,
.CustomHTML h4,
.CustomHTML h5,
.CustomHTML header,
.CustomHTML i,
.CustomHTML iframe,
.CustomHTML img,
.CustomHTML label,
.CustomHTML li,
.CustomHTML mark,
.CustomHTML menu,
.CustomHTML nav,
.CustomHTML object,
.CustomHTML p,
.CustomHTML q,
.CustomHTML s,
.CustomHTML section,
.CustomHTML small,
.CustomHTML span,
.CustomHTML strong,
.CustomHTML summary,
.CustomHTML sup,
.CustomHTML table,
.CustomHTML time,
.CustomHTML u,
.CustomHTML ul,
.CustomHTML var,
.CustomHTML video {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.CustomHTML details,
.CustomHTML header,
.CustomHTML menu,
.CustomHTML nav,
.CustomHTML section {
  display: block;
}
.CustomHTML ul {
  list-style: none;
  margin: 0;
}
.CustomHTML ul:after,
.CustomHTML ul:before {
  display: none;
}
.CustomHTML ul li {
  list-style: none;
  margin: 0;
}
.CustomHTML q {
  quotes: none;
}
.CustomHTML q:after,
.CustomHTML q:before {
  content: "";
  content: none;
}
.CustomHTML table {
  border-spacing: 0;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  width: 100%;
}
: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: 0.625rem;
  --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;
}
.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 .h3,
.CustomHTML .h4,
.CustomHTML .h5,
.CustomHTML h1,
.CustomHTML h2,
.CustomHTML h3,
.CustomHTML h4,
.CustomHTML h5 {
  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: 1rem;
  margin-top: 0;
}
.CustomHTML .h1,
.CustomHTML h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .CustomHTML .h1,
  .CustomHTML h1 {
    font-size: 2.1875rem;
  }
}
.CustomHTML .h2,
.CustomHTML h2 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .CustomHTML .h2,
  .CustomHTML h2 {
    font-size: 1.5625rem;
  }
}
.CustomHTML .h3,
.CustomHTML h3 {
  font-size: 1.25rem;
}
.CustomHTML .h4,
.CustomHTML h4 {
  font-size: 1.09375rem;
}
.CustomHTML .h5,
.CustomHTML h5 {
  font-size: 0.9375rem;
}
.CustomHTML p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.CustomHTML address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
.CustomHTML ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 2rem;
}
.CustomHTML ul ul {
  margin-bottom: 0;
}
.CustomHTML b,
.CustomHTML strong {
  font-weight: bolder;
}
.CustomHTML .small,
.CustomHTML small {
  font-size: 0.875em;
}
.CustomHTML .mark,
.CustomHTML mark {
  background-color: var(--k-custom-bs-highlight-bg);
  padding: 0.1875em;
}
.CustomHTML sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
.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 table {
  border-collapse: collapse;
  caption-side: bottom;
}
.CustomHTML label {
  display: inline-block;
}
.CustomHTML button {
  border-radius: 0;
}
.CustomHTML button:focus:not(:focus-visible) {
  outline: 0;
}
.CustomHTML button,
.CustomHTML input,
.CustomHTML select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.CustomHTML button,
.CustomHTML select {
  text-transform: none;
}
.CustomHTML [role="button"] {
  cursor: pointer;
}
.CustomHTML select {
  word-wrap: normal;
}
.CustomHTML select:disabled {
  opacity: 1;
}
.CustomHTML
  [list]:not([type="date"]):not([type="datetime-local"]):not(
    [type="month"]
  ):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.CustomHTML [type="button"],
.CustomHTML button {
  -webkit-appearance: button;
}
.CustomHTML [type="button"]:not(:disabled),
.CustomHTML button:not(:disabled) {
  cursor: pointer;
}
.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 [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.CustomHTML ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.CustomHTML ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.CustomHTML ::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
.CustomHTML iframe {
  border: 0;
}
.CustomHTML summary {
  cursor: pointer;
  display: list-item;
}
.CustomHTML progress {
  vertical-align: baseline;
}
.CustomHTML .lead {
  font-size: 0.78125rem;
  font-weight: 400;
}
.CustomHTML .img-fluid {
  height: auto;
  max-width: 100%;
}
.CustomHTML .container {
  --k-custom-bs-gutter-x: 1.875rem;
  --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: 1.875rem;
  --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%;
}
.CustomHTML .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 640px) {
  .CustomHTML .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .CustomHTML .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .CustomHTML .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .CustomHTML .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .CustomHTML .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .CustomHTML .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .CustomHTML .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.CustomHTML .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .CustomHTML .fade {
    transition: none;
  }
}
.CustomHTML .fade:not(.show) {
  opacity: 0;
}
.CustomHTML .collapse:not(.show) {
  display: none;
}
.CustomHTML .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .CustomHTML .collapsing {
    transition: none;
  }
}
.CustomHTML .collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .CustomHTML .collapsing.collapse-horizontal {
    transition: none;
  }
}
.CustomHTML .accordion {
  --k-custom-bs-accordion-color: var(--k-custom-bs-body-color);
  --k-custom-bs-accordion-bg: var(--k-custom-bs-body-bg);
  --k-custom-bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --k-custom-bs-accordion-border-color: var(--k-custom-bs-border-color);
  --k-custom-bs-accordion-border-width: var(--k-custom-bs-border-width);
  --k-custom-bs-accordion-border-radius: 0%;
  --k-custom-bs-accordion-inner-border-radius: calc(
    0% - var(--k-custom-bs-border-width)
  );
  --k-custom-bs-accordion-btn-padding-x: 1.25rem;
  --k-custom-bs-accordion-btn-padding-y: 1rem;
  --k-custom-bs-accordion-btn-color: #fff;
  --k-custom-bs-accordion-btn-bg: #1e49e2;
  --k-custom-bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --k-custom-bs-accordion-btn-icon-width: 1.25rem;
  --k-custom-bs-accordion-btn-icon-transform: rotate(-180deg);
  --k-custom-bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --k-custom-bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230c1d5a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --k-custom-bs-accordion-btn-focus-border-color: #8fa4f1;
  --k-custom-bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(30, 73, 226, 0.25);
  --k-custom-bs-accordion-body-padding-x: 1.25rem;
  --k-custom-bs-accordion-body-padding-y: 1rem;
  --k-custom-bs-accordion-active-color: #fff;
  --k-custom-bs-accordion-active-bg: #1e49e2;
}
.CustomHTML .accordion-button {
  align-items: center;
  background-color: var(--k-custom-bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--k-custom-bs-accordion-btn-color);
  display: flex;
  font-size: 0.625rem;
  overflow-anchor: none;
  padding: var(--k-custom-bs-accordion-btn-padding-y)
    var(--k-custom-bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--k-custom-bs-accordion-transition);
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .CustomHTML .accordion-button {
    transition: none;
  }
}
.CustomHTML .accordion-button:not(.collapsed) {
  background-color: var(--k-custom-bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--k-custom-bs-accordion-border-width) * -1) 0
    var(--k-custom-bs-accordion-border-color);
  color: var(--k-custom-bs-accordion-active-color);
}
.CustomHTML .accordion-button:not(.collapsed):after {
  background-image: var(--k-custom-bs-accordion-btn-active-icon);
  transform: var(--k-custom-bs-accordion-btn-icon-transform);
}
.CustomHTML .accordion-button:after {
  background-image: var(--k-custom-bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--k-custom-bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--k-custom-bs-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--k-custom-bs-accordion-btn-icon-transition);
  width: var(--k-custom-bs-accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
  .CustomHTML .accordion-button:after {
    transition: none;
  }
}
.CustomHTML .accordion-button:hover {
  z-index: 2;
}
.CustomHTML .accordion-button:focus {
  border-color: var(--k-custom-bs-accordion-btn-focus-border-color);
  box-shadow: var(--k-custom-bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}
.CustomHTML .custom-modal__close {
  --k-custom-bs-btn-close-color: #000;
  --k-custom-bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  --k-custom-bs-btn-close-opacity: 0.9375;
  --k-custom-bs-btn-close-hover-opacity: 1;
  --k-custom-bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(30, 73, 226, 0.25);
  --k-custom-bs-btn-close-focus-opacity: 1;
  --k-custom-bs-btn-close-disabled-opacity: 0.5;
  --k-custom-bs-btn-close-white-filter: invert(1) grayscale(100%)
    brightness(200%);
  background: transparent var(--k-custom-bs-btn-close-bg) center/1em auto
    no-repeat;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: content-box;
  color: var(--k-custom-bs-btn-close-color);
  height: 1em;
  opacity: var(--k-custom-bs-btn-close-opacity);
  padding: 0.25em;
  width: 1em;
}
.CustomHTML .custom-modal__close:hover {
  color: var(--k-custom-bs-btn-close-color);
  opacity: var(--k-custom-bs-btn-close-hover-opacity);
  text-decoration: none;
}
.CustomHTML .custom-modal__close:focus {
  box-shadow: var(--k-custom-bs-btn-close-focus-shadow);
  opacity: var(--k-custom-bs-btn-close-focus-opacity);
  outline: 0;
}
.CustomHTML .custom-modal__close:disabled,
.CustomHTML .disabled.custom-modal__close {
  opacity: var(--k-custom-bs-btn-close-disabled-opacity);
  pointer-events: none;
  user-select: none;
}
.CustomHTML .custom-modal__close {
  filter: var(--k-custom-bs-btn-close-white-filter);
}
.CustomHTML .custom-modal--video .custom-modal__content:before,
.CustomHTML .img-loader:before {
  --k-custom-bs-spinner-width: 2rem;
  --k-custom-bs-spinner-height: 2rem;
  --k-custom-bs-spinner-vertical-align: -0.125em;
  --k-custom-bs-spinner-border-width: 0.25em;
  --k-custom-bs-spinner-animation-speed: 0.75s;
  --k-custom-bs-spinner-animation-name: spinner-border;
  animation: var(--k-custom-bs-spinner-animation-speed) linear infinite
    var(--k-custom-bs-spinner-animation-name);
  border-radius: 50%;
  border-right-color: currentcolor;
  border: var(--k-custom-bs-spinner-border-width) solid;
  border-right: var(--k-custom-bs-spinner-border-width) solid transparent;
  display: inline-block;
  height: var(--k-custom-bs-spinner-height);
  vertical-align: var(--k-custom-bs-spinner-vertical-align);
  width: var(--k-custom-bs-spinner-width);
}
@media (prefers-reduced-motion: reduce) {
  .CustomHTML .custom-modal--video .custom-modal__content:before,
  .CustomHTML .img-loader:before {
    --k-custom-bs-spinner-animation-speed: 1.5s;
  }
}
.CustomHTML .overflow-auto {
  overflow: auto !important;
}
.CustomHTML .overflow-hidden {
  overflow: hidden !important;
}
.CustomHTML .overflow-visible {
  overflow: visible !important;
}
.CustomHTML .d-block {
  display: block !important;
}
.CustomHTML .d-flex {
  display: flex !important;
}
.CustomHTML .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.CustomHTML .position-relative {
  position: relative !important;
}
.CustomHTML .position-absolute {
  position: absolute !important;
}
.CustomHTML .position-fixed {
  position: fixed !important;
}
.CustomHTML .top-0 {
  top: 0 !important;
}
.CustomHTML .top-50 {
  top: 50% !important;
}
.CustomHTML .start-0 {
  left: 0 !important;
}
.CustomHTML .translate-middle-y {
  transform: translateY(-50%) !important;
}
.CustomHTML .w-100 {
  width: 100% !important;
}
.CustomHTML .h-100 {
  height: 100% !important;
}
.CustomHTML .h-auto {
  height: auto !important;
}
.CustomHTML .mh-100 {
  max-height: 100% !important;
}
.CustomHTML .vh-100 {
  height: 100vh !important;
}
.CustomHTML .flex-row {
  flex-direction: row !important;
}
.CustomHTML .flex-column {
  flex-direction: column !important;
}
.CustomHTML .justify-content-start {
  justify-content: flex-start !important;
}
.CustomHTML .justify-content-center {
  justify-content: center !important;
}
.CustomHTML .justify-content-around {
  justify-content: space-around !important;
}
.CustomHTML .align-items-start {
  align-items: flex-start !important;
}
.CustomHTML .align-items-center {
  align-items: center !important;
}
.CustomHTML .m-auto {
  margin: auto !important;
}
.CustomHTML .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.CustomHTML .my-0 {
  margin-bottom: 0 !important;
}
.CustomHTML .mt-0,
.CustomHTML .my-0 {
  margin-top: 0 !important;
}
.CustomHTML .mt-3 {
  margin-top: 1rem !important;
}
.CustomHTML .mt-5 {
  margin-top: 3rem !important;
}
.CustomHTML .mb-4 {
  margin-bottom: 1.5rem !important;
}
.CustomHTML .mb-5 {
  margin-bottom: 3rem !important;
}
.CustomHTML .p-3 {
  padding: 1rem !important;
}
.CustomHTML .p-4 {
  padding: 1.5rem !important;
}
.CustomHTML .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.CustomHTML .pt-0 {
  padding-top: 0 !important;
}
.CustomHTML .pe-3 {
  padding-right: 1rem !important;
}
.CustomHTML .pb-0 {
  padding-bottom: 0 !important;
}
.CustomHTML .text-center {
  text-align: center !important;
}
.CustomHTML .text-white {
  --k-custom-bs-text-opacity: 1;
  color: #fff !important;
}
.CustomHTML .text-primary-blue {
  --k-custom-bs-text-opacity: 1;
  color: #00338d !important;
}
.CustomHTML .text-cobalt-blue {
  --k-custom-bs-text-opacity: 1;
  color: #1e49e2 !important;
}
.CustomHTML .text-dark-blue {
  --k-custom-bs-text-opacity: 1;
  color: #0c233c !important;
}
.CustomHTML .text-kpmg-purple {
  --k-custom-bs-text-opacity: 1;
  color: #7213ea !important;
}
.CustomHTML .bg-gray-5 {
  background: #e5e5e5 !important;
}
.CustomHTML .bg-gray-6 {
  background: #f0f0f0 !important;
}
.CustomHTML .bg-primary-blue {
  background: #00338d !important;
}
.CustomHTML .bg-cobalt-blue {
  background: #1e49e2 !important;
}
.CustomHTML .bg-dark-blue {
  background: #0c233c !important;
}
.CustomHTML .bg-light-blue {
  background: #aceaff !important;
}
.CustomHTML .bg-pacific-blue {
  background: #00b8f5 !important;
}
.CustomHTML .bg-kpmg-purple {
  background: #7213ea !important;
}
.CustomHTML .rounded,
.CustomHTML .rounded-2 {
  border-radius: var(--k-custom-bs-border-radius) !important;
}
.CustomHTML .rounded-3 {
  border-radius: var(--k-custom-bs-border-radius-lg) !important;
}
.CustomHTML .visible {
  visibility: visible !important;
}
.CustomHTML .invisible {
  visibility: hidden !important;
}
@media (min-width: 768px) {
  .CustomHTML .p-sm-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .CustomHTML .d-md-none {
    display: none !important;
  }
}
.CustomHTML .btn.active,
.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.active:focus-visible,
.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 {
  overflow: hidden;
  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: 25px 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 .img-fluid {
  width: 100%;
}
.CustomHTML .top-75 {
  top: 75px !important;
}
.CustomHTML ul,
.CustomHTML ul li {
  line-height: 1.5;
  position: relative;
}
.CustomHTML .bg-cobalt-blue,
.CustomHTML .bg-dark-blue,
.CustomHTML .bg-kpmg-purple,
.CustomHTML .bg-pacific-blue,
.CustomHTML .bg-primary-blue,
.CustomHTML .btn-primary-blue,
.CustomHTML a.btn-primary-blue {
  color: #fff;
}
.CustomHTML .bg-light-blue {
  color: #00338d;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
: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)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.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 .custom-modal--video .custom-modal__content iframe,
.CustomHTML .hero:before,
.CustomHTML .hero__image,
.CustomHTML .hero__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.CustomHTML .hero {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 500px;
}
.CustomHTML .hero .custom-container {
  z-index: 2;
}
.CustomHTML .hero:before {
  content: "";
  mix-blend-mode: overlay;
  opacity: 0.8;
  z-index: 1;
}
.CustomHTML .hero__image,
.CustomHTML .hero__video {
  z-index: 0;
}
.CustomHTML .hero__image {
  background: 100% 0 / cover no-repeat;
}
.CustomHTML .hero__video {
  object-fit: cover;
  object-position: right;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.CustomHTML .js-scroll-animate-left.js-animated,
.CustomHTML .js-scroll-animate-right.js-animated,
.CustomHTML .js-scroll-animate-up.js-animated,
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.CustomHTML .animate__delay-2s.js-scroll-animate-left.js-animated,
.CustomHTML .animate__delay-2s.js-scroll-animate-right.js-animated,
.CustomHTML .animate__delay-2s.js-scroll-animate-up.js-animated,
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.CustomHTML .animate__delay-3s.js-scroll-animate-left.js-animated,
.CustomHTML .animate__delay-3s.js-scroll-animate-right.js-animated,
.CustomHTML .animate__delay-3s.js-scroll-animate-up.js-animated,
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.CustomHTML .animate__delay-4s.js-scroll-animate-left.js-animated,
.CustomHTML .animate__delay-4s.js-scroll-animate-right.js-animated,
.CustomHTML .animate__delay-4s.js-scroll-animate-up.js-animated,
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
@media (prefers-reduced-motion: reduce), print {
  .CustomHTML .js-scroll-animate-left.js-animated,
  .CustomHTML .js-scroll-animate-right.js-animated,
  .CustomHTML .js-scroll-animate-up.js-animated,
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
  .CustomHTML [class*="Out"].js-scroll-animate-left.js-animated,
  .CustomHTML [class*="Out"].js-scroll-animate-right.js-animated,
  .CustomHTML [class*="Out"].js-scroll-animate-up.js-animated,
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.CustomHTML .js-scroll-animate-left.js-animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.CustomHTML .js-scroll-animate-right.js-animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.CustomHTML .js-scroll-animate-up.js-animated,
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
:root {
  --animate-duration: 0.5s;
  --animate-delay: 0.125s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.CustomHTML .js-scroll-animate-left,
.CustomHTML .js-scroll-animate-right,
.CustomHTML .js-scroll-animate-up {
  animation: none;
  opacity: 0;
  transition: none;
}
.CustomHTML .js-scroll-animate-left.js-animated,
.CustomHTML .js-scroll-animate-right.js-animated,
.CustomHTML .js-scroll-animate-up.js-animated {
  opacity: 1;
}
@media only screen and (max-width: 639px) {
  .CustomHTML [class*="js-scroll-animate"] {
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}
.CustomHTML .custom-modal--video .custom-modal__content,
.CustomHTML .img-loader {
  background-color: #e5e5e5;
  position: relative;
  z-index: 1;
}
.CustomHTML .custom-modal--video .custom-modal__content img,
.CustomHTML .img-loader img {
  z-index: 2;
}
.CustomHTML .custom-modal--video .custom-modal__content:before,
.CustomHTML .img-loader:before {
  content: "";
  height: 2rem;
  left: calc(50% - 1rem);
  position: absolute;
  top: calc(50% - 1rem);
  width: 2rem;
  z-index: -1;
}
.CustomHTML .custom-modal--video .js-img-loaded.custom-modal__content,
.CustomHTML .img-loader.js-img-loaded {
  background-color: transparent;
}
.CustomHTML .custom-modal--video .js-img-loaded.custom-modal__content:before,
.CustomHTML .img-loader.js-img-loaded:before {
  content: none;
  display: none;
}
@keyframes custom-modal-appear {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.CustomHTML .custom-modal-container {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  padding-top: 60px;
  z-index: 5;
}
.CustomHTML .custom-modal-container.js-active {
  animation: custom-modal-appear 0.3s ease-in-out both;
  display: flex;
}
.CustomHTML .custom-modal {
  max-width: 1280px;
  padding: 50px 16px 16px;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .custom-modal {
    padding: 50px 24px 16px;
  }
}
.CustomHTML .custom-modal__close {
  cursor: pointer;
  height: 2em;
  right: 8px;
  top: 8px;
  width: 2em;
  z-index: 2;
}
.CustomHTML .custom-modal__close:focus-visible {
  outline: 1px dashed #fff;
}
.CustomHTML .custom-modal__content {
  max-height: 75vh;
  z-index: 1;
}
@keyframes menu-icon-open-up {
  0% {
    transform: translateY(0.625em) rotate(45deg);
  }
  50% {
    transform: translateY(0.625em) rotate(0deg);
  }
  to {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes menu-icon-open-down {
  0% {
    transform: translateY(-0.625em) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.625em) rotate(0deg);
  }
  to {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes menu-icon-close-up {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-0.625em) rotate(0deg);
  }
  to {
    transform: translateY(-0.625em) rotate(-45deg);
  }
}
@keyframes menu-icon-close-down {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(0.625em) rotate(0deg);
  }
  to {
    transform: translateY(0.625em) rotate(45deg);
  }
}
.CustomHTML .hamburger {
  z-index: 3;
}
.CustomHTML .hamburger__stroke {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  background: #00338d;
  height: 0.25em;
}
.CustomHTML .hamburger__stroke--top {
  animation-name: menu-icon-open-up;
  top: 0.25em;
}
.CustomHTML .hamburger__stroke--middle {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition-delay: 0.25s;
}
.CustomHTML .hamburger__stroke--bottom {
  animation-name: menu-icon-open-down;
  bottom: 0.25em;
}
.CustomHTML .hamburger.js-active .hamburger__stroke--top {
  animation-name: menu-icon-close-down;
}
.CustomHTML .hamburger.js-active .hamburger__stroke--middle {
  opacity: 0;
}
.CustomHTML .hamburger.js-active .hamburger__stroke--bottom {
  animation-name: menu-icon-close-up;
}
.CustomHTML .nav {
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  z-index: 4;
}
.CustomHTML .nav.js-active {
  border-bottom: 1px solid #1e49e2;
  left: 0;
  position: fixed;
  top: 60px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .nav.js-active {
    top: 60px;
  }
}
.CustomHTML .nav__hamburger {
  cursor: pointer;
  height: 2em;
  right: 30px;
  width: 2em;
  z-index: 100;
}
.CustomHTML .nav-wrapper,
.CustomHTML .nav__container {
  height: 60px;
}
.CustomHTML .nav__container {
  max-width: 1230px;
  padding: 0;
}
.CustomHTML .nav__menu {
  display: block;
  height: auto;
  margin: 0;
  max-height: calc(100vh - 60px);
  max-width: 350px;
  overflow: auto;
  padding: 16px;
  position: absolute;
  right: -100%;
  top: 60px;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.CustomHTML .nav__menu.js-active {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .nav__menu {
    align-items: center;
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: auto;
    right: unset;
    top: auto;
    top: unset;
    transition: none;
  }
}
.CustomHTML .nav__item {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.CustomHTML .nav__item,
.CustomHTML .nav__item a {
  color: #000;
}
.CustomHTML .nav__item a {
  text-decoration: none;
}
.CustomHTML .nav__item::marker,
.CustomHTML .nav__item:before {
  content: "";
  display: none;
}
.CustomHTML .nav__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .nav__item {
    margin-bottom: 0;
  }
  .CustomHTML .nav__item:after {
    background-color: #1e49e2;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 2px;
  }
  .CustomHTML .nav__item:last-of-type:after {
    display: none;
  }
}
.CustomHTML .tns-outer {
  padding: 0 !important;
}
.CustomHTML .tns-slider {
  transition: all 0s;
}
.CustomHTML .tns-slider > .tns-item {
  box-sizing: border-box;
}
.CustomHTML .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.CustomHTML .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.CustomHTML .tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: "";
  display: table;
}
.CustomHTML .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.CustomHTML .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.CustomHTML .tns-no-calc {
  left: 0;
  position: relative;
}
.CustomHTML .tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}
.CustomHTML .tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}
.CustomHTML .tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}
.CustomHTML .tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.CustomHTML .tns-autowidth {
  display: inline-block;
}
.CustomHTML .tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.CustomHTML .tns-lazy-img.tns-complete {
  opacity: 1;
}
.CustomHTML .tns-ah {
  transition: height 0s;
}
.CustomHTML .tns-ovh {
  overflow: hidden;
}
.CustomHTML .tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.CustomHTML .tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.CustomHTML .tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}
.CustomHTML .tns-fadeOut,
.CustomHTML .tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.CustomHTML .tns-vpfix {
  white-space: nowrap;
}
.CustomHTML .tns-vpfix > div,
.CustomHTML .tns-vpfix > li {
  display: inline-block;
}
.CustomHTML .tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}
.CustomHTML .tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333%;
  width: 2333.3333333333%;
}
.CustomHTML .tns-t-ct:after {
  clear: both;
  content: "";
  display: table;
}
.CustomHTML .tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4286%;
  width: 1.4285714286%;
}
.CustomHTML .tns-ah,
.CustomHTML .tns-inner,
.CustomHTML .tns-outer,
.CustomHTML .tns-ovh,
.CustomHTML .tns-slider {
  display: block;
  overflow: hidden;
}
.CustomHTML ._grids {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}
.CustomHTML ._grids._row-0 {
  column-gap: 0;
}
.CustomHTML ._grids._grid-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .CustomHTML ._grids._grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .CustomHTML ._grids._grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.CustomHTML ._grids._grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .CustomHTML ._grids._grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .CustomHTML ._grids._grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.CustomHTML ._grids._grid-4 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .CustomHTML ._grids._grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .CustomHTML ._grids._grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.CustomHTML ._grids._grid-5 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .CustomHTML ._grids._grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .CustomHTML ._grids._grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .CustomHTML ._grids._grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 576px) {
  .CustomHTML ._grids {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1400px) {
  .CustomHTML ._grids {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CustomHTML p:last-child {
  margin-bottom: 0;
}
.CustomHTML .row + .row {
  margin-top: 30px;
}
.CustomHTML ._card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: all 0.2s linear;
}
.CustomHTML ._card._dark a,
.CustomHTML ._card._dark h2,
.CustomHTML ._card._dark h3,
.CustomHTML ._card._dark h4,
.CustomHTML ._card._dark li,
.CustomHTML ._card._dark p,
.CustomHTML ._card._dark span {
  color: #fff;
}
.CustomHTML ._card ._card-image {
  position: relative;
}
.CustomHTML ._card ._card-image img {
  display: inline;
  width: 100%;
}
.CustomHTML ._card ._card-content {
  position: relative;
}
.CustomHTML ._card .head {
  color: #1e49e2;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
.CustomHTML ._card p:last-child {
  margin-bottom: 0;
}
.CustomHTML ._card .date {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}
.CustomHTML ._card.media {
  flex-direction: row;
}
.CustomHTML ._card.media ._card-image {
  margin-right: 20px;
}
.CustomHTML ._card ._card-image + ._card-content {
  margin-top: 20px;
}
.CustomHTML ._card a {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CustomHTML ._card ._card-body {
  padding: 15px;
}
.CustomHTML ._card._card-content-absolute {
  background: #fff;
  border: 1px solid rgba(0, 51, 141, 0.4);
  height: 450px;
  padding: 20px;
}
.CustomHTML ._card._card-content-absolute ._card-content {
  margin-top: auto;
}
.CustomHTML ._card._card-content-absolute ._card-content h3 {
  color: #000;
  font-size: 1.25rem;
}
.CustomHTML ._card._card-content-absolute ._content-absolute {
  background: #fff;
  height: calc(100% - 60px);
  left: 0;
  overflow-y: scroll;
  padding: 20px;
  position: absolute;
  top: 100%;
  transition: all 0.2s linear;
  width: 100%;
}
.CustomHTML ._card:hover ._content-absolute {
  top: 60px;
  transform: translateY(0);
}
.CustomHTML .icon-video {
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.CustomHTML .icon-video:before {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  height: 80px;
  width: 80px;
  z-index: 101;
}
.CustomHTML .icon-video:after,
.CustomHTML .icon-video:before {
  content: " ";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.CustomHTML .icon-video:after {
  border: 20px solid transparent;
  border-left: 30px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  margin-left: 15px;
  opacity: 0.8;
  width: 20px;
  z-index: 102;
}
.CustomHTML ._left-bar {
  padding: 40px;
  position: relative;
}
.CustomHTML ._left-bar:after {
  background: #00b8f5;
  content: " ";
  height: 60px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 5px;
}
.CustomHTML ._bottom-bar {
  border-bottom: 5px solid #00b8f5;
}
.CustomHTML ._gradient-box {
  align-items: flex-start;
  background: linear-gradient(90deg, #7213ea, #1e49e2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px;
}
.CustomHTML ._gradient-box p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}
.CustomHTML .tab-items .tab-headers {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items .tab-headers {
    display: block;
  }
}
.CustomHTML .tab-items .tab-headers .tab-header {
  background: #f0f0f0;
  border-right: 1px solid #b2b2b2;
  color: #989898;
  height: 75px;
  padding: 15px 25px;
  text-align: center;
}
.CustomHTML .tab-items .tab-headers .tab-header.active {
  background: #00338d;
  border-right: 1px solid #00338d;
  color: #fff;
}
.CustomHTML .tab-items .tab-pointer {
  background-color: #00338d;
  height: 75px;
  position: absolute;
  right: -3px;
  top: 20px;
  transition: all 0.25s ease-in-out;
  width: 4px;
  z-index: 1;
}
.CustomHTML .tab-items .tab-header-accordian {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  margin-top: 15px;
  padding: 15px 25px 15px 20px;
  position: relative;
}
.CustomHTML .tab-items .tab-header-accordian:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items .tab-header-accordian {
    display: none;
  }
}
.CustomHTML .tab-items .tab-header-accordian:before {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  content: "";
  height: 15px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
}
.CustomHTML .tab-items .tab-header-accordian.active {
  border-color: #fff;
  color: #fff;
}
.CustomHTML .tab-items .tab-header-accordian.active:before {
  border-color: #fff;
}
.CustomHTML .tab-items .tab-header-accordian .icon {
  margin-right: 20px;
}
.CustomHTML .tab-items .tab-contents .tab-content {
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items .tab-contents .tab-content {
    display: none;
    height: auto;
  }
}
.CustomHTML .tab-items .tab-contents .tab-content.active {
  display: inherit;
  height: auto !important;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items .tab-contents .tab-content.active {
    animation: moveRight 0.5s;
    display: block;
  }
}
.CustomHTML .tab-items .tab-contents .tab-content.active .tab-content-inner {
  border-color: #fff;
}
.CustomHTML .tab-items .tab-contents .tab-content .tab-content-inner {
  border: 1px solid #b2b2b2;
  padding: 20px;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items .tab-contents .tab-content .tab-content-inner {
    border: 0 solid #b2b2b2;
    padding: 0;
  }
}
.CustomHTML .tab-items.tab-items-1 {
  color: #fff;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  padding: 0 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items.tab-items-1 {
    gap: 50px;
    grid-template-columns: 1.3fr 3fr;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .CustomHTML .tab-items.tab-items-1:before {
    background: #fff;
    bottom: 0;
    content: " ";
    display: none;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
.CustomHTML .tab-items.tab-items-1 .tab-headers {
  border-top: 4px solid #fd349c;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items.tab-items-1 .tab-headers {
    padding: 0 0 20px;
  }
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header {
  align-items: center;
  background: none;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  padding-right: 35px;
  position: relative;
  text-align: left;
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header .link {
  color: hsla(0, 0%, 100%, 0.6);
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header.active {
  background: none;
  color: #fff;
  font-weight: 700;
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header.active .link {
  color: #fff;
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header.active:before {
  border-color: #fff;
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header:before {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 10px;
}
.CustomHTML .tab-items.tab-items-1 .tab-header-accordian .link {
  color: #fff;
}
.CustomHTML .tab-items.tab-items-1 .tab-contents {
  border: 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  overflow: hidden;
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content {
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content {
    display: none;
    grid-template-columns: 1.4fr 1fr;
  }
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content .icon {
  margin-bottom: 20px;
  width: 55px;
}
.CustomHTML
  .tab-items.tab-items-1
  .tab-contents
  .tab-content
  .tab-content-left {
  padding: 0;
}
@media (min-width: 768px) {
  .CustomHTML
    .tab-items.tab-items-1
    .tab-contents
    .tab-content
    .tab-content-left {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .CustomHTML
    .tab-items.tab-items-1
    .tab-contents
    .tab-content
    .tab-content-left {
    padding: 50px 0 0 20px;
  }
}
.CustomHTML
  .tab-items.tab-items-1
  .tab-contents
  .tab-content
  .tab-content-right {
  display: none;
}
@media (min-width: 1200px) {
  .CustomHTML
    .tab-items.tab-items-1
    .tab-contents
    .tab-content
    .tab-content-right {
    display: block;
  }
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content h2,
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content h3,
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content h4,
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content li,
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content p {
  color: #fff;
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content.active {
  display: grid;
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.CustomHTML .tab-items.tab-items-1 .tab-contents .tab-content a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
.CustomHTML .tab-items.tab-items-3 {
  margin-bottom: 20px;
}
.CustomHTML .tab-items.tab-items-3 .tab-headers {
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .CustomHTML .tab-items.tab-items-3 .tab-headers {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CustomHTML .tab-items.tab-items-3 .tab-headers .tab-header {
  padding: 25px 0;
}
.CustomHTML .tab-items.tab-vertical {
  aspect-ratio: 16/9;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  padding: 0 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items.tab-vertical {
    grid-template-columns: 3fr 1.3fr;
    height: 570px;
    overflow: hidden;
    padding: 0;
  }
}
.CustomHTML .tab-items.tab-vertical .tab-headers {
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .CustomHTML .tab-items.tab-vertical .tab-headers {
    height: 570px;
    overflow-y: scroll;
    padding: 0;
  }
}
.CustomHTML .tab-items.tab-vertical .tab-headers .tab-header {
  background: #0c233c;
  border: 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  display: flex;
  height: auto;
  padding: 20px;
  position: relative;
  text-align: left;
}
.CustomHTML .tab-items.tab-vertical .tab-headers .tab-header .link {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 2fr;
}
.CustomHTML
  .tab-items.tab-vertical
  .tab-headers
  .tab-header
  .link
  .link-text
  p {
  color: #fff;
  margin-bottom: 0;
}
.CustomHTML
  .tab-items.tab-vertical
  .tab-headers
  .tab-header
  .link
  .link-text
  p
  span {
  display: block;
  font-size: 1rem;
}
.CustomHTML .tab-items.tab-vertical .tab-headers .tab-header.active {
  background: #1e49e2;
  color: #fff;
  font-weight: 700;
}
.CustomHTML .tab-items.tab-vertical .tab-headers .tab-header.active .link,
.CustomHTML
  .tab-items.tab-vertical
  .tab-headers
  .tab-header.active
  .link
  .link-text {
  color: #fff;
}
.CustomHTML .tab-items.tab-vertical .tab-headers .tab-header.active:before {
  border-color: #fff;
}
.CustomHTML .tab-items.tab-vertical .tab-header-accordian .link {
  color: #fff;
}
.CustomHTML .tab-items.tab-vertical .tab-contents {
  border: 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  overflow: hidden;
}
.CustomHTML .tab-items.tab-vertical .tab-contents .tab-content {
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .CustomHTML .tab-items.tab-vertical .tab-contents .tab-content {
    display: none;
  }
}
.CustomHTML .tab-items.tab-vertical .tab-contents .tab-content ._card:after {
  background: rgba(30, 73, 226, 0.3);
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.CustomHTML .tab-items.tab-vertical .tab-contents .tab-content.active {
  display: grid;
}
.CustomHTML .tab-items.tab-vertical .tab-contents .tab-content a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
.CustomHTML
  .tab-items.tab-items-3
  .tab-contents
  .tab-content
  .tab-content-inner
  .tab-content-left {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .CustomHTML
    .tab-items.tab-items-3
    .tab-contents
    .tab-content
    .tab-content-inner
    .tab-content-left {
    padding-bottom: 0;
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes translate-x {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.CustomHTML .accordian-items {
  position: relative;
}
.CustomHTML .accordian-items * {
  transition: all 0.2s linear;
}
.CustomHTML .accordian-items .accordian-item {
  border-bottom: 0 solid #b2b2b2;
}
.CustomHTML .accordian-items .accordian-item .accordian-header {
  border-bottom: 1px solid #fff;
  color: #000;
  cursor: pointer;
  font-size: 1.375rem;
  padding: 25px 30px 25px 0;
  position: relative;
}
.CustomHTML .accordian-items .accordian-item .accordian-header:after,
.CustomHTML .accordian-items .accordian-item .accordian-header:before {
  background: #1e49e2;
  content: "";
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  width: 20px;
}
.CustomHTML .accordian-items .accordian-item .accordian-header:after {
  transform: translateY(-50%) rotate(90deg);
}
.CustomHTML .accordian-items .accordian-item .accordian-header.active {
  border-color: #aceaff;
  border-width: 2px;
  color: #1e49e2;
}
.CustomHTML .accordian-items .accordian-item .accordian-header.active:after {
  transform: translateY(-50%) rotate(0deg);
}
.CustomHTML .accordian-items .accordian-item .accordian-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s;
}
.CustomHTML
  .accordian-items
  .accordian-item
  .accordian-body
  .accordian-content-inner {
  overflow: hidden;
  padding: 0;
}
.CustomHTML .accordian-items .accordian-item .accordian-body.active {
  border: 1px solid #e5e5e5;
  grid-template-rows: 1fr;
}
.CustomHTML
  .accordian-items
  .accordian-item
  .accordian-body.active
  .accordian-content-inner {
  padding: 20px;
}
.CustomHTML .accordian-items.accordian-style-1 {
  overflow: hidden;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .CustomHTML .accordian-items.accordian-style-1 {
    padding-bottom: 0;
  }
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-item {
  position: static;
  width: 100%;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-header {
  background: #00338d;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 20px 30px;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-header:after,
.CustomHTML .accordian-items.accordian-style-1 .accordian-header:before {
  background: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s linear;
  width: 10px;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-header:after {
  opacity: 0;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-header.active {
  background: #00338d;
  color: #fff;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-header.active:before {
  border-color: #0c233c;
  transform: translateY(-50%) rotate(-135deg);
  z-index: 1;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-header.active:after {
  background: #fff;
  border-radius: 50%;
  height: 25px;
  opacity: 1;
  right: 13px;
  top: calc(50% - 3px);
  width: 25px;
}
.CustomHTML .accordian-items.accordian-style-1 .accordian-body {
  background: #fff;
  position: static;
}
@media (min-width: 992px) {
  .CustomHTML .accordian-items.accordian-horizantal {
    display: flex;
    gap: 20px;
  }
  .CustomHTML .accordian-items.accordian-horizantal.accordian-items {
    display: flex;
    justify-content: start;
  }
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-header {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 70px;
  padding: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .accordian-items.accordian-horizantal .accordian-header {
    background: #fff;
    height: 600px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 102;
  }
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-header:after,
.CustomHTML .accordian-items.accordian-horizantal .accordian-header:before {
  display: none;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-header
  .header-text {
  color: #1e49e2;
  font-size: 1.5625rem;
  font-weight: 700;
  position: relative;
  transform: rotate(0);
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML
    .accordian-items.accordian-horizantal
    .accordian-header
    .header-text {
    bottom: 80px;
    left: 50px;
    position: absolute;
    text-align: right;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    width: 500px;
  }
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-header .number {
  color: #1e49e2;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: left;
  width: 70px;
}
@media (min-width: 992px) {
  .CustomHTML .accordian-items.accordian-horizantal .accordian-header .number {
    bottom: 20px;
    left: 25px;
    position: absolute;
  }
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-body {
  background: #fff;
  border-radius: 10px;
  height: 82px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .accordian-items.accordian-horizantal .accordian-body {
    height: 600px;
    margin-bottom: 0;
    width: 82px;
  }
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-body.active {
  display: block;
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .accordian-items.accordian-horizantal .accordian-body.active {
    height: 600px;
    width: calc(100% - 320px);
  }
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body.active
  .accordian-header {
  border-color: #1e49e2;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .CustomHTML
    .accordian-items.accordian-horizantal
    .accordian-body.active
    .accordian-header {
    display: none;
  }
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body.active
  .accordian-content-inner {
  background: #1e49e2;
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-body:last-child {
  padding-right: 0;
}
.CustomHTML .accordian-items.accordian-horizantal .accordian-body ._btns {
  position: absolute;
  right: 30px;
  top: 20px;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content {
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 101;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner {
  border-radius: 10px;
  overflow: visible;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .CustomHTML
    .accordian-items.accordian-horizantal
    .accordian-body
    .accordian-content-inner {
    background: #fff;
    height: 600px;
    white-space: normal;
  }
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  .accordian-content-scroll {
  overflow: auto;
}
@media (min-width: 992px) {
  .CustomHTML
    .accordian-items.accordian-horizantal
    .accordian-body
    .accordian-content-inner
    .accordian-content-scroll {
    height: 410px;
  }
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  .accordian-content-scroll::-webkit-scrollbar-track {
  background-color: rgba(30, 73, 226, 0) !important;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  .accordian-content-scroll
  ._set {
  padding: 0;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  h3,
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  h4,
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  li,
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  p {
  color: #fff;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  h3 {
  margin: 60px 0 20px;
}
@media (min-width: 992px) {
  .CustomHTML
    .accordian-items.accordian-horizantal
    .accordian-body
    .accordian-content-inner
    h3 {
    margin: 10px 0 40px;
  }
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  h4 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  .accordian-footer {
  bottom: 20px;
  display: none;
  justify-content: space-between;
  left: 20px;
  position: absolute;
  width: calc(100% - 50px);
}
@media (min-width: 992px) {
  .CustomHTML
    .accordian-items.accordian-horizantal
    .accordian-body
    .accordian-content-inner
    .accordian-footer {
    display: flex;
  }
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  .accordian-footer
  ._btns {
  justify-content: end;
  position: relative;
  right: auto;
  top: auto;
}
.CustomHTML
  .accordian-items.accordian-horizantal
  .accordian-body
  .accordian-content-inner
  .accordian-footer
  .number {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
}
.CustomHTML .accordian-items-aside-section {
  display: none;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 48px;
  transition: all 0.2s ease;
  width: 50px;
  z-index: 110;
}
@media (min-width: 768px) {
  .CustomHTML .accordian-items-aside-section {
    display: block;
  }
}
@media (min-width: 1300px) {
  .CustomHTML .accordian-items-aside-section {
    right: 0;
  }
}
.CustomHTML .accordian-items-aside-section.js-active {
  position: fixed;
  right: 5px;
  top: 40%;
  z-index: 100000;
}
@media (min-width: 1300px) {
  .CustomHTML .accordian-items-aside-section.js-active {
    right: 0;
  }
}
.CustomHTML .accordian-items-aside-section .CustomHTML__container {
  display: flex;
  justify-content: flex-end;
}
.CustomHTML .accordian-items-aside-section .accordian-items-aside {
  background: transparent;
  border: 2px solid #00338d;
  border-radius: 8px;
  width: 50px;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-item {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  position: relative;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-item:first-child
  .accordian-header
  span {
  border-radius: 5px 5px 0 0;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-item:first-child
  .accordian-header.active
  span {
  border-radius: 0;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-item:last-child
  .accordian-header
  span {
  border-radius: 0 0 5px 5px;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header {
  align-items: center;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header.accordian_header_close {
  border-bottom: 0;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header.accordian_header_close
  span {
  border-radius: 0 0 5px 5px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header:hover {
  opacity: 1;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header:after,
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header:before {
  display: none;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header
  span {
  align-items: center;
  background: #e5e5e5;
  color: #00338d;
  display: flex;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  justify-content: center;
  padding: 8px 3px;
  width: 100%;
}
@media (min-width: 1300px) {
  .CustomHTML
    .accordian-items-aside-section
    .accordian-items-aside
    .accordian-header
    span {
    font-size: 1.875rem;
    padding: 8px 20px;
  }
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header.active {
  background: transparent;
  border-bottom-width: 0;
  box-shadow: none;
  color: #7213ea;
  opacity: 1;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header.active
  span {
  background: #00338d;
  color: #fff;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-header:after {
  display: none;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body {
  position: absolute;
  right: 50px;
  top: 0;
  width: 400px;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body
  .accordian-content-inner {
  background: #00338d;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body
  .accordian-content-inner
  a,
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body
  .accordian-content-inner
  h2,
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body
  .accordian-content-inner
  h3,
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body
  .accordian-content-inner
  li,
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body
  .accordian-content-inner
  p {
  color: #fff;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian-body.active {
  border: 0;
  box-shadow: 0 1px 5px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian_nav_open {
  align-items: center;
  background: #e5e5e5;
  border: 0 solid #1e49e2;
  border-radius: 5px;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
  width: 45px;
}
.CustomHTML
  .accordian-items-aside-section
  .accordian-items-aside
  .accordian_nav_open.active {
  height: 0;
  padding: 0;
}
.CustomHTML .swiper {
  position: relative;
}
.CustomHTML .swiper:has(.swiper-pagination) {
  padding-bottom: 20px;
}
.CustomHTML .swiper.swiper-vertical {
  height: 500px !important;
}
.CustomHTML .swiper.swiper-vertical .swiper-slide {
  background: #fff;
  height: 200px !important;
}
.CustomHTML .swiper .swiper-wrapper {
  height: auto !important;
}
.CustomHTML .swiper .swiper-button-next,
.CustomHTML .swiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
.CustomHTML .swiper .swiper-pagination {
  bottom: 0;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.CustomHTML .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #e5e5e5;
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  width: 8px;
}
.CustomHTML
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e49e2;
}
.CustomHTML .swiper.slider-full,
.CustomHTML .swiper.slider-thumb {
  margin: 0 -15px;
}
.CustomHTML .swiper.slider-thumb {
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
}
.CustomHTML .swiper.slider-thumb .swiper-slide {
  border-bottom: 4px solid rgba(99, 235, 218, 0);
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  transition: all 0.2s linear;
}
.CustomHTML .swiper.slider-thumb .swiper-slide.swiper-slide-thumb-active {
  background-color: #1e49e2;
  border-bottom: 4px solid #aceaff;
  color: #fff;
}
.CustomHTML .swiper.slider-thumb .swiper-button-next,
.CustomHTML .swiper.slider-thumb .swiper-button-prev {
  top: 7px;
}
.CustomHTML .swiper.slider-thumb .swiper-button-next:after,
.CustomHTML .swiper.slider-thumb .swiper-button-prev:after {
  font-size: 20px;
}
.CustomHTML .swiper.slider-thumb .swiper-button-next {
  right: 10px;
}
.CustomHTML .swiper.slider-thumb .swiper-button-prev {
  left: 10px;
}
.CustomHTML .swiper-slider-controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -30px;
  max-width: none;
  width: 110%;
}
.CustomHTML .swiper-slider-controls .swiper-button-disabled {
  opacity: 0.5;
}
.CustomHTML .thumb-slider {
  cursor: pointer;
  position: relative;
}
.CustomHTML .thumb-slider.thumb-slider-vertical .thumb-vertical-slider-gallery {
  height: auto;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML
    .thumb-slider.thumb-slider-vertical
    .thumb-vertical-slider-gallery {
    height: 600px;
  }
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slide {
  height: auto;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  ._card.icon-video:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  ._card.icon-video:before {
  left: 50%;
  top: 50%;
  z-index: 7;
}
@media (min-width: 992px) {
  .CustomHTML
    .thumb-slider.thumb-slider-vertical
    .thumb-vertical-slider-gallery
    ._card.icon-video:after,
  .CustomHTML
    .thumb-slider.thumb-slider-vertical
    .thumb-vertical-slider-gallery
    ._card.icon-video:before {
    left: calc(50% - 180px);
    top: calc(50% - 100px);
  }
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  ._card.icon-video:before {
  background: #fff;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  ._card.icon-video:after {
  border-left-color: #1e49e2;
  opacity: 1;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  ._card.icon-video
  ._card-image {
  position: relative;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  ._card.icon-video
  ._card-image:after {
  background: rgba(30, 73, 226, 0.3);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls {
  display: flex;
  justify-content: center;
  margin: 15px auto;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML
    .thumb-slider.thumb-slider-vertical
    .thumb-vertical-slider-gallery
    .swiper-slider-controls {
    display: none;
  }
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination {
  margin: 0 15px;
  width: auto;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  border: 1px solid #1e49e2;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-next,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-prev,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination {
  border-color: #1e49e2;
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  transform: translateY(0);
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-next:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-next:before,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-prev:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-prev:before,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination:before {
  border-color: #1e49e2;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-next:hover,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-prev:hover,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination:hover {
  background: #1e49e2;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-next:hover:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-next:hover:before,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-prev:hover:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-button-prev:hover:before,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination:hover:after,
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-vertical-slider-gallery
  .swiper-slider-controls
  .swiper-pagination:hover:before {
  border-color: #fff;
}
.CustomHTML .thumb-slider.thumb-slider-vertical .thumb-slider-right {
  background: #fff;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
  z-index: 2;
}
@media (min-width: 992px) {
  .CustomHTML .thumb-slider.thumb-slider-vertical .thumb-slider-right {
    display: block;
  }
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .swiper.swiper-vertical {
  height: 100% !important;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .swiper-slide {
  height: auto !important;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .swiper-slide.swiper-slide-thumb-active
  .link {
  background: #1e49e2;
  color: #fff;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .swiper-slide.swiper-slide-thumb-active
  .link
  .link-text {
  color: #fff;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .swiper-slide.swiper-slide-thumb-active:before {
  border-color: #fff;
}
.CustomHTML .thumb-slider.thumb-slider-vertical .thumb-slider-right .link {
  align-items: center;
  background: #0c233c;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 2fr;
  padding: 12px 20px;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .link
  .link-text
  p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.CustomHTML
  .thumb-slider.thumb-slider-vertical
  .thumb-slider-right
  .link
  .link-text
  p
  span {
  display: block;
  font-size: 12px;
}
.CustomHTML .introduction-slider {
  padding-bottom: 50px;
}
.CustomHTML .introduction-slider .swiper-slide {
  background: none;
  height: auto;
  transition: all 0.2s linear;
}
.CustomHTML .introduction-slider .swiper-slide a,
.CustomHTML .introduction-slider .swiper-slide li,
.CustomHTML .introduction-slider .swiper-slide p {
  color: #fff;
}
.CustomHTML .introduction-slider .swiper-slider-controls {
  bottom: 0;
  justify-content: start;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.CustomHTML .introduction-slider .swiper-slider-controls .swiper-button-next,
.CustomHTML .introduction-slider .swiper-slider-controls .swiper-button-prev {
  left: 0;
  top: auto;
  transform: translateY(0);
}
.CustomHTML
  .introduction-slider
  .swiper-slider-controls
  .swiper-button-next:after,
.CustomHTML
  .introduction-slider
  .swiper-slider-controls
  .swiper-button-prev:after {
  display: none;
}
.CustomHTML .introduction-slider .swiper-slider-controls .swiper-button-next {
  margin-left: 15px;
}
.CustomHTML
  .introduction-slider
  .swiper-slider-controls
  .swiper-button-next:before {
  left: 13px;
}
.CustomHTML
  .introduction-slider
  .swiper-slider-controls
  .swiper-button-prev:before {
  left: 16px;
}
.CustomHTML .section-contact-us h2,
.CustomHTML .section-contact-us p {
  color: #fff;
}
.CustomHTML .section-contact-us .contact-card-footer h3 {
  color: #fff;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .CustomHTML .section-contact-us .contact-card-footer h3 {
    font-size: 34px;
  }
}
.CustomHTML .section-contact-us .contact-card-footer .card-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .CustomHTML .section-contact-us .contact-card-footer .card-section {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card {
  border: 1px solid #cddcfe;
  border-bottom: 5px solid #00b8f5;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .CustomHTML
    .section-contact-us
    .contact-card-footer
    .card-section
    .contact-card {
    margin: auto;
    width: 80%;
  }
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .img-background {
  margin: auto;
  width: 100%;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .img-background
  img {
  object-fit: contain;
  width: 100%;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details {
  padding: 20px 10px 20px 30px;
}
@media screen and (max-width: 768px) {
  .CustomHTML
    .section-contact-us
    .contact-card-footer
    .card-section
    .contact-card
    .contact-details {
    padding: 20px 20%;
  }
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .info_wrapper {
  height: 95px;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .name,
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .role {
  color: #fff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .role {
  font-weight: 400;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .contact-action {
  margin: 40px auto 0;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .contact-action
  span {
  color: #fff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.CustomHTML
  .section-contact-us
  .contact-card-footer
  .card-section
  .contact-card
  .contact-details
  .contact-action
  .contact-icons {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .CustomHTML
    .section-contact-us
    .contact-card-footer
    .card-section
    .contact-card
    .contact-details
    .contact-action
    .contact-icons {
    justify-content: center;
  }
}
.CustomHTML .custom-modal--video {
  border-radius: 0;
  overflow-y: auto;
  padding: 0;
}
.CustomHTML .custom-modal--video .custom-modal__content {
  background-color: #1e49e2;
  padding: 0 0 50%;
}
.CustomHTML .custom-modal--video .custom-modal__content:after {
  background-color: #000;
  content: "";
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 30px;
  z-index: 1;
}
.CustomHTML .custom-modal--video .custom-modal__content iframe {
  z-index: 0;
}
.CustomHTML ._btns {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.CustomHTML ._btn {
  border: 1px solid #00338d;
  border-radius: 5px;
  margin: 0;
  padding: 8px 35px 8px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}
.CustomHTML ._btn._arrow {
  padding: 10px 50px 10px 35px;
}
.CustomHTML ._btn._arrow:before {
  border-right: 1px solid #00338d;
  border-top: 1px solid #00338d;
  content: "";
  height: 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
.CustomHTML ._btn.bg {
  border-color: #fff;
  color: #fff;
}
.CustomHTML ._btn.bg:before {
  border-color: #fff;
}
.CustomHTML ._btn.bg:hover {
  background: #fff !important;
  color: #00338d;
}
.CustomHTML ._btn.bg:hover:before {
  border-color: #00338d !important;
}
.CustomHTML ._btn:hover {
  background: #00338d;
  color: #fff;
}
.CustomHTML ._btn:hover._arrow:before,
.CustomHTML ._btn:hover:before {
  border-color: #fff;
}
.CustomHTML ._btn.fill {
  border: 0;
}
.CustomHTML ._btn.fill:before {
  border-color: #fff;
}
.CustomHTML ._btn._outline {
  border: 1px solid #00338d;
}
.CustomHTML ._btn._outline:before {
  border-color: #00338d;
}
.CustomHTML ._btn._outline:hover {
  color: #00338d;
}
.CustomHTML ._btn._outline:hover:before {
  border-color: #00338d;
}
.CustomHTML ._btn._outline.light {
  border-color: #fff;
  color: #fff;
}
.CustomHTML ._btn._outline.light:before,
.CustomHTML ._btn._outline.light:hover:before {
  border-color: #fff;
}
.CustomHTML ._arrow-circel {
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.CustomHTML ._arrow-circel.white,
.CustomHTML ._arrow-circel.white:before {
  border-color: #fff;
}
.CustomHTML ._arrow-circel.right:before {
  left: 17px;
  transform: rotate(-45deg);
}
.CustomHTML ._arrow-circel:before {
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  content: " ";
  height: 10px;
  left: 12px;
  position: absolute;
  transform: rotate(135deg);
  width: 10px;
}
.CustomHTML ._arrow-circel:after {
  border-bottom: 2px solid #e5e5e5;
  content: " ";
  height: 2px;
  left: 10px;
  position: absolute;
  width: 18px;
}
.CustomHTML .CustomHTML__anchor {
  background: transparent;
  border: none;
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: 1;
}
.CustomHTML .section-welcome {
  background: linear-gradient(90deg, #7213ea, #1e49e2);
}
.CustomHTML .welcome-message {
  align-items: top;
  background: #fff;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .CustomHTML .welcome-message {
    align-items: stretch;
    flex-flow: row;
  }
}
.CustomHTML .welcome-message__image {
  background-size: cover;
  min-height: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML .welcome-message__image {
    min-height: 100%;
    padding: 0;
    width: 45%;
  }
}
.CustomHTML .welcome-message__content {
  background: #fff;
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML .welcome-message__content {
    padding: 40px;
    width: 55%;
  }
}
.CustomHTML .welcome-message__content span {
  display: block;
}
.CustomHTML .welcome-message__content h4 {
  color: #1e49e2;
  font-weight: 700;
}
.CustomHTML .welcome-message__content .message {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .CustomHTML .welcome-message__content .message {
    font-size: 1.25rem;
  }
}
.CustomHTML .welcome-message__content .message span {
  display: block;
  line-height: 1;
  margin: 10px 0;
}
.CustomHTML .welcome-message__content .message span img {
  width: auto;
}
.CustomHTML .welcome-message__content .name {
  color: #1e49e2;
  font-weight: 700;
}
.CustomHTML .custom-navbar {
  height: auto;
}
.CustomHTML .custom-navbar .nav {
  background: #0c233c;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .CustomHTML .custom-navbar .nav {
    padding: 30px 0 0;
  }
}
.CustomHTML .custom-navbar .nav__container {
  height: auto;
}
.CustomHTML .custom-navbar .nav__container .nav__menu {
  background: #0c233c;
  overflow: visible;
}
.CustomHTML .custom-navbar .nav__container:after {
  border-bottom: 1px dashed #fff;
  bottom: 38px;
  content: " ";
  display: none;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 11;
}
@media (min-width: 992px) {
  .CustomHTML .custom-navbar .nav__container:after {
    display: block;
  }
}
.CustomHTML .custom-navbar .hamburger__stroke {
  background: #fff;
}
@media (min-width: 992px) {
  .CustomHTML .custom-navbar .hamburger__stroke {
    background: #fff;
  }
}
.CustomHTML .custom-navbar .nav__item {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .CustomHTML .custom-navbar .nav__item {
    padding-bottom: 55px;
  }
}
.CustomHTML .custom-navbar .nav__item a {
  color: #fff;
  display: block;
}
.CustomHTML .custom-navbar .nav__item:after {
  background: #0c233c;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  height: 12px;
  left: 0;
  width: 12px;
  z-index: 12;
}
.CustomHTML .custom-navbar .nav__item.active:after {
  border-color: #00b8f5;
}
.CustomHTML .custom-navbar .nav__item.active a {
  color: #00b8f5;
}
.CustomHTML .custom-navbar .nav__item:last-child {
  padding-right: 0;
}
.CustomHTML .custom-navbar .nav__item:last-child:after {
  display: none;
}
.CustomHTML .custom-navbar .nav__item.dropdown > a {
  align-items: center;
  display: flex;
  position: relative;
}
.CustomHTML .custom-navbar .nav__item.dropdown > a:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 15px;
  transform: rotate(45deg);
  width: 8px;
}
.CustomHTML .custom-navbar .nav__item.dropdown ul {
  animation: growDown 0.3s ease-in-out forwards;
  display: none;
  overflow: hidden;
  padding-left: 0;
  transform-origin: top center;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .CustomHTML .custom-navbar .nav__item.dropdown ul {
    background: #fff;
    left: 0;
    max-width: 250px;
    position: absolute;
    top: 40px;
  }
}
.CustomHTML .custom-navbar .nav__item.dropdown ul li {
  list-style-type: none;
  padding: 10px;
}
@media (min-width: 992px) {
  .CustomHTML .custom-navbar .nav__item.dropdown ul li a {
    color: #0c233c;
  }
}
.CustomHTML .custom-navbar .nav__item.dropdown:hover ul {
  display: block;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  to {
    transform: scaleY(1);
  }
}
@media screen and (min-width: 1200px) {
  .CustomHTML .section-topics ._grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.CustomHTML .section-topics h2 {
  color: #fff;
}
.CustomHTML .section-topics ._card {
  border-bottom: 6px solid #aceaff;
}
.CustomHTML .section-topics ._card._card-content-absolute {
  padding: 0;
}
.CustomHTML .section-topics ._card ._content-absolute {
  margin-top: -66px;
  overflow: hidden;
  padding: 0;
}
.CustomHTML .section-topics ._card .head {
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  padding: 20px 15px;
}
.CustomHTML .section-topics ._card:hover ._content-absolute {
  bottom: 0;
  height: auto;
  margin-top: 0;
  overflow-y: hidden;
  top: auto;
}
.CustomHTML .section-topics ._card:hover ._content-absolute ._card-body {
  padding-bottom: 30px;
}
.CustomHTML .section-topics ._btn {
  background: none;
  margin-bottom: 0;
  margin-top: 25px;
  padding: 10px 50px 10px 35px;
}
.CustomHTML ._sets {
  position: relative;
}
.CustomHTML ._sets ._set {
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .CustomHTML ._sets ._set {
    padding: 0 0 10px;
  }
}
.CustomHTML ._sets._light,
.CustomHTML ._sets._light ._set {
  border-color: #000 !important;
}
.CustomHTML ._sets._border-bottom ._set {
  border-bottom: 1px solid #fff;
}
.CustomHTML ._sets._border-bottom ._set:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.CustomHTML ._sets._border-right ._set:before {
  border-right: 1px solid #fff;
  content: " ";
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
}
.CustomHTML ._sets._border-right ._set:last-child {
  border-right: 0;
}
.CustomHTML ._sets._border-right ._set:last-child:before {
  display: none;
}
.CustomHTML .section-watermark h4 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
}
.CustomHTML .section-watermark img {
  margin-bottom: 20px;
}
.CustomHTML .section-watermark ._grids.guideposts-impact {
  column-gap: 0;
}
.CustomHTML .section-watermark ._grids.guideposts-impact ul:last-child {
  margin-bottom: 0;
}
.CustomHTML .section-watermark .aspiration {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 75%;
}
.CustomHTML .section-watermark .aspiration h4,
.CustomHTML .section-watermark .aspiration p {
  color: #0c233c;
}
.CustomHTML .section-watermark .aspiration .aspiration-circel {
  align-items: center;
  background: #fff;
  border: 5px solid rgba(12, 35, 60, 0.5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 350px;
  justify-content: center;
  padding: 30px;
  text-align: center;
  width: 350px;
}
.CustomHTML #readFullMessage {
  cursor: pointer;
}
.CustomHTML #readFullMessageModal {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  .CustomHTML #readFullMessageModal {
    top: 0;
  }
}
.CustomHTML #readFullMessageModal .messageModalContent {
  background-color: #f5f6fa;
  border-radius: 6px;
  left: 50%;
  margin: auto;
  max-height: 500px;
  overflow-y: auto;
  padding: 25px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.CustomHTML #readFullMessageModal .messageModalContent .messageModalClose {
  color: #00338d;
  cursor: pointer;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.CustomHTML #readFullMessageModal .messageModalContent .desc {
  margin-bottom: 5px;
}
.CustomHTML .custom-content.filterSection {
  background: transparent;
  margin-top: -33%;
  position: absolute;
}
.CustomHTML .custom-oip-filter #filterMainButton {
  background: #f5f6fa;
  border: 1px solid #cddcfe;
  border-radius: 4px;
  box-shadow: -4px 4px 6px 0 rgba(0, 0, 0, 0.063);
  float: right;
  height: 50px;
  right: 10px;
  top: 25px;
  width: 90px;
  z-index: 4;
}
.CustomHTML .custom-oip-filter #filterMainButton.js-active {
  position: fixed;
  top: 25%;
}
.CustomHTML .custom-oip-filter #filterMainButton span {
  color: #00338d;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .CustomHTML .custom-oip-filter #filterMainButton {
    height: 60px;
    width: 100px;
  }
  .CustomHTML .custom-oip-filter #filterMainButton span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .CustomHTML .custom-oip-filter #filterMainButton {
    height: 50px;
    width: 80px;
  }
  .CustomHTML .custom-oip-filter #filterMainButton span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .CustomHTML .custom-oip-filter #filterMainButton {
    height: 40px;
    width: 50px;
  }
  .CustomHTML .custom-oip-filter #filterMainButton span {
    display: none;
  }
}
.CustomHTML .custom-oip-filter #filterMainButton svg {
  margin-bottom: 4px;
  margin-left: 6px;
  width: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .CustomHTML .custom-oip-filter #filterMainButton svg {
    width: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .CustomHTML .custom-oip-filter #filterMainButton svg {
    margin-bottom: 2px;
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .CustomHTML .custom-oip-filter #filterMainButton svg {
    margin-bottom: 0;
    margin-left: 0;
    width: 14px;
  }
}
.CustomHTML .custom-oip-filter #filterMainButton.mainpage {
  top: 75%;
}
.CustomHTML .custom-oip-filter .filterModalClass {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 102;
}
.CustomHTML .custom-oip-filter .filterModalContent {
  background-color: #f5f6fa;
  border-radius: 6px;
  margin: 5% auto;
  padding: 25px;
  width: 90%;
}
.CustomHTML .custom-oip-filter .filterModalContent p {
  color: #00338d;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsL1Container
  h4 {
  text-align: center;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterOptionsL1 {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .CustomHTML .custom-oip-filter .filterModalContent .filterOptionsL1 {
    flex-direction: column;
  }
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsL1
  .optionL1
  input {
  left: -99999em;
  opacity: 1;
  position: absolute;
  top: -99999em;
  z-index: 1;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsL1
  .optionL1
  label {
  border: 2px solid #989898;
  border-radius: 10px;
  cursor: pointer;
  padding: 15px 30px;
  text-align: center;
  width: 270px;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsL1
  [type="radio"]:checked
  + label {
  background-color: rgba(180, 151, 255, 0.478);
  border: 2px solid #7213ea;
  color: #7213ea;
  z-index: 1;
}
@-webkit-keyframes fade-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.CustomHTML .custom-oip-filter .filterModalContent .filterResultMt,
.CustomHTML .custom-oip-filter .filterModalContent .filterResultSdgContainer {
  animation: fade-in-top 1s;
  display: none;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterResultSdg {
  border-top: 2px solid #1e49e2;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0 30px;
  padding-top: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .CustomHTML .custom-oip-filter .filterModalContent .filterResultSdg {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .CustomHTML .custom-oip-filter .filterModalContent .filterResultSdg {
    grid-template-columns: 1fr;
  }
}
.CustomHTML .custom-oip-filter .filterModalContent .filterResultSdg a {
  text-decoration: none;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultSdg
  .filteredLink {
  color: #1e49e2;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultSdg
  .filteredLink
  img {
  display: inline;
  margin-left: 30px;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterOptions,
.CustomHTML .custom-oip-filter .filterModalContent .filterOptionsSdg {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterOptions .filterOption,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOptionSdg,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOption,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOptionSdg {
  background: #fff;
  border: 1px solid #7213ea;
  border-radius: 10px;
  display: inline-flex;
  height: 45px;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  .CustomHTML
    .custom-oip-filter
    .filterModalContent
    .filterOptions
    .filterOption,
  .CustomHTML
    .custom-oip-filter
    .filterModalContent
    .filterOptions
    .filterOptionSdg,
  .CustomHTML
    .custom-oip-filter
    .filterModalContent
    .filterOptionsSdg
    .filterOption,
  .CustomHTML
    .custom-oip-filter
    .filterModalContent
    .filterOptionsSdg
    .filterOptionSdg {
    height: auto;
    text-align: left;
  }
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOption
  svg,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOptionSdg
  svg,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOption
  svg,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOptionSdg
  svg {
  margin: auto 12px;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOption
  p,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOptionSdg
  p,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOption
  p,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOptionSdg
  p {
  color: #7213ea;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: auto;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOption.clicked,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOptionSdg.clicked,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOption.clicked,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOptionSdg.clicked {
  background: #7213ea;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOption.clicked
  p,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptions
  .filterOptionSdg.clicked
  p,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOption.clicked
  p,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterOptionsSdg
  .filterOptionSdg.clicked
  p {
  color: #fff;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterResultContainer {
  max-height: 300px;
  overflow-y: auto;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  .filterResultCount,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  .filterResultCountSdg {
  color: #00338d;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 20px auto;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .CustomHTML
    .custom-oip-filter
    .filterModalContent
    .filterResultContainer
    #filterResult,
  .CustomHTML
    .custom-oip-filter
    .filterModalContent
    .filterResultContainer
    #filterResultSdg {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult
  .filterPageHeader,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg
  .filterPageHeader {
  border-bottom: 2px solid #0c233c;
  color: #0c233c;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 10px;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult
  .linkContainer,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg
  .linkContainer {
  display: grid;
  gap: 20px;
  padding: 18px 10px 18px 0;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult
  .linkContainer
  a,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg
  .linkContainer
  a {
  text-decoration: none;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult
  .linkContainer
  .filteredLink,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg
  .linkContainer
  .filteredLink {
  color: #1e49e2;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult
  .linkContainer
  .filteredLink
  img,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg
  .linkContainer
  .filteredLink
  img {
  display: inline;
  margin-left: 30px;
}
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResult
  ._bullet-list
  li,
.CustomHTML
  .custom-oip-filter
  .filterModalContent
  .filterResultContainer
  #filterResultSdg
  ._bullet-list
  li {
  color: #1e49e2;
  padding: 0;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterActions {
  display: flex;
  margin: 20px auto 10px;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterActions button {
  background: #f5f6fa;
  border: 1px solid #7213ea;
  border-radius: 6px;
  color: #7213ea;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 50px;
  margin-right: 20px;
  width: 135px;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterActions button svg {
  margin-bottom: 2px;
  margin-left: 10px;
}
.CustomHTML .custom-oip-filter .filterModalContent .filterActions button:hover {
  background: #7213ea;
  color: #fff;
}
.CustomHTML .custom-oip-filter .filterModalClose {
  color: #00338d;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.CustomHTML .custom-oip-filter .filterModalClose:focus,
.CustomHTML .custom-oip-filter .filterModalClose:hover {
  color: #00338d;
  cursor: pointer;
  text-decoration: none;
}
.CustomHTML .section-report {
  background: linear-gradient(90deg, #7213ea, #1e49e2);
}
.CustomHTML .section-report h2,
.CustomHTML .section-report p {
  color: #fff;
}
.CustomHTML .section-report .report {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .CustomHTML .section-report .report {
    flex-direction: row;
    gap: 100px;
  }
}
.CustomHTML .section-report .report .report-content {
  order: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .section-report .report .report-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
    width: 50%;
  }
}
.CustomHTML .section-report .report .report-image {
  order: 1;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .section-report .report .report-image {
    order: 2;
    padding-left: 100px;
    width: 50%;
  }
}
.CustomHTML .section-report ._btn {
  border-color: #fff;
  color: #fff;
  margin-top: 25px;
  padding: 10px 50px 10px 35px;
}
.CustomHTML .section-report ._btn:before {
  border-color: #fff;
}
.CustomHTML .expanding-box {
  display: block;
  position: relative;
  width: 100%;
}
.CustomHTML .expanding-box__accordian {
  max-height: 250px;
  overflow: hidden;
  padding-bottom: 3em;
  position: relative;
  transition: 0.5s ease-in-out;
}
.CustomHTML .expanding-box__content {
  display: block;
  width: 100%;
}
.CustomHTML .expanding-box__gradient {
  background: linear-gradient(
    180deg,
    transparent,
    hsla(0, 0%, 100%, 0.5) 10%,
    #fff 60%
  );
  bottom: 0;
  display: block;
  height: 60%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.CustomHTML .expanding-box__toggle {
  color: #1e49e2;
  display: block;
  margin: 0 auto 0 0;
  max-width: 175px;
  max-width: max-content;
}
.CustomHTML .expanding-box__expand {
  display: inline-block;
}
.CustomHTML .expanding-box__collapse {
  display: none;
}
.CustomHTML .expanding-box.js-box-content-expanded .expanding-box__accordian {
  max-height: 9999px;
  overflow: visible;
  padding-bottom: 0;
}
.CustomHTML .expanding-box.js-box-content-expanded .expanding-box__gradient {
  opacity: 0;
}
.CustomHTML .expanding-box.js-box-content-expanded .expanding-box__expand {
  display: none;
}
.CustomHTML .expanding-box.js-box-content-expanded .expanding-box__collapse {
  display: inline-block;
}
.CustomHTML .introduction-navigation {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  position: relative;
  width: 100%;
}
.CustomHTML .introduction-navigation img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.CustomHTML .introduction-navigation__fillbox {
  background-color: #1e49e2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML .introduction-navigation__fillbox {
    flex-direction: row;
    padding: 0;
    width: 600px;
  }
}
.CustomHTML .introduction-navigation__sdg-icons {
  display: flex;
  margin-left: auto;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .CustomHTML .introduction-navigation__sdg-icons {
    display: block;
  }
}
.CustomHTML .introduction-navigation__sdg-icons img {
  position: relative;
  width: 40px;
  z-index: 0;
}
@media (min-width: 768px) {
  .CustomHTML .introduction-navigation__sdg-icons img {
    width: 55px;
  }
}
.CustomHTML .introduction-navigation__innerbox {
  padding: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML .introduction-navigation__innerbox {
    max-width: 500px;
  }
}
.CustomHTML .introduction-navigation__maintitle {
  color: #fff;
  margin-top: 0;
}
.CustomHTML .introduction-navigation__maintitle:before {
  background: #00b8f5;
  content: " ";
  height: 80px;
  left: 0;
  position: absolute;
  top: 40px;
  widows: 5px;
}
.CustomHTML .introduction-navigation__sectiontitle {
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.25;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .CustomHTML .introduction-navigation__sectiontitle {
    font-size: 26px;
  }
}
.CustomHTML .introduction-navigation__link {
  color: #fff;
  text-decoration: none;
}
.CustomHTML .introduction-navigation__link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.CustomHTML .section-box ._grids._boxs {
  gap: 0;
}
.CustomHTML .section-box ._grids._boxs ._card {
  background: #fff;
  border: 1px solid rgba(0, 51, 141, 0.4);
  padding: 20px;
}
.CustomHTML .section-box ._grids._boxs ._card._left-bar {
  padding-left: 40px;
}
.CustomHTML .section-box ._grids._boxs ._card._left-bar:after {
  height: 50px;
  top: 20px;
}
.CustomHTML .section-box ._grids._boxs ._card:before {
  background: #aceaff;
  bottom: 0;
  content: " ";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.CustomHTML .section-box ._grids._boxs ._card._card-content-absolute:before {
  display: none;
}
.CustomHTML
  .section-box
  ._grids._boxs
  ._card._card-content-absolute:hover:before {
  display: block;
}
.CustomHTML .section-box ._grids._boxs ._card ._card-image {
  height: 60px;
}
.CustomHTML .section-box ._grids._boxs ._card ._card-content h3 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  min-height: 53px;
}
.CustomHTML ._boxs {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML ._boxs {
    width: 100%;
  }
}
.CustomHTML ._boxs ._box-row {
  align-items: center;
  background: #f0f0f0;
  justify-content: center;
  margin-bottom: 15px;
}
.CustomHTML ._boxs ._box-row._grid-2 {
  grid-template-columns: 1fr 1fr;
}
.CustomHTML ._boxs ._box-row._grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.CustomHTML ._boxs ._box-row ._box-number {
  border-left: 1px solid #b2b2b2;
}
.CustomHTML ._boxs ._box-row ._box-name,
.CustomHTML ._boxs ._box-row ._box-number {
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .CustomHTML ._boxs ._box-row ._box-name,
  .CustomHTML ._boxs ._box-row ._box-number {
    font-size: 2.1875rem;
    line-height: 1;
    padding: 15px 20px;
  }
}
.CustomHTML ._boxs ._box-row.head {
  background: #fff;
}
.CustomHTML ._boxs ._box-row.head ._box-name,
.CustomHTML ._boxs ._box-row.head ._box-number {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .CustomHTML ._boxs ._box-row.head ._box-name,
  .CustomHTML ._boxs ._box-row.head ._box-number {
    font-size: 1.25rem;
  }
}
.CustomHTML ._boxs ._box-row.last {
  background: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.CustomHTML .section-color {
  padding-bottom: 50px;
  padding-top: 50px;
}
.CustomHTML .section-color a,
.CustomHTML .section-color li,
.CustomHTML .section-color p,
.CustomHTML .section-color span {
  color: #fff;
}
.CustomHTML .section-color h2,
.CustomHTML .section-color h3,
.CustomHTML .section-color h4,
.CustomHTML .section-color h5 {
  color: #00338d;
}
.CustomHTML .section-color .p-50 {
  padding: 50px;
}
.CustomHTML .section-color .p-20 {
  padding: 20px;
}
.CustomHTML .section-color.dark-font a,
.CustomHTML .section-color.dark-font h2,
.CustomHTML .section-color.dark-font h3,
.CustomHTML .section-color.dark-font h4,
.CustomHTML .section-color.dark-font h5,
.CustomHTML .section-color.dark-font li,
.CustomHTML .section-color.dark-font p,
.CustomHTML .section-color.dark-font span {
  color: #0b233d;
}
.CustomHTML .section-testimonial {
  background-size: cover;
}
.CustomHTML .section-testimonial .testimonial-textbox-outter {
  display: flex;
  justify-content: flex-end;
}
.CustomHTML .section-testimonial .testimonial-textbox {
  background-color: #7213ea !important;
  padding: 20px 50px;
  position: relative;
  width: 100%;
}
.CustomHTML .section-testimonial .testimonial-textbox .bar {
  border-bottom: 1px solid #aceaff;
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
}
.CustomHTML .section-testimonial .testimonial-textbox .bar:before {
  background: #aceaff;
  bottom: 0;
  content: " ";
  height: 5px;
  position: absolute;
  width: 150px;
}
.CustomHTML .section-testimonial .testimonial-textbox p {
  color: #fff;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .CustomHTML .section-testimonial .testimonial-textbox p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .CustomHTML .section-testimonial .testimonial-textbox {
    padding: 15px 20px;
  }
  .CustomHTML .section-testimonial .testimonial-textbox p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
.CustomHTML .section-testimonial .testimonial-textbox .person-information p {
  font-size: 14px;
  margin: 0;
}
.CustomHTML
  .section-testimonial
  .testimonial-textbox
  .person-information
  .name {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .CustomHTML .section-testimonial .testimonial-textbox .name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .CustomHTML .section-testimonial .testimonial-textbox {
    left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
}
.CustomHTML .introduction-container {
  margin-bottom: 60px;
}
.CustomHTML .introduction-container .bg-center-content {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  margin: 10px 0 20px;
  position: relative;
}
@media (max-width: 992px) {
  .CustomHTML .introduction-container .bg-center-content {
    flex-direction: column;
  }
}
.CustomHTML .introduction-container .bg-center-content .content {
  background: #fff;
  flex-basis: 50%;
  position: relative;
  z-index: 2;
}
.CustomHTML .introduction-container .bg-center-content .image {
  background-image: url(../png/grp_img.png_%3b%20filename_%3dutf-8%27%27grp_img.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 50%;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .CustomHTML .introduction-container .bg-center-content .image {
    flex-basis: unset;
    height: 270x;
  }
}
.CustomHTML .introduction-container .bg-center-content .image_governance {
  background-image: url(../group-of-people-2.html);
}
.CustomHTML .introduction-container .bg-center-content .image_people {
  background-image: url(../group-of-people-1.html);
}
.CustomHTML .introduction-container .bg-center-content .image_planet {
  background-image: url(../group-of-people-3.html);
}
.CustomHTML .introduction-container .bg-center-content .image_prosperity {
  background-image: url(../group-of-people-4.html);
}
.CustomHTML .introduction-container .bg-center-content .image_mt {
  background-image: url(../mt_intro.html);
  background-position: top;
}
.CustomHTML .microsoft-section h3 {
  margin: 0 0 15px;
}
.CustomHTML .microsoft-section .heading-mini {
  color: #fff;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
}
.CustomHTML .microsoft-section .microsoft-inner-container {
  padding: 36px 26px;
}
.CustomHTML .microsoft-section .microsoft-inner-container .text-section {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 25px 50px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .CustomHTML .microsoft-section .microsoft-inner-container .text-section {
    flex-direction: column;
    gap: 30px;
  }
}
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .left-text,
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .right-text {
  flex-basis: 50%;
}
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .sub-section
  .heading {
  color: #fff;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 2px;
}
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .sub-section
  .description {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .right-text
  .description {
  font-size: 18px;
}
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .top-white-border {
  border-top: 2px solid #fff;
}
.CustomHTML
  .microsoft-section
  .microsoft-inner-container
  .text-section
  .desc-section {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.CustomHTML .microsoft-section .microsoft-inner-container .image-section {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .CustomHTML .microsoft-section .microsoft-inner-container {
    flex-direction: column-reverse;
  }
  .CustomHTML .microsoft-section .microsoft-inner-container .text-section {
    align-items: center;
  }
}
.CustomHTML .heading-blue-30 {
  color: #1e49e2;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.CustomHTML .section-extented .heading-blue-40 {
  color: #1e49e2;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
}
.CustomHTML .section-extented .grey-bar {
  align-items: center;
  background-color: #f5f6fa;
  display: flex;
  flex-direction: column;
  margin: 25px auto;
  padding: 15px;
}
.CustomHTML .section-extented .grey-bar p {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.CustomHTML .section-extented .expanding-box__accordian {
  max-height: 145px;
}
.CustomHTML .section-extented.prosperity-two-grid ._grids._boxs {
  gap: 50px;
}
.CustomHTML .read-btn {
  border: 1px solid #00338d;
  border-radius: 6px;
  margin-top: 15px;
  padding: 10px 20px;
}
.CustomHTML .read-btn span {
  color: #00338d;
}
.CustomHTML .read-btn .expanding-box__collapse img,
.CustomHTML .read-btn .expanding-box__expand img {
  display: inline;
  margin-left: 10px;
  width: auto;
}
.CustomHTML .read-btn .expanding-box__collapse img {
  transform: rotate(270deg);
}
.CustomHTML .leadership-message-section .grey-bar {
  padding: 0;
}
.CustomHTML .leadership-message-section .grey-bar .first-view-box {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.CustomHTML .leadership-message-section .grey-bar .image-section {
  flex: none;
  margin: 0 auto auto;
}
.CustomHTML .leadership-message-section .grey-bar .image-section ._card-image {
  cursor: pointer;
  height: 450px;
}
.CustomHTML .leadership-message-section .grey-bar .image-section p {
  font-size: 16px;
  margin-bottom: 10px;
}
.CustomHTML .leadership-message-section .grey-bar .image-section .location {
  font-weight: 400;
}
.CustomHTML .leadership-message-section .grey-bar .text-section {
  height: 620px;
  overflow-y: auto;
  padding: 40px;
}
@media (min-width: 768px) {
  .CustomHTML .leadership-message-section .grey-bar .text-section {
    height: 450px;
  }
}
.CustomHTML .leadership-message-section .grey-bar .text-section .info-box {
  margin-bottom: 20px;
}
.CustomHTML
  .leadership-message-section
  .grey-bar
  .text-section
  .info-box
  .location,
.CustomHTML
  .leadership-message-section
  .grey-bar
  .text-section
  .info-box
  .name {
  font-size: 20px;
  margin-bottom: 5px;
}
.CustomHTML .leadership-message-section .grey-bar .text-section p {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.CustomHTML .leadership-message-section .grey-bar .expanding-box__accordian {
  max-height: 80px;
}
.CustomHTML .leadership-message-section .grey-bar .read-btn {
  background: #fff;
}
.CustomHTML
  .leadership-message-section
  .grey-bar
  .expanding-box.js-box-content-expanded
  .expanding-box__accordian {
  max-height: 99999px;
}
.CustomHTML .leadership-message-section .grey-bar .expanding-box__gradient {
  background: linear-gradient(
    180deg,
    transparent,
    hsla(0, 0%, 100%, 0.5) 10%,
    #f5f6fa 60%
  );
}
.CustomHTML .leadership-message-section .grey-bar .expanding-box__content p {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .CustomHTML .leadership-message-section .grey-bar .first-view-box {
    flex-direction: column;
    padding: 0;
  }
  .CustomHTML
    .leadership-message-section
    .grey-bar
    .first-view-box
    .image-section {
    border-right: 0;
    padding-right: 0;
  }
  .CustomHTML
    .leadership-message-section
    .grey-bar
    .first-view-box
    .text-section {
    padding-left: 16px;
  }
}
.CustomHTML ._bar {
  display: grid;
  grid-template-columns: 1fr;
  height: 100px;
}
@media (min-width: 992px) {
  .CustomHTML ._bar {
    grid-template-columns: 1fr 6fr;
  }
}
.CustomHTML ._bar ._bar-info {
  font-size: 1.25rem;
  font-weight: 700;
  height: 100%;
}
@media (min-width: 992px) {
  .CustomHTML ._bar ._bar-info {
    border-right: 1px solid #e5e5e5;
  }
}
.CustomHTML ._bar ._bar-progress-line {
  background: #e5e5e5;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML ._bar ._bar-progress-line {
    overflow: hidden;
  }
}
.CustomHTML ._bar ._bar-progress-line ._bar-number {
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: all 1s linear;
}
.CustomHTML ._bar ._bar-progress-line ._bar-number.active {
  animation: translate-x 1s linear forwards;
}
.CustomHTML ._bar ._bar-progress-line ._bar-number:before {
  content: " ";
  height: 30px;
  position: absolute;
  right: -12px;
  top: 0;
  transform: rotate(45deg);
  width: 30px;
}
.CustomHTML ._bar ._bar-progress-line ._bar-number ._bar-text {
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  left: calc(100% + 30px);
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML ._bar ._bar-progress-line ._bar-number ._bar-text {
    font-size: 1.875rem;
  }
}
.CustomHTML ._bar:first-child ._bar-number,
.CustomHTML ._bar:first-child ._bar-number:before {
  background: #1e49e2;
}
.CustomHTML ._bar:first-child ._bar-number ._bar-text {
  color: #1e49e2;
}
.CustomHTML ._bar:nth-child(2) ._bar-number,
.CustomHTML ._bar:nth-child(2) ._bar-number:before {
  background: #7213ea;
}
.CustomHTML ._bar:nth-child(2) ._bar-number ._bar-text {
  color: #7213ea;
}
.CustomHTML ._bar:nth-child(3) ._bar-number,
.CustomHTML ._bar:nth-child(3) ._bar-number:before {
  background: #00338d;
}
.CustomHTML ._bar:nth-child(3) ._bar-number ._bar-text {
  color: #00338d;
}
.CustomHTML ._bar:nth-child(4) ._bar-progress-line ._bar-number,
.CustomHTML ._bar:nth-child(4) ._bar-progress-line ._bar-number:before {
  background: #0c233c;
}
.CustomHTML ._bar:nth-child(4) ._bar-progress-line ._bar-number ._bar-text {
  color: #fff;
  left: 15px;
}
@media (min-width: 768px) {
  .CustomHTML ._bar:nth-child(4) ._bar-progress-line ._bar-number ._bar-text {
    color: #0c233c;
    left: calc(100% + 30px);
  }
}
.CustomHTML ._bar:last-child ._bar-info {
  border: 0;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .CustomHTML .report-hub ._grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.CustomHTML .report-hub ._grids._boxs {
  row-gap: 20px;
}
.CustomHTML .report-hub ._grids._boxs a {
  text-decoration: none;
}
.CustomHTML .report-hub ._grids._boxs ._card {
  padding: 0;
}
.CustomHTML .report-hub ._grids._boxs ._card._left-bar {
  display: grid;
  grid-template-rows: max-content auto;
  padding-left: 0;
}
.CustomHTML .report-hub ._grids._boxs ._card._left-bar ._card-image {
  height: auto;
}
.CustomHTML .report-hub ._grids._boxs ._card._left-bar:after {
  height: 80px;
  top: 230px;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content {
  display: grid;
  grid-template-rows: min-content;
  margin-top: 40px;
  padding: 0 25px 20px 30px;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info {
  display: inline-grid;
  padding-top: 15px;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  .m-25 {
  margin-left: 25px;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  p {
  color: #1e49e2;
  font-size: 14px;
  font-weight: 700;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  span {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  p
  span:nth-child(2) {
  margin-left: 10px;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  .information {
  display: flex;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  .information
  .icon
  svg {
  margin-right: 10px;
  width: 14px;
}
.CustomHTML
  .report-hub
  ._grids._boxs
  ._card._left-bar
  ._card-image
  + ._card-content
  .download__info
  .information
  .link_arrow {
  margin: 3px 0 0 10px;
}
.CustomHTML .report-hub ._grids._boxs ._card._left-bar:hover ._card-image {
  overflow: hidden;
  scale: 1.2;
  transition: all 0.2s ease-in;
}
.CustomHTML .report-hub ._grids._boxs ._card._left-bar.video_card ._card-image {
  cursor: pointer;
}
.CustomHTML .report-hub ._grids._boxs ._card._left-bar.video_card h3 {
  height: auto !important;
}
.CustomHTML .report-hub .first-row ._grid-3 {
  grid-template-columns: 25% 25% 25%;
}
@media screen and (max-width: 992px) {
  .CustomHTML .report-hub .first-row ._grid-3 {
    grid-template-columns: 100%;
  }
  .CustomHTML .report-hub .first-row ._grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .CustomHTML .report-hub .first-row ._grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CustomHTML .report-hub .first-row .tile-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CustomHTML .report-hub.hideAbove1200 {
  display: block;
}
@media screen and (min-width: 1200px) {
  .CustomHTML .report-hub.hideAbove1200 {
    display: none;
  }
  .CustomHTML .report-hub .first-row ._grids._boxs {
    height: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .CustomHTML .report-hub .hideBelow1200 {
    display: none;
  }
}
.CustomHTML .material-topic-cards ._card._card-content-absolute {
  height: 290px;
}
.CustomHTML .material-topic-cards ._card:hover ._content-absolute {
  top: 0;
  transform: translateY(0);
}
.CustomHTML
  .material-topic-cards
  ._card._card-content-absolute
  ._content-absolute {
  background: linear-gradient(90deg, #7213ea, #1e49e2) !important;
  height: 100%;
}
.CustomHTML
  .material-topic-cards
  ._card._card-content-absolute
  ._content-absolute
  h3,
.CustomHTML
  .material-topic-cards
  ._card._card-content-absolute
  ._content-absolute
  p {
  color: #fff;
}
.CustomHTML
  .material-topic-cards
  ._card._card-content-absolute
  ._content-absolute
  h3 {
  font-weight: 700 !important;
}
.CustomHTML .material-topic-tabs .tab-headings {
  display: none;
}
@media (min-width: 768px) {
  .CustomHTML .material-topic-tabs .tab-headings {
    display: flex;
  }
  .CustomHTML .material-topic-tabs .tab-headings div {
    color: #fff;
    flex-basis: 50%;
    font-size: 18px;
  }
  .CustomHTML .material-topic-tabs .tab-headings .what-we-did {
    padding-left: 45px;
  }
  .CustomHTML .material-topic-tabs .tab-headings .step {
    padding-left: 25px;
  }
}
.CustomHTML .material-topic-tabs .tab-items.tab-items-1 {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .CustomHTML .material-topic-tabs .tab-items.tab-items-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.CustomHTML
  .material-topic-tabs
  .tab-items.tab-items-1
  .tab-contents
  .tab-content {
  grid-template-columns: 1fr;
}
.CustomHTML .material-topic-tabs .tab-items.tab-items-1 .tab-contents,
.CustomHTML .material-topic-tabs .tab-items.tab-items-1 .tab-headers {
  border-top: none;
}
.CustomHTML .tab-items.tab-items-1 .tab-headers .tab-header.active {
  border-bottom: 5px solid #aceaff;
}
@media screen and (min-width: 1200px) {
  .CustomHTML
    .section-our-commitments
    .accordian-items.accordian-horizantal
    .accordian-body
    .accordian-content-inner,
  .CustomHTML
    .section-our-commitments
    .accordian-items.accordian-horizantal
    .accordian-body
    .accordian-header {
    height: 500px;
  }
  .CustomHTML
    .section-our-commitments
    .accordian-items.accordian-horizantal
    .accordian-header
    .header-text {
    width: 375px;
  }
}
.CustomHTML
  .section-our-commitments
  .accordian-items.accordian-horizantal
  ._sets
  ._set {
  text-wrap: wrap;
}
.CustomHTML
  .material-accordian
  .accordian-items
  .accordian-item
  .accordian-body.active
  .accordian-content-inner {
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .CustomHTML .material-topic-cards ._grids._grid-3,
  .CustomHTML .tenby30 ._grids._grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.CustomHTML .m-hide {
  display: block;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .CustomHTML .m-hide {
    display: none !important;
  }
}
.CustomHTML .d-hide {
  display: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .CustomHTML .d-hide {
    display: block;
  }
}
.CustomHTML .img_text {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .CustomHTML .img_text {
    flex-direction: column;
  }
}
.CustomHTML .img_text .text {
  flex-basis: 55%;
}
@media screen and (max-width: 992px) {
  .CustomHTML .img_text .text {
    flex-basis: 100%;
  }
}
.CustomHTML .img_text .image_sec {
  flex-basis: 45%;
}
@media screen and (max-width: 992px) {
  .CustomHTML .img_text .image_sec {
    display: none;
  }
}
.CustomHTML .img_text .trusted_ai {
  flex-basis: 35%;
}
@media screen and (max-width: 992px) {
  .CustomHTML .img_text .trusted_ai {
    display: contents;
  }
}
.CustomHTML .data-table-people .tab-items .tab-headers {
  display: flex;
  justify-content: space-around;
}
.CustomHTML .data-table-people .tab-items .tab-headers .tab-header {
  background: #fff;
  border-bottom: 1px solid #b2b2b2;
  border-right: none;
  cursor: pointer;
  height: auto;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  width: 100%;
}
.CustomHTML .data-table-people .tab-items .tab-headers .tab-header.active {
  background: rgba(30, 73, 226, 0.1);
  border-right: none;
  color: #1e49e2;
}
.CustomHTML
  .data-table-people
  .tab-items
  .tab-headers
  .tab-header.active:before {
  background: #1e49e2;
  bottom: 0;
  content: " ";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.CustomHTML .data-table-people .tab-items .tab-contents .tab-content-inner {
  padding: 20px 20px 0;
}
.CustomHTML
  .data-table-people
  .tab-items
  .tab-contents
  .tab-content-inner
  .tab-content-full {
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .CustomHTML .case-study {
    padding: 0;
  }
}
.CustomHTML .case-study .expanding-box__accordian {
  max-height: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .CustomHTML .case-study .expanding-box__accordian {
    max-height: 0;
    padding-bottom: 0;
  }
}
.CustomHTML .case-study .read-btn {
  border: 1px solid #fff;
  margin-top: 10px;
}
.CustomHTML .case-study .read-btn span {
  color: #fff;
}
.CustomHTML .care-svg .expanding-box__accordian {
  max-height: 180px;
}
@media screen and (max-width: 992px) {
  .CustomHTML .care-svg .expanding-box__accordian {
    max-height: 120px;
  }
}
.CustomHTML .connect-engage-transform h4 {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .CustomHTML .connect-engage-transform ._grids._grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.CustomHTML .connect-engage-transform h3 {
  color: #1e49e2;
}
.CustomHTML h4 span {
  font-size: 20px;
}
.CustomHTML .custom-container h2 {
  color: #1e49e2;
}
.CustomHTML .rating-items-1 {
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  height: 240px;
  margin: 0 auto;
  padding: 15px 20px;
  position: relative;
  width: 240px;
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 {
    height: 440px;
    width: 440px;
  }
}
.CustomHTML .rating-items-1 .head {
  left: 50%;
  position: absolute;
  top: 300px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 .head {
    font-size: 3.75rem;
    left: 50%;
    line-height: 3.75rem;
    position: absolute;
    top: 50%;
  }
}
.CustomHTML .rating-items-1 span {
  color: #00338d;
  display: block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 span {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.CustomHTML .rating-items-1 span.value {
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 span.value {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.CustomHTML .rating-items-1 ._rating {
  left: calc(50% - 2px);
  position: absolute;
}
.CustomHTML .rating-items-1 ._rating ._block {
  animation: fade 0.1s linear forwards;
  background: #000;
  height: 15px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transition: all 1s linear;
  width: 2px;
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
.CustomHTML .rating-items-1 ._rating ._block-1,
.CustomHTML .rating-items-1 ._rating ._block-4 {
  background: #e5e5e5;
  transform: rotate(0deg);
  transform-origin: 50% 100px;
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 ._rating ._block-1,
  .CustomHTML .rating-items-1 ._rating ._block-4 {
    transform-origin: 50% 200px;
  }
}
.CustomHTML .rating-items-1 ._rating ._block-2,
.CustomHTML .rating-items-1 ._rating ._block-5 {
  background: #e5e5e5;
  margin-top: 30px;
  transform: rotate(0deg);
  transform-origin: 50% 70px;
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 ._rating ._block-2,
  .CustomHTML .rating-items-1 ._rating ._block-5 {
    transform-origin: 50% 170px;
  }
}
.CustomHTML .rating-items-1 ._rating ._block-3,
.CustomHTML .rating-items-1 ._rating ._block-6 {
  background: #e5e5e5;
  margin-top: 60px;
  transform: rotate(0deg);
  transform-origin: 50% 40px;
}
@media (min-width: 768px) {
  .CustomHTML .rating-items-1 ._rating ._block-3,
  .CustomHTML .rating-items-1 ._rating ._block-6 {
    transform-origin: 50% 140px;
  }
}
.CustomHTML ._chart ._chart-header {
  margin-bottom: 20px;
}
.CustomHTML ._chart ._chart-datas ._chart-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .CustomHTML ._chart ._chart-datas ._chart-data {
    width: 70%;
  }
}
.CustomHTML ._chart ._chart-datas ._chart-data ._chart-name {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .CustomHTML ._chart ._chart-datas ._chart-data ._chart-name {
    font-size: 1.125rem;
  }
}
.CustomHTML ._chart ._chart-datas ._chart-data ._chart-name span {
  display: inline-block;
  height: 15px;
  margin-right: 15px;
  width: 15px;
}
.CustomHTML ._chart ._chart-datas ._chart-data ._chart-value {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .CustomHTML ._chart ._chart-datas ._chart-data ._chart-value {
    font-size: 1.125rem;
  }
}
.CustomHTML .backtotop-button {
  background-color: #666;
  border-radius: 50%;
  bottom: 40px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(27, 31, 35, 0.15);
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  position: fixed;
  right: 5px;
  text-align: center;
  width: 40px;
}
.CustomHTML .backtotop-button img {
  margin: 0 auto;
  max-width: 10px;
  padding-top: 8px;
  width: auto !important;
}
.CustomHTML .backtotop-button.active {
  display: block;
}
.CustomHTML .backtotop-button p {
  color: #fff;
  font-size: 10px;
  margin-top: 4px;
  text-align: center;
  z-index: 1;
}
.CustomHTML .backtotop-button:hover {
  background: #1e49e2;
}
.CustomHTML .ide-infographic-container {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .CustomHTML .ide-infographic-container {
    grid-template-columns: 40% 60%;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .ide-infographic-container__textbox {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .CustomHTML .ide-infographic-container__textbox {
    height: 400px;
  }
}
.CustomHTML .ide-index-diagram {
  display: block;
  display: none;
  height: 100%;
  height: auto;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .ide-index-diagram--mobile {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .ide-index-diagram {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
  }
  .CustomHTML .ide-index-diagram--mobile {
    display: none;
  }
}
.CustomHTML .ide-index-diagram__arrow {
  visibility: hidden;
}
.CustomHTML .ide-index-diagram__iconcontainer:hover {
  cursor: pointer;
}
.CustomHTML
  .ide-index-diagram__iconcontainer.active
  .ide-index-diagram__iconbox {
  fill: #f5f6fa;
  stroke: #00338d;
  transition: fill 0.5s ease-in-out;
}
.CustomHTML .ide-index-diagram__iconcontainer.active .ide-index-diagram__icon g,
.CustomHTML
  .ide-index-diagram__iconcontainer.active
  .ide-index-diagram__icon
  line,
.CustomHTML
  .ide-index-diagram__iconcontainer.active
  .ide-index-diagram__icon
  path,
.CustomHTML
  .ide-index-diagram__iconcontainer.active
  .ide-index-diagram__number
  g,
.CustomHTML
  .ide-index-diagram__iconcontainer.active
  .ide-index-diagram__number
  line,
.CustomHTML
  .ide-index-diagram__iconcontainer.active
  .ide-index-diagram__number
  path {
  fill: #00338d;
}
.CustomHTML .ide-index-diagram__iconcontainer.active .ide-index-diagram__arrow {
  visibility: visible;
}
@media only screen and (max-width: 992px) {
  .CustomHTML
    .ide-index-diagram__iconcontainer.active
    .ide-index-diagram__arrow {
    visibility: hidden;
  }
}
.CustomHTML .infographic-box {
  background-color: #f5f6fa;
  border: 1px solid #00338d;
  display: none;
  height: auto;
  margin-top: 50px;
  padding: 30px;
  position: relative;
  transform: translateX(250px);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .infographic-box {
    display: block;
    height: 0;
    margin-top: 0;
    visibility: hidden;
    width: 100%;
  }
}
.CustomHTML .infographic-box.active {
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .infographic-box.active {
    align-content: center;
    display: grid;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(0);
    visibility: visible;
  }
}
.CustomHTML .infographic-box__title {
  color: #00338d;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
}
.CustomHTML .infographic-box__number {
  color: #00338d;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .infographic-box__number {
    font-size: 80px;
  }
}
.CustomHTML .infographic-box__description {
  color: #00338d;
}
.CustomHTML .infographic-box__close {
  background-color: #00338d;
  border-radius: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  height: 40px;
  margin: 0 0 0 auto;
  padding-top: 2px;
  text-align: center;
  width: 40px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .infographic-box__close {
    display: none;
  }
}
.CustomHTML .esg-watermark {
  width: 100%;
}
.CustomHTML .esg-watermark__row {
  border: 1px solid #b2b2b2;
  display: grid;
  grid-template-columns: 150px auto;
}
@media only screen and (max-width: 640px) {
  .CustomHTML .esg-watermark__row {
    grid-template-columns: 100px auto;
  }
}
.CustomHTML .esg-watermark__mainheading {
  align-items: center;
  display: grid;
  font-size: 18px;
  font-weight: 700;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .CustomHTML .esg-watermark__mainheading {
    font-size: 0.9375rem;
  }
}
.CustomHTML .esg-watermark__mainheading {
  padding: 15px 10px;
}
.CustomHTML .esg-watermark__layoutone {
  gap: 15px;
  grid-template-columns: 50px auto;
}
.CustomHTML .esg-watermark__layoutone,
.CustomHTML .esg-watermark__layouttwo {
  align-items: center;
  display: grid;
  justify-content: flex-start;
  padding: 15px 10px;
}
.CustomHTML .esg-watermark__layouttwo {
  border-right: 1px solid #b2b2b2;
  gap: 10px;
  grid-template-columns: auto;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .esg-watermark__layouttwo {
    gap: 15px;
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .esg-watermark__layouttwo {
    grid-template-columns: 50px max-content auto;
  }
}
.CustomHTML .esg-watermark__layouttwo img {
  width: 50px;
}
.CustomHTML .esg-watermark__layoutthree {
  align-items: flex-start;
  border-right: 1px solid #b2b2b2;
  display: grid;
  gap: 15px;
  grid-template-columns: auto;
  grid-template-rows: 50px auto;
  justify-items: center;
  padding: 15px 10px;
}
.CustomHTML .esg-watermark__layoutthree img {
  width: 50px;
}
.CustomHTML .esg-watermark__layoutthree p {
  color: #00338d;
  font-weight: 700;
  text-align: center;
}
.CustomHTML .esg-watermark__flipcard {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 992px) {
  .CustomHTML .esg-watermark__flipcard {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .esg-watermark__flipcard {
    grid-template-columns: repeat(3, 1fr);
  }
}
.CustomHTML .esg-watermark h4,
.CustomHTML .esg-watermark img,
.CustomHTML .esg-watermark p {
  margin-bottom: 0;
}
.CustomHTML .esg-watermark__svgcircle {
  border-left: 1px solid #b2b2b2;
  display: flex;
  padding: 15px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .esg-watermark__svgcircle {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .esg-watermark__svgcircle {
    width: 100%;
  }
}
.CustomHTML .esg-watermark__row--two .esg-watermark__body {
  display: grid;
  grid-template-columns: auto;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .esg-watermark__row--two .esg-watermark__body {
    grid-template-columns: auto 25%;
  }
}
.CustomHTML .esg-watermark__row--three .esg-watermark__body {
  display: grid;
  grid-template-columns: 50% 50%;
}
.CustomHTML .esg-watermark__row--four .esg-watermark__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 992px) {
  .CustomHTML .esg-watermark__row--four .esg-watermark__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .esg-watermark__row--four .esg-watermark__body {
    grid-template-columns: repeat(6, 1fr);
  }
}
.CustomHTML .esg-watermark .customCard {
  border: 1px solid hsla(0, 0%, 60%, 0.5);
  height: 100%;
  padding: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.CustomHTML .esg-watermark .customCard:after,
.CustomHTML .esg-watermark .customCard:before {
  content: "";
  position: absolute;
}
.CustomHTML .esg-watermark .customCard:before {
  background-color: #00c0ae;
  height: 70px;
  left: 0;
  top: 1.875rem;
  width: 4px;
}
.CustomHTML .esg-watermark .customCard:after {
  border-top: 4px solid #fd349c;
  bottom: -1px;
  display: none;
  left: 0;
  width: 100%;
}
.CustomHTML .esg-watermark .customCard__image {
  margin-bottom: 24px;
  max-width: 70px;
}
.CustomHTML .esg-watermark .customCard__image svg {
  stroke: #00338d;
}
.CustomHTML .esg-watermark .customCard__heading {
  color: #00338d;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}
.CustomHTML .esg-watermark .customCard__expander {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.CustomHTML .esg-watermark .customCard__body {
  height: auto;
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .esg-watermark .customCard__body {
    min-height: 160px;
  }
}
.CustomHTML .esg-watermark .customCard__content {
  overflow: hidden;
}
.CustomHTML .esg-watermark .customCard__content p {
  color: #fff;
}
.CustomHTML .esg-watermark .customCard__link {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(9, 30, 66, 0.25), 0 0 1px 1px rgba(9, 30, 66, 0.13);
  color: #1e49e2;
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px;
  text-decoration: none;
}
.CustomHTML .esg-watermark .customCard:hover {
  background-color: #0c233c;
}
.CustomHTML .esg-watermark .customCard:hover:after {
  display: block;
}
.CustomHTML .esg-watermark .customCard:hover .customCard__image svg {
  stroke: #fff;
}
.CustomHTML .esg-watermark .customCard:hover .customCard__content p,
.CustomHTML .esg-watermark .customCard:hover .customCard__heading {
  color: #fff;
}
.CustomHTML .esg-watermark .customCard:hover .customCard__expander {
  grid-template-rows: 1fr;
}
.CustomHTML .esg-watermark .customCard + .clients:hover {
  background-color: #0c233c;
}
.CustomHTML .esg-watermark .customCard + .people:hover {
  background-color: #00338d;
}
.CustomHTML .esg-watermark .customCard + .society:hover {
  background-color: #76d2ff;
}
.CustomHTML .esg-watermark .customCard + .society:hover .customCard__content p,
.CustomHTML .esg-watermark .customCard + .society:hover .customCard__heading {
  color: #00338d;
}
.CustomHTML .esg-watermark .customCard + .society:hover .customCard__image svg {
  stroke: #00338d;
}
@media only screen and (max-width: 767px) {
  .CustomHTML .esg-watermark .customCard .customCard__expander {
    display: block;
  }
  .CustomHTML .esg-watermark .customCard .customCard__body {
    min-height: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  .CustomHTML .esg-watermark .customCard .customCard__expander {
    display: block;
  }
  .CustomHTML .esg-watermark .customCard .customCard__body {
    min-height: auto;
  }
}
.CustomHTML .custom-container.line {
  overflow: visible;
  position: relative;
}
.CustomHTML .custom-container.line:before {
  background: #cddcfe;
  content: " ";
  height: 1000vh;
  position: absolute;
  top: -100vh;
  width: 1px;
  z-index: 1;
}
.CustomHTML .custom-container.left:before {
  left: 0;
}
.CustomHTML .custom-container.right:before {
  right: 0;
}
.CustomHTML ._bullet-list {
  margin: 0 0 20px 20px;
  padding: 0;
}
.CustomHTML ._bullet-list li {
  color: #333;
  list-style-type: disc;
  padding: 0 0 15px 10px;
}
.CustomHTML ._bullet-list li:last-child {
  padding-bottom: 0;
}
