:root {
  --kbt-blue: #0082FC;
  --kbt-green: #00D3BC;
  --kbt-yellow: #F5C700;
  --kbt-purple: #CD3CFF;
  --kbt-violet: #673CFF;
  --kbt-orange: #FC5D47;
  --kbt-light-blue: #7AC8FC;
  --kbt-dark-blue: #0000F2;
  --kbt-slate-gray: #A2B3D4;
  --kbt-white: #FFFFFF;
  --kbt-slate-100: #F7F7F7;
  --kbt-slate-300: #ECF0F7;
  --kbt-slate-800: #5B616B;
  --kbt-slate-900: #3f4246;
  --kbt-black: #131313;
  --bs-primary: #0082FC;
  --bs-primary-rgb: 0, 130, 252;
  --bs-font-sans-serif: var(--global-body-font-family);
  --bs-font-serif: $kbt-font-family-serif;
  --bs-body-font-family: var(--global-body-font-family);
  --bs-body-font-size: 17px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: $kbt-black
  // --global-palette1: #006bd0;
}

.is-style-badge {
  background-color: rgba(228, 237, 253, 0.65);
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 18px;
  color: #131313;
  text-transform: uppercase;
  display: inline-block;
  --global-md-spacing: 0;
}
.is-style-badge + h1,
.is-style-badge + h2,
.is-style-badge + h3,
.is-style-badge + h4,
.is-style-badge + h5,
.is-style-badge + h6 {
  margin-top: 24px;
}

.is-style-serif {
  font-family: "Montagu Slab", serif !important;
  font-weight: 500;
}

h2.default-blog-heading-atmosphere,
h2.default-blog-heading-atmosphere > span.inner {
  font-size: var(--global-kb-font-size-xl, 3rem);
  font-weight: 500;
  font-family: "Montagu Slab";
  background-image: linear-gradient(141deg, #0082FC 0%, #673CFF 50%, #FC5D47 100%);
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3.default-blog-heading-atmosphere,
h3.default-blog-heading-atmosphere > span.inner {
  font-size: var(--global-kb-font-size-lg, 2rem);
  font-weight: 500;
  font-family: "Montagu Slab";
  background-image: linear-gradient(141deg, #0082FC 0%, #673CFF 50%, #FC5D47 100%);
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4.default-blog-heading-atmosphere {
  font-size: var(--global-kb-font-size-md, 1.25rem);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.375rem 0.75rem;
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.wp-block-kadence-rowlayout > .kt-row-layout-overlay::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-a > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: radial-gradient(12% 30% at 58% 50%, rgba(0, 130, 252, 0.3) 0%, rgba(0, 130, 252, 0.2) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 62% 40%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 66% 70%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 56% 74%, #cd3cff 0%, rgba(205, 60, 255, 0.7) 50%, rgba(205, 60, 255, 0) 100%), radial-gradient(12% 30% at 65% 45%, #673cff 0%, rgba(103, 60, 255, 0.7) 50%, rgba(103, 60, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-b > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: radial-gradient(12% 30% at 58% 50%, rgba(103, 60, 255, 0.3) 0%, rgba(103, 60, 255, 0.2) 50%, rgba(103, 60, 255, 0) 100%), radial-gradient(12% 30% at 62% 40%, rgba(103, 60, 255, 0.6) 0%, rgba(103, 60, 255, 0.4) 50%, rgba(103, 60, 255, 0) 100%), radial-gradient(12% 30% at 66% 70%, rgba(103, 60, 255, 0.6) 0%, rgba(103, 60, 255, 0.4) 50%, rgba(103, 60, 255, 0) 100%), radial-gradient(12% 30% at 56% 74%, #fc5d47 0%, rgba(252, 93, 71, 0.7) 50%, rgba(252, 93, 71, 0) 100%), radial-gradient(12% 30% at 65% 45%, #0082fc 0%, rgba(0, 130, 252, 0.7) 50%, rgba(0, 130, 252, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-c > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: radial-gradient(12% 30% at 58% 50%, rgba(0, 130, 252, 0.3) 0%, rgba(0, 130, 252, 0.2) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 62% 40%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 66% 70%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 56% 74%, #f5c700 0%, rgba(245, 199, 0, 0.7) 50%, rgba(245, 199, 0, 0) 100%), radial-gradient(12% 30% at 65% 45%, #00d3bc 0%, rgba(0, 211, 188, 0.7) 50%, rgba(0, 211, 188, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-d > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: radial-gradient(12% 30% at 58% 50%, rgba(0, 130, 252, 0.3) 0%, rgba(0, 130, 252, 0.2) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 62% 40%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 66% 70%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 56% 74%, #00d3bc 0%, rgba(0, 211, 188, 0.7) 50%, rgba(0, 211, 188, 0) 100%), radial-gradient(12% 30% at 65% 45%, #7ac8fc 0%, rgba(122, 200, 252, 0.7) 50%, rgba(122, 200, 252, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-industrial-a > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: radial-gradient(12% 30% at 58% 50%, rgba(0, 130, 252, 0.3) 0%, rgba(0, 130, 252, 0.2) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 62% 40%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 66% 70%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 56% 74%, #673cff 0%, rgba(103, 60, 255, 0.7) 50%, rgba(103, 60, 255, 0) 100%), radial-gradient(12% 30% at 65% 45%, #673cff 0%, rgba(103, 60, 255, 0.7) 50%, rgba(103, 60, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-industrial-b > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: radial-gradient(12% 30% at 58% 50%, rgba(0, 130, 252, 0.3) 0%, rgba(0, 130, 252, 0.2) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 62% 40%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 66% 70%, rgba(0, 130, 252, 0.6) 0%, rgba(0, 130, 252, 0.4) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(12% 30% at 56% 74%, #7ac8fc 0%, rgba(122, 200, 252, 0.7) 50%, rgba(122, 200, 252, 0) 100%), radial-gradient(12% 30% at 65% 45%, #7ac8fc 0%, rgba(122, 200, 252, 0.7) 50%, rgba(122, 200, 252, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-bg-image-a > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #0082fc 0%, #0082fc 42%, transparent 50%), radial-gradient(8% 15% at 58% 33%, #673cff 0%, rgba(103, 60, 255, 0.65) 50%, rgba(103, 60, 255, 0) 100%), radial-gradient(13% 37% at 67% 42%, #cd3cff 0%, rgba(205, 60, 255, 0.65) 50%, rgba(205, 60, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-bg-image-b > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #0082fc 0%, #0082fc 42%, transparent 50%), radial-gradient(8% 15% at 58% 33%, #673cff 0%, rgba(103, 60, 255, 0.65) 50%, rgba(103, 60, 255, 0) 100%), radial-gradient(13% 37% at 67% 42%, #fc5d47 0%, rgba(252, 93, 71, 0.65) 50%, rgba(252, 93, 71, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-bg-image-c > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #0082fc 0%, #0082fc 42%, transparent 50%), radial-gradient(8% 15% at 58% 33%, #00d3bc 0%, rgba(0, 211, 188, 0.65) 50%, rgba(0, 211, 188, 0) 100%), radial-gradient(13% 37% at 67% 42%, #f5c700 0%, rgba(245, 199, 0, 0.65) 50%, rgba(245, 199, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-consumer-bg-image-d > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #0082fc 0%, #0082fc 42%, transparent 50%), radial-gradient(8% 15% at 58% 33%, #7ac8fc 0%, rgba(122, 200, 252, 0.65) 50%, rgba(122, 200, 252, 0) 100%), radial-gradient(13% 37% at 67% 42%, #00d3bc 0%, rgba(0, 211, 188, 0.65) 50%, rgba(0, 211, 188, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-industrial-bg-image-a > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #0082fc 0%, #0082fc 42%, transparent 50%), radial-gradient(8% 15% at 58% 33%, #0082fc 0%, rgba(0, 130, 252, 0.65) 50%, rgba(0, 130, 252, 0) 100%), radial-gradient(13% 37% at 67% 42%, #673cff 0%, rgba(103, 60, 255, 0.65) 50%, rgba(103, 60, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-kadence-rowlayout.is-style-atmosphere-industrial-bg-image-b > .kt-row-layout-overlay::before {
  left: 50%;
  top: -50%;
  width: 300vw;
  max-width: 4320px;
  height: 200%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #0082fc 0%, #0082fc 42%, transparent 50%), radial-gradient(8% 15% at 58% 33%, #7ac8fc 0%, rgba(122, 200, 252, 0.65) 50%, rgba(122, 200, 252, 0) 100%), radial-gradient(13% 37% at 67% 42%, #7ac8fc 0%, rgba(122, 200, 252, 0.65) 50%, rgba(122, 200, 252, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}

.block-editor-block-list__block > .kt-row-layout-overlay {
  overflow: hidden;
}

.wp-block-kadence-infobox.is-style-atmosphere-consumer-a .kt-blocks-info-box-link-wrap, .wp-block-kadence-infobox.is-style-atmosphere-consumer-b .kt-blocks-info-box-link-wrap, .wp-block-kadence-infobox.is-style-atmosphere-consumer-c .kt-blocks-info-box-link-wrap, .wp-block-kadence-infobox.is-style-atmosphere-consumer-d .kt-blocks-info-box-link-wrap, .wp-block-kadence-infobox.is-style-atmosphere-industrial-a .kt-blocks-info-box-link-wrap, .wp-block-kadence-infobox.is-style-atmosphere-industrial-b .kt-blocks-info-box-link-wrap, .wp-block-kadence-infobox.is-style-atmosphere-industrial-c .kt-blocks-info-box-link-wrap {
  position: relative;
  border-radius: 16px !important;
}
.wp-block-kadence-infobox.is-style-atmosphere-consumer-a .kt-blocks-info-box-link-wrap:hover::before, .wp-block-kadence-infobox.is-style-atmosphere-consumer-b .kt-blocks-info-box-link-wrap:hover::before, .wp-block-kadence-infobox.is-style-atmosphere-consumer-c .kt-blocks-info-box-link-wrap:hover::before, .wp-block-kadence-infobox.is-style-atmosphere-consumer-d .kt-blocks-info-box-link-wrap:hover::before, .wp-block-kadence-infobox.is-style-atmosphere-industrial-a .kt-blocks-info-box-link-wrap:hover::before, .wp-block-kadence-infobox.is-style-atmosphere-industrial-b .kt-blocks-info-box-link-wrap:hover::before, .wp-block-kadence-infobox.is-style-atmosphere-industrial-c .kt-blocks-info-box-link-wrap:hover::before {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.wp-block-kadence-infobox.is-style-atmosphere-consumer-a .kt-blocks-info-box-link-wrap::before, .wp-block-kadence-infobox.is-style-atmosphere-consumer-b .kt-blocks-info-box-link-wrap::before, .wp-block-kadence-infobox.is-style-atmosphere-consumer-c .kt-blocks-info-box-link-wrap::before, .wp-block-kadence-infobox.is-style-atmosphere-consumer-d .kt-blocks-info-box-link-wrap::before, .wp-block-kadence-infobox.is-style-atmosphere-industrial-a .kt-blocks-info-box-link-wrap::before, .wp-block-kadence-infobox.is-style-atmosphere-industrial-b .kt-blocks-info-box-link-wrap::before, .wp-block-kadence-infobox.is-style-atmosphere-industrial-c .kt-blocks-info-box-link-wrap::before {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  opacity: 0;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 19px;
  border: 4px solid transparent;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.wp-block-kadence-infobox.is-style-atmosphere-consumer-a .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #CD3CFF 100%) border-box;
}
.wp-block-kadence-infobox.is-style-atmosphere-consumer-b .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #FC5D47 100%) border-box;
}
.wp-block-kadence-infobox.is-style-atmosphere-consumer-c .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #0082FC 0%, #00D3BC 50%, #F5C700 100%) border-box;
}
.wp-block-kadence-infobox.is-style-atmosphere-consumer-d .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #0082FC 0%, #7AC8FC 50%, #00D3BC 100%) border-box;
}
.wp-block-kadence-infobox.is-style-atmosphere-industrial-a .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #0082FC 0%, #0000F2 100%) border-box;
}
.wp-block-kadence-infobox.is-style-atmosphere-industrial-b .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #7AC8FC 0%, #0082FC 100%) border-box;
}
.wp-block-kadence-infobox.is-style-atmosphere-industrial-c .kt-blocks-info-box-link-wrap::before {
  background: linear-gradient(135deg, #0082FC 0%, #A2B3D4 100%) border-box;
}

.wp-block-kadence-column.is-style-atmosphere-consumer-a, .wp-block-kadence-column.is-style-atmosphere-consumer-b, .wp-block-kadence-column.is-style-atmosphere-consumer-c, .wp-block-kadence-column.is-style-atmosphere-consumer-d, .wp-block-kadence-column.is-style-atmosphere-industrial-a, .wp-block-kadence-column.is-style-atmosphere-industrial-b, .wp-block-kadence-column.is-style-atmosphere-industrial-c {
  position: relative;
  border-radius: 24px !important;
  transition: box-shadow 0.2s;
}
.wp-block-kadence-column.is-style-atmosphere-consumer-a:hover, .wp-block-kadence-column.is-style-atmosphere-consumer-b:hover, .wp-block-kadence-column.is-style-atmosphere-consumer-c:hover, .wp-block-kadence-column.is-style-atmosphere-consumer-d:hover, .wp-block-kadence-column.is-style-atmosphere-industrial-a:hover, .wp-block-kadence-column.is-style-atmosphere-industrial-b:hover, .wp-block-kadence-column.is-style-atmosphere-industrial-c:hover {
  box-shadow: 0px 6px 62px 0px rgba(167, 167, 167, 0.2);
}
.wp-block-kadence-column.is-style-atmosphere-consumer-a:hover > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-consumer-b:hover > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-consumer-c:hover > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-consumer-d:hover > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-industrial-a:hover > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-industrial-b:hover > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-industrial-c:hover > .kb-section-link-overlay {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.wp-block-kadence-column.is-style-atmosphere-consumer-a > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-consumer-b > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-consumer-c > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-consumer-d > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-industrial-a > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-industrial-b > .kb-section-link-overlay, .wp-block-kadence-column.is-style-atmosphere-industrial-c > .kb-section-link-overlay {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  opacity: 0;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border-radius: 27px;
  border: 4px solid transparent;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.wp-block-kadence-column.is-style-atmosphere-consumer-a > .kb-section-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #CD3CFF 100%) border-box;
}
.wp-block-kadence-column.is-style-atmosphere-consumer-b > .kb-section-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #FC5D47 100%) border-box;
}
.wp-block-kadence-column.is-style-atmosphere-consumer-c > .kb-section-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #00D3BC 50%, #F5C700 100%) border-box;
}
.wp-block-kadence-column.is-style-atmosphere-consumer-d > .kb-section-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #7AC8FC 50%, #00D3BC 100%) border-box;
}
.wp-block-kadence-column.is-style-atmosphere-industrial-a > .kb-section-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #0000F2 100%) border-box;
}
.wp-block-kadence-column.is-style-atmosphere-industrial-b > .kb-section-link-overlay {
  background: linear-gradient(135deg, #7AC8FC 0%, #0082FC 100%) border-box;
}
.wp-block-kadence-column.is-style-atmosphere-industrial-c > .kb-section-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #A2B3D4 100%) border-box;
}

