.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2b7a69 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #fe8d01 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fe8d01 !important;
  border-color: #fe8d01 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fea434 !important;
  border-color: #fea434 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fea434 !important;
  border-color: #fea434 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7a69;
  color: #2b7a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fe8d01;
  color: #fe8d01;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a85d01 !important;
  background-color: transparent !important;
  border-color: #a85d01 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fe8d01 !important;
  border-color: #fe8d01 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2b7a69 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #fe8d01 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #985501 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b7a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #fe8d01;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b7a69;
  border-color: #2b7a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b7a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2b7a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2b7a69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b7a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b7a69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b7a69;
  border-bottom-color: #2b7a69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232b7a69' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tJS6tZXiPa {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-tJS6tZXiPa .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-tJS6tZXiPa .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-tJS6tZXiPa .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-tJS6tZXiPa .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-tJS6tZXiPa .navbar-collapse {
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-tJS6tZXiPa .nav-item {
  position: relative;
}
.cid-tJS6tZXiPa .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-tJS6tZXiPa .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-tJS6tZXiPa .nav-link:hover {
  color: #17212b !important;
}
.cid-tJS6tZXiPa .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-tJS6tZXiPa .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-tJS6tZXiPa .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-tJS6tZXiPa .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-tJS6tZXiPa .hamburger span:nth-child(1) {
  top: 0;
}
.cid-tJS6tZXiPa .hamburger span:nth-child(2),
.cid-tJS6tZXiPa .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-tJS6tZXiPa .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-tJS6tZXiPa .navbar-nav {
    gap: 0;
  }
  .cid-tJS6tZXiPa .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-tJS6tZXiPa .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: 0;
  }
  .cid-tJS6tZXiPa .navbar-logo img {
    max-width: 165px;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-tJS6tZXiPa .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-tJS6tZXiPa .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-tJS6tZXiPa .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .container {
    width: calc(80%);
  }
  .cid-tJS6tZXiPa .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-1i {
  margin-top: 110px;
  padding: 0;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* CATEGORY STRIP */
  /* LARGE TABLET */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-1i * {
  box-sizing: border-box;
}
#custom-html-1i .inspire-home-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}
#custom-html-1i .inspire-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  width: 100%;
  min-height: 580px;
  background: #f7f3ed;
}
#custom-html-1i .inspire-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4.5rem 4rem 4rem;
}
#custom-html-1i .inspire-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.7rem;
  color: #66727d;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.22em;
}
#custom-html-1i .inspire-kicker > span {
  width: 52px;
  height: 2px;
  background: #ef6a5b;
  flex-shrink: 0;
}
#custom-html-1i .inspire-hero-copy h1 {
  margin: 0;
  max-width: 720px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.6vw, 5rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-1i .inspire-hero-copy h1 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-1i .inspire-lead {
  max-width: 700px;
  margin: 2rem 0 0;
  color: #4f5e69;
  font-size: 1.12rem;
  line-height: 1.7;
}
#custom-html-1i .inspire-supporting {
  max-width: 670px;
  margin: 1rem 0 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1i .inspire-hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.1rem;
}
#custom-html-1i .inspire-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1rem 1.35rem;
  background: #ef6a5b;
  color: #ffffff !important;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-1i .inspire-primary-btn span {
  font-size: 1.1rem;
}
#custom-html-1i .inspire-secondary-link {
  position: relative;
  color: #66727d !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-1i .inspire-secondary-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 52px;
  height: 1px;
  background: #9ea9b1;
}
#custom-html-1i .inspire-hero-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}
#custom-html-1i .inspire-hero-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  width: 170px;
  height: 100%;
  background: #f7f3ed;
  transform: skewX(-10deg);
  z-index: 2;
}
#custom-html-1i .inspire-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
}
#custom-html-1i .inspire-hero-message {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  z-index: 3;
  max-width: 220px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.3;
  font-style: italic;
  text-align: right;
  text-shadow: 0 2px 8px rgba(23, 33, 43, 0.28);
}
#custom-html-1i .inspire-hero-message:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 1rem 0 0 auto;
  background: #ef6a5b;
}
#custom-html-1i .inspire-feature-card {
  position: absolute;
  right: 2.5rem;
  bottom: 2rem;
  z-index: 3;
  width: 430px;
  padding: 1.6rem 3.6rem 1.6rem 1.6rem;
  background: rgba(23, 33, 43, 0.94);
  color: #ffffff !important;
  border-radius: 8px;
  text-decoration: none !important;
}
#custom-html-1i .inspire-feature-category {
  display: block;
  margin-bottom: 0.7rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
#custom-html-1i .inspire-feature-card strong {
  display: block;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.12;
}
#custom-html-1i .inspire-feature-card p {
  margin: 0.8rem 0 0;
  color: #cfd6db;
  font-size: 0.88rem;
  line-height: 1.5;
}
#custom-html-1i .inspire-feature-arrow {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5rem;
}
#custom-html-1i .inspire-category-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  border-top: 1px solid rgba(23, 33, 43, 0.08);
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  background: #fffdf9;
}
#custom-html-1i .inspire-category-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  min-height: 126px;
  padding: 1.45rem 1.25rem;
  color: #17212b !important;
  border-right: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-1i .inspire-category-item:first-child {
  padding-left: 1.25rem;
}
#custom-html-1i .inspire-category-item:last-child {
  border-right: 0;
}
#custom-html-1i .inspire-category-number {
  padding-top: 0.1rem;
  color: #ef6a5b;
  font-size: 0.72rem;
  font-weight: 800;
}
#custom-html-1i .inspire-category-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.2;
}
#custom-html-1i .inspire-category-item p {
  margin: 0;
  color: #71808c;
  font-size: 0.82rem;
  line-height: 1.45;
}
#custom-html-1i .inspire-category-item:hover {
  background: #f8f3ec;
}
@media (max-width: 1199px) {
  #custom-html-1i .inspire-hero-copy {
    padding: 4rem 2.5rem;
  }
  #custom-html-1i .inspire-hero-copy h1 {
    font-size: clamp(2.8rem, 4.8vw, 4.6rem);
  }
  #custom-html-1i .inspire-category-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  #custom-html-1i .inspire-category-item:first-child {
    padding-left: 1.25rem;
  }
  #custom-html-1i .inspire-category-item:nth-child(3) {
    border-right: 0;
  }
  #custom-html-1i .inspire-category-item:nth-child(-n+3) {
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  }
}
@media (max-width: 991px) {
  #custom-html-1i {
    margin-top: 92px;
  }
  #custom-html-1i .inspire-hero-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1i .inspire-hero-copy {
    padding: 3.5rem 2rem;
  }
  #custom-html-1i .inspire-hero-copy h1 {
    max-width: 700px;
    font-size: clamp(3rem, 8vw, 4.5rem);
  }
  #custom-html-1i .inspire-hero-visual {
    min-height: 520px;
  }
  #custom-html-1i .inspire-hero-visual:before {
    display: none;
  }
  #custom-html-1i .inspire-hero-visual img {
    min-height: 520px;
  }
  #custom-html-1i .inspire-hero-message {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 767px) {
  #custom-html-1i {
    margin-top: 84px;
  }
  #custom-html-1i .inspire-hero-copy {
    padding: 3rem 1.25rem;
  }
  #custom-html-1i .inspire-hero-copy h1 {
    font-size: 3.15rem;
    line-height: 1;
  }
  #custom-html-1i .inspire-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #custom-html-1i .inspire-category-strip {
    grid-template-columns: 1fr;
  }
  #custom-html-1i .inspire-category-item,
  #custom-html-1i .inspire-category-item:first-child {
    min-height: auto;
    padding: 1.25rem;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  }
  #custom-html-1i .inspire-category-item:last-child {
    border-bottom: 0;
  }
  #custom-html-1i .inspire-feature-card {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
  }
  #custom-html-1i .inspire-hero-message {
    display: none;
  }
}
@media (max-width: 575px) {
  #custom-html-1i {
    margin-top: 78px;
  }
  #custom-html-1i .inspire-hero-copy {
    padding: 2.8rem 1rem;
  }
  #custom-html-1i .inspire-kicker {
    font-size: 0.64rem;
  }
  #custom-html-1i .inspire-hero-copy h1 {
    font-size: 2.55rem;
    line-height: 1.02;
  }
  #custom-html-1i .inspire-lead {
    font-size: 1rem;
  }
  #custom-html-1i .inspire-supporting {
    font-size: 0.94rem;
  }
  #custom-html-1i .inspire-hero-visual,
  #custom-html-1i .inspire-hero-visual img {
    min-height: 430px;
  }
  #custom-html-1i .inspire-feature-card {
    padding: 1.4rem 3rem 1.4rem 1.3rem;
  }
  #custom-html-1i .inspire-feature-card strong {
    font-size: 1.3rem;
  }
  #custom-html-1i .inspire-feature-card p {
    font-size: 0.82rem;
  }
}
.cid-vuINHAchhR {
  margin-top: 0 !important;
  padding-top: 4.5rem !important;
  padding-bottom: 5rem !important;
  background: #fffdf9;
  overflow: hidden;
}
.cid-vuINHAchhR .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuINHAchhR .mbr-section-head {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 0 3rem;
  padding: 0 0 2.2rem;
  text-align: left;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
.cid-vuINHAchhR .inspire-latest-kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
  color: #66727d;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.cid-vuINHAchhR .inspire-latest-kicker span {
  width: 42px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
.cid-vuINHAchhR .mbr-section-title {
  margin: 0 !important;
  max-width: 900px;
  color: #17212b !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.6rem, 4vw, 4.1rem) !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  text-align: left !important;
}
.cid-vuINHAchhR .mbr-section-title span {
  display: block;
  color: #ef6a5b;
}
.cid-vuINHAchhR .mbr-section-title b,
.cid-vuINHAchhR .mbr-section-title strong {
  font-weight: 700 !important;
}
.cid-vuINHAchhR .mbr-section-subtitle {
  max-width: 780px;
  margin: 1.25rem 0 0 !important;
  color: #4f5e69 !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
  text-align: left !important;
}
.cid-vuINHAchhR .inspire-latest-intro {
  max-width: 880px;
  margin: 0.75rem 0 0;
  color: #71808c;
  font-size: 0.97rem;
  line-height: 1.72;
}
.cid-vuINHAchhR .row,
.cid-vuINHAchhR .items-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 2rem;
  width: 100%;
  margin: 0 !important;
}
.cid-vuINHAchhR .item,
.cid-vuINHAchhR .features-image {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vuINHAchhR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.cid-vuINHAchhR .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.6;
  margin: 0 0 1.3rem;
  overflow: hidden;
  background: #f0ebe5;
}
.cid-vuINHAchhR .item-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #ef6a5b;
  z-index: 2;
}
.cid-vuINHAchhR .item-img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.35s ease;
}
.cid-vuINHAchhR .item-wrapper:hover .item-img img {
  transform: scale(1.025);
}
.cid-vuINHAchhR .item-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
}
.cid-vuINHAchhR .item-subtitle {
  margin: 0 0 0.6rem !important;
  color: #ef6a5b !important;
  font-size: 0.68rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  text-align: left !important;
}
.cid-vuINHAchhR .item-title {
  margin: 0 0 0.8rem !important;
  color: #17212b !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.55rem !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  text-align: left !important;
}
.cid-vuINHAchhR .item-title b,
.cid-vuINHAchhR .item-title strong {
  font-weight: 700 !important;
}
.cid-vuINHAchhR .mbr-text {
  margin: 0 !important;
  color: #687681 !important;
  font-size: 0.93rem !important;
  line-height: 1.72 !important;
  text-align: left !important;
}
.cid-vuINHAchhR .mbr-text a {
  color: #ef6a5b !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.cid-vuINHAchhR .mbr-section-btn,
.cid-vuINHAchhR .item-footer {
  margin-top: auto !important;
  padding-top: 1.35rem !important;
  text-align: left !important;
  background: transparent !important;
}
.cid-vuINHAchhR .mbr-section-btn .btn,
.cid-vuINHAchhR .item-btn,
.cid-vuINHAchhR .btn {
  display: inline-flex !important;
  align-items: center;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0.45rem 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #17212b !important;
  box-shadow: none !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
}
.cid-vuINHAchhR .mbr-section-btn .btn:after,
.cid-vuINHAchhR .item-btn:after,
.cid-vuINHAchhR .btn:after {
  content: "→";
  display: inline-block;
  margin-left: 0.75rem;
  color: #ef6a5b;
  font-size: 1rem;
  transition: transform 0.2s ease;
}
.cid-vuINHAchhR .mbr-section-btn .btn:hover:after,
.cid-vuINHAchhR .item-btn:hover:after,
.cid-vuINHAchhR .btn:hover:after {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .cid-vuINHAchhR {
    padding-top: 3.8rem !important;
    padding-bottom: 4rem !important;
  }
  .cid-vuINHAchhR .container {
    width: calc(68%);
  }
  .cid-vuINHAchhR .row,
  .cid-vuINHAchhR .items-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.7rem 1.5rem;
  }
  .cid-vuINHAchhR .mbr-section-title {
    font-size: clamp(2.4rem, 6vw, 3.6rem) !important;
  }
}
@media (max-width: 767px) {
  .cid-vuINHAchhR {
    padding-top: 3.2rem !important;
    padding-bottom: 3.5rem !important;
  }
  .cid-vuINHAchhR .container {
    width: calc(76%);
  }
  .cid-vuINHAchhR .mbr-section-head {
    margin-bottom: 2.3rem;
    padding-bottom: 1.7rem;
  }
  .cid-vuINHAchhR .inspire-latest-kicker {
    font-size: 0.64rem;
  }
  .cid-vuINHAchhR .mbr-section-title {
    font-size: 2.45rem !important;
  }
  .cid-vuINHAchhR .mbr-section-subtitle {
    font-size: 0.96rem !important;
  }
  .cid-vuINHAchhR .inspire-latest-intro {
    font-size: 0.92rem;
  }
  .cid-vuINHAchhR .row,
  .cid-vuINHAchhR .items-row {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
  .cid-vuINHAchhR .item-img {
    aspect-ratio: 1.77777778;
  }
  .cid-vuINHAchhR .item-title {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 575px) {
  .cid-vuINHAchhR {
    padding-top: 2.8rem !important;
    padding-bottom: 3rem !important;
  }
  .cid-vuINHAchhR .container {
    width: calc(82%);
  }
  .cid-vuINHAchhR .mbr-section-title {
    font-size: 2.15rem !important;
  }
  .cid-vuINHAchhR .item-title {
    font-size: 1.3rem !important;
  }
  .cid-vuINHAchhR .mbr-text {
    font-size: 0.9rem !important;
  }
}
#custom-html-1l {
  margin-top: 0;
  padding: 0;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* INTRO */
  /* CATEGORIES */
  /* DARK EDITORIAL SECTION */
  /* CONTACT CTA */
  /* LARGE DESKTOP */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-1l * {
  box-sizing: border-box;
}
#custom-html-1l .inspire-bottom-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-1l .inspire-bottom-intro {
  padding: 5.5rem 0;
  background: #f7f3ed;
}
#custom-html-1l .inspire-bottom-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-1l .inspire-bottom-kicker span {
  width: 44px;
  height: 2px;
  background: #ef6a5b;
}
#custom-html-1l .inspire-bottom-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-1l .inspire-bottom-intro h2,
#custom-html-1l .inspire-bottom-category-head h2,
#custom-html-1l .inspire-bottom-editorial h2,
#custom-html-1l .inspire-bottom-contact h2 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 3.4vw, 4rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-1l .inspire-bottom-intro h2 {
  max-width: 760px;
}
#custom-html-1l .inspire-bottom-intro h2 span,
#custom-html-1l .inspire-bottom-category-head h2 span,
#custom-html-1l .inspire-bottom-contact h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-1l .inspire-bottom-intro-copy {
  max-width: 760px;
}
#custom-html-1l .inspire-bottom-intro-copy p {
  margin: 0 0 1rem;
  color: #66747f;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-1l .inspire-bottom-lead {
  color: #31404d !important;
  font-size: 1.12rem !important;
  font-weight: 600;
}
#custom-html-1l .inspire-bottom-categories {
  padding: 5.5rem 0;
  background: #fffdf9;
}
#custom-html-1l .inspire-bottom-category-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3rem;
}
#custom-html-1l .inspire-bottom-category-head h2 {
  max-width: 760px;
}
#custom-html-1l .inspire-small-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1l .inspire-bottom-category-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1l .inspire-bottom-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
#custom-html-1l .inspire-topic {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 1.8rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
  transition: transform 0.25s ease;
}
#custom-html-1l .inspire-topic:hover {
  transform: translateY(-4px);
}
#custom-html-1l .inspire-topic-number {
  display: block;
  margin-bottom: 3rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