.wp-block-kadence-postgrid.is-style-atmosphere-consumer-a .kt-blocks-post-grid-item, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-b .kt-blocks-post-grid-item, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-c .kt-blocks-post-grid-item, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-d .kt-blocks-post-grid-item, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-a .kt-blocks-post-grid-item, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-b .kt-blocks-post-grid-item, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-c .kt-blocks-post-grid-item {
  position: relative;
  border-radius: 24px !important;
  overflow: visible;
  transition: box-shadow 0.2s;
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-a .kt-blocks-post-grid-item:hover, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-b .kt-blocks-post-grid-item:hover, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-c .kt-blocks-post-grid-item:hover, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-d .kt-blocks-post-grid-item:hover, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-a .kt-blocks-post-grid-item:hover, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-b .kt-blocks-post-grid-item:hover, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-c .kt-blocks-post-grid-item:hover {
  box-shadow: 0px 6px 30px 0px rgba(167, 167, 167, 0.3);
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-a .kt-blocks-post-grid-item:hover .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-b .kt-blocks-post-grid-item:hover .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-c .kt-blocks-post-grid-item:hover .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-d .kt-blocks-post-grid-item:hover .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-a .kt-blocks-post-grid-item:hover .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-b .kt-blocks-post-grid-item:hover .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-c .kt-blocks-post-grid-item:hover .entry-link-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-a .kt-blocks-post-grid-item .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-b .kt-blocks-post-grid-item .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-c .kt-blocks-post-grid-item .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-consumer-d .kt-blocks-post-grid-item .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-a .kt-blocks-post-grid-item .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-b .kt-blocks-post-grid-item .entry-link-overlay, .wp-block-kadence-postgrid.is-style-atmosphere-industrial-c .kt-blocks-post-grid-item .entry-link-overlay {
  display: block;
  position: absolute;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  opacity: 0;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 27px;
  border: 4px solid transparent;
  z-index: 1;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-a .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #CD3CFF 100%) border-box;
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-b .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #FC5D47 100%) border-box;
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-c .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #00D3BC 50%, #F5C700 100%) border-box;
}
.wp-block-kadence-postgrid.is-style-atmosphere-consumer-d .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #7AC8FC 50%, #00D3BC 100%) border-box;
}
.wp-block-kadence-postgrid.is-style-atmosphere-industrial-a .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #0000F2 100%) border-box;
}
.wp-block-kadence-postgrid.is-style-atmosphere-industrial-b .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #7AC8FC 0%, #0082FC 100%) border-box;
}
.wp-block-kadence-postgrid.is-style-atmosphere-industrial-c .kt-blocks-post-grid-item .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #A2B3D4 100%) border-box;
}

.wp-block-kadence-posts.is-style-atmosphere-consumer-a .entry.loop-entry, .wp-block-kadence-posts.is-style-atmosphere-consumer-b .entry.loop-entry, .wp-block-kadence-posts.is-style-atmosphere-consumer-c .entry.loop-entry, .wp-block-kadence-posts.is-style-atmosphere-consumer-d .entry.loop-entry, .wp-block-kadence-posts.is-style-atmosphere-industrial-a .entry.loop-entry, .wp-block-kadence-posts.is-style-atmosphere-industrial-b .entry.loop-entry, .wp-block-kadence-posts.is-style-atmosphere-industrial-c .entry.loop-entry {
  position: relative;
  border-radius: 24px !important;
  transition: box-shadow 0.2s;
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-a .entry.loop-entry:hover, .wp-block-kadence-posts.is-style-atmosphere-consumer-b .entry.loop-entry:hover, .wp-block-kadence-posts.is-style-atmosphere-consumer-c .entry.loop-entry:hover, .wp-block-kadence-posts.is-style-atmosphere-consumer-d .entry.loop-entry:hover, .wp-block-kadence-posts.is-style-atmosphere-industrial-a .entry.loop-entry:hover, .wp-block-kadence-posts.is-style-atmosphere-industrial-b .entry.loop-entry:hover, .wp-block-kadence-posts.is-style-atmosphere-industrial-c .entry.loop-entry:hover {
  box-shadow: 0px 6px 30px 0px rgba(167, 167, 167, 0.3);
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-a .entry.loop-entry:hover .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-consumer-b .entry.loop-entry:hover .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-consumer-c .entry.loop-entry:hover .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-consumer-d .entry.loop-entry:hover .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-industrial-a .entry.loop-entry:hover .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-industrial-b .entry.loop-entry:hover .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-industrial-c .entry.loop-entry:hover .entry-link-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-a .entry.loop-entry .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-consumer-b .entry.loop-entry .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-consumer-c .entry.loop-entry .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-consumer-d .entry.loop-entry .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-industrial-a .entry.loop-entry .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-industrial-b .entry.loop-entry .entry-link-overlay, .wp-block-kadence-posts.is-style-atmosphere-industrial-c .entry.loop-entry .entry-link-overlay {
  display: block;
  position: absolute;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  opacity: 0;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 27px;
  border: 4px solid transparent;
  z-index: 1;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-a .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #CD3CFF 100%) border-box;
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-b .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #FC5D47 100%) border-box;
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-c .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #00D3BC 50%, #F5C700 100%) border-box;
}
.wp-block-kadence-posts.is-style-atmosphere-consumer-d .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #7AC8FC 50%, #00D3BC 100%) border-box;
}
.wp-block-kadence-posts.is-style-atmosphere-industrial-a .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #0000F2 100%) border-box;
}
.wp-block-kadence-posts.is-style-atmosphere-industrial-b .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #7AC8FC 0%, #0082FC 100%) border-box;
}
.wp-block-kadence-posts.is-style-atmosphere-industrial-c .entry.loop-entry .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #A2B3D4 100%) border-box;
}

.kb-advanced-slider .kb-splide.splide--fade > .splide__track > .splide__list > .splide__slide {
  display: flex;
}
.kb-advanced-slider .kb-splide.splide--fade > .splide__track > .splide__list > .splide__slide > .kb-advanced-slide {
  width: 100%;
  display: flex;
}
.kb-splide.kb-slider-group-arrows .splide__arrows {
  gap: 8px;
}
.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow {
  width: 42px;
  height: 42px;
  border-radius: 1000px;
  opacity: 1;
  transition: background-color 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19869 9.41024L7.9058 10.1173L12.926 5.09712L7.9058 0.0769043L7.19869 0.784011L10.8452 4.4305L0.218872 4.4305L0.218872 5.4305L11.1784 5.4305L7.19869 9.41024Z'/%3E%3C/svg%3E");
  background-position: 48% 52%;
  background-repeat: no-repeat;
}
.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: scaleX(-1);
}
.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow svg {
  display: none;
}
.kb-splide.kb-slider-group-arrows.kt-carousel-arrowstyle-blackonlight .splide__arrows .splide__arrow, .kb-splide.kb-slider-group-arrows.kt-carousel-arrowstyle-outlineblack .splide__arrows .splide__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19869 9.41024L7.9058 10.1173L12.926 5.09712L7.9058 0.0769043L7.19869 0.784011L10.8452 4.4305L0.218872 4.4305L0.218872 5.4305L11.1784 5.4305L7.19869 9.41024Z'/%3E%3C/svg%3E");
}
.kb-splide.kb-slider-group-arrows.kt-carousel-arrowstyle-outlinewhite .splide__arrows .splide__arrow, .kb-splide.kb-slider-group-arrows.kt-carousel-arrowstyle-outlineblack .splide__arrows .splide__arrow {
  border: 1px solid var(--splide-nav-color);
}
.kb-splide.kb-slider-group-arrows.kt-carousel-arrowstyle-outlinewhite .splide__arrows .splide__arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.kb-splide.kb-slider-group-arrows.kt-carousel-arrowstyle-outlineblack .splide__arrows .splide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.wp-block-kadence-tabs.is-style-bordered-tab-titles .kt-tab-alignment-center .kt-tabs-title-list::before {
  left: calc(50% - var(--total-tab-width) / 2);
}
.wp-block-kadence-tabs.is-style-bordered-tab-titles .kt-tabs-title-list {
  --total-tab-width: 100%;
  margin-bottom: 40px;
  position: relative;
  padding: 10px;
  gap: 12px;
}
.wp-block-kadence-tabs.is-style-bordered-tab-titles .kt-tabs-title-list::before {
  content: "";
  display: block;
  width: var(--total-tab-width);
  height: 100%;
  position: absolute;
  z-index: 0;
  border: 1px solid #D6DFEE;
  border-radius: 28px;
  left: 0;
  top: 0;
}
.wp-block-kadence-tabs.is-style-bordered-tab-titles .kt-tabs-title-list li {
  position: relative;
  z-index: 1;
}
.wp-block-kadence-tabs.is-style-bordered-tab-titles .kt-tabs-title-list li a.kt-tab-title {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.kt-post-grid-layout-grid-wrap[data-child-count="2"] {
  max-width: 864px;
  margin: 0 auto;
}
.kt-post-grid-layout-grid-wrap[data-child-count="1"] {
  max-width: 417px;
  margin: 0 auto;
}

.kt-post-grid-layout-carousel-wrap {
  padding: 60px 29px;
  margin: -60px -29px;
  overflow: hidden;
}
.kt-post-grid-layout-carousel-wrap.kb-splide .splide__arrow--prev {
  left: 0;
}
.kt-post-grid-layout-carousel-wrap.kb-splide .splide__arrow--next {
  right: 0;
}
.kt-post-grid-layout-carousel-wrap.kb-splide .splide__track {
  overflow: visible;
}
.kt-post-grid-layout-carousel-wrap.kb-splide .splide__slide {
  display: flex;
}
.kt-post-grid-layout-carousel-wrap.kb-splide .splide__slide .kt-blocks-post-grid-item {
  width: 100%;
}
.kt-post-grid-layout-carousel-wrap.kb-splide .splide__pagination,
.kt-post-grid-layout-carousel-wrap.kb-splide ul.splide__pagination.splide__pagination {
  bottom: 20px;
}
.kt-post-grid-layout-carousel-wrap.kb-splide.kt-carousel-arrowstyle-whiteondark .splide__arrow, .kt-post-grid-layout-carousel-wrap.kb-splide.kt-carousel-arrowstyle-outlineblack .splide__arrow {
  background-color: transparent;
  border: none;
  width: 1.5em;
  color: #131313;
}
.kt-post-grid-layout-carousel-wrap.kb-splide.kt-carousel-arrowstyle-whiteondark .splide__arrow--prev, .kt-post-grid-layout-carousel-wrap.kb-splide.kt-carousel-arrowstyle-outlineblack .splide__arrow--prev {
  padding-right: 0.5em;
}
.kt-post-grid-layout-carousel-wrap.kb-splide.kt-carousel-arrowstyle-whiteondark .splide__arrow--next, .kt-post-grid-layout-carousel-wrap.kb-splide.kt-carousel-arrowstyle-outlineblack .splide__arrow--next {
  padding-left: 0.5em;
}

.kt-blocks-post-grid-item {
  background-color: #fff;
}
.kt-blocks-post-grid-item.type-event .kt-blocks-post-footer-left .kt-blocks-date {
  display: none;
}
.kt-blocks-post-grid-item .entry-author-type,
.kt-blocks-post-grid-item .entry-resource-type {
  display: flex;
  margin-bottom: 32px;
  min-height: 34px;
}
.kt-blocks-post-grid-item .entry-author-type span,
.kt-blocks-post-grid-item .entry-resource-type span {
  font-size: 12px;
  line-height: 1.5;
  background-color: rgba(228, 237, 253, 0.65);
  margin-right: 8px;
  padding: 8px 16px;
  border-radius: 100px;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer {
  padding-top: 32px;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left > .kt-blocks-post-footer-section {
  display: flex;
  margin-right: 0;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left > .kt-blocks-post-footer-section::after {
  content: "|";
  color: #D6DFEE;
  margin-right: 8px;
  margin-left: 8px;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left > .kt-blocks-post-footer-section:last-child::after {
  display: none;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-author-name span {
  display: flex;
  align-items: center;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-author-name span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='%230082FC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 1C5.99445 1 6.4778 1.14662 6.88893 1.42133C7.30005 1.69603 7.62048 2.08648 7.8097 2.54329C7.99892 3.00011 8.04843 3.50277 7.95196 3.98773C7.8555 4.47268 7.6174 4.91814 7.26777 5.26777C6.91814 5.6174 6.47268 5.8555 5.98773 5.95196C5.50277 6.04843 5.00011 5.99892 4.54329 5.8097C4.08648 5.62048 3.69603 5.30005 3.42133 4.88893C3.14662 4.4778 3 3.99445 3 3.5C3 2.83696 3.26339 2.20107 3.73223 1.73223C4.20107 1.26339 4.83696 1 5.5 1ZM5.5 0C4.80777 0 4.13108 0.205271 3.5555 0.589856C2.97993 0.974441 2.53133 1.52107 2.26642 2.16061C2.00152 2.80015 1.9322 3.50388 2.06725 4.18282C2.2023 4.86175 2.53564 5.48539 3.02513 5.97487C3.51461 6.46436 4.13825 6.7977 4.81718 6.93275C5.49612 7.0678 6.19985 6.99849 6.83939 6.73358C7.47893 6.46867 8.02556 6.02007 8.41014 5.4445C8.79473 4.86892 9 4.19223 9 3.5C9 2.57174 8.63125 1.6815 7.97487 1.02513C7.3185 0.368749 6.42826 0 5.5 0Z'/%3E%3Cpath d='M10.5 14H9.5V11.5C9.5 11.1717 9.43534 10.8466 9.3097 10.5433C9.18406 10.24 8.99991 9.96438 8.76777 9.73223C8.53562 9.50009 8.26002 9.31594 7.95671 9.1903C7.65339 9.06466 7.3283 9 7 9H4C3.33696 9 2.70107 9.26339 2.23223 9.73223C1.76339 10.2011 1.5 10.837 1.5 11.5V14H0.5V11.5C0.5 10.5717 0.868749 9.6815 1.52513 9.02513C2.1815 8.36875 3.07174 8 4 8H7C7.92826 8 8.8185 8.36875 9.47487 9.02513C10.1313 9.6815 10.5 10.5717 10.5 11.5V14Z'/%3E%3C/svg%3E");
  width: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -1px;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-date > time,
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-date > span,
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-event-date > time,
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-event-date > span {
  display: flex;
  align-items: center;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-date > time::before,
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-date > span::before,
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-event-date > time::before,
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-event-date > span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='%230082FC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1H9.5V0H8.5V1H4.5V0H3.5V1H1.5C0.95 1 0.5 1.45 0.5 2V12C0.5 12.55 0.95 13 1.5 13H11.5C12.05 13 12.5 12.55 12.5 12V2C12.5 1.45 12.05 1 11.5 1ZM11.5 12H1.5V5H11.5V12ZM11.5 4H1.5V2H3.5V3H4.5V2H8.5V3H9.5V2H11.5V4Z'/%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -1px;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-location span {
  display: flex;
  align-items: center;
}
.kt-blocks-post-grid-item .kt-blocks-post-footer-left .kt-blocks-location span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230082FC' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -1px;
}

.spec-embed h1.title,
.spec-embed h2.title,
.spec-embed h3.title,
.spec-embed h4.title,
.spec-embed h5.title,
.spec-embed h6.title {
  font-family: inherit !important;
}
.spec-embed ul, .spec-embed ol {
  font-size: 14px;
}
.spec-embed iframe {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
  display: block;
}
.spec-embed .site-body-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.spec-embed .site-body-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.spec-embed .site-body-row > .site-sidebar {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .spec-embed .site-body-row > .site-sidebar {
    width: 25%;
  }
}
.spec-embed .site-body-row > .site-content {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .spec-embed .site-body-row > .site-content {
    width: 75%;
  }
}
.spec-embed #toc-placeholder,
.spec-embed .site-sidebar {
  position: sticky;
  top: 60px;
  max-height: calc(100vh - 60px);
  overflow: auto;
}
body.admin-bar .spec-embed #toc-placeholder,
body.admin-bar .spec-embed .site-sidebar {
  top: 92px;
  max-height: calc(100vh - 60px - 32px);
}
.spec-embed #toc-placeholder ul,
.spec-embed .site-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.spec-embed #toc-placeholder ul li,
.spec-embed .site-sidebar ul li {
  margin-bottom: 10px;
}
.spec-embed #toc-placeholder ul li > a:hover, .spec-embed #toc-placeholder ul li.active > a, .spec-embed #toc-placeholder ul li.active-child > a,
.spec-embed .site-sidebar ul li > a:hover,
.spec-embed .site-sidebar ul li.active > a,
.spec-embed .site-sidebar ul li.active-child > a {
  color: #131313;
}
.spec-embed #toc-placeholder ul ul,
.spec-embed .site-sidebar ul ul {
  padding-left: 20px;
  font-size: 12px;
}
.spec-embed #toc-placeholder ul ul li,
.spec-embed .site-sidebar ul ul li {
  margin-bottom: 0;
  margin-top: 4px;
}
.spec-embed #toc-placeholder ul ul ul,
.spec-embed .site-sidebar ul ul ul {
  padding-left: 10px;
}
.spec-embed #toc-placeholder a,
.spec-embed .site-sidebar a {
  text-decoration: none;
  padding-left: 0 !important;
  font-size: inherit;
}
.spec-embed #toc-placeholder ul.toc > li.active > ul, .spec-embed #toc-placeholder ul.toc > li.active-child > ul,
.spec-embed .site-sidebar ul.toc > li.active > ul,
.spec-embed .site-sidebar ul.toc > li.active-child > ul {
  display: block;
}
.spec-embed #toc-placeholder ul.toc > li > ul,
.spec-embed .site-sidebar ul.toc > li > ul {
  display: none;
}
.spec-embed .table > :not(caption) > * > span {
  padding: 0;
}
.spec-embed .titlepage div.title h1, .spec-embed .titlepage div.title h2, .spec-embed .titlepage div.title h3, .spec-embed .titlepage div.title h4, .spec-embed .titlepage div.title h5, .spec-embed .titlepage div.title h6 {
  margin: 1.5em 0 0.5em;
}
.spec-embed .publication-title,
.spec-embed .toolbar,
.spec-embed #top-pager {
  display: none;
}
.spec-embed #bottom-pager {
  margin: 22px 0;
}
.spec-embed #bottom-pager .pager {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.spec-embed #bottom-pager .pager li.next {
  flex-grow: 1;
  text-align: right;
}
.spec-embed #bottom-pager .pager li > a,
.spec-embed #bottom-pager .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  transition: all 0.15s ease-out;
  color: #0082FC;
  font-weight: bold;
  text-decoration: none;
}
.spec-embed #bottom-pager .pager li > a:hover,
.spec-embed #bottom-pager .pager li > span:hover {
  background-color: #63a4ff;
  color: #fff;
}
.spec-embed br.table.table-responsive-break + br,
.spec-embed br.hidethislabel-break + br {
  display: none !important;
}
.spec-embed .informaltable {
  margin-bottom: 1.2em;
}
.spec-embed .informaltable > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.spec-embed dl.variablelist dt {
  float: left;
  width: 6.5%;
}
.spec-embed dl.variablelist dd {
  float: left;
  width: 93.5%;
  margin: 0;
}
.spec-embed dl.variablelist dd p {
  margin-bottom: 1rem;
}
.spec-embed .appendix > h1,
.spec-embed .appendix > h2 {
  margin: 1.5em 0 0.5em;
}
.spec-embed .frame-void td {
  border: none;
}
.spec-embed .literallayout br + br {
  display: none !important;
}

.spec-embed-description .abstract-title {
  display: none;
}

.modal-header .btn-close:hover {
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
}

.has-download-file {
  position: relative;
}
.has-download-file:hover .download-link, .has-download-file.chart .download-link {
  opacity: 0.4;
}
.has-download-file.exporting {
  position: absolute;
  left: -1000vw;
  width: 600px;
  padding: 40px;
  margin-bottom: 0;
}
.has-download-file.exporting.chart {
  width: 1000px;
}
.has-download-file.exporting.chart svg + video,
.has-download-file.exporting.chart img + video {
  display: none;
}
.has-download-file.exporting.chart .download-source {
  display: none;
}
.has-download-file.exporting .download-link {
  display: none;
}
.has-download-file.exporting .download-source {
  display: flex;
}
.has-download-file.exporting .statistic > .number {
  transform: translateY(0.18em);
}
.has-download-file.exporting .stat.percent .statistic {
  transform: translateY(0.18em);
}
.has-download-file.exporting .stat.percent .statistic > .number {
  transform: none;
}
.has-download-file.exporting .inline-data-source {
  display: none;
}
.has-download-file.exporting .kb-count-up-number {
  background-image: none;
  -webkit-text-fill-color: #0082FC;
}
.has-download-file.stat .download-link {
  padding-bottom: 0;
}
.has-download-file .download-link {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.2s;
  padding-bottom: 6px;
}
.has-download-file .download-link:hover {
  opacity: 1;
}
.has-download-file .download-link .icon {
  line-height: 1;
  font-size: 16px;
  display: block;
  margin-right: 6px;
}
.has-download-file .download-link .icon::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-cloud-arrow-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.has-download-file .download-source {
  font-size: 12px;
  font-style: italic;
  margin: 0;
  display: flex;
  display: none;
  background-repeat: no-repeat;
  min-height: 20px;
  justify-content: flex-end;
  text-align: left;
  margin-top: 10px;
}
.has-download-file .download-source .logo {
  display: block;
  width: 14.74px;
  height: 20px;
  align-self: center;
}
.has-download-file .download-source .text {
  border-left: 1px solid #ccc;
  display: block;
  margin-left: 8px;
  padding-left: 8px;
}
.has-download-file.chart .download-source {
  justify-content: center;
}
.has-download-file svg {
  display: block;
}
.has-download-file img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.site-footer-wrap {
  position: relative;
  margin-top: 300px;
}
@media (max-width: 767px) {
  .site-footer-wrap {
    margin-top: 150px;
  }
}

.footer-bg {
  position: absolute;
  overflow: hidden;
  z-index: -1000;
  left: 0;
  width: 100%;
  top: -1000px;
  bottom: 0;
}
.footer-bg .footer-bg-inner {
  position: absolute;
  left: calc(50% - 720px);
  top: 450px;
  width: 1440px;
}
.footer-bg .layer {
  position: absolute;
}
.footer-bg .layer-1 {
  width: 1234.13px;
  height: 655.46px;
  left: -98.27px;
  top: 346.59px;
  background: #0082FC;
  opacity: 0.6;
  filter: blur(206px);
  border-radius: 50%;
}
.footer-bg .layer-2 {
  width: 823.47px;
  height: 655.46px;
  left: -370.27px;
  top: 473.95px;
  background: #0082FC;
  opacity: 0.6;
  filter: blur(206px);
  border-radius: 50%;
}
.footer-bg .layer-3 {
  width: 823.47px;
  height: 655.46px;
  left: -370.27px;
  top: 473.95px;
  background: #0000F2;
  opacity: 0.6;
  filter: blur(206px);
  border-radius: 50%;
}
.footer-bg .layer-4 {
  width: 1320px;
  height: 714px;
  left: 483px;
  top: 688.64px;
  background: #0082FC;
  filter: blur(75px);
  transform: rotate(-15deg);
  border-radius: 50%;
}
.footer-bg .layer-5 {
  width: 1320px;
  height: 714px;
  left: -246px;
  top: 739px;
  background: #0082FC;
  filter: blur(75px);
  border-radius: 50%;
}
.footer-bg .layer-6 {
  width: 1320px;
  height: 714px;
  left: 483px;
  top: 551.64px;
  background: #0082FC;
  filter: blur(75px);
  transform: rotate(-15deg);
  border-radius: 50%;
}
.footer-bg .layer-7 {
  width: 1320px;
  height: 714px;
  left: -246px;
  top: 602px;
  background: #0082FC;
  filter: blur(75px);
  border-radius: 50%;
}
.footer-bg .layer-8 {
  width: 786.13px;
  height: 279.33px;
  left: 180.13px;
  top: 653.09px;
  background: #0000F2;
  opacity: 0.3;
  filter: blur(106px);
  border-radius: 50%;
}
.footer-bg .layer-9 {
  width: 321.78px;
  height: 92.54px;
  left: 774.27px;
  top: 813.47px;
  background: #0000F2;
  opacity: 0.6;
  filter: blur(106px);
  transform: matrix(0.82, -0.57, 0.74, 0.67, 0, 0);
  border-radius: 50%;
}
.footer-bg .layer-10 {
  z-index: -1;
  width: 100000px;
  left: calc(50% - 50000px);
  top: 340px;
  height: 100000px;
  background: linear-gradient(180deg, transparent 0%, var(--global-palette1) 0.8%);
}

#colophon .footer-navigation .footer-menu-container {
  margin: -20px;
  line-height: 1.4;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  #colophon .footer-navigation .footer-menu-container > ul {
    display: block;
  }
}
#colophon .footer-navigation .footer-menu-container > ul ul {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  margin-top: 20px;
}
#colophon .footer-navigation .footer-menu-container > ul ul li {
  margin-top: 13px;
}
#colophon .footer-navigation .footer-menu-container > ul li a,
#colophon .footer-navigation .footer-menu-container > ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.8);
  display: inline;
  padding: 0;
}
#colophon .footer-navigation .footer-menu-container > ul li a:hover,
#colophon .footer-navigation .footer-menu-container > ul li.current-menu-item a:hover {
  color: #fff;
}
#colophon .footer-navigation .footer-menu-container > ul > li {
  width: 220px;
  padding: 20px;
}
@media (max-width: 767px) {
  #colophon .footer-navigation .footer-menu-container > ul > li {
    width: 100%;
  }
}
#colophon .footer-navigation .footer-menu-container > ul > li > a, #colophon .footer-navigation .footer-menu-container > ul > li.current-menu-item > a {
  color: #fff;
}

.site-bottom-footer-inner-wrap {
  padding-bottom: 50px;
}

#colophon .site-info-inner {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #colophon .site-info-inner {
    display: block;
  }
}
#colophon .site-info-inner .footer-logo {
  order: 2;
  flex-grow: 1;
  margin-left: 30px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #colophon .site-info-inner .footer-logo {
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }
}
#colophon .site-info-inner .footer-logo .footer-logo-inner {
  width: 192px;
}
#colophon .site-info-inner .footer-logo a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 24.4791666667%;
}
#colophon .site-info-inner .footer-logo svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#colophon .site-info-inner .footer-logo svg .letter,
#colophon .site-info-inner .footer-logo svg .oval {
  fill: #fff;
}
#colophon .site-info-inner .footer-logo svg .symbol {
  fill: transparent;
}
#colophon .site-info-inner .footer-html {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 12px;
}

body {
  --site-header-overlap: 100px;
  --site-header-bg-gradient: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .75) 30%, transparent 100%);
}

#masthead {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  position: sticky;
  top: 0;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
body.admin-bar #masthead {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #masthead {
    top: 46px;
  }
}
body.hidden-site-header #masthead {
  transform: translateY(-100%);
}

body.site-header-dark,
body.site-header-blue {
  --site-header-bg-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .75) 30%, transparent 100%);
}
body.site-header-dark .site-main-header-wrap,
body.site-header-blue .site-main-header-wrap {
  --link-color: rgba(255, 255, 255, .8);
  --link-hover-color: #fff;
}
body.site-header-dark .site-branding a.brand svg .symbol, body.site-header-dark .site-branding a.brand svg .letter,
body.site-header-blue .site-branding a.brand svg .symbol,
body.site-header-blue .site-branding a.brand svg .letter {
  fill: #fff;
}
body.site-header-dark .site-branding a.brand svg .oval,
body.site-header-blue .site-branding a.brand svg .oval {
  fill: #0082FC;
}
body.site-header-dark .site-main-header-dropdown,
body.site-header-blue .site-main-header-dropdown {
  --border-color: var(--kbt-slate-900);
  --bg-color: var(--kbt-black);
  --link-color: rgba(255, 255, 255, .8);
  --link-hover-color: #fff;
  --box-shadow: 0 10px 40px rgba(0, 0, 0, .6);
  --heading-color: #fff;
  --link-active-bg: rgba(255, 255, 255, 0.05);
  --divider-color: var(--kbt-slate-900);
}
body.site-header-dark .mobile-toggle-open-container .menu-toggle-open::before,
body.site-header-blue .mobile-toggle-open-container .menu-toggle-open::before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='18' viewBox='0 0 32 18' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 1.92822H0.433594V0.928223H31.4998V1.92822Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 10.0513H0.433594V9.05127H31.4998V10.0513Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 17.5718L15.9667 17.5718V16.5718L31.4998 16.5718V17.5718Z'/%3E%3C/svg%3E");
}

body.site-header-dark #wrapper::before {
  background-color: var(--kbt-blue);
}
body.site-header-dark .site-top-header-wrap {
  background-color: var(--kbt-blue);
  --link-color: rgba(255, 255, 255, .8);
  --link-hover-color: #fff;
}
body.site-header-dark .site-header-item .country-selector.weglot-dropdown .wgcurrent,
body.site-header-dark .site-header-item .dark-mode-toggle label .toggle-switch {
  background-color: rgba(0, 0, 0, 0.3);
}
body.site-header-dark .site-header-item .dark-mode-toggle label {
  color: #fff;
}
body.site-header-dark .site-header-item .dark-mode-toggle label .toggle-switch .slider {
  background-color: #478dcf;
}
body.site-header-dark .site-main-header-wrap::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5));
}

body.site-header-blue {
  --site-header-bg-gradient: linear-gradient(to bottom, rgba(0, 130, 252, 1) 0%, rgba(0, 130, 252, .75) 30%, transparent 100%);
}
body.site-header-blue .site-main-header-wrap::before {
  background-image: linear-gradient(to bottom, rgba(0, 130, 252, 0.75), rgba(0, 130, 252, 0.5));
}
body.site-header-blue .site-branding a.brand svg .letter, body.site-header-blue .site-branding a.brand svg .oval {
  fill: #FFF;
}
body.site-header-blue .site-branding a.brand svg .symbol {
  fill: none;
}

#wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46px;
  background-color: var(--kbt-slate-300);
  z-index: 5;
}
@media (max-width: 1024px) {
  #wrapper::before {
    display: none;
  }
}

.site-top-header-wrap {
  background-color: var(--kbt-slate-300);
  font-size: 12px;
  line-height: 1.2;
  --link-color: var(--kbt-slate-800);
  --link-hover-color: var(--kbt-blue);
  pointer-events: all;
}

.site-top-header-inner-wrap {
  min-height: 46px;
}

.site-main-header-wrap {
  background-color: transparent;
  font-size: 14px;
  line-height: 1.2;
  --link-color: var(--kbt-black);
  --link-hover-color: var(--kbt-blue);
  position: relative;
  min-height: 100px;
}
.site-main-header-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.5));
  opacity: 0;
  transition: height 0.2s ease-out, opacity 0.5s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body.mini-site-header .site-main-header-wrap::before {
  opacity: 1;
  height: 60px;
}
.site-main-header-wrap > .site-header-row-container-inner {
  position: relative;
  pointer-events: all;
}

.site-main-header-inner-wrap {
  min-height: 100px;
  position: relative;
  transition: min-height 0.2s ease-out;
}
body.mini-site-header .site-main-header-inner-wrap {
  min-height: 60px;
}

.site-header-top-section-left .site-header-item:first-child .header-account-wrap,
.site-header-top-section-left .site-header-item:first-child .header-account-in-wrap {
  margin-left: -11px;
}

.site-header-top-section-right {
  margin-right: -8px;
}