#custom-html-1l .inspire-topic-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #7b8994;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
#custom-html-1l .inspire-topic h3 {
  margin: 0 0 0.7rem;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
}
#custom-html-1l .inspire-topic p {
  max-width: 390px;
  margin: 0;
  color: #66747f;
  font-size: 0.92rem;
  line-height: 1.65;
}
#custom-html-1l .inspire-topic > strong {
  position: absolute;
  right: 1.6rem;
  top: 1.5rem;
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-1l .inspire-topic-dark {
  background: #17212b;
  color: #ffffff !important;
  border-color: #17212b;
}
#custom-html-1l .inspire-topic-dark .inspire-topic-number,
#custom-html-1l .inspire-topic-dark > strong {
  color: #ef6a5b;
}
#custom-html-1l .inspire-topic-dark .inspire-topic-label {
  color: #aeb8c0;
}
#custom-html-1l .inspire-topic-dark p {
  color: #cbd2d7;
}
#custom-html-1l .inspire-topic-coral {
  background: #ef6a5b;
  color: #ffffff !important;
  border-color: #ef6a5b;
}
#custom-html-1l .inspire-topic-coral .inspire-topic-number,
#custom-html-1l .inspire-topic-coral > strong,
#custom-html-1l .inspire-topic-coral .inspire-topic-label {
  color: #ffffff;
}
#custom-html-1l .inspire-topic-coral p {
  color: #fff4f2;
}
#custom-html-1l .inspire-bottom-editorial {
  padding: 5.5rem 0;
  background: #17212b;
}
#custom-html-1l .inspire-bottom-editorial-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 6rem;
}
#custom-html-1l .inspire-small-label-light {
  color: #ef6a5b;
}
#custom-html-1l .inspire-bottom-editorial h2 {
  color: #ffffff;
  max-width: 760px;
}
#custom-html-1l .inspire-bottom-editorial h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-1l .inspire-bottom-editorial p {
  margin: 0 0 1rem;
  color: #c5ced5;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-1l .inspire-editorial-lead {
  color: #ffffff !important;
  font-size: 1.12rem !important;
  font-weight: 600;
}
#custom-html-1l .inspire-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  color: #ffffff !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-1l .inspire-text-link span {
  color: #ef6a5b;
  font-size: 1rem;
}
#custom-html-1l .inspire-bottom-contact {
  padding: 4.5rem 0;
  background: #f7f3ed;
}
#custom-html-1l .inspire-bottom-contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 4rem;
  align-items: center;
}
#custom-html-1l .inspire-bottom-contact h2 {
  max-width: 800px;
  font-size: clamp(2.4rem, 3.3vw, 3.8rem);
}
#custom-html-1l .inspire-bottom-contact p {
  max-width: 780px;
  margin: 1rem 0 0;
  color: #687681;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1l .inspire-contact-btn {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.3rem;
  background: #ef6a5b;
  color: #ffffff !important;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-1l .inspire-contact-btn span {
  font-size: 1.1rem;
}
@media (min-width: 1200px) {
  #custom-html-1l .inspire-bottom-intro h2,
  #custom-html-1l .inspire-bottom-category-head h2 {
    font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  }
  #custom-html-1l .inspire-bottom-editorial h2 {
    font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  }
}
@media (max-width: 991px) {
  #custom-html-1l .inspire-bottom-inner {
    width: calc(68%);
  }
  #custom-html-1l .inspire-bottom-intro-grid,
  #custom-html-1l .inspire-bottom-editorial-grid,
  #custom-html-1l .inspire-bottom-contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-1l .inspire-bottom-category-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #custom-html-1l .inspire-bottom-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-1l .inspire-contact-btn {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-1l .inspire-bottom-inner {
    width: calc(76%);
  }
  #custom-html-1l .inspire-bottom-intro,
  #custom-html-1l .inspire-bottom-categories,
  #custom-html-1l .inspire-bottom-editorial {
    padding: 4rem 0;
  }
  #custom-html-1l .inspire-bottom-contact {
    padding: 3.5rem 0;
  }
  #custom-html-1l .inspire-bottom-category-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1l .inspire-topic {
    min-height: 270px;
  }
  #custom-html-1l .inspire-bottom-intro h2,
  #custom-html-1l .inspire-bottom-category-head h2,
  #custom-html-1l .inspire-bottom-editorial h2,
  #custom-html-1l .inspire-bottom-contact h2 {
    font-size: 2.6rem;
    line-height: 1.03;
  }
}
@media (max-width: 575px) {
  #custom-html-1l .inspire-bottom-inner {
    width: calc(82%);
  }
  #custom-html-1l .inspire-bottom-intro h2,
  #custom-html-1l .inspire-bottom-category-head h2,
  #custom-html-1l .inspire-bottom-editorial h2,
  #custom-html-1l .inspire-bottom-contact h2 {
    font-size: 2.3rem;
  }
  #custom-html-1l .inspire-topic {
    padding: 1.5rem;
  }
  #custom-html-1l .inspire-topic h3 {
    font-size: 1.65rem;
  }
}
.cid-vuISwSeKvc {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuISwSeKvc .section-footer-background {
  display: none;
}
.cid-vuISwSeKvc .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuISwSeKvc .row {
  position: relative;
  z-index: 2;
}
.cid-vuISwSeKvc .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuISwSeKvc .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuISwSeKvc .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuISwSeKvc .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuISwSeKvc .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuISwSeKvc .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuISwSeKvc .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuISwSeKvc .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuISwSeKvc .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuISwSeKvc .links-item {
  display: block;
}
.cid-vuISwSeKvc .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuISwSeKvc .mbr-section-subtitle b,
.cid-vuISwSeKvc .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuISwSeKvc .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuISwSeKvc .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuISwSeKvc .list li:before {
  display: none;
}
.cid-vuISwSeKvc .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuISwSeKvc .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuISwSeKvc .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuISwSeKvc .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuISwSeKvc .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuISwSeKvc .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuISwSeKvc .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuISwSeKvc .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuISwSeKvc .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuISwSeKvc .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuISwSeKvc .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuISwSeKvc .container {
    width: calc(76%);
  }
  .cid-vuISwSeKvc .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuISwSeKvc .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuISwSeKvc .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuISwSeKvc .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuISwSeKvc .container {
    width: calc(82%);
  }
  .cid-vuISwSeKvc .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuISwSeKvc .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuISwSeKvc .list a {
    font-size: 0.86rem;
  }
}
.cid-tJS6tZXiPa {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-tJS6tZXiPa .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-tJS6tZXiPa .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-tJS6tZXiPa .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-tJS6tZXiPa .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-tJS6tZXiPa .navbar-collapse {
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-tJS6tZXiPa .nav-item {
  position: relative;
}
.cid-tJS6tZXiPa .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-tJS6tZXiPa .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-tJS6tZXiPa .nav-link:hover {
  color: #17212b !important;
}
.cid-tJS6tZXiPa .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-tJS6tZXiPa .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-tJS6tZXiPa .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-tJS6tZXiPa .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-tJS6tZXiPa .hamburger span:nth-child(1) {
  top: 0;
}
.cid-tJS6tZXiPa .hamburger span:nth-child(2),
.cid-tJS6tZXiPa .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-tJS6tZXiPa .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-tJS6tZXiPa .navbar-nav {
    gap: 0;
  }
  .cid-tJS6tZXiPa .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-tJS6tZXiPa .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: 0;
  }
  .cid-tJS6tZXiPa .navbar-logo img {
    max-width: 165px;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-tJS6tZXiPa .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-tJS6tZXiPa .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-tJS6tZXiPa .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .container {
    width: calc(80%);
  }
  .cid-tJS6tZXiPa .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-1p {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* GENERAL HEADINGS */
  /* INTRO */
  /* TOPICS */
  /* DARK FEATURE */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-1p * {
  box-sizing: border-box;
}
#custom-html-1p .inspire-business-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-1p .inspire-business-hero {
  padding: 4.5rem 0 4rem;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-1p .inspire-business-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-1p .inspire-business-kicker span {
  width: 44px;
  height: 2px;
  background: #ef6a5b;
}
#custom-html-1p .inspire-business-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-1p .inspire-business-hero h1 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6vw, 6rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.055em;
}
#custom-html-1p .inspire-business-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 1rem;
  color: #ef6a5b;
  font-size: 0.42em;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
#custom-html-1p .inspire-business-hero-copy {
  max-width: 650px;
}
#custom-html-1p .inspire-business-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-1p .inspire-business-lead {
  color: #31404d !important;
  font-size: 1.12rem !important;
  font-weight: 600;
}
#custom-html-1p .inspire-business-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1p .inspire-business-intro h2,
#custom-html-1p .inspire-business-topics h2,
#custom-html-1p .inspire-business-practical h2,
#custom-html-1p .inspire-business-related h2 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 3.8vw, 4rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-1p .inspire-business-intro h2 span,
#custom-html-1p .inspire-business-topics h2 span,
#custom-html-1p .inspire-business-practical h2 span,
#custom-html-1p .inspire-business-related h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-1p .inspire-business-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1p .inspire-business-copy {
  max-width: 760px;
}
#custom-html-1p .inspire-business-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1p .inspire-business-copy-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-1p .inspire-business-topics {
  padding: 5rem 0;
}
#custom-html-1p .inspire-business-topics-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3rem;
}
#custom-html-1p .inspire-business-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1p .inspire-business-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
#custom-html-1p .inspire-business-topic {
  min-height: 250px;
  padding: 1.7rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-1p .inspire-business-topic > span {
  display: block;
  margin-bottom: 2.8rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-1p .inspire-business-topic h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 700;
}
#custom-html-1p .inspire-business-topic p {
  margin: 0;
  color: #687681;
  font-size: 0.92rem;
  line-height: 1.65;
}
#custom-html-1p .inspire-business-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  padding: 4.5rem;
  background: #17212b;
}
#custom-html-1p .inspire-business-feature-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1p .inspire-business-feature h2 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 3.8vw, 4rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-1p .inspire-business-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-1p .inspire-business-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1p .inspire-business-feature-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-1p .inspire-business-practical {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1p .inspire-business-practical p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1p .inspire-business-related {
  padding: 5rem 0;
}
#custom-html-1p .inspire-business-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
#custom-html-1p .inspire-business-related-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-1p .inspire-business-related-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-1p .inspire-business-related-grid span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}
#custom-html-1p .inspire-business-related-grid strong {
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-1p .inspire-business-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #ef6a5b;
}
#custom-html-1p .inspire-business-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1p .inspire-business-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-1p .inspire-business-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-1p .inspire-business-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1p .inspire-business-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.1rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-1p {
    margin-top: 92px;
  }
  #custom-html-1p .inspire-business-inner {
    width: calc(68%);
  }
  #custom-html-1p .inspire-business-hero-grid,
  #custom-html-1p .inspire-business-intro,
  #custom-html-1p .inspire-business-topics-head,
  #custom-html-1p .inspire-business-feature,
  #custom-html-1p .inspire-business-practical,
  #custom-html-1p .inspire-business-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-1p .inspire-business-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-1p .inspire-business-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1p .inspire-business-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-1p {
    margin-top: 84px;
  }
  #custom-html-1p .inspire-business-inner {
    width: calc(76%);
  }
  #custom-html-1p .inspire-business-hero {
    padding: 3.5rem 0;
  }
  #custom-html-1p .inspire-business-hero h1 {
    font-size: 3.6rem;
  }
  #custom-html-1p .inspire-business-intro,
  #custom-html-1p .inspire-business-topics,
  #custom-html-1p .inspire-business-practical,
  #custom-html-1p .inspire-business-related {
    padding: 4rem 0;
  }
  #custom-html-1p .inspire-business-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1p .inspire-business-feature {
    padding: 2.5rem;
  }
  #custom-html-1p .inspire-business-cta {
    padding: 2.4rem;
  }
}
@media (max-width: 575px) {
  #custom-html-1p {
    margin-top: 78px;
  }
  #custom-html-1p .inspire-business-inner {
    width: calc(82%);
  }
  #custom-html-1p .inspire-business-hero h1 {
    font-size: 3rem;
  }
  #custom-html-1p .inspire-business-intro h2,
  #custom-html-1p .inspire-business-topics h2,
  #custom-html-1p .inspire-business-feature h2,
  #custom-html-1p .inspire-business-practical h2,
  #custom-html-1p .inspire-business-related h2 {
    font-size: 2.35rem;
  }
  #custom-html-1p .inspire-business-feature,
  #custom-html-1p .inspire-business-cta {
    padding: 1.8rem;
  }
}
.cid-vuISwSeKvc {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuISwSeKvc .section-footer-background {
  display: none;
}
.cid-vuISwSeKvc .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuISwSeKvc .row {
  position: relative;
  z-index: 2;
}
.cid-vuISwSeKvc .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuISwSeKvc .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuISwSeKvc .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuISwSeKvc .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuISwSeKvc .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuISwSeKvc .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuISwSeKvc .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuISwSeKvc .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuISwSeKvc .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuISwSeKvc .links-item {
  display: block;
}
.cid-vuISwSeKvc .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuISwSeKvc .mbr-section-subtitle b,
.cid-vuISwSeKvc .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuISwSeKvc .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuISwSeKvc .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuISwSeKvc .list li:before {
  display: none;
}
.cid-vuISwSeKvc .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuISwSeKvc .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuISwSeKvc .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuISwSeKvc .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuISwSeKvc .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuISwSeKvc .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuISwSeKvc .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuISwSeKvc .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuISwSeKvc .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuISwSeKvc .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuISwSeKvc .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuISwSeKvc .container {
    width: calc(76%);
  }
  .cid-vuISwSeKvc .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuISwSeKvc .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuISwSeKvc .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuISwSeKvc .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuISwSeKvc .container {
    width: calc(82%);
  }
  .cid-vuISwSeKvc .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuISwSeKvc .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuISwSeKvc .list a {
    font-size: 0.86rem;
  }
}
.cid-vuIUkZmxCm {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuIUkZmxCm .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuIUkZmxCm .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuIUkZmxCm .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuIUkZmxCm .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuIUkZmxCm .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuIUkZmxCm .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuIUkZmxCm .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuIUkZmxCm .nav-item {
  position: relative;
}
.cid-vuIUkZmxCm .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuIUkZmxCm .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuIUkZmxCm .nav-link:hover {
  color: #17212b !important;
}
.cid-vuIUkZmxCm .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuIUkZmxCm .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuIUkZmxCm .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuIUkZmxCm .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuIUkZmxCm .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuIUkZmxCm .hamburger span:nth-child(2),
.cid-vuIUkZmxCm .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuIUkZmxCm .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuIUkZmxCm .navbar-nav {
    gap: 0;
  }
  .cid-vuIUkZmxCm .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuIUkZmxCm .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuIUkZmxCm .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuIUkZmxCm .navbar-brand {
    margin-right: 0;
  }
  .cid-vuIUkZmxCm .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuIUkZmxCm .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuIUkZmxCm .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuIUkZmxCm .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuIUkZmxCm .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuIUkZmxCm .container {
    width: calc(80%);
  }
  .cid-vuIUkZmxCm .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-1r {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* GENERAL LABELS */
  /* GENERAL HEADINGS */
  /* INTRO */
  /* TOPICS */
  /* DARK FEATURE */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-1r * {
  box-sizing: border-box;
}
#custom-html-1r .inspire-tech-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-1r .inspire-tech-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-1r .inspire-tech-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-1r .inspire-tech-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-1r .inspire-tech-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-1r .inspire-tech-hero h1 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1r .inspire-tech-hero h1 span {
  display: block;
  max-width: 700px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1r .inspire-tech-hero-copy {
  max-width: 650px;
}
#custom-html-1r .inspire-tech-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-1r .inspire-tech-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-1r .inspire-tech-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1r .inspire-tech-intro h2,
#custom-html-1r .inspire-tech-topics h2,
#custom-html-1r .inspire-tech-practical h2,
#custom-html-1r .inspire-tech-related h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1r .inspire-tech-intro h2 span,
#custom-html-1r .inspire-tech-topics h2 span,
#custom-html-1r .inspire-tech-practical h2 span,
#custom-html-1r .inspire-tech-related h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-1r .inspire-tech-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1r .inspire-tech-copy {
  max-width: 760px;
}
#custom-html-1r .inspire-tech-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1r .inspire-tech-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-1r .inspire-tech-topics {
  padding: 4.5rem 0;
}
#custom-html-1r .inspire-tech-topics-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-1r .inspire-tech-topics-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1r .inspire-tech-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-1r .inspire-tech-topic {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-1r .inspire-tech-topic > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-1r .inspire-tech-topic h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-1r .inspire-tech-topic p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-1r .inspire-tech-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-1r .inspire-tech-feature-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1r .inspire-tech-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1r .inspire-tech-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-1r .inspire-tech-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1r .inspire-tech-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-1r .inspire-tech-practical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1r .inspire-tech-practical p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1r .inspire-tech-related {
  padding: 4.5rem 0;
}
#custom-html-1r .inspire-tech-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-1r .inspire-tech-related-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-1r .inspire-tech-related-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-1r .inspire-tech-related-grid span {
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-1r .inspire-tech-related-grid strong {
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-1r .inspire-tech-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-1r .inspire-tech-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1r .inspire-tech-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1r .inspire-tech-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-1r .inspire-tech-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1r .inspire-tech-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-1r {
    margin-top: 92px;
  }
  #custom-html-1r .inspire-tech-inner {
    width: calc(68%);
  }
  #custom-html-1r .inspire-tech-hero-grid,
  #custom-html-1r .inspire-tech-intro,
  #custom-html-1r .inspire-tech-topics-head,
  #custom-html-1r .inspire-tech-feature,
  #custom-html-1r .inspire-tech-practical,
  #custom-html-1r .inspire-tech-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-1r .inspire-tech-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-1r .inspire-tech-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1r .inspire-tech-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-1r {
    margin-top: 84px;
  }
  #custom-html-1r .inspire-tech-inner {
    width: calc(76%);
  }
  #custom-html-1r .inspire-tech-hero {
    padding: 3.2rem 0;
  }
  #custom-html-1r .inspire-tech-hero h1 {
    font-size: 3rem;
  }
  #custom-html-1r .inspire-tech-intro,
  #custom-html-1r .inspire-tech-topics,
  #custom-html-1r .inspire-tech-practical,
  #custom-html-1r .inspire-tech-related {
    padding: 3.5rem 0;
  }
  #custom-html-1r .inspire-tech-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1r .inspire-tech-feature {
    padding: 2.3rem;
  }
  #custom-html-1r .inspire-tech-cta {
    padding: 2.2rem;
  }
  #custom-html-1r .inspire-tech-intro h2,
  #custom-html-1r .inspire-tech-topics h2,
  #custom-html-1r .inspire-tech-feature h2,
  #custom-html-1r .inspire-tech-practical h2,
  #custom-html-1r .inspire-tech-related h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-1r {
    margin-top: 78px;
  }
  #custom-html-1r .inspire-tech-inner {
    width: calc(82%);
  }
  #custom-html-1r .inspire-tech-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-1r .inspire-tech-intro h2,
  #custom-html-1r .inspire-tech-topics h2,
  #custom-html-1r .inspire-tech-feature h2,
  #custom-html-1r .inspire-tech-practical h2,
  #custom-html-1r .inspire-tech-related h2 {
    font-size: 2.1rem;
  }
  #custom-html-1r .inspire-tech-feature,
  #custom-html-1r .inspire-tech-cta {
    padding: 1.7rem;
  }
  #custom-html-1r .inspire-tech-topic {
    min-height: auto;
  }
}
.cid-vuIUl0mqcU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuIUl0mqcU .section-footer-background {
  display: none;
}
.cid-vuIUl0mqcU .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuIUl0mqcU .row {
  position: relative;
  z-index: 2;
}
.cid-vuIUl0mqcU .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIUl0mqcU .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuIUl0mqcU .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuIUl0mqcU .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuIUl0mqcU .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuIUl0mqcU .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuIUl0mqcU .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuIUl0mqcU .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuIUl0mqcU .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuIUl0mqcU .links-item {
  display: block;
}
.cid-vuIUl0mqcU .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuIUl0mqcU .mbr-section-subtitle b,
.cid-vuIUl0mqcU .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuIUl0mqcU .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuIUl0mqcU .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuIUl0mqcU .list li:before {
  display: none;
}
.cid-vuIUl0mqcU .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuIUl0mqcU .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuIUl0mqcU .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIUl0mqcU .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuIUl0mqcU .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuIUl0mqcU .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuIUl0mqcU .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuIUl0mqcU .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuIUl0mqcU .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuIUl0mqcU .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuIUl0mqcU .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuIUl0mqcU .container {
    width: calc(76%);
  }
  .cid-vuIUl0mqcU .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuIUl0mqcU .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuIUl0mqcU .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuIUl0mqcU .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuIUl0mqcU .container {
    width: calc(82%);
  }
  .cid-vuIUl0mqcU .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuIUl0mqcU .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuIUl0mqcU .list a {
    font-size: 0.86rem;
  }
}
.cid-vuIVBR8vxe {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuIVBR8vxe .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuIVBR8vxe .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuIVBR8vxe .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuIVBR8vxe .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuIVBR8vxe .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuIVBR8vxe .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuIVBR8vxe .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuIVBR8vxe .nav-item {
  position: relative;
}
.cid-vuIVBR8vxe .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuIVBR8vxe .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuIVBR8vxe .nav-link:hover {
  color: #17212b !important;
}
.cid-vuIVBR8vxe .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuIVBR8vxe .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuIVBR8vxe .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuIVBR8vxe .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuIVBR8vxe .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuIVBR8vxe .hamburger span:nth-child(2),
.cid-vuIVBR8vxe .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuIVBR8vxe .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuIVBR8vxe .navbar-nav {
    gap: 0;
  }
  .cid-vuIVBR8vxe .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuIVBR8vxe .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuIVBR8vxe .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuIVBR8vxe .navbar-brand {
    margin-right: 0;
  }
  .cid-vuIVBR8vxe .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuIVBR8vxe .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuIVBR8vxe .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuIVBR8vxe .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuIVBR8vxe .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuIVBR8vxe .container {
    width: calc(80%);
  }
  .cid-vuIVBR8vxe .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-1u {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* TOPICS */
  /* DARK FEATURE */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-1u * {
  box-sizing: border-box;
}
#custom-html-1u .inspire-health-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-1u .inspire-health-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-1u .inspire-health-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-1u .inspire-health-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-1u .inspire-health-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-1u .inspire-health-hero h1 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1u .inspire-health-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1u .inspire-health-hero-copy {
  max-width: 650px;
}
#custom-html-1u .inspire-health-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-1u .inspire-health-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-1u .inspire-health-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1u .inspire-health-intro h2,
#custom-html-1u .inspire-health-topics h2,
#custom-html-1u .inspire-health-practical h2,
#custom-html-1u .inspire-health-related h2 {
  margin: 0;
  max-width: 720px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1u .inspire-health-intro h2 span,
#custom-html-1u .inspire-health-topics h2 span,
#custom-html-1u .inspire-health-practical h2 span,
#custom-html-1u .inspire-health-related h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-1u .inspire-health-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1u .inspire-health-copy {
  max-width: 760px;
}
#custom-html-1u .inspire-health-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1u .inspire-health-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-1u .inspire-health-topics {
  padding: 4.5rem 0;
}
#custom-html-1u .inspire-health-topics-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-1u .inspire-health-topics-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1u .inspire-health-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-1u .inspire-health-topic {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-1u .inspire-health-topic > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-1u .inspire-health-topic h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-1u .inspire-health-topic p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-1u .inspire-health-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-1u .inspire-health-feature-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1u .inspire-health-feature h2 {
  margin: 0;
  max-width: 720px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1u .inspire-health-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-1u .inspire-health-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1u .inspire-health-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-1u .inspire-health-practical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1u .inspire-health-practical p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1u .inspire-health-related {
  padding: 4.5rem 0;
}
#custom-html-1u .inspire-health-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-1u .inspire-health-related-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-1u .inspire-health-related-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-1u .inspire-health-related-grid span {
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-1u .inspire-health-related-grid strong {
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-1u .inspire-health-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-1u .inspire-health-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1u .inspire-health-cta h2 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1u .inspire-health-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-1u .inspire-health-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1u .inspire-health-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-1u {
    margin-top: 92px;
  }
  #custom-html-1u .inspire-health-inner {
    width: calc(68%);
  }
  #custom-html-1u .inspire-health-hero-grid,
  #custom-html-1u .inspire-health-intro,
  #custom-html-1u .inspire-health-topics-head,
  #custom-html-1u .inspire-health-feature,
  #custom-html-1u .inspire-health-practical,
  #custom-html-1u .inspire-health-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-1u .inspire-health-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-1u .inspire-health-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1u .inspire-health-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-1u {
    margin-top: 84px;
  }
  #custom-html-1u .inspire-health-inner {
    width: calc(76%);
  }
  #custom-html-1u .inspire-health-hero {
    padding: 3.2rem 0;
  }
  #custom-html-1u .inspire-health-hero h1 {
    font-size: 3rem;
  }
  #custom-html-1u .inspire-health-intro,
  #custom-html-1u .inspire-health-topics,
  #custom-html-1u .inspire-health-practical,
  #custom-html-1u .inspire-health-related {
    padding: 3.5rem 0;
  }
  #custom-html-1u .inspire-health-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1u .inspire-health-feature {
    padding: 2.3rem;
  }
  #custom-html-1u .inspire-health-cta {
    padding: 2.2rem;
  }
  #custom-html-1u .inspire-health-intro h2,
  #custom-html-1u .inspire-health-topics h2,
  #custom-html-1u .inspire-health-feature h2,
  #custom-html-1u .inspire-health-practical h2,
  #custom-html-1u .inspire-health-related h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-1u {
    margin-top: 78px;
  }
  #custom-html-1u .inspire-health-inner {
    width: calc(82%);
  }
  #custom-html-1u .inspire-health-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-1u .inspire-health-intro h2,
  #custom-html-1u .inspire-health-topics h2,
  #custom-html-1u .inspire-health-feature h2,
  #custom-html-1u .inspire-health-practical h2,
  #custom-html-1u .inspire-health-related h2 {
    font-size: 2.1rem;
  }
  #custom-html-1u .inspire-health-feature,
  #custom-html-1u .inspire-health-cta {
    padding: 1.7rem;
  }
  #custom-html-1u .inspire-health-topic {
    min-height: auto;
  }
}
.cid-vuIVBRYLmC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuIVBRYLmC .section-footer-background {
  display: none;
}
.cid-vuIVBRYLmC .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuIVBRYLmC .row {
  position: relative;
  z-index: 2;
}
.cid-vuIVBRYLmC .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIVBRYLmC .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuIVBRYLmC .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuIVBRYLmC .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuIVBRYLmC .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuIVBRYLmC .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuIVBRYLmC .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuIVBRYLmC .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuIVBRYLmC .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuIVBRYLmC .links-item {
  display: block;
}
.cid-vuIVBRYLmC .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuIVBRYLmC .mbr-section-subtitle b,
.cid-vuIVBRYLmC .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuIVBRYLmC .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuIVBRYLmC .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuIVBRYLmC .list li:before {
  display: none;
}
.cid-vuIVBRYLmC .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuIVBRYLmC .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuIVBRYLmC .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIVBRYLmC .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuIVBRYLmC .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuIVBRYLmC .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuIVBRYLmC .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuIVBRYLmC .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuIVBRYLmC .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuIVBRYLmC .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuIVBRYLmC .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuIVBRYLmC .container {
    width: calc(76%);
  }
  .cid-vuIVBRYLmC .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuIVBRYLmC .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuIVBRYLmC .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuIVBRYLmC .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuIVBRYLmC .container {
    width: calc(82%);
  }
  .cid-vuIVBRYLmC .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuIVBRYLmC .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuIVBRYLmC .list a {
    font-size: 0.86rem;
  }
}
.cid-vuIVBR8vxe {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuIVBR8vxe .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuIVBR8vxe .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuIVBR8vxe .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuIVBR8vxe .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuIVBR8vxe .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuIVBR8vxe .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuIVBR8vxe .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuIVBR8vxe .nav-item {
  position: relative;
}
.cid-vuIVBR8vxe .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuIVBR8vxe .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuIVBR8vxe .nav-link:hover {
  color: #17212b !important;
}
.cid-vuIVBR8vxe .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuIVBR8vxe .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuIVBR8vxe .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuIVBR8vxe .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuIVBR8vxe .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuIVBR8vxe .hamburger span:nth-child(2),
.cid-vuIVBR8vxe .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuIVBR8vxe .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuIVBR8vxe .navbar-nav {
    gap: 0;
  }
  .cid-vuIVBR8vxe .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuIVBR8vxe .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuIVBR8vxe .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuIVBR8vxe .navbar-brand {
    margin-right: 0;
  }
  .cid-vuIVBR8vxe .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuIVBR8vxe .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuIVBR8vxe .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuIVBR8vxe .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuIVBR8vxe .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuIVBR8vxe .container {
    width: calc(80%);
  }
  .cid-vuIVBR8vxe .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-1y {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* TOPICS */
  /* DARK FEATURE */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-1y * {
  box-sizing: border-box;
}
#custom-html-1y .inspire-home-page-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-1y .inspire-home-page-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-1y .inspire-home-page-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-1y .inspire-home-page-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-1y .inspire-home-page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-1y .inspire-home-page-hero h1 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1y .inspire-home-page-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
#custom-html-1y .inspire-home-page-hero-copy {
  max-width: 650px;
}
#custom-html-1y .inspire-home-page-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-1y .inspire-home-page-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-1y .inspire-home-page-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1y .inspire-home-page-intro h2,
#custom-html-1y .inspire-home-page-topics h2,
#custom-html-1y .inspire-home-page-practical h2,
#custom-html-1y .inspire-home-page-related h2 {
  margin: 0;
  max-width: 720px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1y .inspire-home-page-intro h2 span,
#custom-html-1y .inspire-home-page-topics h2 span,
#custom-html-1y .inspire-home-page-practical h2 span,
#custom-html-1y .inspire-home-page-related h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-1y .inspire-home-page-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1y .inspire-home-page-copy {
  max-width: 760px;
}
#custom-html-1y .inspire-home-page-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1y .inspire-home-page-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-1y .inspire-home-page-topics {
  padding: 4.5rem 0;
}
#custom-html-1y .inspire-home-page-topics-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-1y .inspire-home-page-topics-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1y .inspire-home-page-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-1y .inspire-home-page-topic {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-1y .inspire-home-page-topic > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-1y .inspire-home-page-topic h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-1y .inspire-home-page-topic p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-1y .inspire-home-page-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-1y .inspire-home-page-feature-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1y .inspire-home-page-feature h2 {
  margin: 0;
  max-width: 720px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1y .inspire-home-page-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-1y .inspire-home-page-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1y .inspire-home-page-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-1y .inspire-home-page-practical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-1y .inspire-home-page-practical p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-1y .inspire-home-page-related {
  padding: 4.5rem 0;
}
#custom-html-1y .inspire-home-page-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-1y .inspire-home-page-related-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-1y .inspire-home-page-related-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-1y .inspire-home-page-related-grid span {
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-1y .inspire-home-page-related-grid strong {
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-1y .inspire-home-page-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-1y .inspire-home-page-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-1y .inspire-home-page-cta h2 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-1y .inspire-home-page-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-1y .inspire-home-page-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-1y .inspire-home-page-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-1y {
    margin-top: 92px;
  }
  #custom-html-1y .inspire-home-page-inner {
    width: calc(68%);
  }
  #custom-html-1y .inspire-home-page-hero-grid,
  #custom-html-1y .inspire-home-page-intro,
  #custom-html-1y .inspire-home-page-topics-head,
  #custom-html-1y .inspire-home-page-feature,
  #custom-html-1y .inspire-home-page-practical,
  #custom-html-1y .inspire-home-page-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-1y .inspire-home-page-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-1y .inspire-home-page-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1y .inspire-home-page-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-1y {
    margin-top: 84px;
  }
  #custom-html-1y .inspire-home-page-inner {
    width: calc(76%);
  }
  #custom-html-1y .inspire-home-page-hero {
    padding: 3.2rem 0;
  }
  #custom-html-1y .inspire-home-page-hero h1 {
    font-size: 3rem;
  }
  #custom-html-1y .inspire-home-page-intro,
  #custom-html-1y .inspire-home-page-topics,
  #custom-html-1y .inspire-home-page-practical,
  #custom-html-1y .inspire-home-page-related {
    padding: 3.5rem 0;
  }
  #custom-html-1y .inspire-home-page-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1y .inspire-home-page-feature {
    padding: 2.3rem;
  }
  #custom-html-1y .inspire-home-page-cta {
    padding: 2.2rem;
  }
  #custom-html-1y .inspire-home-page-intro h2,
  #custom-html-1y .inspire-home-page-topics h2,
  #custom-html-1y .inspire-home-page-feature h2,
  #custom-html-1y .inspire-home-page-practical h2,
  #custom-html-1y .inspire-home-page-related h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-1y {
    margin-top: 78px;
  }
  #custom-html-1y .inspire-home-page-inner {
    width: calc(82%);
  }
  #custom-html-1y .inspire-home-page-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-1y .inspire-home-page-intro h2,
  #custom-html-1y .inspire-home-page-topics h2,
  #custom-html-1y .inspire-home-page-feature h2,
  #custom-html-1y .inspire-home-page-practical h2,
  #custom-html-1y .inspire-home-page-related h2 {
    font-size: 2.1rem;
  }
  #custom-html-1y .inspire-home-page-feature,
  #custom-html-1y .inspire-home-page-cta {
    padding: 1.7rem;
  }
  #custom-html-1y .inspire-home-page-topic {
    min-height: auto;
  }
}
.cid-vuIVBRYLmC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuIVBRYLmC .section-footer-background {
  display: none;
}
.cid-vuIVBRYLmC .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuIVBRYLmC .row {
  position: relative;
  z-index: 2;
}
.cid-vuIVBRYLmC .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIVBRYLmC .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuIVBRYLmC .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuIVBRYLmC .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuIVBRYLmC .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuIVBRYLmC .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuIVBRYLmC .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuIVBRYLmC .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuIVBRYLmC .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuIVBRYLmC .links-item {
  display: block;
}
.cid-vuIVBRYLmC .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuIVBRYLmC .mbr-section-subtitle b,
.cid-vuIVBRYLmC .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuIVBRYLmC .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuIVBRYLmC .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuIVBRYLmC .list li:before {
  display: none;
}
.cid-vuIVBRYLmC .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuIVBRYLmC .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuIVBRYLmC .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIVBRYLmC .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuIVBRYLmC .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuIVBRYLmC .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuIVBRYLmC .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuIVBRYLmC .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuIVBRYLmC .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuIVBRYLmC .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuIVBRYLmC .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuIVBRYLmC .container {
    width: calc(76%);
  }
  .cid-vuIVBRYLmC .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuIVBRYLmC .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuIVBRYLmC .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuIVBRYLmC .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuIVBRYLmC .container {
    width: calc(82%);
  }
  .cid-vuIVBRYLmC .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuIVBRYLmC .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuIVBRYLmC .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJ9C1uxZY {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJ9C1uxZY .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJ9C1uxZY .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJ9C1uxZY .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJ9C1uxZY .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJ9C1uxZY .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJ9C1uxZY .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJ9C1uxZY .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJ9C1uxZY .nav-item {
  position: relative;
}
.cid-vuJ9C1uxZY .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJ9C1uxZY .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJ9C1uxZY .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJ9C1uxZY .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJ9C1uxZY .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJ9C1uxZY .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJ9C1uxZY .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJ9C1uxZY .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJ9C1uxZY .hamburger span:nth-child(2),
.cid-vuJ9C1uxZY .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJ9C1uxZY .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJ9C1uxZY .navbar-nav {
    gap: 0;
  }
  .cid-vuJ9C1uxZY .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJ9C1uxZY .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJ9C1uxZY .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJ9C1uxZY .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJ9C1uxZY .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJ9C1uxZY .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJ9C1uxZY .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJ9C1uxZY .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJ9C1uxZY .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJ9C1uxZY .container {
    width: calc(80%);
  }
  .cid-vuJ9C1uxZY .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-20 {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
}
#custom-html-20 * {
  box-sizing: border-box;
}
#custom-html-20 .inspire-section-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-20 .inspire-section-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-20 .inspire-section-kicker {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
}
#custom-html-20 .inspire-section-kicker span {
  width: 44px;
  height: 2px;
  background: #ef6a5b;
}
#custom-html-20 .inspire-section-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-20 .inspire-section-hero h1 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-20 .inspire-section-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: .8rem;
  color: #ef6a5b;
  font-size: .48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