.site-header-item .header-account-wrap,
.site-header-item .header-account-in-wrap {
  align-self: stretch;
  display: flex;
}
.site-header-item .header-account-wrap .header-account-button,
.site-header-item .header-account-in-wrap .header-account-button {
  display: flex;
  align-items: center;
  color: var(--link-color);
  padding: 13px 11px;
}
.site-header-item .header-account-wrap .header-account-button:hover,
.site-header-item .header-account-in-wrap .header-account-button:hover {
  color: var(--link-hover-color);
}
.site-header-item .header-account-wrap .header-account-button .nav-drop-title-wrap,
.site-header-item .header-account-in-wrap .header-account-button .nav-drop-title-wrap {
  padding-right: 0;
}
.site-header-item .header-account-wrap .header-account-button .header-account-label,
.site-header-item .header-account-in-wrap .header-account-button .header-account-label {
  padding-left: 8px;
}
.site-header-item .header-account-wrap .header-account-button .dropdown-nav-toggle,
.site-header-item .header-account-in-wrap .header-account-button .dropdown-nav-toggle {
  display: none;
}
.site-header-item .header-account-wrap .menu,
.site-header-item .header-account-in-wrap .menu {
  align-items: stretch;
}
.site-header-item .header-account-wrap .menu > li,
.site-header-item .header-account-in-wrap .menu > li {
  display: flex;
}
.site-header-item .header-account-wrap .menu > li.active > a,
.site-header-item .header-account-in-wrap .menu > li.active > a {
  color: var(--link-hover-color);
}
.site-header-item .header-account-wrap .menu > li.active > ul.sub-menu,
.site-header-item .header-account-in-wrap .menu > li.active > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: none;
}
.site-header-item .header-account-wrap ul ul.sub-menu,
.site-header-item .header-account-in-wrap ul ul.sub-menu {
  top: calc(100% + 4px);
  left: -2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 8px 0;
  transition: opacity 0.2s, visibility 0s 0.2s, transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  display: block;
}
.site-header-item .header-account-wrap ul ul.sub-menu::before,
.site-header-item .header-account-in-wrap ul ul.sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  height: 4px;
  width: 100%;
}
.site-header-item .header-account-wrap ul ul.sub-menu li.menu-item,
.site-header-item .header-account-in-wrap ul ul.sub-menu li.menu-item {
  border: none;
}
.site-header-item .header-account-wrap ul ul.sub-menu li.menu-item:hover > a, .site-header-item .header-account-wrap ul ul.sub-menu li.menu-item.current-menu-item:hover > a,
.site-header-item .header-account-in-wrap ul ul.sub-menu li.menu-item:hover > a,
.site-header-item .header-account-in-wrap ul ul.sub-menu li.menu-item.current-menu-item:hover > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header-item .header-account-wrap ul ul.sub-menu li.menu-item.current-menu-item > a,
.site-header-item .header-account-in-wrap ul ul.sub-menu li.menu-item.current-menu-item > a {
  background-color: transparent;
}
.site-header-item .header-account-wrap ul ul.sub-menu li.menu-item > a,
.site-header-item .header-account-in-wrap ul ul.sub-menu li.menu-item > a {
  padding: 7px 14px;
  color: rgba(255, 255, 255, 0.8);
}
.site-header-item .header-account-wrap ul ul.sub-menu .dropdown-nav-toggle,
.site-header-item .header-account-in-wrap ul ul.sub-menu .dropdown-nav-toggle {
  right: 0;
}
.site-header-item .header-account-wrap ul ul li:hover > ul,
.site-header-item .header-account-in-wrap ul ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: none;
}
.site-header-item .header-account-wrap ul ul ul.sub-menu,
.site-header-item .header-account-in-wrap ul ul ul.sub-menu {
  top: -8px;
  left: calc(100% + 4px);
}
.site-header-item .header-account-wrap ul ul ul.sub-menu::before,
.site-header-item .header-account-in-wrap ul ul ul.sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  left: -4px;
  top: 0;
  height: 100%;
  width: 4px;
}

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

.secondary-navigation .secondary-menu-container {
  align-self: stretch;
}
.secondary-navigation .secondary-menu-container > ul {
  align-items: stretch;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item {
  display: flex;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item:hover > a,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item:hover > a {
  color: var(--link-hover-color);
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item.active > a,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item.active > a {
  color: var(--link-hover-color);
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item.active > ul.sub-menu,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item.active > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: none;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item > a {
  display: flex;
  align-items: center;
  padding: 13px 11px;
  color: var(--link-color);
  cursor: pointer;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a .nav-drop-title-wrap,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item > a .nav-drop-title-wrap {
  padding-right: 0;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a .dropdown-nav-toggle,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item > a .dropdown-nav-toggle {
  display: none;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > .dropdown-nav-special-toggle,
.secondary-navigation .secondary-menu-container > ul > li.menu-item.current-menu-item > .dropdown-nav-special-toggle {
  display: none;
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu {
  top: calc(100% + 4px);
  left: -2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 8px 0;
  transition: opacity 0.2s, visibility 0s 0.2s, transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  display: block;
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  height: 4px;
  width: 100%;
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu li.menu-item {
  border: none;
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu li.menu-item:hover > a, .secondary-navigation .secondary-menu-container ul ul.sub-menu li.menu-item.current-menu-item:hover > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu li.menu-item.current-menu-item > a {
  background-color: transparent;
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu li.menu-item > a {
  padding: 7px 14px;
  color: rgba(255, 255, 255, 0.8);
}
.secondary-navigation .secondary-menu-container ul ul.sub-menu .dropdown-nav-toggle {
  right: 0;
}
.secondary-navigation .secondary-menu-container ul ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: none;
}
.secondary-navigation .secondary-menu-container ul ul ul.sub-menu {
  top: -8px;
  left: calc(100% + 4px);
}
.secondary-navigation .secondary-menu-container ul ul ul.sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  left: -4px;
  top: 0;
  height: 100%;
  width: 4px;
}

.site-header-item .country-selector.weglot-dropdown,
#mobile-drawer .country-selector.weglot-dropdown {
  background-color: transparent;
  margin-right: 10px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.site-header-item .country-selector.weglot-dropdown .wgcurrent,
#mobile-drawer .country-selector.weglot-dropdown .wgcurrent {
  border: none;
  background-color: rgba(19, 19, 19, 0.05);
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
}
.site-header-item .country-selector.weglot-dropdown .wgcurrent:hover .icon,
#mobile-drawer .country-selector.weglot-dropdown .wgcurrent:hover .icon {
  fill: var(--link-hover-color);
}
.site-header-item .country-selector.weglot-dropdown .wgcurrent::after,
#mobile-drawer .country-selector.weglot-dropdown .wgcurrent::after {
  display: none;
}
.site-header-item .country-selector.weglot-dropdown .wgcurrent .icon,
#mobile-drawer .country-selector.weglot-dropdown .wgcurrent .icon {
  fill: var(--link-color);
  display: block;
}
.site-header-item .country-selector.weglot-dropdown .wgcurrent .wglanguage-name,
#mobile-drawer .country-selector.weglot-dropdown .wgcurrent .wglanguage-name {
  display: none;
}
.site-header-item .country-selector.weglot-dropdown ul,
#mobile-drawer .country-selector.weglot-dropdown ul {
  display: block;
  top: calc(100% + 4px);
  left: -10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 8px 0;
  transition: opacity 0.2s, visibility 0s 0.2s, transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
}
.site-header-item .country-selector.weglot-dropdown ul a,
#mobile-drawer .country-selector.weglot-dropdown ul a {
  line-height: 1.2;
  font-size: inherit;
  padding: 7px 14px;
  height: auto;
  color: rgba(255, 255, 255, 0.8);
}
.site-header-item .country-selector.weglot-dropdown ul a:hover,
#mobile-drawer .country-selector.weglot-dropdown ul a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header-item .country-selector.weglot-dropdown input:checked ~ ul,
#mobile-drawer .country-selector.weglot-dropdown input:checked ~ ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: none;
}

.site-header-item .dark-mode-toggle {
  margin-right: 6px;
  margin-left: 4px;
}
.site-header-item .dark-mode-toggle input[type=checkbox] {
  display: none;
}
.site-header-item .dark-mode-toggle input[type=checkbox]:checked + label .toggle-switch .slider {
  left: 12px;
}
.site-header-item .dark-mode-toggle input[type=checkbox]:checked + label .toggle-switch .slider .icon.sun {
  opacity: 0;
}
.site-header-item .dark-mode-toggle input[type=checkbox]:checked + label .toggle-switch .slider .icon.moon {
  opacity: 1;
}
.site-header-item .dark-mode-toggle label {
  cursor: pointer;
  display: block;
  color: var(--link-color);
  transition: color 0.2s;
}
.site-header-item .dark-mode-toggle label .toggle-switch {
  display: block;
  width: 30px;
  height: 20px;
  background-color: rgba(19, 19, 19, 0.05);
  border-radius: 10px;
  position: relative;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}
.site-header-item .dark-mode-toggle label .toggle-switch .slider {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: left 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}
.site-header-item .dark-mode-toggle label .toggle-switch .slider .icon {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: opacity 0.2s, fill 0.2s;
}
.site-header-item .dark-mode-toggle label .toggle-switch .slider .icon.moon {
  opacity: 0;
}

.search-toggle-open-container .search-toggle-open {
  color: var(--link-color);
  padding: 8px;
}
.search-toggle-open-container .search-toggle-open:hover, .search-toggle-open-container .search-toggle-open:focus {
  color: var(--link-hover-color);
}
.site-main-header-wrap .search-toggle-open-container {
  margin-left: 6px;
  margin-right: -38px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s 0.2s, margin-right 0.2s ease-out;
}
.site-main-header-wrap .search-toggle-open-container button {
  font-size: 16px;
}

.site-branding a.brand {
  display: flex;
  gap: 14px;
  align-items: center;
}
.site-branding a.brand svg {
  display: block;
  width: 192px;
  height: 47px;
  transition: width 0.2s ease-out, height 0.2s ease-out;
}
body.mini-site-header .site-branding a.brand svg {
  width: 130px;
  height: 31px;
}
.site-branding a.brand svg path {
  transition: fill 0.2s;
}
.site-branding a.brand .site-title {
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 767px) {
  .site-branding a.brand .site-title {
    font-size: 16px;
  }
}
.site-branding.small-logo a.brand svg {
  width: 35px;
}
body.mini-site-header .site-branding.small-logo a.brand svg {
  width: 23px;
}
.site-branding.custom-logo a.brand img {
  transition: width 0.2s ease-out, height 0.2s ease-out;
  width: var(--base-w);
  height: var(--base-h);
}
body.mini-site-header .site-branding.custom-logo a.brand img {
  width: calc(var(--base-w) * 0.66667);
  height: calc(var(--base-h) * 0.66667);
}

.main-navigation .primary-menu-container > ul {
  justify-content: flex-end;
}
.main-navigation .primary-menu-container > ul > li.menu-item:hover > a, .main-navigation .primary-menu-container > ul > li.menu-item.active > a,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item:hover > a,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item.active > a {
  color: var(--link-hover-color);
}
.main-navigation .primary-menu-container > ul > li.menu-item > a,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  color: var(--link-color);
  padding: 8px 16px;
  cursor: pointer;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a .nav-drop-title-wrap,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a .nav-drop-title-wrap {
  padding-right: 0;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a .dropdown-nav-toggle,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a .dropdown-nav-toggle {
  display: none;
}
.main-navigation .primary-menu-container > ul > li.menu-item > .dropdown-nav-special-toggle,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > .dropdown-nav-special-toggle {
  display: none;
}
.main-navigation .primary-menu-container > ul ul {
  display: none !important;
}

#main-header .header-button {
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--link-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#main-header .header-button:hover {
  color: var(--link-hover-color);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.2);
}

.site-main-header-dropdown {
  --panel-width: 200px;
  --panel-height: auto;
  --offset: 0;
  --caret-offset: 100px;
  --border-color: #fff;
  --bg-color: #fff;
  --box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
  --heading-color: var(--kbt-blue);
  --link-color: var(--kbt-slate-800);
  --link-hover-color: var(--kbt-blue);
  --link-active-bg: #E4EDFD;
  --divider-color: #e9e9e9;
  position: absolute;
  left: var(--offset);
  top: calc(100% - 10px);
  opacity: 0;
  border-radius: 16px;
  visibility: hidden;
  transform: translateY(10px), top 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s, visibility 0s 0.2s;
  box-shadow: var(--box-shadow);
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  width: var(--panel-width);
  height: calc(var(--panel-height) + 2px);
}
@media (max-width: 1024px) {
  .site-main-header-dropdown {
    display: block;
  }
}
body.mini-site-header .site-main-header-dropdown {
  top: calc(100% + 4px);
}
body.main-navigation-open .site-main-header-dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: transform 0.2s ease-out, opacity 0.2s, visibility 0s, left 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out;
}
.site-main-header-dropdown.panels-active-2 {
  width: calc(var(--panel-width) * 2);
}
.site-main-header-dropdown.panels-active-3 {
  width: calc(var(--panel-width) * 3);
}
.site-main-header-dropdown > .caret {
  position: absolute;
  left: calc(var(--caret-offset) - 12px);
  top: -12px;
  border: 12px solid transparent;
  border-top-width: 0;
  border-bottom-color: var(--bg-color);
}
body.main-navigation-open .site-main-header-dropdown > .caret {
  transition: left 0.2s ease-out;
}
.site-main-header-dropdown > .caret::before {
  content: "";
  position: absolute;
  left: -13px;
  top: -1px;
  border: 13px solid transparent;
  z-index: -1;
  border-top-width: 0;
  border-bottom-color: var(--border-color);
}
.site-main-header-dropdown > .inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.main-navigation-open .site-main-header-dropdown > .inner {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: height 0.2s ease-out, width 0.2s ease-out;
}
.site-main-header-dropdown .panel-container {
  width: calc(var(--panel-width) - 0px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  position: absolute;
  left: 0;
  top: 0;
}
.site-main-header-dropdown .panel-container.active {
  opacity: 1;
  visibility: inherit;
  transform: none;
}
body.main-navigation-open .site-main-header-dropdown .panel-container.panel-container-2, body.main-navigation-open .site-main-header-dropdown .panel-container.panel-container-3 {
  transition: opacity 0.2s, visibility 0s 0.2s, transform 0.2s ease-out;
}
body.main-navigation-open .site-main-header-dropdown .panel-container.panel-container-2.active, body.main-navigation-open .site-main-header-dropdown .panel-container.panel-container-3.active {
  transition-delay: 0s;
}
.site-main-header-dropdown .panel-container.panel-container-2::before, .site-main-header-dropdown .panel-container.panel-container-3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  border-left: 1px solid var(--divider-color);
}
.site-main-header-dropdown .panel-container.panel-container-2 {
  left: calc(var(--panel-width) * 1 - 1px);
}
.site-main-header-dropdown .panel-container.panel-container-3 {
  left: calc(var(--panel-width) * 2 - 1px);
}
.site-main-header-dropdown .panel {
  padding: 40px 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
body.main-navigation-open .site-main-header-dropdown .panel {
  transition: opacity 0.2s;
}
.site-main-header-dropdown .panel.active {
  opacity: 1;
}
.site-main-header-dropdown .panel h3 {
  color: var(--heading-color);
  font-family: "Montagu Slab", serif;
  font-weight: 500;
}
.site-main-header-dropdown .panel h3 a {
  color: inherit;
}
.site-main-header-dropdown .panel h3 a .dropdown-nav-toggle {
  display: none;
}
.site-main-header-dropdown .panel ul {
  list-style: none;
  margin: 20px -16px -10px;
  padding: 0;
  font-size: 16px;
}
.site-main-header-dropdown .panel ul ul {
  display: none;
}
.site-main-header-dropdown .panel ul .dropdown-nav-special-toggle {
  display: none;
}
.site-main-header-dropdown .panel ul li:hover > a, .site-main-header-dropdown .panel ul li.active > a {
  color: var(--link-hover-color);
}
.site-main-header-dropdown .panel ul li.active > a {
  background-color: var(--link-active-bg);
}
.site-main-header-dropdown .panel ul li.menu-item-has-children > a {
  padding-right: 36px;
}
.site-main-header-dropdown .panel ul li.restricted > a::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='%23aaa' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.09524 12.1905C6.93333 12.1905 7.61905 11.5048 7.61905 10.6667C7.61905 9.82857 6.93333 9.14286 6.09524 9.14286C5.25714 9.14286 4.57143 9.82857 4.57143 10.6667C4.57143 11.5048 5.25714 12.1905 6.09524 12.1905ZM10.6667 5.33333H9.90476V3.80952C9.90476 1.70667 8.19809 0 6.09524 0C3.99238 0 2.28571 1.70667 2.28571 3.80952V5.33333H1.52381C0.685714 5.33333 0 6.01905 0 6.85714V14.4762C0 15.3143 0.685714 16 1.52381 16H10.6667C11.5048 16 12.1905 15.3143 12.1905 14.4762V6.85714C12.1905 6.01905 11.5048 5.33333 10.6667 5.33333ZM3.73333 3.80952C3.73333 2.50667 4.79238 1.44762 6.09524 1.44762C7.39809 1.44762 8.45714 2.50667 8.45714 3.80952V5.33333H3.73333V3.80952ZM10.6667 14.4762H1.52381V6.85714H10.6667V14.4762Z'/%3E%3C/svg%3E");
  width: 13px;
  height: 16px;
  margin-left: 0.6em;
  vertical-align: top;
  opacity: 0.8;
}
.site-main-header-dropdown .panel ul a {
  text-decoration: none;
  color: var(--link-color);
  padding: 10px 16px;
  display: block;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.site-main-header-dropdown .panel ul a .nav-drop-title-wrap {
  position: static;
  padding-right: 0;
  display: inline;
}
.site-main-header-dropdown .panel ul a .dropdown-nav-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: block;
}
.site-main-header-dropdown .panel ul a .dropdown-nav-toggle .kadence-svg-iconset,
.site-main-header-dropdown .panel ul a .dropdown-nav-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-main-header-dropdown .panel ul a .dropdown-nav-toggle svg {
  top: 0;
  transform: rotate(-90deg);
}

.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-open:focus {
  padding: 10px;
}
.mobile-toggle-open-container .menu-toggle-open {
  margin-right: -10px;
}
.mobile-toggle-open-container .menu-toggle-open::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='18' viewBox='0 0 32 18' fill='%23131313' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 1.92822H0.433594V0.928223H31.4998V1.92822Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 10.0513H0.433594V9.05127H31.4998V10.0513Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 17.5718L15.9667 17.5718V16.5718L31.4998 16.5718V17.5718Z'/%3E%3C/svg%3E");
  width: 32px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile-toggle-open-container .menu-toggle-open .kadence-svg-iconset {
  display: none;
}

.entry-content.single-content > .kbt-slider.alignfull:first-child > .acf-innerblocks-container.bg::before,
.entry-content.single-content > .kb-row-layout-wrap:first-child::before,
#inner-wrap > .kbt-slider.alignfull:first-child > .acf-innerblocks-container.bg::before,
#inner-wrap > .kb-row-layout-wrap:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-image: var(--site-header-bg-gradient);
  z-index: 1;
}
.entry-content.single-content > .kbt-slider.alignfull:first-child > .acf-innerblocks-container.bg,
#inner-wrap > .kbt-slider.alignfull:first-child > .acf-innerblocks-container.bg {
  position: absolute;
  top: calc(var(--site-header-overlap) * -1);
  height: calc(100% + var(--site-header-overlap));
}
.entry-content.single-content > .kbt-slider.alignfull:first-child > .acf-innerblocks-container.fg,
#inner-wrap > .kbt-slider.alignfull:first-child > .acf-innerblocks-container.fg {
  padding-top: calc(var(--slide-padding) * 0.25);
}
.entry-content.single-content > .kb-row-layout-wrap:first-child,
#inner-wrap > .kb-row-layout-wrap:first-child {
  margin-top: calc(var(--site-header-overlap) * -1);
  padding-top: calc(var(--site-header-overlap) * 1);
}

#mobile-drawer {
  --bg-color: #fff;
  --link-color: var(--global-palette5);
  --link-hover-color: var(--global-palette1);
}
#mobile-drawer .drawer-inner {
  background-color: var(--bg-color);
  color: var(--link-color);
  position: fixed;
}
#mobile-drawer .drawer-header {
  height: 60px;
  padding: 0 var(--global-content-edge-padding);
  align-items: center;
  border-bottom: 1px solid #ECECEC;
}
#mobile-drawer .drawer-header .menu-toggle-close {
  padding: 10px;
  margin-right: -10px;
  width: auto;
  height: auto;
}
#mobile-drawer .drawer-header .menu-toggle-close::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='18' viewBox='0 0 32 18' fill='%23131313' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.4998 10.0513H0.433594V9.05127H31.4998V10.0513Z'/%3E%3C/svg%3E");
  width: 32px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#mobile-drawer .drawer-header .menu-toggle-close .toggle-close-bar {
  display: none;
}
#mobile-drawer .drawer-header-branding {
  margin-right: 10px;
  width: 130px;
}
#mobile-drawer .drawer-header-branding a.brand {
  display: block;
  position: relative;
  height: 0;
  padding-top: 24.4791666667%;
}
#mobile-drawer .drawer-header-branding a.brand svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mobile-drawer .drawer-header-branding a.brand svg path {
  transition: fill 0.2s;
}
#mobile-drawer .drawer-header-buttons {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mobile-drawer .drawer-header-buttons .search-toggle-open-container {
  margin-right: 10px;
}
#mobile-drawer .drawer-header-buttons .search-toggle-open-container button {
  font-size: 16px;
  padding: 4px;
}
#mobile-drawer .drawer-content {
  height: calc(100% - 60px);
  overflow: auto;
  padding: 0;
  position: relative;
}
#mobile-drawer .drawer-content-panel {
  position: absolute;
  height: calc(100% - 60px);
  width: 100%;
  left: 0;
  top: 60px;
  background-color: var(--bg-color);
  opacity: 0;
  transition: opacity 0.2s;
}
#mobile-drawer .drawer-content-panel.active {
  opacity: 1;
}
#mobile-drawer .drawer-content-panel.active .panel-content {
  transform: none;
  transition: transform 0.2s ease-out;
}
#mobile-drawer .drawer-content-panel .panel-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  padding: 0 var(--global-content-edge-padding);
}
#mobile-drawer .drawer-content-panel .panel-header button.close-panel {
  padding: 10px;
  background-color: transparent;
  border-radius: 0;
  margin-left: -15px;
}
#mobile-drawer .drawer-content-panel .panel-header button.close-panel::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg fill='%230082FC' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.707 17.293l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-6 6c-0.391 0.391-0.391 1.024 0 1.414l6 6c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#mobile-drawer .drawer-content-panel .panel-header a {
  text-decoration: none;
  color: #5B616B;
  display: block;
  font-size: 12px;
  padding: 10px 0;
  padding-right: 24px;
  position: relative;
}
#mobile-drawer .drawer-content-panel .panel-header a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='%230082FC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8523 10.5L8.64779 11.2955L14.2955 5.64775L8.64779 0L7.85229 0.795495L11.9546 4.89779H0V6.02279H12.3295L7.8523 10.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 12px;
  right: 0;
  top: calc(50% - 6px);
}
#mobile-drawer .drawer-content-panel .panel-header a .nav-drop-title-wrap {
  padding-right: 0;
}
#mobile-drawer .drawer-content-panel .panel-header a .kadence-svg-iconset {
  display: none;
}
#mobile-drawer .drawer-content-panel .panel-header a .dropdown-nav-toggle {
  display: none;
}
#mobile-drawer .drawer-content-panel .panel-content {
  transform: translateX(20px);
  transition: transform 0.2s;
  max-height: calc(100% - 41px);
  overflow: auto;
}

#primary-menu-mobile,
#secondary-menu-mobile,
#mobile-drawer #account-menu,
#mobile-drawer .drawer-content-panel .sub-menu {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-family: "Montagu Slab", serif;
  font-weight: 500;
  font-size: 16px;
}
#primary-menu-mobile li.menu-item-has-children > a,
#secondary-menu-mobile li.menu-item-has-children > a,
#mobile-drawer #account-menu li.menu-item-has-children > a,
#mobile-drawer .drawer-content-panel .sub-menu li.menu-item-has-children > a {
  padding-right: 36px;
}
#primary-menu-mobile li.restricted > a::after,
#secondary-menu-mobile li.restricted > a::after,
#mobile-drawer #account-menu li.restricted > a::after,
#mobile-drawer .drawer-content-panel .sub-menu li.restricted > a::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='%23aaa' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.09524 12.1905C6.93333 12.1905 7.61905 11.5048 7.61905 10.6667C7.61905 9.82857 6.93333 9.14286 6.09524 9.14286C5.25714 9.14286 4.57143 9.82857 4.57143 10.6667C4.57143 11.5048 5.25714 12.1905 6.09524 12.1905ZM10.6667 5.33333H9.90476V3.80952C9.90476 1.70667 8.19809 0 6.09524 0C3.99238 0 2.28571 1.70667 2.28571 3.80952V5.33333H1.52381C0.685714 5.33333 0 6.01905 0 6.85714V14.4762C0 15.3143 0.685714 16 1.52381 16H10.6667C11.5048 16 12.1905 15.3143 12.1905 14.4762V6.85714C12.1905 6.01905 11.5048 5.33333 10.6667 5.33333ZM3.73333 3.80952C3.73333 2.50667 4.79238 1.44762 6.09524 1.44762C7.39809 1.44762 8.45714 2.50667 8.45714 3.80952V5.33333H3.73333V3.80952ZM10.6667 14.4762H1.52381V6.85714H10.6667V14.4762Z'/%3E%3C/svg%3E");
  width: 13px;
  height: 16px;
  margin-left: 0.6em;
  vertical-align: top;
  opacity: 0.8;
  margin-top: 2px;
}
#primary-menu-mobile li a,
#secondary-menu-mobile li a,
#mobile-drawer #account-menu li a,
#mobile-drawer .drawer-content-panel .sub-menu li a {
  display: block;
  padding: 8px var(--global-content-edge-padding);
  text-decoration: none;
  color: #0082FC;
  position: relative;
}
#primary-menu-mobile li a .nav-drop-title-wrap,
#secondary-menu-mobile li a .nav-drop-title-wrap,
#mobile-drawer #account-menu li a .nav-drop-title-wrap,
#mobile-drawer .drawer-content-panel .sub-menu li a .nav-drop-title-wrap {
  position: static;
  padding-right: 0;
  display: inline;
}
#primary-menu-mobile li a .dropdown-nav-toggle,
#secondary-menu-mobile li a .dropdown-nav-toggle,
#mobile-drawer #account-menu li a .dropdown-nav-toggle,
#mobile-drawer .drawer-content-panel .sub-menu li a .dropdown-nav-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: block;
}
#primary-menu-mobile li a .dropdown-nav-toggle .kadence-svg-iconset,
#primary-menu-mobile li a .dropdown-nav-toggle svg,
#secondary-menu-mobile li a .dropdown-nav-toggle .kadence-svg-iconset,
#secondary-menu-mobile li a .dropdown-nav-toggle svg,
#mobile-drawer #account-menu li a .dropdown-nav-toggle .kadence-svg-iconset,
#mobile-drawer #account-menu li a .dropdown-nav-toggle svg,
#mobile-drawer .drawer-content-panel .sub-menu li a .dropdown-nav-toggle .kadence-svg-iconset,
#mobile-drawer .drawer-content-panel .sub-menu li a .dropdown-nav-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
#primary-menu-mobile li a .dropdown-nav-toggle svg,
#secondary-menu-mobile li a .dropdown-nav-toggle svg,
#mobile-drawer #account-menu li a .dropdown-nav-toggle svg,
#mobile-drawer .drawer-content-panel .sub-menu li a .dropdown-nav-toggle svg {
  top: 0;
  transform: rotate(-90deg);
  fill: #A2B3D4;
}
#primary-menu-mobile li .dropdown-nav-special-toggle,
#secondary-menu-mobile li .dropdown-nav-special-toggle,
#mobile-drawer #account-menu li .dropdown-nav-special-toggle,
#mobile-drawer .drawer-content-panel .sub-menu li .dropdown-nav-special-toggle {
  display: none;
}
#primary-menu-mobile ul,
#secondary-menu-mobile ul,
#mobile-drawer #account-menu ul,
#mobile-drawer .drawer-content-panel .sub-menu ul {
  display: none;
}

#mobile-drawer .header-account-control-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px var(--global-content-edge-padding);
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
}
#mobile-drawer .header-account-control-wrap a {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0082FC;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 12px;
}
#mobile-drawer .header-account-control-wrap a .icon {
  width: 10px;
  height: 14px;
  fill: #fff;
  display: block;
  margin-right: 10px;
}
#mobile-drawer .header-account-control-wrap a .dropdown-nav-toggle {
  display: none;
}
#mobile-drawer .header-account-control-wrap #account-menu {
  margin: 0;
}
#mobile-drawer .header-account-control-wrap #account-menu li.menu-item-has-children > a {
  padding: 12px 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
#mobile-drawer .header-account-control-wrap #account-menu li.menu-item-has-children > a .dropdown-nav-toggle {
  display: none;
}
#mobile-drawer .header-account-control-wrap #account-menu li.menu-item-has-children > a .nav-drop-title-wrap {
  display: flex;
  align-items: center;
}
#mobile-drawer .header-account-control-wrap #account-menu li.menu-item-has-children > a .nav-drop-title-wrap .header-account-label {
  padding-left: 5px;
}

#search-drawer .drawer-inner {
  background-color: rgba(19, 19, 19, 0.75);
}
#search-drawer .drawer-inner input.search-field {
  border-radius: 100px;
  background-color: #222222;
  border-color: rgba(255, 255, 255, 0.4);
  padding-left: 30px;
  color: #fff;
}
#search-drawer .drawer-inner input.search-field, #search-drawer .drawer-inner input.search-field:focus {
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.9);
}
#search-drawer .drawer-inner input.search-field::-webkit-search-cancel-button {
  display: none;
}
#search-drawer .drawer-inner .kadence-search-icon-wrap {
  display: none;
  color: rgba(255, 255, 255, 0.6);
}
#search-drawer .drawer-inner .kadence-search-icon-wrap.bt {
  display: flex;
}
#search-drawer .drawer-inner .kadence-search-icon-wrap .kadence-svg-iconset svg {
  width: 20px;
  height: 20px;
}

body.error404 #main .search-form {
  max-width: 300px;
}
body.error404 #main .search-form label {
  display: block;
}