#custom-html-20 .inspire-section-hero-copy {
  max-width: 650px;
}
#custom-html-20 .inspire-section-hero-copy p,
#custom-html-20 .inspire-section-copy p,
#custom-html-20 .inspire-section-feature-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-20 .inspire-section-lead,
#custom-html-20 .inspire-section-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-20 .inspire-section-label {
  display: block;
  margin-bottom: .8rem;
  color: #ef6a5b;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
}
#custom-html-20 .inspire-section-intro,
#custom-html-20 .inspire-section-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
#custom-html-20 .inspire-section-intro {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-20 .inspire-section-intro h2,
#custom-html-20 .inspire-section-topics h2,
#custom-html-20 .inspire-section-related h2,
#custom-html-20 .inspire-section-feature h2 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-20 .inspire-section-intro h2 span,
#custom-html-20 .inspire-section-topics h2 span,
#custom-html-20 .inspire-section-related h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-20 .inspire-section-topics {
  padding: 4.5rem 0;
}
#custom-html-20 .inspire-section-topics-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-20 .inspire-section-topics-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  line-height: 1.7;
}
#custom-html-20 .inspire-section-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-20 .inspire-section-topic {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-20 .inspire-section-topic > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: .7rem;
  font-weight: 800;
}
#custom-html-20 .inspire-section-topic h3 {
  margin: 0 0 .7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
}
#custom-html-20 .inspire-section-topic p {
  margin: 0;
  color: #687681;
  font-size: .9rem;
  line-height: 1.65;
}
#custom-html-20 .inspire-section-feature {
  padding: 4rem;
  background: #17212b;
}
#custom-html-20 .inspire-section-feature-label {
  display: block;
  margin-bottom: .9rem;
  color: #ef6a5b;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
}
#custom-html-20 .inspire-section-feature h2 {
  color: #fff;
}
#custom-html-20 .inspire-section-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-20 .inspire-section-feature-copy p {
  color: #c8d0d6;
}
#custom-html-20 .inspire-section-feature-lead {
  color: #fff !important;
  font-weight: 600;
}
#custom-html-20 .inspire-section-related {
  padding: 4.5rem 0;
}
#custom-html-20 .inspire-section-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-20 .inspire-section-related-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-20 .inspire-section-related-grid small {
  display: block;
  margin-bottom: .35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .13em;
}
#custom-html-20 .inspire-section-related-grid span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-20 .inspire-section-related-grid strong {
  color: #ef6a5b;
}
#custom-html-20 .inspire-section-cta {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-20 .inspire-section-cta > div > span {
  display: block;
  margin-bottom: .7rem;
  color: #fff4f2;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
}
#custom-html-20 .inspire-section-cta h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
}
#custom-html-20 .inspire-section-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-20 .inspire-section-cta p {
  margin: 1rem 0 0;
  color: #fff8f6;
  line-height: 1.7;
}
#custom-html-20 .inspire-section-cta > a {
  justify-self: end;
  padding: .85rem 1.05rem;
  background: #17212b;
  color: #fff !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-20 {
    margin-top: 92px;
  }
  #custom-html-20 .inspire-section-inner {
    width: calc(68%);
  }
  #custom-html-20 .inspire-section-hero-grid,
  #custom-html-20 .inspire-section-intro,
  #custom-html-20 .inspire-section-topics-head,
  #custom-html-20 .inspire-section-feature,
  #custom-html-20 .inspire-section-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-20 .inspire-section-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-20 .inspire-section-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-20 .inspire-section-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-20 {
    margin-top: 84px;
  }
  #custom-html-20 .inspire-section-inner {
    width: calc(76%);
  }
  #custom-html-20 .inspire-section-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-20 .inspire-section-feature {
    padding: 2.3rem;
  }
  #custom-html-20 .inspire-section-cta {
    padding: 2.2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-20 {
    margin-top: 78px;
  }
  #custom-html-20 .inspire-section-inner {
    width: calc(82%);
  }
  #custom-html-20 .inspire-section-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-20 .inspire-section-intro h2,
  #custom-html-20 .inspire-section-topics h2,
  #custom-html-20 .inspire-section-feature h2,
  #custom-html-20 .inspire-section-related h2 {
    font-size: 2.1rem;
  }
}
.cid-vuJ9C2xbAt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJ9C2xbAt .section-footer-background {
  display: none;
}
.cid-vuJ9C2xbAt .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJ9C2xbAt .row {
  position: relative;
  z-index: 2;
}
.cid-vuJ9C2xbAt .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJ9C2xbAt .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJ9C2xbAt .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJ9C2xbAt .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJ9C2xbAt .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJ9C2xbAt .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJ9C2xbAt .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJ9C2xbAt .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJ9C2xbAt .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJ9C2xbAt .links-item {
  display: block;
}
.cid-vuJ9C2xbAt .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJ9C2xbAt .mbr-section-subtitle b,
.cid-vuJ9C2xbAt .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJ9C2xbAt .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJ9C2xbAt .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJ9C2xbAt .list li:before {
  display: none;
}
.cid-vuJ9C2xbAt .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJ9C2xbAt .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJ9C2xbAt .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJ9C2xbAt .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJ9C2xbAt .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJ9C2xbAt .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJ9C2xbAt .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJ9C2xbAt .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJ9C2xbAt .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJ9C2xbAt .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJ9C2xbAt .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJ9C2xbAt .container {
    width: calc(76%);
  }
  .cid-vuJ9C2xbAt .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJ9C2xbAt .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJ9C2xbAt .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJ9C2xbAt .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJ9C2xbAt .container {
    width: calc(82%);
  }
  .cid-vuJ9C2xbAt .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJ9C2xbAt .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJ9C2xbAt .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJaTVnarw {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJaTVnarw .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJaTVnarw .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJaTVnarw .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJaTVnarw .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJaTVnarw .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJaTVnarw .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJaTVnarw .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJaTVnarw .nav-item {
  position: relative;
}
.cid-vuJaTVnarw .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJaTVnarw .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJaTVnarw .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJaTVnarw .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJaTVnarw .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJaTVnarw .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJaTVnarw .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJaTVnarw .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJaTVnarw .hamburger span:nth-child(2),
.cid-vuJaTVnarw .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJaTVnarw .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJaTVnarw .navbar-nav {
    gap: 0;
  }
  .cid-vuJaTVnarw .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJaTVnarw .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJaTVnarw .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJaTVnarw .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJaTVnarw .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJaTVnarw .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJaTVnarw .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJaTVnarw .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJaTVnarw .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJaTVnarw .container {
    width: calc(80%);
  }
  .cid-vuJaTVnarw .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-23 {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* GENERAL LABELS */
  /* GENERAL HEADINGS */
  /* INTRO */
  /* TOPICS */
  /* DARK FEATURE */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-23 * {
  box-sizing: border-box;
}
#custom-html-23 .inspire-money-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-23 .inspire-money-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-23 .inspire-money-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-23 .inspire-money-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-23 .inspire-money-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-23 .inspire-money-hero h1 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-23 .inspire-money-hero h1 span {
  display: block;
  max-width: 700px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-23 .inspire-money-hero-copy {
  max-width: 650px;
}
#custom-html-23 .inspire-money-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-23 .inspire-money-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-23 .inspire-money-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-23 .inspire-money-intro h2,
#custom-html-23 .inspire-money-topics h2,
#custom-html-23 .inspire-money-practical h2,
#custom-html-23 .inspire-money-related h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-23 .inspire-money-intro h2 span,
#custom-html-23 .inspire-money-topics h2 span,
#custom-html-23 .inspire-money-practical h2 span,
#custom-html-23 .inspire-money-related h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-23 .inspire-money-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-23 .inspire-money-copy {
  max-width: 760px;
}
#custom-html-23 .inspire-money-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-23 .inspire-money-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-23 .inspire-money-topics {
  padding: 4.5rem 0;
}
#custom-html-23 .inspire-money-topics-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-23 .inspire-money-topics-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-23 .inspire-money-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-23 .inspire-money-topic {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-23 .inspire-money-topic > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-23 .inspire-money-topic h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-23 .inspire-money-topic p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-23 .inspire-money-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-23 .inspire-money-feature-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-23 .inspire-money-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-23 .inspire-money-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-23 .inspire-money-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-23 .inspire-money-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-23 .inspire-money-practical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-23 .inspire-money-practical p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-23 .inspire-money-related {
  padding: 4.5rem 0;
}
#custom-html-23 .inspire-money-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-23 .inspire-money-related-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-23 .inspire-money-related-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-23 .inspire-money-related-grid span {
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-23 .inspire-money-related-grid strong {
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-23 .inspire-money-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-23 .inspire-money-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-23 .inspire-money-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-23 .inspire-money-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-23 .inspire-money-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-23 .inspire-money-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-23 {
    margin-top: 92px;
  }
  #custom-html-23 .inspire-money-inner {
    width: calc(68%);
  }
  #custom-html-23 .inspire-money-hero-grid,
  #custom-html-23 .inspire-money-intro,
  #custom-html-23 .inspire-money-topics-head,
  #custom-html-23 .inspire-money-feature,
  #custom-html-23 .inspire-money-practical,
  #custom-html-23 .inspire-money-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-23 .inspire-money-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-23 .inspire-money-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-23 .inspire-money-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-23 {
    margin-top: 84px;
  }
  #custom-html-23 .inspire-money-inner {
    width: calc(76%);
  }
  #custom-html-23 .inspire-money-hero {
    padding: 3.2rem 0;
  }
  #custom-html-23 .inspire-money-hero h1 {
    font-size: 3rem;
  }
  #custom-html-23 .inspire-money-intro,
  #custom-html-23 .inspire-money-topics,
  #custom-html-23 .inspire-money-practical,
  #custom-html-23 .inspire-money-related {
    padding: 3.5rem 0;
  }
  #custom-html-23 .inspire-money-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-23 .inspire-money-feature {
    padding: 2.3rem;
  }
  #custom-html-23 .inspire-money-cta {
    padding: 2.2rem;
  }
  #custom-html-23 .inspire-money-intro h2,
  #custom-html-23 .inspire-money-topics h2,
  #custom-html-23 .inspire-money-feature h2,
  #custom-html-23 .inspire-money-practical h2,
  #custom-html-23 .inspire-money-related h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-23 {
    margin-top: 78px;
  }
  #custom-html-23 .inspire-money-inner {
    width: calc(82%);
  }
  #custom-html-23 .inspire-money-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-23 .inspire-money-intro h2,
  #custom-html-23 .inspire-money-topics h2,
  #custom-html-23 .inspire-money-feature h2,
  #custom-html-23 .inspire-money-practical h2,
  #custom-html-23 .inspire-money-related h2 {
    font-size: 2.1rem;
  }
  #custom-html-23 .inspire-money-feature,
  #custom-html-23 .inspire-money-cta {
    padding: 1.7rem;
  }
  #custom-html-23 .inspire-money-topic {
    min-height: auto;
  }
}
.cid-vuJaTWcijp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJaTWcijp .section-footer-background {
  display: none;
}
.cid-vuJaTWcijp .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJaTWcijp .row {
  position: relative;
  z-index: 2;
}
.cid-vuJaTWcijp .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJaTWcijp .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJaTWcijp .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJaTWcijp .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJaTWcijp .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJaTWcijp .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJaTWcijp .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJaTWcijp .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJaTWcijp .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJaTWcijp .links-item {
  display: block;
}
.cid-vuJaTWcijp .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJaTWcijp .mbr-section-subtitle b,
.cid-vuJaTWcijp .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJaTWcijp .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJaTWcijp .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJaTWcijp .list li:before {
  display: none;
}
.cid-vuJaTWcijp .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJaTWcijp .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJaTWcijp .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJaTWcijp .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJaTWcijp .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJaTWcijp .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJaTWcijp .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJaTWcijp .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJaTWcijp .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJaTWcijp .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJaTWcijp .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJaTWcijp .container {
    width: calc(76%);
  }
  .cid-vuJaTWcijp .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJaTWcijp .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJaTWcijp .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJaTWcijp .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJaTWcijp .container {
    width: calc(82%);
  }
  .cid-vuJaTWcijp .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJaTWcijp .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJaTWcijp .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJbZnLBfd {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJbZnLBfd .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJbZnLBfd .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJbZnLBfd .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJbZnLBfd .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJbZnLBfd .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJbZnLBfd .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJbZnLBfd .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJbZnLBfd .nav-item {
  position: relative;
}
.cid-vuJbZnLBfd .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJbZnLBfd .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJbZnLBfd .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJbZnLBfd .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJbZnLBfd .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJbZnLBfd .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJbZnLBfd .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJbZnLBfd .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJbZnLBfd .hamburger span:nth-child(2),
.cid-vuJbZnLBfd .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJbZnLBfd .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJbZnLBfd .navbar-nav {
    gap: 0;
  }
  .cid-vuJbZnLBfd .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJbZnLBfd .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJbZnLBfd .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJbZnLBfd .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJbZnLBfd .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJbZnLBfd .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJbZnLBfd .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJbZnLBfd .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJbZnLBfd .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJbZnLBfd .container {
    width: calc(80%);
  }
  .cid-vuJbZnLBfd .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-26 {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* GENERAL LABELS */
  /* GENERAL HEADINGS */
  /* INTRO */
  /* TOPICS */
  /* DARK FEATURE */
  /* PRINCIPLES */
  /* LINKS */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-26 * {
  box-sizing: border-box;
}
#custom-html-26 .inspire-about-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-26 .inspire-about-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-26 .inspire-about-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-26 .inspire-about-kicker::before {
  content: "";
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-26 .inspire-about-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-26 .inspire-about-hero-copy {
  max-width: 760px;
}
#custom-html-26 .inspire-about-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-26 .inspire-about-lead {
  margin: 0 0 1rem;
  color: #31404d;
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 600;
}
#custom-html-26 .inspire-about-hero-grid > div:last-child p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-26 .inspire-about-label,
#custom-html-26 .inspire-about-feature-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-26 .inspire-about-intro h2,
#custom-html-26 .inspire-about-topics h2,
#custom-html-26 .inspire-about-principles h2,
#custom-html-26 .inspire-about-links h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-26 .inspire-about-intro h2 span,
#custom-html-26 .inspire-about-topics h2 span,
#custom-html-26 .inspire-about-principles h2 span,
#custom-html-26 .inspire-about-links h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-26 .inspire-about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-26 .inspire-about-copy {
  max-width: 760px;
}
#custom-html-26 .inspire-about-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-26 .inspire-about-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-26 .inspire-about-topics {
  padding: 4.5rem 0;
}
#custom-html-26 .inspire-about-topics-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-26 .inspire-about-topics-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-26 .inspire-about-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-26 .inspire-about-topic {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-26 .inspire-about-topic > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-26 .inspire-about-topic h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-26 .inspire-about-topic p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-26 .inspire-about-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-26 .inspire-about-feature-label {
  color: #ef6a5b;
}
#custom-html-26 .inspire-about-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-26 .inspire-about-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-26 .inspire-about-feature-copy {
  max-width: 760px;
}
#custom-html-26 .inspire-about-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-26 .inspire-about-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-26 .inspire-about-principles {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-26 .inspire-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.8rem;
}
#custom-html-26 .inspire-about-principles-grid > div {
  min-height: 220px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-26 .inspire-about-principles-grid > div::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 2rem;
  background: #ef6a5b;
}
#custom-html-26 .inspire-about-principles-grid h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-26 .inspire-about-principles-grid p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-26 .inspire-about-links {
  padding: 4.5rem 0;
}
#custom-html-26 .inspire-about-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-26 .inspire-about-links-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-26 .inspire-about-links-grid a > div {
  display: block;
}
#custom-html-26 .inspire-about-links-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-26 .inspire-about-links-grid h3,
#custom-html-26 .inspire-about-links-grid span {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}
#custom-html-26 .inspire-about-links-grid p {
  margin: 0.45rem 0 0;
  color: #687681;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.55;
}
#custom-html-26 .inspire-about-links-grid strong {
  flex-shrink: 0;
  margin-left: 1rem;
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-26 .inspire-about-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-26 .inspire-about-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-26 .inspire-about-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-26 .inspire-about-cta h2 em,
#custom-html-26 .inspire-about-cta h2 span {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-26 .inspire-about-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-26 .inspire-about-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-26 {
    margin-top: 92px;
  }
  #custom-html-26 .inspire-about-inner {
    width: calc(68%);
  }
  #custom-html-26 .inspire-about-hero-grid,
  #custom-html-26 .inspire-about-intro,
  #custom-html-26 .inspire-about-topics-head,
  #custom-html-26 .inspire-about-feature,
  #custom-html-26 .inspire-about-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-26 .inspire-about-topic-grid,
  #custom-html-26 .inspire-about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-26 .inspire-about-links-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-26 .inspire-about-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-26 {
    margin-top: 84px;
  }
  #custom-html-26 .inspire-about-inner {
    width: calc(76%);
  }
  #custom-html-26 .inspire-about-hero {
    padding: 3.2rem 0;
  }
  #custom-html-26 .inspire-about-hero h1 {
    font-size: 3rem;
  }
  #custom-html-26 .inspire-about-intro,
  #custom-html-26 .inspire-about-topics,
  #custom-html-26 .inspire-about-principles,
  #custom-html-26 .inspire-about-links {
    padding: 3.5rem 0;
  }
  #custom-html-26 .inspire-about-topic-grid,
  #custom-html-26 .inspire-about-principles-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-26 .inspire-about-feature {
    padding: 2.3rem;
  }
  #custom-html-26 .inspire-about-cta {
    padding: 2.2rem;
  }
  #custom-html-26 .inspire-about-intro h2,
  #custom-html-26 .inspire-about-topics h2,
  #custom-html-26 .inspire-about-feature h2,
  #custom-html-26 .inspire-about-principles h2,
  #custom-html-26 .inspire-about-links h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-26 {
    margin-top: 78px;
  }
  #custom-html-26 .inspire-about-inner {
    width: calc(82%);
  }
  #custom-html-26 .inspire-about-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-26 .inspire-about-intro h2,
  #custom-html-26 .inspire-about-topics h2,
  #custom-html-26 .inspire-about-feature h2,
  #custom-html-26 .inspire-about-principles h2,
  #custom-html-26 .inspire-about-links h2 {
    font-size: 2.1rem;
  }
  #custom-html-26 .inspire-about-feature,
  #custom-html-26 .inspire-about-cta {
    padding: 1.7rem;
  }
  #custom-html-26 .inspire-about-topic,
  #custom-html-26 .inspire-about-principles-grid > div {
    min-height: auto;
  }
}
.cid-vuJbZoEVIm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJbZoEVIm .section-footer-background {
  display: none;
}
.cid-vuJbZoEVIm .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJbZoEVIm .row {
  position: relative;
  z-index: 2;
}
.cid-vuJbZoEVIm .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJbZoEVIm .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJbZoEVIm .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJbZoEVIm .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJbZoEVIm .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJbZoEVIm .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJbZoEVIm .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJbZoEVIm .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJbZoEVIm .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJbZoEVIm .links-item {
  display: block;
}
.cid-vuJbZoEVIm .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJbZoEVIm .mbr-section-subtitle b,
.cid-vuJbZoEVIm .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJbZoEVIm .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJbZoEVIm .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJbZoEVIm .list li:before {
  display: none;
}
.cid-vuJbZoEVIm .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJbZoEVIm .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJbZoEVIm .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJbZoEVIm .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJbZoEVIm .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJbZoEVIm .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJbZoEVIm .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJbZoEVIm .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJbZoEVIm .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJbZoEVIm .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJbZoEVIm .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJbZoEVIm .container {
    width: calc(76%);
  }
  .cid-vuJbZoEVIm .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJbZoEVIm .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJbZoEVIm .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJbZoEVIm .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJbZoEVIm .container {
    width: calc(82%);
  }
  .cid-vuJbZoEVIm .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJbZoEVIm .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJbZoEVIm .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJgoFaNMG {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJgoFaNMG .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJgoFaNMG .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJgoFaNMG .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJgoFaNMG .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJgoFaNMG .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJgoFaNMG .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJgoFaNMG .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJgoFaNMG .nav-item {
  position: relative;
}
.cid-vuJgoFaNMG .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJgoFaNMG .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJgoFaNMG .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJgoFaNMG .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJgoFaNMG .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJgoFaNMG .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJgoFaNMG .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJgoFaNMG .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJgoFaNMG .hamburger span:nth-child(2),
.cid-vuJgoFaNMG .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJgoFaNMG .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJgoFaNMG .navbar-nav {
    gap: 0;
  }
  .cid-vuJgoFaNMG .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJgoFaNMG .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJgoFaNMG .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJgoFaNMG .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJgoFaNMG .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJgoFaNMG .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJgoFaNMG .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJgoFaNMG .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJgoFaNMG .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJgoFaNMG .container {
    width: calc(80%);
  }
  .cid-vuJgoFaNMG .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-29 {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* LABELS */
  /* HEADINGS */
  /* INTRO */
  /* PRINCIPLES */
  /* DARK FEATURE */
  /* CORRECTIONS */
  /* DETAIL CARDS */
  /* GUIDANCE */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-29 * {
  box-sizing: border-box;
}
#custom-html-29 .inspire-policy-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-29 .inspire-policy-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-29 .inspire-policy-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-29 .inspire-policy-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-29 .inspire-policy-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-29 .inspire-policy-hero h1 {
  margin: 0;
  max-width: 800px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-29 .inspire-policy-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
#custom-html-29 .inspire-policy-hero-copy {
  max-width: 650px;
}
#custom-html-29 .inspire-policy-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-29 .inspire-policy-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-29 .inspire-policy-label,
#custom-html-29 .inspire-policy-feature-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-29 .inspire-policy-intro h2,
#custom-html-29 .inspire-policy-principles h2,
#custom-html-29 .inspire-policy-corrections h2,
#custom-html-29 .inspire-policy-guidance h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-29 .inspire-policy-intro h2 span,
#custom-html-29 .inspire-policy-principles h2 span,
#custom-html-29 .inspire-policy-corrections h2 span,
#custom-html-29 .inspire-policy-guidance h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-29 .inspire-policy-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-29 .inspire-policy-copy {
  max-width: 760px;
}
#custom-html-29 .inspire-policy-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-29 .inspire-policy-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-29 .inspire-policy-principles {
  padding: 4.5rem 0;
}
#custom-html-29 .inspire-policy-principles-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-29 .inspire-policy-principles-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-29 .inspire-policy-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-29 .inspire-policy-principle {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-29 .inspire-policy-principle > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-29 .inspire-policy-principle h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-29 .inspire-policy-principle p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-29 .inspire-policy-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-29 .inspire-policy-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-29 .inspire-policy-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-29 .inspire-policy-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-29 .inspire-policy-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-29 .inspire-policy-corrections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-29 .inspire-policy-corrections-copy {
  max-width: 760px;
}
#custom-html-29 .inspire-policy-corrections-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-29 .inspire-policy-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-29 .inspire-policy-detail-card {
  padding: 2rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-29 .inspire-policy-detail-card h3 {
  margin: 0 0 1.2rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#custom-html-29 .inspire-policy-detail-card p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 0.95rem;
  line-height: 1.72;
}
#custom-html-29 .inspire-policy-guidance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
}
#custom-html-29 .inspire-policy-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-29 .inspire-policy-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-29 .inspire-policy-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}
#custom-html-29 .inspire-policy-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-29 .inspire-policy-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-29 .inspire-policy-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-29 .inspire-policy-cta > a strong {
  color: #ef6a5b;
}
@media (max-width: 991px) {
  #custom-html-29 {
    margin-top: 92px;
  }
  #custom-html-29 .inspire-policy-inner {
    width: calc(68%);
  }
  #custom-html-29 .inspire-policy-hero-grid,
  #custom-html-29 .inspire-policy-intro,
  #custom-html-29 .inspire-policy-principles-head,
  #custom-html-29 .inspire-policy-feature,
  #custom-html-29 .inspire-policy-corrections,
  #custom-html-29 .inspire-policy-guidance,
  #custom-html-29 .inspire-policy-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-29 .inspire-policy-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-29 .inspire-policy-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-29 {
    margin-top: 84px;
  }
  #custom-html-29 .inspire-policy-inner {
    width: calc(76%);
  }
  #custom-html-29 .inspire-policy-hero {
    padding: 3.2rem 0;
  }
  #custom-html-29 .inspire-policy-hero h1 {
    font-size: 3rem;
  }
  #custom-html-29 .inspire-policy-intro,
  #custom-html-29 .inspire-policy-principles,
  #custom-html-29 .inspire-policy-corrections,
  #custom-html-29 .inspire-policy-details,
  #custom-html-29 .inspire-policy-guidance {
    padding: 3.5rem 0;
  }
  #custom-html-29 .inspire-policy-principles-grid,
  #custom-html-29 .inspire-policy-details {
    grid-template-columns: 1fr;
  }
  #custom-html-29 .inspire-policy-feature {
    padding: 2.3rem;
  }
  #custom-html-29 .inspire-policy-cta {
    padding: 2.2rem;
  }
  #custom-html-29 .inspire-policy-intro h2,
  #custom-html-29 .inspire-policy-principles h2,
  #custom-html-29 .inspire-policy-feature h2,
  #custom-html-29 .inspire-policy-corrections h2,
  #custom-html-29 .inspire-policy-guidance h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-29 {
    margin-top: 78px;
  }
  #custom-html-29 .inspire-policy-inner {
    width: calc(82%);
  }
  #custom-html-29 .inspire-policy-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-29 .inspire-policy-intro h2,
  #custom-html-29 .inspire-policy-principles h2,
  #custom-html-29 .inspire-policy-feature h2,
  #custom-html-29 .inspire-policy-corrections h2,
  #custom-html-29 .inspire-policy-guidance h2 {
    font-size: 2.1rem;
  }
  #custom-html-29 .inspire-policy-feature,
  #custom-html-29 .inspire-policy-cta {
    padding: 1.7rem;
  }
  #custom-html-29 .inspire-policy-principle {
    min-height: auto;
  }
}
.cid-vuJgoGlnve {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJgoGlnve .section-footer-background {
  display: none;
}
.cid-vuJgoGlnve .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJgoGlnve .row {
  position: relative;
  z-index: 2;
}
.cid-vuJgoGlnve .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJgoGlnve .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJgoGlnve .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJgoGlnve .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJgoGlnve .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJgoGlnve .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJgoGlnve .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJgoGlnve .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJgoGlnve .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJgoGlnve .links-item {
  display: block;
}
.cid-vuJgoGlnve .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJgoGlnve .mbr-section-subtitle b,
.cid-vuJgoGlnve .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJgoGlnve .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJgoGlnve .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJgoGlnve .list li:before {
  display: none;
}
.cid-vuJgoGlnve .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJgoGlnve .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJgoGlnve .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJgoGlnve .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJgoGlnve .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJgoGlnve .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJgoGlnve .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJgoGlnve .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJgoGlnve .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJgoGlnve .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJgoGlnve .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJgoGlnve .container {
    width: calc(76%);
  }
  .cid-vuJgoGlnve .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJgoGlnve .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJgoGlnve .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJgoGlnve .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJgoGlnve .container {
    width: calc(82%);
  }
  .cid-vuJgoGlnve .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJgoGlnve .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJgoGlnve .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJh32PQRV {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJh32PQRV .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJh32PQRV .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJh32PQRV .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJh32PQRV .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJh32PQRV .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJh32PQRV .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJh32PQRV .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJh32PQRV .nav-item {
  position: relative;
}
.cid-vuJh32PQRV .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJh32PQRV .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJh32PQRV .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJh32PQRV .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJh32PQRV .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJh32PQRV .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJh32PQRV .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJh32PQRV .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJh32PQRV .hamburger span:nth-child(2),
.cid-vuJh32PQRV .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJh32PQRV .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJh32PQRV .navbar-nav {
    gap: 0;
  }
  .cid-vuJh32PQRV .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJh32PQRV .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJh32PQRV .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJh32PQRV .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJh32PQRV .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJh32PQRV .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJh32PQRV .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJh32PQRV .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJh32PQRV .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJh32PQRV .container {
    width: calc(80%);
  }
  .cid-vuJh32PQRV .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-2c {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* LABELS */
  /* HEADINGS */
  /* INTRO */
  /* INFORMATION CARDS */
  /* DARK FEATURE */
  /* COOKIES */
  /* ANALYTICS / THIRD PARTY */
  /* =========================================================
   PRIVACY & COOKIE POLICY - PART 2
   ========================================================= */
  /* PRIVACY SECTIONS */
  /* COOKIE FEATURE */
  /* RIGHTS */
  /* CONTACT / FINAL INFO */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-2c * {
  box-sizing: border-box;
}
#custom-html-2c .inspire-privacy-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-2c .inspire-privacy-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-2c .inspire-privacy-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-2c .inspire-privacy-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-2c .inspire-privacy-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-2c .inspire-privacy-hero h1 {
  margin: 0;
  max-width: 800px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2c .inspire-privacy-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
#custom-html-2c .inspire-privacy-hero-copy {
  max-width: 650px;
}
#custom-html-2c .inspire-privacy-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-2c .inspire-privacy-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-2c .inspire-privacy-label,
#custom-html-2c .inspire-privacy-feature-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2c .inspire-privacy-intro h2,
#custom-html-2c .inspire-privacy-sections h2,
#custom-html-2c .inspire-privacy-cookies h2,
#custom-html-2c .inspire-privacy-retention h2,
#custom-html-2c .inspire-privacy-rights h2,
#custom-html-2c .inspire-privacy-external h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2c .inspire-privacy-intro h2 span,
#custom-html-2c .inspire-privacy-sections h2 span,
#custom-html-2c .inspire-privacy-cookies h2 span,
#custom-html-2c .inspire-privacy-retention h2 span,
#custom-html-2c .inspire-privacy-rights h2 span,
#custom-html-2c .inspire-privacy-external h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-2c .inspire-privacy-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2c .inspire-privacy-copy {
  max-width: 760px;
}
#custom-html-2c .inspire-privacy-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2c .inspire-privacy-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2c .inspire-privacy-sections {
  padding: 4.5rem 0;
}
#custom-html-2c .inspire-privacy-sections-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-2c .inspire-privacy-sections-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2c .inspire-privacy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-2c .inspire-privacy-card {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2c .inspire-privacy-card > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-2c .inspire-privacy-card h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-2c .inspire-privacy-card p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-2c .inspire-privacy-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-2c .inspire-privacy-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2c .inspire-privacy-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-2c .inspire-privacy-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2c .inspire-privacy-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2c .inspire-privacy-cookies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2c .inspire-privacy-cookie-copy {
  max-width: 760px;
}
#custom-html-2c .inspire-privacy-cookie-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2c .inspire-privacy-cookie-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2c .inspire-privacy-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2c .inspire-privacy-detail-card {
  padding: 2rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2c .inspire-privacy-detail-card h3 {
  margin: 0 0 1.2rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#custom-html-2c .inspire-privacy-detail-card p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 0.95rem;
  line-height: 1.72;
}
#custom-html-2c .inspire-privacy-sections {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2c .inspire-privacy-section {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 4rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2c .inspire-privacy-section:first-child {
  padding-top: 0;
}
#custom-html-2c .inspire-privacy-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#custom-html-2c .inspire-privacy-section-title {
  max-width: 420px;
}
#custom-html-2c .inspire-privacy-section-title span {
  display: block;
  margin-bottom: 0.7rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2c .inspire-privacy-section-title h2 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2c .inspire-privacy-section-copy {
  max-width: 820px;
}
#custom-html-2c .inspire-privacy-section-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2c .inspire-privacy-section-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-2c .inspire-privacy-section-copy ul {
  margin: 1rem 0 1.2rem;
  padding-left: 1.2rem;
}
#custom-html-2c .inspire-privacy-section-copy li {
  margin-bottom: 0.65rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2c .inspire-privacy-section-copy strong {
  color: #31404d;
}
#custom-html-2c .inspire-privacy-cookie-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-2c .inspire-privacy-cookie-feature-label {
  display: block;
  margin-bottom: 0.9rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2c .inspire-privacy-cookie-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2c .inspire-privacy-cookie-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-2c .inspire-privacy-cookie-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2c .inspire-privacy-cookie-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-2c .inspire-privacy-cookie-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2c .inspire-privacy-rights {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2c .inspire-privacy-rights-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-2c .inspire-privacy-rights-head h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
}
#custom-html-2c .inspire-privacy-rights-head h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-2c .inspire-privacy-rights-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2c .inspire-privacy-rights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-2c .inspire-privacy-right-card {
  min-height: 220px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2c .inspire-privacy-right-card > span {
  display: block;
  margin-bottom: 2rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-2c .inspire-privacy-right-card h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-2c .inspire-privacy-right-card p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-2c .inspire-privacy-final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
}
#custom-html-2c .inspire-privacy-final h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
}
#custom-html-2c .inspire-privacy-final h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-2c .inspire-privacy-final-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2c .inspire-privacy-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-2c .inspire-privacy-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2c .inspire-privacy-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}
#custom-html-2c .inspire-privacy-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-2c .inspire-privacy-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2c .inspire-privacy-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-2c .inspire-privacy-cta > a strong {
  color: #ef6a5b;
}
@media (max-width: 991px) {
  #custom-html-2c {
    margin-top: 92px;
  }
  #custom-html-2c .inspire-privacy-inner {
    width: calc(68%);
  }
  #custom-html-2c .inspire-privacy-section,
  #custom-html-2c .inspire-privacy-cookie-feature,
  #custom-html-2c .inspire-privacy-rights-head,
  #custom-html-2c .inspire-privacy-final,
  #custom-html-2c .inspire-privacy-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-2c .inspire-privacy-rights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-2c .inspire-privacy-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-2c {
    margin-top: 84px;
  }
  #custom-html-2c .inspire-privacy-inner {
    width: calc(76%);
  }
  #custom-html-2c .inspire-privacy-sections,
  #custom-html-2c .inspire-privacy-rights,
  #custom-html-2c .inspire-privacy-final {
    padding: 3.5rem 0;
  }
  #custom-html-2c .inspire-privacy-section {
    gap: 1.5rem;
    padding: 2rem 0;
  }
  #custom-html-2c .inspire-privacy-section-title h2 {
    font-size: 1.8rem;
  }
  #custom-html-2c .inspire-privacy-cookie-feature {
    padding: 2.3rem;
  }
  #custom-html-2c .inspire-privacy-rights-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-2c .inspire-privacy-cookie-feature h2,
  #custom-html-2c .inspire-privacy-rights-head h2,
  #custom-html-2c .inspire-privacy-final h2 {
    font-size: 2.35rem;
  }
  #custom-html-2c .inspire-privacy-cta {
    padding: 2.2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-2c {
    margin-top: 78px;
  }
  #custom-html-2c .inspire-privacy-inner {
    width: calc(82%);
  }
  #custom-html-2c .inspire-privacy-cookie-feature h2,
  #custom-html-2c .inspire-privacy-rights-head h2,
  #custom-html-2c .inspire-privacy-final h2 {
    font-size: 2.1rem;
  }
  #custom-html-2c .inspire-privacy-cookie-feature,
  #custom-html-2c .inspire-privacy-cta {
    padding: 1.7rem;
  }
  #custom-html-2c .inspire-privacy-right-card {
    min-height: auto;
  }
}
.cid-vuJh33UUUW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJh33UUUW .section-footer-background {
  display: none;
}
.cid-vuJh33UUUW .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJh33UUUW .row {
  position: relative;
  z-index: 2;
}
.cid-vuJh33UUUW .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJh33UUUW .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJh33UUUW .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJh33UUUW .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJh33UUUW .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJh33UUUW .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJh33UUUW .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJh33UUUW .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJh33UUUW .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJh33UUUW .links-item {
  display: block;
}
.cid-vuJh33UUUW .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJh33UUUW .mbr-section-subtitle b,
.cid-vuJh33UUUW .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJh33UUUW .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJh33UUUW .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJh33UUUW .list li:before {
  display: none;
}
.cid-vuJh33UUUW .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJh33UUUW .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJh33UUUW .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJh33UUUW .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJh33UUUW .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJh33UUUW .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJh33UUUW .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJh33UUUW .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJh33UUUW .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJh33UUUW .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJh33UUUW .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJh33UUUW .container {
    width: calc(76%);
  }
  .cid-vuJh33UUUW .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJh33UUUW .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJh33UUUW .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJh33UUUW .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJh33UUUW .container {
    width: calc(82%);
  }
  .cid-vuJh33UUUW .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJh33UUUW .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJh33UUUW .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJhUyLY4d {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJhUyLY4d .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJhUyLY4d .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJhUyLY4d .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJhUyLY4d .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJhUyLY4d .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJhUyLY4d .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJhUyLY4d .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJhUyLY4d .nav-item {
  position: relative;
}
.cid-vuJhUyLY4d .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJhUyLY4d .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJhUyLY4d .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJhUyLY4d .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJhUyLY4d .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJhUyLY4d .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJhUyLY4d .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJhUyLY4d .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJhUyLY4d .hamburger span:nth-child(2),
.cid-vuJhUyLY4d .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJhUyLY4d .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJhUyLY4d .navbar-nav {
    gap: 0;
  }
  .cid-vuJhUyLY4d .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJhUyLY4d .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJhUyLY4d .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJhUyLY4d .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJhUyLY4d .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJhUyLY4d .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJhUyLY4d .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJhUyLY4d .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJhUyLY4d .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJhUyLY4d .container {
    width: calc(80%);
  }
  .cid-vuJhUyLY4d .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-2f {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* LABELS */
  /* HEADINGS */
  /* INTRO */
  /* MAIN TERMS SECTIONS */
  /* DARK FEATURE */
  /* DETAIL CARDS */
  /* LIABILITY */
  /* ACCEPTABLE USE */
  /* FINAL / GOVERNING LAW */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-2f * {
  box-sizing: border-box;
}
#custom-html-2f .inspire-terms-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-2f .inspire-terms-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-2f .inspire-terms-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-2f .inspire-terms-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-2f .inspire-terms-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-2f .inspire-terms-hero h1 {
  margin: 0;
  max-width: 800px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2f .inspire-terms-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
#custom-html-2f .inspire-terms-hero-copy {
  max-width: 650px;
}
#custom-html-2f .inspire-terms-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-2f .inspire-terms-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-2f .inspire-terms-label,
#custom-html-2f .inspire-terms-feature-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2f .inspire-terms-intro h2,
#custom-html-2f .inspire-terms-liability h2,
#custom-html-2f .inspire-terms-acceptable h2,
#custom-html-2f .inspire-terms-final h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2f .inspire-terms-intro h2 span,
#custom-html-2f .inspire-terms-liability h2 span,
#custom-html-2f .inspire-terms-acceptable h2 span,
#custom-html-2f .inspire-terms-final h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-2f .inspire-terms-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2f .inspire-terms-copy {
  max-width: 760px;
}
#custom-html-2f .inspire-terms-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2f .inspire-terms-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2f .inspire-terms-sections {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2f .inspire-terms-section {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 4rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2f .inspire-terms-section:first-child {
  padding-top: 0;
}
#custom-html-2f .inspire-terms-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#custom-html-2f .inspire-terms-section-title {
  max-width: 420px;
}
#custom-html-2f .inspire-terms-section-title span {
  display: block;
  margin-bottom: 0.7rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2f .inspire-terms-section-title h2 {
  margin: 0;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2f .inspire-terms-section-copy {
  max-width: 820px;
}
#custom-html-2f .inspire-terms-section-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2f .inspire-terms-section-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-2f .inspire-terms-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-2f .inspire-terms-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2f .inspire-terms-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-2f .inspire-terms-feature-copy {
  max-width: 760px;
}
#custom-html-2f .inspire-terms-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2f .inspire-terms-feature-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-2f .inspire-terms-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2f .inspire-terms-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2f .inspire-terms-detail-card {
  padding: 2rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2f .inspire-terms-detail-card h3 {
  margin: 0 0 1.2rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#custom-html-2f .inspire-terms-detail-card p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 0.95rem;
  line-height: 1.72;
}
#custom-html-2f .inspire-terms-detail-card p:last-child {
  margin-bottom: 0;
}
#custom-html-2f .inspire-terms-liability {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2f .inspire-terms-acceptable {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2f .inspire-terms-acceptable-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-2f .inspire-terms-acceptable-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2f .inspire-terms-acceptable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-2f .inspire-terms-acceptable-card {
  min-height: 220px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2f .inspire-terms-acceptable-card > span {
  display: block;
  margin-bottom: 2rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-2f .inspire-terms-acceptable-card h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-2f .inspire-terms-acceptable-card p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-2f .inspire-terms-final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
}
#custom-html-2f .inspire-terms-final-copy {
  max-width: 760px;
}
#custom-html-2f .inspire-terms-final-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2f .inspire-terms-final-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-2f .inspire-terms-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-2f .inspire-terms-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2f .inspire-terms-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2f .inspire-terms-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-2f .inspire-terms-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2f .inspire-terms-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-2f .inspire-terms-cta > a strong {
  color: #ef6a5b;
}
@media (max-width: 991px) {
  #custom-html-2f {
    margin-top: 92px;
  }
  #custom-html-2f .inspire-terms-inner {
    width: calc(68%);
  }
  #custom-html-2f .inspire-terms-hero-grid,
  #custom-html-2f .inspire-terms-intro,
  #custom-html-2f .inspire-terms-section,
  #custom-html-2f .inspire-terms-feature,
  #custom-html-2f .inspire-terms-liability,
  #custom-html-2f .inspire-terms-acceptable-head,
  #custom-html-2f .inspire-terms-final,
  #custom-html-2f .inspire-terms-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #custom-html-2f .inspire-terms-details,
  #custom-html-2f .inspire-terms-acceptable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-2f .inspire-terms-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-2f {
    margin-top: 84px;
  }
  #custom-html-2f .inspire-terms-inner {
    width: calc(76%);
  }
  #custom-html-2f .inspire-terms-hero {
    padding: 3.2rem 0;
  }
  #custom-html-2f .inspire-terms-hero h1 {
    font-size: 3rem;
  }
  #custom-html-2f .inspire-terms-intro,
  #custom-html-2f .inspire-terms-sections,
  #custom-html-2f .inspire-terms-details,
  #custom-html-2f .inspire-terms-liability,
  #custom-html-2f .inspire-terms-acceptable,
  #custom-html-2f .inspire-terms-final {
    padding: 3.5rem 0;
  }
  #custom-html-2f .inspire-terms-section {
    gap: 1.5rem;
    padding: 2rem 0;
  }
  #custom-html-2f .inspire-terms-section-title h2 {
    font-size: 1.8rem;
  }
  #custom-html-2f .inspire-terms-details,
  #custom-html-2f .inspire-terms-acceptable-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-2f .inspire-terms-feature {
    padding: 2.3rem;
  }
  #custom-html-2f .inspire-terms-cta {
    padding: 2.2rem;
  }
  #custom-html-2f .inspire-terms-intro h2,
  #custom-html-2f .inspire-terms-feature h2,
  #custom-html-2f .inspire-terms-liability h2,
  #custom-html-2f .inspire-terms-acceptable h2,
  #custom-html-2f .inspire-terms-final h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 575px) {
  #custom-html-2f {
    margin-top: 78px;
  }
  #custom-html-2f .inspire-terms-inner {
    width: calc(82%);
  }
  #custom-html-2f .inspire-terms-hero h1 {
    font-size: 2.7rem;
  }
  #custom-html-2f .inspire-terms-intro h2,
  #custom-html-2f .inspire-terms-feature h2,
  #custom-html-2f .inspire-terms-liability h2,
  #custom-html-2f .inspire-terms-acceptable h2,
  #custom-html-2f .inspire-terms-final h2 {
    font-size: 2.1rem;
  }
  #custom-html-2f .inspire-terms-feature,
  #custom-html-2f .inspire-terms-cta {
    padding: 1.7rem;
  }
  #custom-html-2f .inspire-terms-acceptable-card {
    min-height: auto;
  }
}
.cid-vuJhUzDyg6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJhUzDyg6 .section-footer-background {
  display: none;
}
.cid-vuJhUzDyg6 .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJhUzDyg6 .row {
  position: relative;
  z-index: 2;
}
.cid-vuJhUzDyg6 .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJhUzDyg6 .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJhUzDyg6 .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJhUzDyg6 .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJhUzDyg6 .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJhUzDyg6 .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJhUzDyg6 .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJhUzDyg6 .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJhUzDyg6 .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJhUzDyg6 .links-item {
  display: block;
}
.cid-vuJhUzDyg6 .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJhUzDyg6 .mbr-section-subtitle b,
.cid-vuJhUzDyg6 .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJhUzDyg6 .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJhUzDyg6 .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJhUzDyg6 .list li:before {
  display: none;
}
.cid-vuJhUzDyg6 .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJhUzDyg6 .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJhUzDyg6 .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJhUzDyg6 .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJhUzDyg6 .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJhUzDyg6 .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJhUzDyg6 .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJhUzDyg6 .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJhUzDyg6 .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJhUzDyg6 .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJhUzDyg6 .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJhUzDyg6 .container {
    width: calc(76%);
  }
  .cid-vuJhUzDyg6 .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJhUzDyg6 .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJhUzDyg6 .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJhUzDyg6 .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJhUzDyg6 .container {
    width: calc(82%);
  }
  .cid-vuJhUzDyg6 .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJhUzDyg6 .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJhUzDyg6 .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJjeYcafp {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJjeYcafp .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJjeYcafp .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJjeYcafp .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJjeYcafp .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJjeYcafp .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJjeYcafp .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJjeYcafp .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJjeYcafp .nav-item {
  position: relative;
}
.cid-vuJjeYcafp .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJjeYcafp .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJjeYcafp .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJjeYcafp .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJjeYcafp .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJjeYcafp .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJjeYcafp .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJjeYcafp .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJjeYcafp .hamburger span:nth-child(2),
.cid-vuJjeYcafp .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJjeYcafp .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJjeYcafp .navbar-nav {
    gap: 0;
  }
  .cid-vuJjeYcafp .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJjeYcafp .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJjeYcafp .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJjeYcafp .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJjeYcafp .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJjeYcafp .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJjeYcafp .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJjeYcafp .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJjeYcafp .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJjeYcafp .container {
    width: calc(80%);
  }
  .cid-vuJjeYcafp .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-2i {
  margin-top: 110px;
  padding: 0 0 5rem;
  background: #fffdf9;
  overflow: hidden;
  color: #17212b;
  /* HERO */
  /* LABELS */
  /* GENERAL HEADINGS */
  /* INTRO */
  /* CONTACT OPTIONS */
  /* DARK FEATURE */
  /* GUIDANCE */
  /* POLICY LINKS */
  /* CTA */
}
#custom-html-2i * {
  box-sizing: border-box;
}
#custom-html-2i .inspire-contact-inner {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-2i .inspire-contact-hero {
  padding: 4rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.12);
}
#custom-html-2i .inspire-contact-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  color: #66727d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-2i .inspire-contact-kicker span {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background: #ef6a5b;
}
#custom-html-2i .inspire-contact-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-2i .inspire-contact-hero h1 {
  margin: 0;
  max-width: 800px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2i .inspire-contact-hero h1 span {
  display: block;
  max-width: 760px;
  margin-top: 0.8rem;
  color: #ef6a5b;
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
#custom-html-2i .inspire-contact-hero-copy {
  max-width: 650px;
}
#custom-html-2i .inspire-contact-hero-copy p {
  margin: 0 0 1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-2i .inspire-contact-lead {
  color: #31404d !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-2i .inspire-contact-label,
#custom-html-2i .inspire-contact-feature-label {
  display: block;
  margin-bottom: 0.8rem;
  color: #ef6a5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2i .inspire-contact-intro h2,
#custom-html-2i .inspire-contact-options h2,
#custom-html-2i .inspire-contact-guidance h2,
#custom-html-2i .inspire-contact-links h2 {
  margin: 0;
  max-width: 700px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2i .inspire-contact-intro h2 span,
#custom-html-2i .inspire-contact-options h2 span,
#custom-html-2i .inspire-contact-guidance h2 span,
#custom-html-2i .inspire-contact-links h2 span {
  display: block;
  color: #ef6a5b;
}
#custom-html-2i .inspire-contact-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2i .inspire-contact-copy {
  max-width: 760px;
}
#custom-html-2i .inspire-contact-copy p {
  margin: 0 0 1.1rem;
  color: #687681;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2i .inspire-contact-copy-lead {
  color: #31404d !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2i .inspire-contact-options {
  padding: 4.5rem 0;
}
#custom-html-2i .inspire-contact-options-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
#custom-html-2i .inspire-contact-options-head > p {
  max-width: 620px;
  margin: 0;
  color: #71808c;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2i .inspire-contact-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-2i .inspire-contact-option {
  min-height: 235px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2i .inspire-contact-option > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #ef6a5b;
  font-size: 0.7rem;
  font-weight: 800;
}
#custom-html-2i .inspire-contact-option h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-2i .inspire-contact-option p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-2i .inspire-contact-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem;
  background: #17212b;
}
#custom-html-2i .inspire-contact-feature h2 {
  margin: 0;
  max-width: 700px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#custom-html-2i .inspire-contact-feature h2 span {
  display: block;
  color: #f5b88f;
}
#custom-html-2i .inspire-contact-feature-copy {
  max-width: 760px;
}
#custom-html-2i .inspire-contact-feature-copy p {
  margin: 0 0 1rem;
  color: #c8d0d6;
  font-size: 1rem;
  line-height: 1.78;
}
#custom-html-2i .inspire-contact-feature-lead {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 600;
}
#custom-html-2i .inspire-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
  padding: 0.9rem 1.1rem;
  background: #ef6a5b;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
}
#custom-html-2i .inspire-contact-email strong {
  color: #17212b;
}
#custom-html-2i .inspire-contact-guidance {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
}
#custom-html-2i .inspire-contact-guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.8rem;
}
#custom-html-2i .inspire-contact-guidance-card {
  min-height: 210px;
  padding: 1.6rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
}
#custom-html-2i .inspire-contact-guidance-card::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 2rem;
  background: #ef6a5b;
}
#custom-html-2i .inspire-contact-guidance-card h3 {
  margin: 0 0 0.7rem;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-2i .inspire-contact-guidance-card p {
  margin: 0;
  color: #687681;
  font-size: 0.9rem;
  line-height: 1.65;
}
#custom-html-2i .inspire-contact-links {
  padding: 4.5rem 0;
}
#custom-html-2i .inspire-contact-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
#custom-html-2i .inspire-contact-links-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  padding: 1.4rem;
  background: #f7f3ed;
  color: #17212b !important;
  border: 1px solid rgba(23, 33, 43, 0.08);
  text-decoration: none !important;
}
#custom-html-2i .inspire-contact-links-grid small {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b8994;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
#custom-html-2i .inspire-contact-links-grid span {
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-2i .inspire-contact-links-grid strong {
  flex-shrink: 0;
  margin-left: 1rem;
  color: #ef6a5b;
  font-size: 1.2rem;
}
#custom-html-2i .inspire-contact-cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 3.2rem;
  background: #ef6a5b;
}
#custom-html-2i .inspire-contact-cta > div > span {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff4f2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-2i .inspire-contact-cta h2 {
  margin: 0;
  max-width: 750px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}