#archive-container {
  position: relative;
  z-index: 1;
}
#archive-container.grid-cols {
  grid-gap: 30px 30px;
}
#archive-container.grid-cols .archive-filters,
#archive-container.grid-cols .entry.loop-entry.featured-loop-entry {
  grid-column: 1/span 1;
}
#archive-container.grid-cols .archive-filters {
  margin-bottom: 18px;
}
@media (min-width: 576px) {
  #archive-container.grid-cols.grid-sm-col-2 .archive-filters,
  #archive-container.grid-cols.grid-sm-col-2 .entry.loop-entry.featured-loop-entry {
    grid-column: 1/span 2;
  }
  #archive-container.grid-cols.grid-sm-col-3 .archive-filters,
  #archive-container.grid-cols.grid-sm-col-3 .entry.loop-entry.featured-loop-entry {
    grid-column: 1/span 3;
  }
  #archive-container.grid-cols.grid-sm-col-4 .archive-filters,
  #archive-container.grid-cols.grid-sm-col-4 .entry.loop-entry.featured-loop-entry {
    grid-column: 1/span 4;
  }
}
@media (min-width: 1025px) {
  #archive-container.grid-cols.grid-lg-col-2 .archive-filters,
  #archive-container.grid-cols.grid-lg-col-2 .entry.loop-entry.featured-loop-entry {
    grid-column: 1/span 2;
  }
  #archive-container.grid-cols.grid-lg-col-3 .archive-filters,
  #archive-container.grid-cols.grid-lg-col-3 .entry.loop-entry.featured-loop-entry {
    grid-column: 1/span 3;
  }
  #archive-container.grid-cols.grid-lg-col-4 .archive-filters,
  #archive-container.grid-cols.grid-lg-col-4 .entry.loop-entry.featured-loop-entry {
    grid-column: 1/span 4;
  }
}

.archive-filters {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 48px;
}
.archive-filters form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 28px;
  border: 1px solid #D6DFEE;
  gap: 12px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  min-width: 75%;
}
.archive-filters .form-group {
  width: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .archive-filters .form-group {
    display: block;
  }
}
@media (max-width: 767px) {
  .archive-filters .form-group {
    width: 100%;
  }
}
.archive-filters .form-group.has-label {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .archive-filters .form-group.has-label {
    display: block;
  }
}
.archive-filters .form-group.has-label label {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .archive-filters .form-group.has-label label {
    margin-left: 0;
    margin-bottom: 4px;
  }
}
.archive-filters .form-group.search button[type=submit] {
  font-size: 14px;
  padding: 8px 16px 8px 12px;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.archive-filters .form-group.end button[type=submit] {
  display: none;
}
.archive-filters .form-group > input[type=text],
.archive-filters .form-group > select,
.archive-filters .form-group > .input-group {
  width: 250px;
}
@media (max-width: 767px) {
  .archive-filters .form-group > input[type=text],
  .archive-filters .form-group > select,
  .archive-filters .form-group > .input-group {
    width: 100%;
  }
}
.archive-filters .form-group input[type=text],
.archive-filters .form-group select {
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 16px;
  border: none;
  box-shadow: none;
  border-radius: 100px;
  background-color: #ECF0F7;
}
.archive-filters .form-group input[type=text]:focus,
.archive-filters .form-group select:focus {
  box-shadow: inset 0 0 1px 1px rgba(91, 97, 107, 0.3);
}
.archive-filters .form-group a.reset {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233f4246' class='bi bi-arrow-repeat' viewBox='0 0 16 16'%3E%3Cpath d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41m-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9'/%3E%3Cpath fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5 5 0 0 0 8 3M3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .archive-filters .form-group a.reset {
    margin-right: 0;
  }
}
.archive-filters .filter-field-container {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0px none;
  padding: 0px;
}

.entry.loop-entry {
  border: 1px solid #AABDDC;
  border-radius: 24px;
  box-shadow: none;
  padding: 24px;
  display: flex;
  position: relative;
  transition: box-shadow 0.2s;
  overflow: visible;
}
.entry.loop-entry:hover {
  box-shadow: 0px 6px 62px 0px rgba(167, 167, 167, 0.2);
}
.entry.loop-entry:hover .entry-link-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.entry.loop-entry.type-event .entry-link-overlay {
  background: linear-gradient(135deg, #0082FC 0%, #00D3BC 50%, #F5C700 100%) border-box;
}
.entry.loop-entry.featured-loop-entry {
  background-color: #131313;
  border-color: #131313;
  color: #fff;
  background-image: url(../png/2504_bmu_atmosphere_backgrounds_option-1.png);
  background-size: cover;
  background-position: 51% 47%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  min-height: 360px;
}
.entry.loop-entry.featured-loop-entry .entry-content-wrap {
  max-width: 800px;
}
.entry.loop-entry.featured-loop-entry .entry-resource-type span {
  background-color: rgba(228, 237, 253, 0.25);
}
.entry.loop-entry.featured-loop-entry h2.entry-title {
  color: inherit;
}
.entry.loop-entry.featured-loop-entry .entry-footer {
  color: inherit;
}
.entry.loop-entry.featured-loop-entry .entry-footer .entry-footer-item.author span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 1C5.99445 1 6.4778 1.14662 6.88893 1.42133C7.30005 1.69603 7.62048 2.08648 7.8097 2.54329C7.99892 3.00011 8.04843 3.50277 7.95196 3.98773C7.8555 4.47268 7.6174 4.91814 7.26777 5.26777C6.91814 5.6174 6.47268 5.8555 5.98773 5.95196C5.50277 6.04843 5.00011 5.99892 4.54329 5.8097C4.08648 5.62048 3.69603 5.30005 3.42133 4.88893C3.14662 4.4778 3 3.99445 3 3.5C3 2.83696 3.26339 2.20107 3.73223 1.73223C4.20107 1.26339 4.83696 1 5.5 1ZM5.5 0C4.80777 0 4.13108 0.205271 3.5555 0.589856C2.97993 0.974441 2.53133 1.52107 2.26642 2.16061C2.00152 2.80015 1.9322 3.50388 2.06725 4.18282C2.2023 4.86175 2.53564 5.48539 3.02513 5.97487C3.51461 6.46436 4.13825 6.7977 4.81718 6.93275C5.49612 7.0678 6.19985 6.99849 6.83939 6.73358C7.47893 6.46867 8.02556 6.02007 8.41014 5.4445C8.79473 4.86892 9 4.19223 9 3.5C9 2.57174 8.63125 1.6815 7.97487 1.02513C7.3185 0.368749 6.42826 0 5.5 0Z'/%3E%3Cpath d='M10.5 14H9.5V11.5C9.5 11.1717 9.43534 10.8466 9.3097 10.5433C9.18406 10.24 8.99991 9.96438 8.76777 9.73223C8.53562 9.50009 8.26002 9.31594 7.95671 9.1903C7.65339 9.06466 7.3283 9 7 9H4C3.33696 9 2.70107 9.26339 2.23223 9.73223C1.76339 10.2011 1.5 10.837 1.5 11.5V14H0.5V11.5C0.5 10.5717 0.868749 9.6815 1.52513 9.02513C2.1815 8.36875 3.07174 8 4 8H7C7.92826 8 8.8185 8.36875 9.47487 9.02513C10.1313 9.6815 10.5 10.5717 10.5 11.5V14Z'/%3E%3C/svg%3E");
}
.entry.loop-entry.featured-loop-entry .entry-footer .entry-footer-item.date span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1H9.5V0H8.5V1H4.5V0H3.5V1H1.5C0.95 1 0.5 1.45 0.5 2V12C0.5 12.55 0.95 13 1.5 13H11.5C12.05 13 12.5 12.55 12.5 12V2C12.5 1.45 12.05 1 11.5 1ZM11.5 12H1.5V5H11.5V12ZM11.5 4H1.5V2H3.5V3H4.5V2H8.5V3H9.5V2H11.5V4Z'/%3E%3C/svg%3E");
}
.entry.loop-entry.featured-loop-entry .entry-footer .entry-footer-item.location span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
.entry.loop-entry .entry-link-overlay {
  position: absolute;
  z-index: 1;
  display: block;
  transition: opacity 0.2s, visibility 0s 0.2s;
  opacity: 0;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 27px;
  border: 4px solid transparent;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #0082FC 0%, #673CFF 50%, #CD3CFF 100%) border-box;
}
.entry.loop-entry .entry-link-overlay:hover {
  opacity: 1;
}
.entry.loop-entry .entry-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.entry.loop-entry .entry-author-type,
.entry.loop-entry .entry-event-type,
.entry.loop-entry .entry-resource-type {
  display: flex;
  margin-bottom: 32px;
  min-height: 34px;
}
.entry.loop-entry .entry-author-type span,
.entry.loop-entry .entry-event-type span,
.entry.loop-entry .entry-resource-type span {
  font-size: 12px;
  line-height: 1.5;
  background-color: rgba(228, 237, 253, 0.65);
  margin-right: 8px;
  padding: 8px 16px;
  border-radius: 100px;
}
.entry.loop-entry .entry-summary {
  margin-bottom: 32px;
  margin-top: 0;
}
.entry.loop-entry .entry-summary p {
  margin: 0;
}
.entry.loop-entry .entry-footer {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  color: #0082FC;
  font-size: 12px;
  line-height: 20px;
}
.entry.loop-entry .entry-footer .entry-footer-item {
  display: flex;
}
.entry.loop-entry .entry-footer .entry-footer-item::after {
  content: "|";
  color: #D6DFEE;
  margin-right: 8px;
  margin-left: 8px;
}
.entry.loop-entry .entry-footer .entry-footer-item:last-child::after {
  display: none;
}
.entry.loop-entry .entry-footer .entry-footer-item.author span {
  display: flex;
  align-items: center;
}
.entry.loop-entry .entry-footer .entry-footer-item.author span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='%230082FC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 1C5.99445 1 6.4778 1.14662 6.88893 1.42133C7.30005 1.69603 7.62048 2.08648 7.8097 2.54329C7.99892 3.00011 8.04843 3.50277 7.95196 3.98773C7.8555 4.47268 7.6174 4.91814 7.26777 5.26777C6.91814 5.6174 6.47268 5.8555 5.98773 5.95196C5.50277 6.04843 5.00011 5.99892 4.54329 5.8097C4.08648 5.62048 3.69603 5.30005 3.42133 4.88893C3.14662 4.4778 3 3.99445 3 3.5C3 2.83696 3.26339 2.20107 3.73223 1.73223C4.20107 1.26339 4.83696 1 5.5 1ZM5.5 0C4.80777 0 4.13108 0.205271 3.5555 0.589856C2.97993 0.974441 2.53133 1.52107 2.26642 2.16061C2.00152 2.80015 1.9322 3.50388 2.06725 4.18282C2.2023 4.86175 2.53564 5.48539 3.02513 5.97487C3.51461 6.46436 4.13825 6.7977 4.81718 6.93275C5.49612 7.0678 6.19985 6.99849 6.83939 6.73358C7.47893 6.46867 8.02556 6.02007 8.41014 5.4445C8.79473 4.86892 9 4.19223 9 3.5C9 2.57174 8.63125 1.6815 7.97487 1.02513C7.3185 0.368749 6.42826 0 5.5 0Z'/%3E%3Cpath d='M10.5 14H9.5V11.5C9.5 11.1717 9.43534 10.8466 9.3097 10.5433C9.18406 10.24 8.99991 9.96438 8.76777 9.73223C8.53562 9.50009 8.26002 9.31594 7.95671 9.1903C7.65339 9.06466 7.3283 9 7 9H4C3.33696 9 2.70107 9.26339 2.23223 9.73223C1.76339 10.2011 1.5 10.837 1.5 11.5V14H0.5V11.5C0.5 10.5717 0.868749 9.6815 1.52513 9.02513C2.1815 8.36875 3.07174 8 4 8H7C7.92826 8 8.8185 8.36875 9.47487 9.02513C10.1313 9.6815 10.5 10.5717 10.5 11.5V14Z'/%3E%3C/svg%3E");
  width: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -1px;
}
.entry.loop-entry .entry-footer .entry-footer-item.date span {
  display: flex;
  align-items: center;
}
.entry.loop-entry .entry-footer .entry-footer-item.date span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='%230082FC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1H9.5V0H8.5V1H4.5V0H3.5V1H1.5C0.95 1 0.5 1.45 0.5 2V12C0.5 12.55 0.95 13 1.5 13H11.5C12.05 13 12.5 12.55 12.5 12V2C12.5 1.45 12.05 1 11.5 1ZM11.5 12H1.5V5H11.5V12ZM11.5 4H1.5V2H3.5V3H4.5V2H8.5V3H9.5V2H11.5V4Z'/%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -1px;
}
.entry.loop-entry .entry-footer .entry-footer-item.location span {
  display: flex;
  align-items: center;
}
.entry.loop-entry .entry-footer .entry-footer-item.location span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230082FC' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -1px;
}

#specs-table {
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid var(--global-palette6);
  border-top: 1px solid var(--global-palette6);
}
#specs-table thead {
  position: sticky;
  top: 60px;
  transition: top 0.2s ease-out;
}
body.admin-bar #specs-table thead {
  top: 92px;
}
body.hidden-site-header #specs-table thead {
  top: 0;
}
body.hidden-site-header.admin-bar #specs-table thead {
  top: 32px;
}
#specs-table thead th {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 3px solid var(--global-palette1) !important;
}
#specs-table th, #specs-table td {
  border-top-width: 0;
  border-left-width: 0;
}
#specs-table a {
  text-decoration: none;
}

body.single-spec article.single-entry .entry-title {
  font-family: "Montagu Slab", serif;
  font-weight: 500;
  font-size: 64px;
  background-image: linear-gradient(141deg, rgb(42, 170, 255) 0%, rgb(0, 107, 208) 50%, rgb(103, 60, 255) 100%);
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  body.single-spec article.single-entry .entry-title {
    font-size: 34px;
  }
}
body.single-spec article.single-entry .entry-title .entry-status {
  display: inline-block;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  background-color: #F7F7F7;
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 400;
  vertical-align: middle;
  -webkit-text-fill-color: #131313;
}
body.single-spec article.single-entry .entry-content-wrap table a {
  text-decoration: none;
}