#custom-html-2i .inspire-contact-cta h2 em {
  display: block;
  color: #17212b;
  font-style: normal;
}
#custom-html-2i .inspire-contact-cta p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #fff8f6;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-2i .inspire-contact-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.05rem;
  background: #17212b;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#custom-html-2i .inspire-contact-cta > a strong {
  color: #ef6a5b;
}
.cid-vuJkGXKrkL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vuJkGXKrkL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vuJkGXKrkL .container,
.cid-vuJkGXKrkL .container-fluid {
  max-width: 1500px;
}
.cid-vuJkGXKrkL .content-head {
  max-width: 900px;
}
.cid-vuJkGXKrkL .mbr-section-head {
  margin-bottom: 2rem !important;
}
.cid-vuJkGXKrkL .mbr-section-title {
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.cid-vuJkGXKrkL .mbr-section-subtitle {
  color: #687681;
  line-height: 1.7;
}
.cid-vuJkGXKrkL .mbr-form {
  max-width: 1050px;
}
.cid-vuJkGXKrkL form {
  padding: 2.2rem;
  background: #f7f3ed;
  border: 1px solid rgba(23, 33, 43, 0.08);
  border-radius: 0;
  box-shadow: none;
}
.cid-vuJkGXKrkL form .form-group {
  margin-bottom: 1rem !important;
}
.cid-vuJkGXKrkL form .form-control {
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  color: #17212b;
  background: #fffdf9;
  border: 1px solid rgba(23, 33, 43, 0.18);
  border-radius: 0;
  font-size: 0.95rem;
  box-shadow: none;
}
.cid-vuJkGXKrkL form .form-control::placeholder {
  color: #7b8994;
  opacity: 1;
}
.cid-vuJkGXKrkL form .form-control:focus {
  color: #17212b;
  background: #ffffff;
  border-color: #ef6a5b;
  box-shadow: 0 0 0 3px rgba(239, 106, 91, 0.1);
}
.cid-vuJkGXKrkL form textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.cid-vuJkGXKrkL form .mbr-section-btn {
  width: 100%;
  margin-top: 0.5rem;
  text-align: left;
}
.cid-vuJkGXKrkL form .mbr-section-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.1rem;
  color: #ffffff !important;
  background: #ef6a5b !important;
  border: 1px solid #ef6a5b !important;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}
.cid-vuJkGXKrkL form .mbr-section-btn .btn:hover {
  color: #ffffff !important;
  background: #17212b !important;
  border-color: #17212b !important;
}
.cid-vuJkGXKrkL .alert-success {
  color: #17212b;
  background: #f3e6d8;
  border: 1px solid #f5b88f;
  border-radius: 0;
}
.cid-vuJkGXKrkL .alert-danger {
  color: #17212b;
  background: #fff0ee;
  border: 1px solid rgba(239, 106, 91, 0.45);
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-vuJkGXKrkL form {
    padding: 1.8rem;
  }
  .cid-vuJkGXKrkL form .mbr-section-btn .btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-vuJkGXKrkL {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
  .cid-vuJkGXKrkL form {
    padding: 1.4rem;
  }
  .cid-vuJkGXKrkL form .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-vuJkGXKrkL textarea.form-control {
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-vuJkGXKrkL form {
    padding: 1.15rem;
  }
}
.cid-vuJjeZ1XtM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJjeZ1XtM .section-footer-background {
  display: none;
}
.cid-vuJjeZ1XtM .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJjeZ1XtM .row {
  position: relative;
  z-index: 2;
}
.cid-vuJjeZ1XtM .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJjeZ1XtM .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJjeZ1XtM .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJjeZ1XtM .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJjeZ1XtM .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJjeZ1XtM .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJjeZ1XtM .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJjeZ1XtM .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJjeZ1XtM .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJjeZ1XtM .links-item {
  display: block;
}
.cid-vuJjeZ1XtM .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJjeZ1XtM .mbr-section-subtitle b,
.cid-vuJjeZ1XtM .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJjeZ1XtM .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJjeZ1XtM .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJjeZ1XtM .list li:before {
  display: none;
}
.cid-vuJjeZ1XtM .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJjeZ1XtM .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJjeZ1XtM .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJjeZ1XtM .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJjeZ1XtM .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJjeZ1XtM .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJjeZ1XtM .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJjeZ1XtM .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJjeZ1XtM .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJjeZ1XtM .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJjeZ1XtM .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJjeZ1XtM .container {
    width: calc(76%);
  }
  .cid-vuJjeZ1XtM .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJjeZ1XtM .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJjeZ1XtM .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJjeZ1XtM .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJjeZ1XtM .container {
    width: calc(82%);
  }
  .cid-vuJjeZ1XtM .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJjeZ1XtM .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJjeZ1XtM .list a {
    font-size: 0.86rem;
  }
}
.cid-vuJlywi7ia {
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}
.cid-vuJlywi7ia .navbar {
  min-height: 88px;
  padding: 0.7rem 0;
  background: #fffdf9;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}
.cid-vuJlywi7ia .container {
  width: calc(72%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJlywi7ia .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.cid-vuJlywi7ia .navbar-logo img {
  display: block;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
.cid-vuJlywi7ia .navbar-caption {
  color: #17212b !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}
.cid-vuJlywi7ia .navbar-collapse {
  justify-content: flex-end;
}
.cid-vuJlywi7ia .navbar-nav {
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.cid-vuJlywi7ia .nav-item {
  position: relative;
}
.cid-vuJlywi7ia .nav-link {
  position: relative;
  padding: 0.7rem 0.6rem !important;
  color: #31404d !important;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}
.cid-vuJlywi7ia .nav-link:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.32rem;
  height: 2px;
  background: #ef6a5b;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.cid-vuJlywi7ia .nav-link:hover {
  color: #17212b !important;
}
.cid-vuJlywi7ia .nav-link:hover:after {
  transform: scaleX(1);
}
.cid-vuJlywi7ia .navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none !important;
}
.cid-vuJlywi7ia .hamburger {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.cid-vuJlywi7ia .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17212b;
  border-radius: 3px;
}
.cid-vuJlywi7ia .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vuJlywi7ia .hamburger span:nth-child(2),
.cid-vuJlywi7ia .hamburger span:nth-child(3) {
  top: 8px;
}
.cid-vuJlywi7ia .hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 1199px) {
  .cid-vuJlywi7ia .navbar-nav {
    gap: 0;
  }
  .cid-vuJlywi7ia .nav-link {
    font-size: 0.78rem;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
  }
  .cid-vuJlywi7ia .nav-link:after {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .cid-vuJlywi7ia .navbar {
    min-height: 76px;
    padding: 0.55rem 0;
  }
  .cid-vuJlywi7ia .navbar-brand {
    margin-right: 0;
  }
  .cid-vuJlywi7ia .navbar-logo img {
    max-width: 165px;
  }
  .cid-vuJlywi7ia .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid rgba(23, 33, 43, 0.08);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    padding: 0.7rem 0 1rem;
  }
  .cid-vuJlywi7ia .navbar-nav {
    display: block;
    width: calc(72%);
    margin: 0 auto;
  }
  .cid-vuJlywi7ia .nav-link {
    display: block;
    padding: 0.7rem 0 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(23, 33, 43, 0.06);
  }
  .cid-vuJlywi7ia .nav-link:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vuJlywi7ia .container {
    width: calc(80%);
  }
  .cid-vuJlywi7ia .navbar-logo img {
    max-width: 150px;
  }
}
#custom-html-2q {
  margin-top: 110px;
  padding: 0;
  background: #17212b;
  overflow: hidden;
  color: #ffffff;
  /* DECORATIVE MARK */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-2q * {
  box-sizing: border-box;
}
#custom-html-2q .inspire-article-banner {
  position: relative;
  padding: 2.7rem 0;
  background: linear-gradient(120deg, #17212b 0%, #17212b 70%, #202d38 100%);
  overflow: hidden;
}
#custom-html-2q .inspire-article-banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-2q .inspire-article-banner-copy {
  position: relative;
}
#custom-html-2q .inspire-article-banner-kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
  color: #c6cfd6;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
#custom-html-2q .inspire-article-banner-kicker span {
  display: block;
  width: 38px;
  height: 2px;
  background: #ef6a5b;
}
#custom-html-2q .inspire-article-banner-title {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.035em;
}
#custom-html-2q .inspire-article-banner-title span {
  color: #f5b88f;
}
#custom-html-2q .inspire-article-banner-mark {
  position: relative;
  width: 240px;
  height: 100px;
  flex-shrink: 0;
}
#custom-html-2q .inspire-mark-circle {
  position: absolute;
  top: -52px;
  right: 0;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(245, 184, 143, 0.35);
  border-radius: 50%;
}
#custom-html-2q .inspire-mark-line {
  position: absolute;
  top: 49px;
  right: 58px;
  width: 150px;
  height: 2px;
  background: #ef6a5b;
}
#custom-html-2q .inspire-mark-dot {
  position: absolute;
  top: 41px;
  right: 46px;
  width: 18px;
  height: 18px;
  background: #f5b88f;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #custom-html-2q {
    margin-top: 92px;
  }
  #custom-html-2q .inspire-article-banner-inner {
    width: calc(68%);
  }
  #custom-html-2q .inspire-article-banner-title {
    font-size: 2.1rem;
  }
  #custom-html-2q .inspire-article-banner-mark {
    width: 190px;
  }
}
@media (max-width: 767px) {
  #custom-html-2q {
    margin-top: 84px;
  }
  #custom-html-2q .inspire-article-banner {
    padding: 2.2rem 0;
  }
  #custom-html-2q .inspire-article-banner-inner {
    width: calc(76%);
  }
  #custom-html-2q .inspire-article-banner-title {
    max-width: 290px;
    font-size: 1.85rem;
    line-height: 1.06;
  }
  #custom-html-2q .inspire-article-banner-title span {
    display: block;
  }
  #custom-html-2q .inspire-article-banner-mark {
    width: 120px;
    height: 80px;
  }
  #custom-html-2q .inspire-mark-circle {
    top: -35px;
    right: -35px;
    width: 120px;
    height: 120px;
  }
  #custom-html-2q .inspire-mark-line {
    top: 40px;
    right: 20px;
    width: 95px;
  }
  #custom-html-2q .inspire-mark-dot {
    top: 32px;
    right: 9px;
  }
}
@media (max-width: 575px) {
  #custom-html-2q {
    margin-top: 78px;
  }
  #custom-html-2q .inspire-article-banner-inner {
    width: calc(82%);
  }
  #custom-html-2q .inspire-article-banner-title {
    font-size: 1.65rem;
  }
  #custom-html-2q .inspire-article-banner-mark {
    width: 80px;
  }
  #custom-html-2q .inspire-mark-line {
    width: 65px;
  }
}
.cid-vuJlEEeTCW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vuJlEEeTCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuJlEEeTCW .mbr-fallback-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.cid-vuJlEEeTCW .fbh-article-wrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.cid-vuJlEEeTCW .fbh-article-image {
  width: 82%;
  max-width: 820px;
  margin: 0 auto 2rem;
  overflow: hidden;
  border-radius: 14px;
}
.cid-vuJlEEeTCW .fbh-article-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuJlEEeTCW .fbh-article-title {
  max-width: 1000px;
  margin: 0 0 1.4rem;
  color: #102a43;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
}
.cid-vuJlEEeTCW .fbh-article-text {
  max-width: 950px;
  margin: 0;
  color: #526373;
  font-size: 1.05rem;
  line-height: 1.85;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vuJlEEeTCW .fbh-article-image {
    width: 90%;
    max-width: 760px;
    margin-bottom: 1.8rem;
  }
  .cid-vuJlEEeTCW .fbh-article-title {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJlEEeTCW .fbh-article-image {
    width: 100%;
    max-width: none;
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
  .cid-vuJlEEeTCW .fbh-article-title {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-vuJlEEeTCW .fbh-article-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (max-width: 575px) {
  .cid-vuJlEEeTCW .fbh-article-title {
    font-size: 1.45rem;
  }
}
.cid-vuJlyxe5T6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #17212b;
}
.cid-vuJlyxe5T6 .section-footer-background {
  display: none;
}
.cid-vuJlyxe5T6 .container {
  width: calc(52%);
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vuJlyxe5T6 .row {
  position: relative;
  z-index: 2;
}
.cid-vuJlyxe5T6 .brand-container {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJlyxe5T6 .inspire-footer-wordmark {
  margin: 0;
}
.cid-vuJlyxe5T6 .inspire-footer-wordmark a {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}
.cid-vuJlyxe5T6 .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJlyxe5T6 .inspire-wordmark-accent {
  color: #ef6a5b !important;
}
.cid-vuJlyxe5T6 .inspire-footer-wordmark a:hover .inspire-wordmark-main {
  color: #ffffff !important;
}
.cid-vuJlyxe5T6 .inspire-footer-wordmark a:hover .inspire-wordmark-accent {
  color: #f5b88f !important;
}
.cid-vuJlyxe5T6 .inspire-footer-tagline {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: #aeb8c0 !important;
  font-size: 0.88rem;
  line-height: 1.6;
}
.cid-vuJlyxe5T6 .links-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 4rem;
  width: 100%;
}
.cid-vuJlyxe5T6 .links-item {
  display: block;
}
.cid-vuJlyxe5T6 .mbr-section-subtitle {
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.cid-vuJlyxe5T6 .mbr-section-subtitle b,
.cid-vuJlyxe5T6 .mbr-section-subtitle strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cid-vuJlyxe5T6 .list {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuJlyxe5T6 .list li {
  margin: 0;
  padding: 0;
  color: #aeb8c0 !important;
}
.cid-vuJlyxe5T6 .list li:before {
  display: none;
}
.cid-vuJlyxe5T6 .list a {
  color: #cbd3d9 !important;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cid-vuJlyxe5T6 .list a:hover {
  color: #ef6a5b !important;
}
.cid-vuJlyxe5T6 .col-copyright {
  margin-top: 2.8rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuJlyxe5T6 .inspire-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cid-vuJlyxe5T6 .copyright {
  margin: 0 !important;
  color: #9daab4 !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.cid-vuJlyxe5T6 .inspire-footer-domain {
  color: #cbd3d9 !important;
  font-size: 0.76rem;
  text-decoration: none !important;
}
.cid-vuJlyxe5T6 .inspire-footer-domain:hover {
  color: #ef6a5b !important;
}
@media (max-width: 991px) {
  .cid-vuJlyxe5T6 .container {
    width: calc(68%);
    padding: 0;
  }
  .cid-vuJlyxe5T6 .brand-container {
    margin-bottom: 2.4rem;
    padding-bottom: 1.8rem;
  }
  .cid-vuJlyxe5T6 .links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .cid-vuJlyxe5T6 .col-copyright {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuJlyxe5T6 .container {
    width: calc(76%);
  }
  .cid-vuJlyxe5T6 .brand-container {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .cid-vuJlyxe5T6 .inspire-footer-wordmark a {
    font-size: 1.75rem;
  }
  .cid-vuJlyxe5T6 .links-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.5rem;
  }
  .cid-vuJlyxe5T6 .inspire-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media (max-width: 567px) {
  .cid-vuJlyxe5T6 .container {
    width: calc(82%);
  }
  .cid-vuJlyxe5T6 .links-container {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cid-vuJlyxe5T6 .mbr-section-subtitle {
    font-size: 0.98rem !important;
  }
  .cid-vuJlyxe5T6 .list a {
    font-size: 0.86rem;
  }
}