body.single-resource article.single-entry,
body.single-event article.single-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.single-resource article.single-entry,
  body.single-event article.single-entry {
    display: block;
  }
}
body.single-resource article.single-entry > .entry-meta-infobox-wrap,
body.single-event article.single-entry > .entry-meta-infobox-wrap {
  order: 2;
  width: 420px;
}
@media (max-width: 1400px) {
  body.single-resource article.single-entry > .entry-meta-infobox-wrap,
  body.single-event article.single-entry > .entry-meta-infobox-wrap {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  body.single-resource article.single-entry > .entry-meta-infobox-wrap,
  body.single-event article.single-entry > .entry-meta-infobox-wrap {
    display: none;
  }
}
body.single-resource article.single-entry > .entry-meta-infobox-wrap > .inner,
body.single-event article.single-entry > .entry-meta-infobox-wrap > .inner {
  position: sticky;
  top: 120px;
}
body.single-resource article.single-entry > .entry-meta-infobox-wrap .entry-meta-infobox,
body.single-event article.single-entry > .entry-meta-infobox-wrap .entry-meta-infobox {
  margin: 0 auto;
}
body.single-resource article.single-entry > .entry-content-wrap,
body.single-event article.single-entry > .entry-content-wrap {
  width: calc(100% - 420px - 100px);
}
@media (max-width: 1400px) {
  body.single-resource article.single-entry > .entry-content-wrap,
  body.single-event article.single-entry > .entry-content-wrap {
    width: calc(70% - 60px);
  }
}
@media (max-width: 1024px) {
  body.single-resource article.single-entry > .entry-content-wrap,
  body.single-event article.single-entry > .entry-content-wrap {
    width: 100%;
  }
}
body.single-resource article.single-entry > .entry-content-wrap .entry-meta-infobox-wrap,
body.single-event article.single-entry > .entry-content-wrap .entry-meta-infobox-wrap {
  display: none;
  margin: 32px 0;
}
@media (max-width: 1024px) {
  body.single-resource article.single-entry > .entry-content-wrap .entry-meta-infobox-wrap,
  body.single-event article.single-entry > .entry-content-wrap .entry-meta-infobox-wrap {
    display: block;
  }
}
body.single-resource article.single-entry .entry-meta-infobox,
body.single-event article.single-entry .entry-meta-infobox {
  position: relative;
  border-radius: 20px;
  padding: 28px;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body.single-resource article.single-entry .entry-meta-infobox::before,
body.single-event article.single-entry .entry-meta-infobox::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 20px;
  border: 4px solid transparent;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #7AC8FC 0%, #0082FC 100%) border-box;
  pointer-events: none;
}
body.single-resource article.single-entry .entry-meta-infobox .infobox-header,
body.single-event article.single-entry .entry-meta-infobox .infobox-header {
  display: flex;
  margin-bottom: 32px;
  min-height: 34px;
}
body.single-resource article.single-entry .entry-meta-infobox .infobox-header h3,
body.single-event article.single-entry .entry-meta-infobox .infobox-header h3 {
  font-size: 12px;
  line-height: 1.5;
  background-color: rgba(228, 237, 253, 0.65);
  margin-right: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 0;
  font-weight: inherit;
}
body.single-resource article.single-entry .entry-meta-infobox .infobox-section,
body.single-event article.single-entry .entry-meta-infobox .infobox-section {
  margin-top: 24px;
}
body.single-resource article.single-entry .entry-meta-infobox .infobox-section h4,
body.single-event article.single-entry .entry-meta-infobox .infobox-section h4 {
  text-transform: uppercase;
  font-weight: inherit;
  font-size: 12px;
}
body.single-resource article.single-entry .entry-title,
body.single-event article.single-entry .entry-title {
  font-family: "Montagu Slab", serif;
  font-weight: 500;
  font-size: 64px;
  background-image: linear-gradient(141deg, rgb(42, 170, 255) 0%, rgb(0, 107, 208) 50%, rgb(103, 60, 255) 100%);
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  body.single-resource article.single-entry .entry-title,
  body.single-event article.single-entry .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  body.single-resource article.single-entry .entry-title,
  body.single-event article.single-entry .entry-title {
    font-size: 34px;
  }
}
body.single-resource article.single-entry .entry-video,
body.single-event article.single-entry .entry-video {
  width: 100%;
  margin-bottom: 32px;
}
body.single-resource article.single-entry .entry-video .video-container,
body.single-event article.single-entry .entry-video .video-container {
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
body.single-resource article.single-entry .entry-cta,
body.single-event article.single-entry .entry-cta {
  margin-top: 32px;
}
body.single-resource article.single-entry .entry-cta .content-gating-label,
body.single-event article.single-entry .entry-cta .content-gating-label {
  margin-left: 0.8em;
}

body.page-template-page-tpl-market-update-2023,
body.page-template-page-tpl-market-update-2024 {
  --bs-body-font-family: "Circular Pro", "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --global-heading-font-family: var(--bs-body-font-family);
  font-family: var(--bs-body-font-family);
}
body.page-template-page-tpl-market-update-2023 #wrapper,
body.page-template-page-tpl-market-update-2024 #wrapper {
  background-color: #0082FC;
  overflow: hidden;
}
body.page-template-page-tpl-market-update-2023 #wrapper::before,
body.page-template-page-tpl-market-update-2024 #wrapper::before {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10004;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
body.page-template-page-tpl-market-update-2023 #header,
body.page-template-page-tpl-market-update-2024 #header {
  background-color: transparent;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #header > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #header > .container > .inner {
    margin: 0 -15px;
  }
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #header > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #header > .container > .inner {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #header > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #header > .container > .inner {
    margin: 0;
  }
}
body.page-template-page-tpl-market-update-2023 #site-branding,
body.page-template-page-tpl-market-update-2024 #site-branding {
  margin: 8px 0 20px;
}
body.page-template-page-tpl-market-update-2023 #site-logo,
body.page-template-page-tpl-market-update-2024 #site-logo {
  width: 120px;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #site-logo,
  body.page-template-page-tpl-market-update-2024 #site-logo {
    width: 180px;
  }
}
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation {
  display: none;
}
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation.sticky,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation.sticky {
  display: block;
}
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation .back-to-home a:before,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation .back-to-home a:before {
  background-color: #131313;
}
body.page-template-page-tpl-market-update-2023 .afc_popup,
body.page-template-page-tpl-market-update-2023 .float-button,
body.page-template-page-tpl-market-update-2024 .afc_popup,
body.page-template-page-tpl-market-update-2024 .float-button {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #wrapper > button.page-nav-toggle,
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle,
body.page-template-page-tpl-market-update-2024 #wrapper > button.page-nav-toggle,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation button.page-nav-toggle {
  background-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px;
  padding-bottom: 6px;
  box-shadow: none;
  border: none;
  font-size: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10001;
  transition: background-color 0.2s;
  box-shadow: none !important;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #wrapper > button.page-nav-toggle,
  body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle,
  body.page-template-page-tpl-market-update-2024 #wrapper > button.page-nav-toggle,
  body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation button.page-nav-toggle {
    display: none;
  }
}
body.page-template-page-tpl-market-update-2023 #wrapper > button.page-nav-toggle .icon,
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle .icon,
body.page-template-page-tpl-market-update-2024 #wrapper > button.page-nav-toggle .icon,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation button.page-nav-toggle .icon {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fff;
  left: calc(50% - 10px);
  top: 18px;
  box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
  transition: backround-color 0.2s, box-shadow 0.2s ease-out;
}
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation button.page-nav-toggle {
  position: relative;
  background-color: transparent;
  color: #000;
  margin-left: -10px;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle,
  body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation button.page-nav-toggle {
    margin-left: 0;
    margin-right: -10px;
  }
}
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle .icon,
body.page-template-page-tpl-market-update-2024 .site-breadcrumb-navigation button.page-nav-toggle .icon {
  background-color: #000;
  box-shadow: 0 7px 0 #000, 0 -7px 0 #000;
}
body.page-template-page-tpl-market-update-2023 #page-nav,
body.page-template-page-tpl-market-update-2024 #page-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10005;
  visibility: hidden;
  transition: visibility 0s 0.2s;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav,
  body.page-template-page-tpl-market-update-2024 #page-nav {
    left: 0;
    top: 20%;
    right: auto;
    position: fixed;
    visibility: visible;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle,
body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle {
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px;
  padding-bottom: 6px;
  box-shadow: none;
  border: none;
  font-size: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  transition: background-color 0.2s, opacity 0.2s;
  opacity: 0;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle,
  body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle {
    background-color: transparent;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle,
  body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle {
    font-size: 10px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle::before,
body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle::before {
  content: "Close";
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.2s, visibility 0s 0.2s, transform 0.2s ease-out;
  transform: translateX(10px);
  right: calc(100% - 4px);
  top: 12px;
  font-size: 12px;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle::before,
  body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle::before {
    right: auto;
    left: calc(100% - 4px);
    transform: translateX(-10px);
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle::before,
  body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle::before {
    top: 9px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon,
body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle .icon {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fff;
  left: calc(50% - 10px);
  top: 18px;
  box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
  transition: backround-color 0.2s, box-shadow 0.2s ease-out;
}
body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon:before, body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon:after,
body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle .icon:before,
body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.2s ease-out;
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon,
  body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle .icon {
    width: 24px;
    left: calc(50% - 12px);
    height: 4px;
    top: 14px;
    box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .label,
body.page-template-page-tpl-market-update-2024 #page-nav button.nav-toggle .label {
  transition: opacity 0.2s;
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul,
body.page-template-page-tpl-market-update-2024 #page-nav > ul {
  transition: opacity 0.2s, visibility 0s 0.2s, overflow 0s 0.2s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav > ul,
  body.page-template-page-tpl-market-update-2024 #page-nav > ul {
    opacity: 1;
    visibility: visible;
  }
  body.page-template-page-tpl-market-update-2023 #page-nav > ul:hover,
  body.page-template-page-tpl-market-update-2024 #page-nav > ul:hover {
    overflow: visible;
    width: 260px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.print {
  margin-top: 10px;
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print > a::before,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.print > a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-printer-fill' viewBox='0 0 16 16'%3E%3Cpath d='M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1'/%3E%3Cpath d='M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 0;
  font-size: 16px;
  width: 16px;
  height: 16px;
  right: 13px;
  top: 5px;
  font-weight: bold;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print > a::before,
  body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.print > a::before {
    right: auto;
    left: 14px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print > a::after,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.print > a::after {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.language {
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > a::before,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.language > a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-translate' viewBox='0 0 16 16'%3E%3Cpath d='M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286zm1.634-.736L5.5 3.956h-.049l-.679 2.022z'/%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm7.138 9.995q.289.451.63.846c-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6 6 0 0 1-.415-.492 2 2 0 0 1-.94.31'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 900;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  width: 16px;
  height: 16px;
  right: 13px;
  top: 5px;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > a::before,
  body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.language > a::before {
    right: auto;
    left: 14px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > a::after,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.language > a::after {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > select,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.language > select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > select:hover + a > .label,
body.page-template-page-tpl-market-update-2024 #page-nav > ul > li.language > select:hover + a > .label {
  transform: none;
  opacity: 1;
  pointer-events: none;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul,
body.page-template-page-tpl-market-update-2024 #page-nav ul {
  font-size: 12px;
  line-height: 1.25;
  position: absolute;
  right: 4px;
  top: calc(100% - 10px);
  width: 260px;
  font-weight: 700;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul,
  body.page-template-page-tpl-market-update-2024 #page-nav ul {
    right: auto;
    left: 4px;
    text-align: left;
    width: 42px;
    transition: width 0s 0.2s;
    overflow: hidden;
    top: calc(100% - 2px);
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul li,
body.page-template-page-tpl-market-update-2024 #page-nav ul li {
  width: 260px;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul li.active > a::before,
body.page-template-page-tpl-market-update-2024 #page-nav ul li.active > a::before {
  background-color: white;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul li.active > a::after,
body.page-template-page-tpl-market-update-2024 #page-nav ul li.active > a::after {
  opacity: 1;
  transform: none;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul ul,
body.page-template-page-tpl-market-update-2024 #page-nav ul ul {
  position: static;
  width: auto;
  font-size: 10px;
  padding: 2px 0;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul ul,
  body.page-template-page-tpl-market-update-2024 #page-nav ul ul {
    width: auto;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul ul a,
body.page-template-page-tpl-market-update-2024 #page-nav ul ul a {
  color: rgba(255, 255, 255, 0.75);
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul ul a,
  body.page-template-page-tpl-market-update-2024 #page-nav ul ul a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul ul a::before,
body.page-template-page-tpl-market-update-2024 #page-nav ul ul a::before {
  background-color: rgba(255, 255, 255, 0.75);
  width: 6px;
  height: 6px;
  right: 18px;
  top: 5px;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul ul a::before,
  body.page-template-page-tpl-market-update-2024 #page-nav ul ul a::before {
    right: auto;
    left: 18px;
    top: 8px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul ul a::after,
body.page-template-page-tpl-market-update-2024 #page-nav ul ul a::after {
  width: 14px;
  height: 14px;
  left: 14px;
  top: 4px;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul a,
body.page-template-page-tpl-market-update-2024 #page-nav ul a {
  color: #fff;
  position: relative;
  padding: 4px 0;
  padding-right: 42px;
  display: block;
  text-decoration: none;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul a,
  body.page-template-page-tpl-market-update-2024 #page-nav ul a {
    padding-left: 42px;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul a:hover::before,
body.page-template-page-tpl-market-update-2024 #page-nav ul a:hover::before {
  background-color: white;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul a:hover > .label,
body.page-template-page-tpl-market-update-2024 #page-nav ul a:hover > .label {
  transform: none;
  opacity: 1;
  pointer-events: none;
}
body.page-template-page-tpl-market-update-2023 #page-nav ul a::before,
body.page-template-page-tpl-market-update-2024 #page-nav ul a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: absolute;
  right: 15px;
  background-color: #fff;
  top: 6px;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul a::before,
  body.page-template-page-tpl-market-update-2024 #page-nav ul a::before {
    right: auto;
    left: 15px;
    top: 8px;
    background-color: rgba(255, 255, 255, 0.75);
    transition: background-color 0.2s;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul a::after,
body.page-template-page-tpl-market-update-2024 #page-nav ul a::after {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  border: 1px solid #fff;
  left: 11px;
  top: 4px;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s, transform 0.2s ease-out;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul a::after,
  body.page-template-page-tpl-market-update-2024 #page-nav ul a::after {
    display: block;
  }
}
body.page-template-page-tpl-market-update-2023 #page-nav ul a .label,
body.page-template-page-tpl-market-update-2024 #page-nav ul a .label {
  transition: opacity 0.2s 0.1s, transform 0.2s 0.1s ease-out;
  transform: translateX(10px);
  opacity: 0;
  display: block;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #page-nav ul a .label,
  body.page-template-page-tpl-market-update-2024 #page-nav ul a .label {
    transform: translateX(-10px);
  }
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023.page-nav-hovered #page::before,
  body.page-template-page-tpl-market-update-2024.page-nav-hovered #page::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
body.page-template-page-tpl-market-update-2023.page-nav-active #wrapper::before,
body.page-template-page-tpl-market-update-2024.page-nav-active #wrapper::before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav {
  visibility: visible;
  transition-delay: 0s;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav button.nav-toggle {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle::before,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav button.nav-toggle::before {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .icon,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav button.nav-toggle .icon {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .icon:before,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav button.nav-toggle .icon:before {
  transform: rotate(45deg);
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .icon:after,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav button.nav-toggle .icon:after {
  transform: rotate(-45deg);
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .label,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav button.nav-toggle .label {
  opacity: 0;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav > ul,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav ul,
  body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav ul {
    transition-delay: 0s;
    width: 260px;
  }
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav ul a::before,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav ul a::before {
  background-color: white;
}
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav ul a .label,
body.page-template-page-tpl-market-update-2024.page-nav-active #page-nav ul a .label {
  transform: none;
  opacity: 1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap {
  font-family: var(--bs-body-font-family);
  padding: 40px 0;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap {
    padding: 80px 0;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap svg,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap svg {
  width: 100%;
  height: auto;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header:first-child,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header:first-child {
  margin-top: -40px;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header:first-child,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header:first-child {
    margin-top: 0;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header:first-child > .container,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header:first-child > .container {
  padding-top: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header:first-child .bg-image,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header:first-child .bg-image {
  width: 75%;
  top: 0;
  margin-top: -60%;
  bottom: auto;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header:first-child .bg-image,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header:first-child .bg-image {
    margin-top: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header:first-child .bg-image > .inner img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header:first-child .bg-image > .inner img {
  top: 40%;
  height: 81%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header > .container,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header > .container {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header > .container,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header > .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header > .container > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header > .container > .inner {
  position: relative;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header > .container > .inner {
    margin: 0 -15px;
  }
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header > .container > .inner {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header > .container > .inner {
    margin: 0;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-title-container,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-title-container {
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-title,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-title {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-title,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-title {
    font-size: 72px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-title .year,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-title .year {
  display: block;
  font-size: 60px;
  line-height: 1;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-title .year,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-title .year {
    font-size: 120px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-text,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-text {
  font-size: 200px;
  line-height: 1;
  position: absolute;
  overflow: hidden;
  left: -45px;
  right: -15px;
  bottom: -46px;
  font-weight: 900;
  white-space: nowrap;
  color: #0082FC;
  opacity: 0.2;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-text,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-text {
    right: calc((100vw - 510px) / -2);
  }
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-text,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-text {
    font-size: 390px;
    bottom: -84px;
    left: -100px;
    right: calc((100vw - 690px) / -2);
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-text,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-text {
    right: calc((100vw - 930px) / -2);
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-text,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-text {
    right: calc((100vw - 1110px) / -2);
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc {
  display: none;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc {
    margin-top: 60px;
    display: block;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc ol,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc ol {
  list-style: none;
  margin: -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc li,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc li {
  padding: 5px;
  display: flex;
  width: 200px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc a,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc a {
  display: flex;
  background-color: #003f7a;
  text-decoration: none;
  padding: 16px 20px;
  flex: 0 0 100%;
  line-height: 1.2;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  -webkit-clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
          clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  transition: background-color 0.2s;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc a:hover,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc a:hover {
  background-color: #00509c;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .section-toc a .index,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .section-toc a .index {
  font-size: 12px;
  color: #0082FC;
  padding-top: 5px;
  padding-right: 4px;
  margin-left: -6px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  margin-bottom: -2%;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image::before, body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image::after {
  content: "";
  position: absolute;
  width: 50%;
  top: -6%;
  bottom: -6%;
  right: -6%;
  background-color: #0042f9;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image::after {
  right: -60%;
  top: 56%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .lines,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .lines {
  position: absolute;
  z-index: 1;
  bottom: -3%;
  right: -3%;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner {
  background-color: #fff;
  padding-top: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  left: -21%;
  top: -21%;
  width: 82%;
  height: 100%;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after {
    width: 76%;
    height: 105%;
  }
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after {
    width: 78%;
    height: 75%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after {
    width: 79%;
    height: 94%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after {
    width: 78%;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner .img-wrap::after {
    width: 82%;
    height: 104%;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image > .inner img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image > .inner img {
  position: absolute;
  left: -21%;
  top: -21%;
  width: 142%;
  height: 142%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 {
  margin-bottom: 12%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2::before {
  width: 100%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2::after {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .lines,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .lines,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner {
  transform: translate(-200px, -380px) scale(0.75);
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
  left: -50%;
  height: 140%;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
    left: -42%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
    left: -39%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
    left: -33%;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
    left: -32%;
    height: 150%;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > header.section-header + section.panel,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > header.section-header + section.panel {
  z-index: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel {
  position: relative;
  z-index: 2;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel {
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel {
    margin-top: 140px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel.no-gap,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel.no-gap,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel.no-gap,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel.no-gap {
  margin-top: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel.no-gap .panel-header > .inner,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel.no-gap .panel-header > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel.no-gap .panel-header > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel.no-gap .panel-header > .inner {
  padding-top: 14px;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel.no-gap .panel-header > .inner,
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel + section.panel.no-gap .panel-header > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel.no-gap .panel-header > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel + section.panel.no-gap .panel-header > .inner {
    padding-top: 26px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel > .container > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel > .container > .inner {
  background-color: #fff;
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 660px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel > .container > .inner {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel > .container > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel > .container > .inner {
    margin: 0 -80px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-bg,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header {
  display: flex;
  overflow: hidden;
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header > .inner {
  position: relative;
  padding-bottom: 14px;
  padding-right: 20px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header > .inner {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header > .inner,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header > .inner {
    padding-bottom: 26px;
    padding-right: 40px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header > .inner:before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header > .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: -1000px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #0082FC;
  transform: skewX(-45deg);
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header > .inner:after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header > .inner:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 14px);
  bottom: 8px;
  right: -1000px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: skewX(-45deg);
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header > .inner:after,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header > .inner:after {
    bottom: 15px;
    left: calc(100% - 40px);
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header h2,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header h2 {
  position: relative;
  color: #fff;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-header h2,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-header h2 {
    font-size: 36px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents {
  padding: 30px 15px;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents {
    padding: 80px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents.flush-top,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents.flush-top {
  padding-top: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents.flush-bottom,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents.flush-bottom {
  padding-bottom: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents + .panel-contents,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents + .panel-contents {
  background-image: url(../png/panel-contents-divider.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents + .panel-contents.no-divider,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents + .panel-contents.no-divider {
  background-image: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents > .social-share-links,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents > .social-share-links {
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 1300px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents > .social-share-links,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents > .social-share-links {
    position: absolute;
    left: calc(100% + 20px);
    margin-bottom: 0;
    display: block;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents > .social-share-links li + li,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents > .social-share-links li + li {
    margin-left: 0;
    margin-top: 8px;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents > .social-share-links a,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents > .social-share-links a {
    color: #fff;
    transition: opacity 0.15s;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel .panel-contents > .social-share-links a:hover,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel .panel-contents > .social-share-links a:hover {
    opacity: 0.8;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel#letter .panel-bg,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel#letter .panel-bg {
  overflow: hidden;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap > section.panel#letter .panel-bg img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap > section.panel#letter .panel-bg img {
  position: absolute;
  width: 323px;
  right: 0;
  bottom: -100px;
  opacity: 0.1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-left,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-left {
  margin-left: -15px;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-left,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-left {
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-left,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-left {
    margin-left: -40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-left,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-left {
    margin-left: -80px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-right,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-right {
  margin-right: -15px;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-right,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-right {
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-right,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-right {
    margin-right: -40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .flush-panel-right,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .flush-panel-right {
    margin-right: -80px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .inner-panel,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .inner-panel {
  padding: 30px 15px;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .inner-panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .inner-panel {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .inner-panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .inner-panel {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .inner-panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .inner-panel {
    padding: 80px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .chart,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .chart {
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .chart img + video,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .chart svg + video,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .chart img + video,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .chart svg + video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat {
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 0px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-xs,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-xs {
    display: flex;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-xs .statistic,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-xs .statistic {
    flex: 0 0 auto;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-xs .statistic + .description,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-xs .statistic + .description {
    margin-top: 0;
    margin-left: 14px;
  }
}
@media (min-width: 576px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-sm,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-sm {
    display: flex;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-sm .statistic,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-sm .statistic {
    flex: 0 0 auto;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-sm .statistic + .description,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-sm .statistic + .description {
    margin-top: 0;
    margin-left: 14px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-md,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-md {
    display: flex;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-md .statistic,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-md .statistic {
    flex: 0 0 auto;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-md .statistic + .description,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-md .statistic + .description {
    margin-top: 0;
    margin-left: 14px;
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-lg,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-lg {
    display: flex;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-lg .statistic,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-lg .statistic {
    flex: 0 0 auto;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-lg .statistic + .description,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-lg .statistic + .description {
    margin-top: 0;
    margin-left: 14px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-xl,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-xl {
    display: flex;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-xl .statistic,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-xl .statistic {
    flex: 0 0 auto;
  }
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.inline-xl .statistic + .description,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.inline-xl .statistic + .description {
    margin-top: 0;
    margin-left: 14px;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.percent.scroll-triggered .statistic::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.percent.scroll-triggered .statistic::after {
  animation: percent 1s 0.5s both;
  background: conic-gradient(#999 calc(var(--percent) * 1%), rgba(0, 0, 0, 0) 0);
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.percent .statistic,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.percent .statistic {
  border-radius: 100%;
  position: relative;
  width: 180px;
  flex: 0 0 180px;
  font-size: 50px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.percent .statistic canvas,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.percent .statistic canvas {
  width: 180px;
  height: 180px;
  position: absolute;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.percent .statistic::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.percent .statistic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.percent .statistic > .number,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.percent .statistic > .number {
  position: absolute;
  left: 13px;
  top: 13px;
  width: calc(100% - 13px * 2);
  height: calc(100% - 13px * 2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  z-index: 1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.bar,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.bar {
  padding-bottom: 16px;
  border-bottom: 12px solid #eee;
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.bar:before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 12px;
  width: calc(100% * var(--percent) / 100);
  background-color: #ddd;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.bar:after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.bar:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% * var(--percent) / 100);
  bottom: -12px;
  width: 0;
  border: 6px solid transparent;
  border-left: 4px solid #ddd;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.growth .statistic .label,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.growth .statistic .label {
  background-color: #eee;
  padding: 10px;
  padding-top: 6px;
  margin-top: 15px;
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.growth .statistic .label::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.growth .statistic .label::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: data-svg('<svg width="300px" height="30px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon id="Path" fill="#EEEEEE" points="0 30 300 30 150 0"></polygon></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 15px;
  position: absolute;
  left: 0;
  top: -15px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.box .statistic,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.box .statistic {
  background-color: #eee;
  padding: 6px 20px 16px;
  overflow: hidden;
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.box .statistic > .icon,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.box .statistic > .icon {
  display: block;
  width: auto;
  position: absolute;
  left: 0;
  top: -10%;
  height: 120%;
  transform: translateX(-30%);
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.box .statistic > .number,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.box .statistic > .label,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.box .statistic > .number,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.box .statistic > .label {
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat.small .statistic,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat.small .statistic {
  font-size: 60px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .statistic,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .statistic {
  font-size: 80px;
  line-height: 1 !important;
  margin: 0;
  color: #0082FC;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .statistic > .icon,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .statistic > .icon {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .statistic > .label,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .statistic > .label {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #646569;
  font-weight: 400;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .statistic + .description,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .statistic + .description {
  margin-top: 14px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .description,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .description {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .description h5,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .description h5 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .stat .description p,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .stat .description p {
  margin-bottom: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap blockquote,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap blockquote {
  background-image: url(../png/pattern-002.png);
  border-left: 8px solid #0082FC;
  padding: 20px 30px;
  color: #000;
  font-weight: 700;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap blockquote cite,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap blockquote cite {
  font-style: normal;
  font-weight: 400;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel {
  padding: 15px;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser,
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel {
    width: 50%;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser > .inner,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser > .inner,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel > .inner {
  background-color: #eee;
  position: relative;
  width: 100%;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser > .inner::before,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel > .inner::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser > .inner::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel > .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  z-index: 1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .image-container,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .image-container,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .image-container,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .image-container {
  padding-top: 50%;
  position: relative;
  margin-bottom: 10px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .image-container::after,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .image-container::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .image-container::after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .image-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 42px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.75), #eeeeee);
  border-top: 10px solid #fff;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .image-container img,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .image-container img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .image-container img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .image-container .icon,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .image-container .icon,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .image-container .icon,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .image-container .icon {
  position: absolute;
  left: calc(50% - 68px);
  bottom: -26px;
  width: 136px;
  height: 136px;
  border-radius: 1000px;
  border: 8px solid #eee;
  background-color: #fff;
  z-index: 1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .image-container .icon::before,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .image-container .icon::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .image-container .icon::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .image-container .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  right: -18px;
  top: -18px;
  bottom: 50%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border: 10px solid #fff;
  border-bottom: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .image-container .icon img,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .image-container .icon img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .image-container .icon img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .image-container .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1000px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .contents,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .contents,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .contents,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .contents {
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teasers .teaser .contents p:last-child,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel .contents p:last-child,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teasers .teaser .contents p:last-child,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel .contents p:last-child {
  margin-bottom: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel.no-image,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel.no-image {
  padding-top: 60px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel.no-image .image-container,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel.no-image .image-container {
  padding-top: 50px;
  margin-bottom: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel.no-image .image-container:after,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel.no-image .image-container:after {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .teaser-panel.no-image .image-container .icon:before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .teaser-panel.no-image .image-container .icon:before {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers:before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers:before {
  content: "";
  display: none;
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  border-top: 2px solid #0082FC;
  top: 89px;
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers:before,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers:before {
    display: block;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers .teaser,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers .teaser {
  padding: 15px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers .teaser,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers .teaser {
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers .teaser,
  body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers .teaser {
    width: 25%;
  }
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers .teaser .icon,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers .teaser .icon {
  max-width: 150px;
  border: 2px solid #0082FC;
  border-radius: 1000px;
  background-color: #fff;
  position: relative;
  margin: 0 auto 20px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers .teaser .icon:before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers .teaser .icon:before {
  content: "";
  display: block;
  padding-top: 100%;
  height: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .overview-teasers .teaser .icon img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .overview-teasers .teaser .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file {
  position: relative;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file:hover .download-link, body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.chart .download-link,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file:hover .download-link,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.chart .download-link {
  opacity: 0.4;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting {
  position: absolute;
  left: -1000vw;
  width: 600px;
  padding: 40px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting.chart,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting.chart {
  width: 1000px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting.chart svg + video,
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting.chart img + video,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting.chart svg + video,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting.chart img + video {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting.chart .download-source,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting.chart .download-source {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting .download-link,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting .download-link {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting .download-source,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting .download-source {
  display: flex;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting .statistic > .number,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting .statistic > .number {
  transform: translateY(0.18em);
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting .stat.percent .statistic,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting .stat.percent .statistic {
  transform: translateY(0.18em);
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting .stat.percent .statistic > .number,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting .stat.percent .statistic > .number {
  transform: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.exporting .inline-data-source,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.exporting .inline-data-source {
  display: none;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.stat .download-link,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.stat .download-link {
  padding-bottom: 0;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-link,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-link {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.2s;
  padding-bottom: 6px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-link:hover,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-link:hover {
  opacity: 1;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-link .icon,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-link .icon {
  line-height: 1;
  font-size: 16px;
  display: block;
  margin-right: 6px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-link .icon::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-link .icon::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-cloud-arrow-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-source,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-source {
  font-size: 12px;
  font-style: italic;
  margin: 0;
  display: flex;
  display: none;
  background-repeat: no-repeat;
  min-height: 20px;
  justify-content: flex-end;
  text-align: left;
  margin-top: 10px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-source .logo,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-source .logo {
  display: block;
  width: 14.74px;
  height: 20px;
  align-self: center;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file .download-source .text,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file .download-source .text {
  border-left: 1px solid #ccc;
  display: block;
  margin-left: 8px;
  padding-left: 8px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file.chart .download-source,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file.chart .download-source {
  justify-content: center;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file svg,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file svg {
  display: block;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .has-download-file img,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .has-download-file img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links li + li,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links li + li {
  margin-left: 8px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links li.twitter a::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links li.twitter a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-twitter' viewBox='0 0 16 16'%3E%3Cpath d='M5.026 15c6.038 0 9.341-5.003 9.341-9.334q.002-.211-.006-.422A6.7 6.7 0 0 0 16 3.542a6.7 6.7 0 0 1-1.889.518 3.3 3.3 0 0 0 1.447-1.817 6.5 6.5 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.32 9.32 0 0 1-6.767-3.429 3.29 3.29 0 0 0 1.018 4.382A3.3 3.3 0 0 1 .64 6.575v.045a3.29 3.29 0 0 0 2.632 3.218 3.2 3.2 0 0 1-.865.115 3 3 0 0 1-.614-.057 3.28 3.28 0 0 0 3.067 2.277A6.6 6.6 0 0 1 .78 13.58a6 6 0 0 1-.78-.045A9.34 9.34 0 0 0 5.026 15'/%3E%3C/svg%3E");
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links li.linkedin a::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links li.linkedin a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-linkedin' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/%3E%3C/svg%3E");
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links li.facebook a::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links li.facebook a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links li.email a::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links li.email a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/%3E%3C/svg%3E");
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links a,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links a {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links a::before,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links a::before {
  content: "";
  display: block;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
body.page-template-page-tpl-market-update-2023 #main > .content-wrap .social-share-links a span,
body.page-template-page-tpl-market-update-2024 #main > .content-wrap .social-share-links a span {
  display: none;
}
body.page-template-page-tpl-market-update-2023 .site-footer-wrap,
body.page-template-page-tpl-market-update-2024 .site-footer-wrap {
  margin-top: 0;
}

@property --percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@keyframes percent {
  from {
    --percent: 0;
  }
}
body.site-bg-dark {
  background-color: #000;
}

#wrapper {
  position: relative;
}/*# sourceMappingURL=public.css.map */