@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}


/* ================================================================
   TRUE BLUE LEAK DETECTION — MAIN-SITE UNIFORMITY OVERRIDE
   Paste at the very bottom of Mobirise > Static Styles.

   This styles the home, About, regional landing, service, contact,
   appointment, and map blocks. The .tb-blog-page content remains
   controlled by the separate blog stylesheet.
   ================================================================ */


/* 1. SHARED BRAND FOUNDATION */

html body {
  color: #13213c;
  background-color: #ffffff;
  font-family: "Jost", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html body p,
html body li,
html body label,
html body input,
html body textarea,
html body select {
  font-family: "Jost", Arial, sans-serif;
}

html body h1,
html body h2,
html body h3,
html body .mbr-section-title,
html body .mbr-section-subtitle,
html body .card-title {
  color: #031c52;
  font-family: "Barlow Semi Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.018em;
}

html body h1,
html body .display-1 {
  line-height: 1.04;
}

html body h2,
html body .display-2 {
  line-height: 1.12;
}

html body h3,
html body .display-5 {
  line-height: 1.2;
}

html body p,
html body .mbr-text,
html body .display-7 {
  color: #5f6d82;
  line-height: 1.65;
}

html body a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}


/* 2. UNIFORM SECTION RHYTHM */

html body .features3,
html body .features23,
html body .features9,
html body .content4,
html body .content5,
html body .content11,
html body .content13,
html body .list01,
html body .contacts1,
html body .form5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

html body .map2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body .features3,
html body .features9,
html body .content5,
html body .content11,
html body .contacts1,
html body .form5 {
  background-color: #ffffff !important;
}

html body .features23,
html body .content4,
html body .content13,
html body .list01 {
  background-color: #f5f8fb !important;
}

html body .mbr-section-title {
  margin-bottom: 1rem;
}

html body .mbr-section-subtitle,
html body .mbr-text {
  max-width: 68ch;
}


/* 3. HEROES — SAME CONTRAST AND TYPOGRAPHY ON EVERY REGION */

html body .header1,
html body .header6 {
  min-height: 36rem;
  background-position: center;
  background-size: cover;
}

html body .header1 .mbr-overlay,
html body .header6 .mbr-overlay {
  background-color: transparent !important;
  opacity: 0 !important;
}

html body .header1 .mbr-section-title,
html body .header1 .mbr-section-subtitle,
html body .header1 .mbr-text,
html body .header6 .mbr-section-title,
html body .header6 .mbr-section-subtitle,
html body .header6 .mbr-text {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(3, 28, 82, 0.34);
}

html body .header1 .mbr-text,
html body .header6 .mbr-text {
  font-size: 1.16rem;
  line-height: 1.65;
}


/* 4. BUTTON SYSTEM
   Blue = navigation or supporting action.
   Coral = appointment / booking action only. */

html body .btn,
html body button.btn,
html body input.btn {
  min-height: 48px;
  padding: 0.78rem 1.45rem;
  border: 2px solid #0a45c4 !important;
  border-radius: 6px !important;
  background-color: #0a45c4 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: "Jost", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease,
    transform 160ms ease, box-shadow 160ms ease;
}

html body .btn:hover,
html body .btn:focus,
html body button.btn:hover,
html body button.btn:focus,
html body input.btn:hover,
html body input.btn:focus {
  border-color: #062872 !important;
  background-color: #062872 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.18) !important;
  transform: translateY(-1px);
}

html body .btn[href*="appointment"],
html body .btn[href*="booking"],
html body .btn[data-tb-booking-link] {
  border-color: #c9472b !important;
  background-color: #c9472b !important;
  color: #ffffff !important;
}

html body .btn[href*="appointment"]:hover,
html body .btn[href*="appointment"]:focus,
html body .btn[href*="booking"]:hover,
html body .btn[href*="booking"]:focus,
html body .btn[data-tb-booking-link]:hover,
html body .btn[data-tb-booking-link]:focus {
  border-color: #a93620 !important;
  background-color: #a93620 !important;
  color: #ffffff !important;
}

html body .btn-outline-primary,
html body .btn-outline-secondary {
  border-color: #0a45c4 !important;
  background-color: transparent !important;
  color: #0a45c4 !important;
}

html body .btn-outline-primary:hover,
html body .btn-outline-primary:focus,
html body .btn-outline-secondary:hover,
html body .btn-outline-secondary:focus {
  border-color: #0a45c4 !important;
  background-color: #0a45c4 !important;
  color: #ffffff !important;
}


/* 5. CARDS AND SERVICE PANELS */

html body .features3 .card-wrapper,
html body .features9 .card-wrapper,
html body .features23 .card-wrapper,
html body .list01 .item-wrapper,
html body .contacts1 .card-wrapper {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(3, 28, 82, 0.08);
}

html body .features3 .card-box,
html body .features9 .card-box,
html body .features23 .card-box,
html body .list01 .item-content,
html body .contacts1 .card-box {
  padding: 1.6rem;
}

html body .features3 img,
html body .features9 img,
html body .features23 img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

html body .card-title,
html body .item-title {
  color: #031c52 !important;
}

html body .mbr-iconfont {
  color: #4dafff;
}


/* 6. FORMS AND CONTACT DETAILS */

html body .form5 form,
html body .contacts1 .row {
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(3, 28, 82, 0.08);
}

html body .form5 form {
  padding: 2rem;
}

html body .form-control,
html body .form-select {
  min-height: 50px;
  border: 1px solid #c8d5e3 !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  color: #13213c !important;
  font-size: 1rem;
}

html body textarea.form-control {
  min-height: 140px;
}

html body .form-control:focus,
html body .form-select:focus {
  border-color: #0a45c4 !important;
  box-shadow: 0 0 0 3px rgba(10, 69, 196, 0.14) !important;
}


/* 7. SHARED MENU AND FOOTER */

html body .menu .navbar,
html body .menu .navbar-collapse {
  background-color: #031c52 !important;
}

html body .menu .navbar-caption,
html body .menu .nav-link,
html body .menu .navbar-toggler {
  color: #ffffff !important;
}

html body .menu .dropdown-menu {
  overflow: hidden;
  border: 1px solid #dbe5f0 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.18) !important;
}

html body .menu .dropdown-item {
  background-color: #ffffff !important;
  color: #031c52 !important;
}

html body .menu .navbar-logo img[src*="true-blue-header-logo-transparent"] {
  width: auto !important;
  height: 4.5rem !important;
  background-color: transparent !important;
  object-fit: contain;
}

html body .menu .nav-link:hover,
html body .menu .nav-link:focus {
  color: #4dafff !important;
}

html body .menu .dropdown-item:hover,
html body .menu .dropdown-item:focus {
  color: #0a45c4 !important;
  background-color: #f5f8fb !important;
}

html body .footer4 {
  background-color: #031c52 !important;
}

html body .footer4,
html body .footer4 p,
html body .footer4 a,
html body .footer4 .mbr-text {
  color: #ffffff !important;
}

html body .footer4 a:hover,
html body .footer4 a:focus {
  color: #4dafff !important;
}


/* 8. ACCESSIBLE FOCUS */

html body a:focus,
html body button:focus,
html body input:focus,
html body textarea:focus,
html body select:focus {
  outline: 3px solid #4dafff !important;
  outline-offset: 3px;
}


/* 9. MOBILE REFINEMENTS */

@media (max-width: 767px) {
  html body .features3,
  html body .features23,
  html body .features9,
  html body .content4,
  html body .content5,
  html body .content11,
  html body .content13,
  html body .list01,
  html body .contacts1,
  html body .form5 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  html body .header1,
  html body .header6 {
    min-height: 34rem;
  }

  html body .mbr-section-btn .btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body .form5 form {
    padding: 1.25rem;
  }

  html body .menu .navbar-logo img[src*="true-blue-header-logo-transparent"] {
    height: 3.75rem !important;
  }
}





/*
  TRUE BLUE BLOG BRAND OVERRIDE — MOBIRISE STATIC STYLES VERSION

  Paste this at the very bottom of Static Styles.
  Do not add <style> tags.

  Written for Mobirise's older Static Styles compiler.
  This code does not alter the site menu or footer.
*/

/* =========================================================
   BLOG BASE TYPOGRAPHY
   ========================================================= */

html body .tb-blog-page,
html body .tb-blog-index {
  color: #33415c !important;
  background-color: #ffffff !important;
  font-family: "Jost", "Segoe UI", sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
}

/* =========================================================
   FIXED MENU SAFE AREA

   Mobirise's fixed navbar does not reserve space in the page
   layout. These rules keep blog breadcrumbs and H1 headings
   below the menu without changing the menu itself.
   ========================================================= */

html body .tb-blog-page > .tb-blog-container {
  padding-top: 8rem !important;
}

html body .tb-blog-index > .tb-index-shell {
  padding-top: 6rem !important;
}

html body .tb-blog-page h2[id],
html body .tb-blog-page h3[id],
html body .tb-blog-page .tb-destination-section,
html body .tb-blog-index [id] {
  scroll-margin-top: 7rem;
}

html body .tb-blog-page button,
html body .tb-blog-page input,
html body .tb-blog-page select,
html body .tb-blog-page textarea,
html body .tb-blog-index button,
html body .tb-blog-index input,
html body .tb-blog-index select,
html body .tb-blog-index textarea {
  font-family: "Jost", "Segoe UI", sans-serif !important;
}

/* =========================================================
   MODERN HEADINGS
   ========================================================= */

html body .tb-blog-page h1,
html body .tb-blog-page h2,
html body .tb-blog-page h3,
html body .tb-blog-page .tb-mobile-cta strong,
html body .tb-blog-index h1,
html body .tb-blog-index h2,
html body .tb-blog-index h3 {
  font-family: "Barlow Semi Condensed", "Segoe UI", sans-serif !important;
  font-style: normal !important;
  text-transform: none;
}

html body .tb-blog-page h1,
html body .tb-blog-index h1 {
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.04 !important;
}

html body .tb-blog-page h2,
html body .tb-blog-index h2 {
  font-weight: 700 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.14 !important;
}

html body .tb-blog-page h3,
html body .tb-blog-index h3 {
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.24 !important;
}

html body .tb-blog-page .tb-article-header h1,
html body .tb-blog-page .tb-article-copy h2,
html body .tb-blog-page .tb-article-copy h3,
html body .tb-blog-page .tb-author-box h2,
html body .tb-blog-page .tb-related h2,
html body .tb-blog-page .tb-related h3,
html body .tb-blog-index .tb-featured h2,
html body .tb-blog-index .tb-article-card h3,
html body .tb-blog-index .tb-bottom-cta h2,
html body .tb-blog-index .tb-sidebar-card h2,
html body .tb-blog-index .tb-no-results h3 {
  color: #031c52 !important;
}

html body .tb-blog-page .tb-sidebar-cta h2,
html body .tb-blog-page .tb-mobile-cta strong,
html body .tb-blog-index .tb-index-hero h1,
html body .tb-blog-index .tb-hero-note h2,
html body .tb-blog-index .tb-sidebar-cta h2 {
  color: #ffffff !important;
}

html body .tb-blog-page .tb-author-box h2 {
  font-family: "Jost", "Segoe UI", sans-serif !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
}

/* =========================================================
   ARTICLE READABILITY
   ========================================================= */

html body .tb-blog-page .tb-article-copy {
  color: #33415c !important;
  font-family: "Jost", "Segoe UI", sans-serif !important;
  font-size: 1.075rem !important;
  line-height: 1.72 !important;
}

html body .tb-blog-page .tb-article-copy > p {
  margin-bottom: 1.45em;
}

html body .tb-blog-page .tb-article-copy li {
  margin-bottom: 0.48em;
}

html body .tb-blog-page .tb-article-copy h2 {
  margin-top: 2em;
  margin-bottom: 0.62em;
}

html body .tb-blog-page .tb-article-copy h3 {
  margin-top: 1.55em;
  margin-bottom: 0.5em;
}

html body .tb-blog-index .tb-card-body > p:not(.tb-card-category),
html body .tb-blog-index .tb-featured-copy > p:not(.tb-card-category) {
  color: #6b778c !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

/* =========================================================
   TRUE BLUE LINKS AND LABELS
   ========================================================= */

html body .tb-blog-page a,
html body .tb-blog-page .tb-byline-name,
html body .tb-blog-page .tb-related-body > span,
html body .tb-blog-page .tb-text-link,
html body .tb-blog-index .tb-card-category,
html body .tb-blog-index .tb-card-footer a,
html body .tb-blog-index .tb-sidebar-start > a,
html body .tb-blog-index .tb-topic-links b {
  color: #0a45c4 !important;
}

html body .tb-blog-page .tb-reading-progress span {
  background: linear-gradient(90deg, #0a45c4, #4dafff) !important;
}

html body .tb-blog-page .tb-location-number,
html body .tb-blog-page .tb-drop-icon {
  color: #ffffff !important;
  background-color: #0a45c4 !important;
}

html body .tb-blog-page .tb-tip-box svg,
html body .tb-blog-index .tb-tool-icon svg {
  fill: #0a45c4 !important;
}

/* =========================================================
   BUTTONS
   ========================================================= */

html body .tb-blog-page .tb-button,
html body .tb-blog-index .tb-button,
html body .tb-blog-index .tb-load-more,
html body .tb-blog-index .tb-filter-row button {
  font-family: "Jost", "Segoe UI", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  line-height: 1.2 !important;
}

html body .tb-blog-page .tb-button-dark,
html body .tb-blog-index .tb-load-more:hover,
html body .tb-blog-index .tb-filter-row button.is-active {
  border-color: #031c52 !important;
  color: #ffffff !important;
  background-color: #031c52 !important;
}

html body .tb-blog-page .tb-button-aqua,
html body .tb-blog-index .tb-button-primary {
  color: #031c52 !important;
  background-color: #4dafff !important;
}

html body .tb-blog-page .tb-button-aqua:hover,
html body .tb-blog-index .tb-button-primary:hover {
  color: #031c52 !important;
  background-color: #ffffff !important;
}

/* Appointment links get the distinct conversion color. */
html body .tb-blog-page a.tb-button[data-tb-booking-link],
html body .tb-blog-page a.tb-button[href*="appointment"],
html body .tb-blog-index a.tb-button[href*="appointment"] {
  border: 2px solid #c9472b !important;
  color: #ffffff !important;
  background-color: #c9472b !important;
  box-shadow: 0 6px 16px rgba(201, 71, 43, 0.24) !important;
}

html body .tb-blog-page a.tb-button[data-tb-booking-link]:hover,
html body .tb-blog-page a.tb-button[href*="appointment"]:hover,
html body .tb-blog-index a.tb-button[href*="appointment"]:hover {
  border-color: #a93620 !important;
  color: #ffffff !important;
  background-color: #a93620 !important;
}

/* =========================================================
   CARDS, CALLOUTS, AND BACKGROUNDS
   ========================================================= */

html body .tb-blog-page .tb-answer-box,
html body .tb-blog-page .tb-tip-box,
html body .tb-blog-page .tb-inline-cta,
html body .tb-blog-page .tb-author-box,
html body .tb-blog-page .tb-related-card,
html body .tb-blog-page .tb-sidebar-card,
html body .tb-blog-index .tb-article-card,
html body .tb-blog-index .tb-sidebar-card,
html body .tb-blog-index .tb-library-controls {
  border-color: #dce5ef !important;
  box-shadow: 0 10px 28px rgba(3, 28, 82, 0.07) !important;
}

html body .tb-blog-page .tb-answer-box {
  border-left-color: #0a45c4 !important;
  background: linear-gradient(135deg, #eef7fe, #f5f8fb) !important;
}

html body .tb-blog-page .tb-tip-box,
html body .tb-blog-page .tb-inline-cta,
html body .tb-blog-index .tb-bottom-cta,
html body .tb-blog-index .tb-card-category span,
html body .tb-blog-index .tb-tool-icon {
  background-color: #eef7fe !important;
}

html body .tb-blog-index .tb-library {
  border-top-color: #dce5ef !important;
  background-color: #f5f8fb !important;
}

html body .tb-blog-index .tb-index-hero,
html body .tb-blog-index .tb-sidebar-cta,
html body .tb-blog-page .tb-sidebar-cta {
  background: linear-gradient(145deg, #031c52, #062872) !important;
}

/* =========================================================
   FOCUS STYLE WITH NO RED OUTLINE
   ========================================================= */

html body .tb-blog-page a:focus,
html body .tb-blog-page button:focus,
html body .tb-blog-page input:focus,
html body .tb-blog-index a:focus,
html body .tb-blog-index button:focus,
html body .tb-blog-index input:focus {
  outline: 3px solid #4dafff !important;
  outline-offset: 3px !important;
}

/* =========================================================
   MOBILE REFINEMENTS
   ========================================================= */

@media (max-width: 767px) {
  html body .tb-blog-page > .tb-blog-container {
    padding-top: 6.5rem !important;
  }

  html body .tb-blog-index > .tb-index-shell {
    padding-top: 5rem !important;
  }

  html body .tb-blog-page h2[id],
  html body .tb-blog-page h3[id],
  html body .tb-blog-page .tb-destination-section,
  html body .tb-blog-index [id] {
    scroll-margin-top: 6rem;
  }

  html body .tb-blog-page .tb-article-copy {
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  html body .tb-blog-page h1,
  html body .tb-blog-index h1 {
    letter-spacing: -0.018em !important;
  }

  html body .tb-blog-page .tb-button,
  html body .tb-blog-index .tb-button {
    min-height: 46px;
  }
}
.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #031c52 !important;
}
.bg-success {
  background-color: #4dafff !important;
}
.bg-info {
  background-color: #0a45c4 !important;
}
.bg-warning {
  background-color: #c9472b !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #031c52 !important;
  border-color: #031c52 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0a45c4 !important;
  border-color: #0a45c4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #062872 !important;
  border-color: #062872 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #062872 !important;
  border-color: #062872 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0a45c4 !important;
  border-color: #0a45c4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #062872 !important;
  border-color: #062872 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #062872 !important;
  border-color: #062872 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4dafff !important;
  border-color: #4dafff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0087f5 !important;
  border-color: #0087f5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0087f5 !important;
  border-color: #0087f5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c9472b !important;
  border-color: #c9472b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #822e1c !important;
  border-color: #822e1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #822e1c !important;
  border-color: #822e1c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #031c52;
  color: #031c52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #031c52 !important;
  border-color: #031c52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0a45c4;
  color: #0a45c4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #062872 !important;
  background-color: transparent!important;
  border-color: #062872 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a45c4 !important;
  border-color: #0a45c4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0a45c4;
  color: #0a45c4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #062872 !important;
  background-color: transparent!important;
  border-color: #062872 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0a45c4 !important;
  border-color: #0a45c4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4dafff;
  color: #4dafff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0087f5 !important;
  background-color: transparent!important;
  border-color: #0087f5 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4dafff !important;
  border-color: #4dafff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c9472b;
  color: #c9472b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #822e1c !important;
  background-color: transparent!important;
  border-color: #822e1c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c9472b !important;
  border-color: #c9472b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #031c52 !important;
}
.text-secondary {
  color: #0a45c4 !important;
}
.text-success {
  color: #4dafff !important;
}
.text-info {
  color: #0a45c4 !important;
}
.text-warning {
  color: #c9472b !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #052363 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #007fe6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #052363 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #752919 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #031c52;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0a45c4;
}
.alert-warning {
  background-color: #c9472b;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #031c52;
  border-color: #031c52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #031c52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #427cf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #578af6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f4d3cc;
}
.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', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #031c52 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #031c52;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #031c52;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #031c52;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #031c52;
  border-bottom-color: #031c52;
}
.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: #031c52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a45c4 !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='%23031c52' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .01em;
  color: #031c52 !important;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 72px;
  padding-top: .35rem;
  padding-bottom: .35rem;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  box-shadow: 0 2px 12px rgba(3, 28, 82, 0.06);
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo img {
  height: 3.4rem !important;
}
.cid-sFCw1qGFAI .btn {
  border-radius: 5px;
  font-weight: 700;
  font-size: .76rem;
  padding: .7rem 1.05rem;
}
.cid-vrlAnPdde6 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/chatgpt20image20sep2022020262011-11-3120am-1916x821.webp");
  background-position: center 43%;
}
.cid-vrlAnPdde6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrlAnPdde6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrlAnPdde6 .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: .95;
  letter-spacing: -0.04em;
  max-width: 700px;
}
.cid-vrlAnPdde6 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1.18;
  font-weight: 600;
}
.cid-vrlAnPdde6 .mbr-text,
.cid-vrlAnPdde6 .mbr-section-btn {
  color: #ffffff;
}
.cid-vrlAnPdde6 .mbr-overlay {
  background: linear-gradient(90deg, rgba(3, 28, 82, 0.98) 0%, rgba(3, 28, 82, 0.92) 37%, rgba(3, 28, 82, 0.56) 58%, rgba(3, 28, 82, 0.1) 82%) !important;
  opacity: 1 !important;
}
.cid-vrlAnPdde6 .mbr-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.55;
}
.cid-vrlAnPdde6 .mbr-section-btn {
  margin-top: 1.25rem !important;
}
.cid-vrlAnPdde6 .mbr-section-btn .btn {
  border-radius: 6px;
  padding: 1rem 1.7rem;
  font-size: .9rem;
  font-weight: 800;
  min-width: 175px;
}
@media (max-width: 767px) {
  .cid-vrlAnPdde6 .mbr-section-title {
    font-size: 3rem;
  }
  .cid-vrlAnPdde6 .mbr-section-subtitle {
    font-size: 1.3rem;
  }
  .cid-vrlAnPdde6 .mbr-text {
    font-size: .98rem;
  }
  .cid-vrlAnPdde6 .tbHeroProof {
    gap: .8rem 1.1rem;
    font-size: .8rem;
  }
}
.cid-v7w9U7lFrY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f8f8;
}
.cid-v7w9U7lFrY img,
.cid-v7w9U7lFrY .item-img {
  width: 100%;
}
.cid-v7w9U7lFrY .item:focus,
.cid-v7w9U7lFrY span:focus {
  outline: none;
}
.cid-v7w9U7lFrY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7w9U7lFrY .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
  box-shadow: 0 10px 28px rgba(3, 28, 82, 0.1);
}
.cid-v7w9U7lFrY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7w9U7lFrY .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-v7w9U7lFrY .mbr-text,
.cid-v7w9U7lFrY .mbr-section-btn {
  text-align: center;
}
.cid-v7w9U7lFrY .item-title {
  text-align: center;
  color: #031c52;
}
.cid-v7w9U7lFrY .item-subtitle {
  text-align: left;
}
.cid-v7w9U7lFrY .mbr-section-subtitle {
  text-align: center;
}
.cid-v7w9U7lFrY .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.cid-v7w9U7lFrY .item-content {
  padding: 1.6rem 1.6rem .45rem !important;
}
.cid-v7w9U7lFrY .item-footer {
  padding: 0 1.6rem 1.6rem !important;
}
.cid-v7w9U7lFrY .mbr-text {
  line-height: 1.55;
}
.cid-v7w9U7lFrY .item-btn {
  font-weight: 700;
}
.cid-v7tknOkE3U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f9ff;
}
.cid-v7tknOkE3U .row {
  max-width: 1100px;
  margin: auto;
}
.cid-v7tknOkE3U .btn {
  width: -webkit-fill-available;
}
.cid-v7tknOkE3U .card-wrapper {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(3, 28, 82, 0.08);
  border: 1px solid #e0e9f4;
  border-radius: 18px;
  padding: 3.5rem 4rem;
  overflow: visible;
  position: relative;
}
.cid-v7tknOkE3U .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-v7tknOkE3U .mbr-text {
  color: #354a66;
}
.cid-v7tknOkE3U .mbr-section-subtitle {
  color: #4479d9;
  text-align: center;
}
.cid-v7tknOkE3U .mbr-section-btn {
  text-align: center;
}
#reviews .tbReviewsTitle {
  padding: 3rem 0 .7rem;
  background: #ffffff;
}
#reviews .tbReviewsTitle .tbHeading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
#reviews .tbReviewsTitle .tbHeading > span {
  height: 2px;
  background: linear-gradient(90deg, #d8e5f3, #0b66d8, #d8e5f3);
}
#reviews .tbReviewsTitle h3 {
  color: #031c52;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0;
}
#reviews .tbReviewsTitle p {
  color: #51657d;
  margin: .3rem 0 0;
  font-size: .95rem;
  font-weight: 600;
}
#reviews .trueblue-trustindex-reviews {
  background: #fff;
  padding: 0 0 3rem;
}
#reviews .trueblue-trustindex-reviews > div {
  max-width: 1160px;
  margin: auto;
}
@media (max-width: 767px) {
  #reviews .tbReviewsTitle .tbHeading {
    grid-template-columns: 1fr;
  }
  #reviews .tbReviewsTitle .tbHeading > span {
    display: none;
  }
  #reviews .tbReviewsTitle h3 {
    font-size: 1.6rem;
  }
}
.cid-v7nUEDZRJz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7nUEDZRJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7nUEDZRJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7nUEDZRJz .item-wrapper {
  text-align: center;
  padding: 1.2rem .75rem;
}
.cid-v7nUEDZRJz .mbr-iconfont {
  font-size: 4.2rem;
  color: #0b66d8;
  margin-bottom: 1rem !important;
}
.cid-v7nUEDZRJz .card-title {
  color: #031c52;
  text-align: center;
}
.cid-v7nUEDZRJz .card-text {
  color: #52657c;
  text-align: center;
  line-height: 1.5;
}
.cid-v7QOD50RHM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7QOD50RHM img,
.cid-v7QOD50RHM .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7QOD50RHM .item:focus,
.cid-v7QOD50RHM span:focus {
  outline: none;
}
.cid-v7QOD50RHM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7QOD50RHM .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
  box-shadow: 0 10px 28px rgba(3, 28, 82, 0.09);
}
.cid-v7QOD50RHM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7QOD50RHM .mbr-section-title {
  color: #031c52;
}
.cid-v7QOD50RHM .mbr-text,
.cid-v7QOD50RHM .mbr-section-btn {
  text-align: center;
}
.cid-v7QOD50RHM .item-title {
  color: #031c52;
  text-align: center;
}
.cid-v7QOD50RHM .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v7QOD50RHM .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.cid-v7QOD50RHM .item-content {
  padding: 1.75rem 1.65rem .4rem !important;
}
.cid-v7QOD50RHM .item-footer {
  padding: 0 1.65rem 1.65rem !important;
}
.cid-v7mfLdeBMt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7mfLdeBMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mfLdeBMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7mfLdeBMt .item-wrapper {
  text-align: center;
  padding: 1.5rem 1rem;
}
.cid-v7mfLdeBMt .mbr-iconfont {
  font-size: 4.8rem;
  color: #0b66d8;
  margin-bottom: 1.1rem !important;
}
.cid-v7mfLdeBMt .card-title {
  color: #031c52;
  text-align: center;
}
.cid-v7mfLdeBMt .card-text {
  color: #52657c;
  text-align: center;
  line-height: 1.55;
}
.cid-v7mfLdeBMt .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-v7mfLdeBMt .mbr-section-subtitle {
  color: #52657c;
  text-align: center;
}
.cid-vu02eoPy0I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu02eoPy0I img,
.cid-vu02eoPy0I .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vu02eoPy0I .item:focus,
.cid-vu02eoPy0I span:focus {
  outline: none;
}
.cid-vu02eoPy0I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vu02eoPy0I .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
}
.cid-vu02eoPy0I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vu02eoPy0I .mbr-section-title {
  color: #031c52;
}
.cid-vu02eoPy0I .mbr-text,
.cid-vu02eoPy0I .mbr-section-btn {
  text-align: center;
}
.cid-vu02eoPy0I .item-title {
  color: #031c52;
  text-align: center;
}
.cid-vu02eoPy0I .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vu02eoPy0I .item-img img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.cid-vu02eoPy0I .item-content {
  padding: 1.4rem 1.4rem .3rem !important;
}
.cid-vu02eoPy0I .item-footer {
  padding: 0 1.4rem 1.4rem !important;
}
.cid-v7RHR7ktz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7RHR7ktz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7RHR7ktz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7RHR7ktz4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-v7RHR7ktz4 .panel-group {
  border: none;
}
.cid-v7RHR7ktz4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v7RHR7ktz4 .panel-body,
.cid-v7RHR7ktz4 .card-header {
  padding: 1rem 0;
}
.cid-v7RHR7ktz4 .panel-title-edit {
  color: #031c52;
}
.cid-v7RHR7ktz4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v7RHR7ktz4 .mbr-section-title {
  color: #031c52;
}
.cid-v7RHR7ktz4 .panel-text {
  color: #52657c;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtGWFlllxE {
  z-index: 1000;
  width: 100%;
}
.cid-vtGWFlllxE nav.navbar {
  position: fixed;
}
.cid-vtGWFlllxE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtGWFlllxE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtGWFlllxE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtGWFlllxE .dropdown-item:hover,
.cid-vtGWFlllxE .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtGWFlllxE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtGWFlllxE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtGWFlllxE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtGWFlllxE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtGWFlllxE .nav-link {
  position: relative;
}
.cid-vtGWFlllxE .container {
  display: flex;
  margin: auto;
}
.cid-vtGWFlllxE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtGWFlllxE .dropdown-menu,
.cid-vtGWFlllxE .navbar.opened {
  background: #fafafa !important;
}
.cid-vtGWFlllxE .nav-item:focus,
.cid-vtGWFlllxE .nav-link:focus {
  outline: none;
}
.cid-vtGWFlllxE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtGWFlllxE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtGWFlllxE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtGWFlllxE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtGWFlllxE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtGWFlllxE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtGWFlllxE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtGWFlllxE .navbar.opened {
  transition: all 0.3s;
}
.cid-vtGWFlllxE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtGWFlllxE .navbar .navbar-logo img {
  width: auto;
}
.cid-vtGWFlllxE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtGWFlllxE .navbar.collapsed {
  justify-content: center;
}
.cid-vtGWFlllxE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtGWFlllxE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtGWFlllxE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtGWFlllxE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtGWFlllxE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtGWFlllxE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtGWFlllxE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtGWFlllxE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtGWFlllxE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtGWFlllxE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtGWFlllxE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtGWFlllxE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtGWFlllxE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtGWFlllxE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtGWFlllxE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtGWFlllxE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtGWFlllxE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtGWFlllxE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtGWFlllxE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtGWFlllxE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtGWFlllxE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtGWFlllxE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtGWFlllxE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtGWFlllxE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtGWFlllxE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtGWFlllxE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtGWFlllxE .dropdown-item.active,
.cid-vtGWFlllxE .dropdown-item:active {
  background-color: transparent;
}
.cid-vtGWFlllxE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtGWFlllxE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtGWFlllxE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtGWFlllxE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtGWFlllxE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtGWFlllxE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtGWFlllxE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtGWFlllxE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtGWFlllxE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtGWFlllxE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtGWFlllxE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtGWFlllxE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtGWFlllxE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtGWFlllxE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtGWFlllxE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtGWFlllxE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtGWFlllxE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtGWFlllxE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtGWFlllxE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtGWFlllxE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtGWFlllxE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtGWFlllxE .navbar {
    height: 70px;
  }
  .cid-vtGWFlllxE .navbar.opened {
    height: auto;
  }
  .cid-vtGWFlllxE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtGWFlAoGo {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20dfw-1692x930.webp");
}
.cid-vtGWFlAoGo .container {
  position: relative;
  z-index: 2;
}
.cid-vtGWFlAoGo .tb-hero-content {
  color: #ffffff;
}
.cid-vtGWFlAoGo .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-vtGWFlAoGo .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-vtGWFlAoGo .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-vtGWFlAoGo .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-vtGWFlAoGo .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-vtGWFlAoGo .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtGWFlAoGo .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-vtGWFlAoGo .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtGWFlAoGo .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtGWFlAoGo .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vtGWFlAoGo .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-vtGWFlAoGo {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-vtGWFlAoGo .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-vtGWFlAoGo .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-vtGWFlAoGo .mbr-text {
    font-size: 1.08rem;
  }
  .cid-vtGWFlAoGo .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-vtGWFlOGHZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f4f8ff;
}
.cid-vtGWFlOGHZ .tb-section-head {
  text-align: center;
  margin-bottom: 2.2rem;
}
.cid-vtGWFlOGHZ .mbr-section-title {
  color: #082363;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: .65rem;
}
.cid-vtGWFlOGHZ .mbr-section-subtitle {
  color: #082363;
  margin: 0;
}
.cid-vtGWFlOGHZ .tb-featured-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .7rem;
  box-shadow: 0 14px 34px rgba(3, 28, 82, 0.13);
  padding: 2.25rem;
  margin-bottom: 1.75rem;
}
.cid-vtGWFlOGHZ .tb-badge {
  position: absolute;
  top: .8rem;
  left: 2.25rem;
  background: #0868f7;
  color: #ffffff;
  font-weight: 700;
  font-size: .82rem;
  padding: .36rem .7rem;
  border-radius: .25rem;
}
.cid-vtGWFlOGHZ .tb-icon-shell {
  background: #e7f0ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.cid-vtGWFlOGHZ .tb-icon-shell img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}
.cid-vtGWFlOGHZ .tb-featured-icon {
  width: 125px;
  height: 125px;
  margin-top: 1rem;
}
.cid-vtGWFlOGHZ .tb-small-icon {
  width: 90px;
  height: 90px;
}
.cid-vtGWFlOGHZ .tb-card-title {
  color: #082363;
  line-height: 1.12;
  margin: 0 0 .55rem;
}
.cid-vtGWFlOGHZ .tb-featured-copy {
  padding-left: 1.4rem;
}
.cid-vtGWFlOGHZ .tb-check-list {
  list-style: none;
  padding: 0;
  margin: .8rem 0 0;
  color: #082363;
}
.cid-vtGWFlOGHZ .tb-check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin: .55rem 0;
}
.cid-vtGWFlOGHZ .tb-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .03rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0868f7;
  color: #ffffff;
  font-size: .72rem;
  font-weight: 800;
}
.cid-vtGWFlOGHZ .tb-featured-action {
  text-align: right;
}
.cid-vtGWFlOGHZ .tb-price {
  color: #0868f7;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 2.2rem;
}
.cid-vtGWFlOGHZ .tb-featured-action .btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.cid-vtGWFlOGHZ .tb-small-card-row {
  margin-top: 0;
}
.cid-vtGWFlOGHZ .tb-small-card-row .item {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.cid-vtGWFlOGHZ .tb-small-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .45rem;
  box-shadow: 0 9px 24px rgba(3, 28, 82, 0.1);
  padding: 1.55rem;
}
.cid-vtGWFlOGHZ .tb-card-top {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.cid-vtGWFlOGHZ .tb-small-price {
  color: #0868f7;
  line-height: 1.1;
  margin: .25rem 0 0;
}
.cid-vtGWFlOGHZ .tb-rule {
  height: 1px;
  background: rgba(8, 35, 99, 0.25);
  margin: 1.25rem 0 .85rem;
}
@media (max-width: 991px) {
  .cid-vtGWFlOGHZ .tb-featured-action {
    text-align: left;
    margin-top: 1.25rem;
  }
  .cid-vtGWFlOGHZ .tb-price {
    margin-bottom: 1rem;
  }
  .cid-vtGWFlOGHZ .tb-featured-copy {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtGWFlOGHZ .tb-featured-card {
    padding: 3.2rem 1.35rem 1.35rem;
  }
  .cid-vtGWFlOGHZ .tb-badge {
    left: 1.35rem;
  }
  .cid-vtGWFlOGHZ .tb-featured-icon {
    margin: 0 auto 1.25rem;
  }
  .cid-vtGWFlOGHZ .tb-featured-copy {
    padding-left: .75rem;
  }
  .cid-vtGWFlOGHZ .tb-featured-action {
    padding-left: .75rem;
  }
  .cid-vtGWFlOGHZ .tb-featured-action .btn {
    width: 100%;
  }
}
.cid-vtGWFm61Lu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #031c52;
}
.cid-vtGWFm61Lu .mbr-section-title {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-vtGWFm61Lu .tb-repair-row .item {
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.cid-vtGWFm61Lu .tb-repair-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: .45rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  padding: 1rem 1.25rem;
}
.cid-vtGWFm61Lu .tb-repair-card img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  flex: 0 0 auto;
}
.cid-vtGWFm61Lu .tb-repair-title {
  color: #082363;
  line-height: 1.15;
  margin: 0 0 .25rem;
}
.cid-vtGWFm61Lu .tb-repair-price {
  color: #0868f7;
  line-height: 1.1;
  margin: 0;
}
.cid-vtHbP7OnUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtHbP7OnUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtHbP7OnUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtHbP7OnUg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vtHbP7OnUg .panel-group {
  border: none;
}
.cid-vtHbP7OnUg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtHbP7OnUg .panel-body,
.cid-vtHbP7OnUg .card-header {
  padding: 1rem 0;
}
.cid-vtHbP7OnUg .panel-title-edit {
  color: #000000;
}
.cid-vtHbP7OnUg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vtHbQRpGGH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtHbQRpGGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtHbQRpGGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtHbQRpGGH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vtHbQRpGGH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtHbQRpGGH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vtHbQRpGGH .panel-body,
.cid-vtHbQRpGGH .card-header {
  padding: 1rem 0;
}
.cid-vtHbQRpGGH .panel-title-edit {
  color: #000000;
}
.cid-vtHbSeKeec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtHbSeKeec .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtHbSeKeec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtHbSeKeec .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vtHbSeKeec .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtHbSeKeec .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vtHbSeKeec .panel-body,
.cid-vtHbSeKeec .card-header {
  padding: 1rem 0;
}
.cid-vtHbSeKeec .panel-title-edit {
  color: #000000;
}
.cid-vtHbTDSPNr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtHbTDSPNr .mbr-section-subtitle {
  text-align: center;
}
.cid-vtGWFmGKK0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #031c52;
  text-align: center;
}
.cid-vtGWFmGKK0 .mbr-section-title {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: .55rem;
}
.cid-vtGWFmGKK0 .mbr-text {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.cid-vtGWFmGKK0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.cid-vtGWFmGKK0 .mbr-section-btn .btn {
  min-width: 12rem;
  margin: 0;
  font-weight: 700;
}
.cid-vtGWFmGKK0 .tb-primary-btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtGWFmGKK0 .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtGWFmGKK0 .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtGWFmTNpK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtGWFmTNpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtGWFmTNpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtGWFmTNpK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtGWFmTNpK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtGWFmTNpK .row {
    text-align: center;
  }
  .cid-vtGWFmTNpK .row > div {
    margin: auto;
  }
  .cid-vtGWFmTNpK .social-row {
    justify-content: center;
  }
}
.cid-vtGWFmTNpK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtGWFmTNpK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtGWFmTNpK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtGWFmTNpK .list {
    margin-bottom: 0rem;
  }
}
.cid-vtGWFmTNpK .mbr-text {
  color: #bbbbbb;
}
.cid-vtGWFmTNpK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtGWFmTNpK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtGWFmTNpK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtUwkmz4YF {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20dfw-1692x930.webp");
}
.cid-vtUwkmz4YF .container {
  position: relative;
  z-index: 2;
}
.cid-vtUwkmz4YF .tb-hero-content {
  color: #ffffff;
}
.cid-vtUwkmz4YF .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-vtUwkmz4YF .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-vtUwkmz4YF .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-vtUwkmz4YF .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-vtUwkmz4YF .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-vtUwkmz4YF .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtUwkmz4YF .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-vtUwkmz4YF .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtUwkmz4YF .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtUwkmz4YF .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vtUwkmz4YF .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-vtUwkmz4YF {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-vtUwkmz4YF .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-vtUwkmz4YF .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-vtUwkmz4YF .mbr-text {
    font-size: 1.08rem;
  }
  .cid-vtUwkmz4YF .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-sFzIdnt1ra {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vsQtEs3Ajz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vsQtEs3Ajz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsQtEs3Ajz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vsQtEs3Ajz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vsQtEs3Ajz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsQtEs3Ajz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vsQtEs3Ajz .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vsQtEs3Ajz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vsQtEs3Ajz .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vsQtEs3Ajz .card-title {
  text-align: center;
}
.cid-vsQtEs3Ajz .price {
  color: #212765;
}
.cid-vu00yHanPO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f9ff;
}
.cid-vu00yHanPO .row {
  max-width: 1100px;
  margin: auto;
}
.cid-vu00yHanPO .btn {
  width: -webkit-fill-available;
}
.cid-vu00yHanPO .card-wrapper {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(3, 28, 82, 0.08);
  border: 1px solid #e0e9f4;
  border-radius: 18px;
  padding: 3.5rem 4rem;
  overflow: visible;
  position: relative;
}
.cid-vu00yHanPO .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vu00yHanPO .mbr-text {
  color: #354a66;
}
.cid-vu00yHanPO .mbr-section-subtitle {
  color: #4479d9;
  text-align: center;
}
.cid-vu00yHanPO .mbr-section-btn {
  text-align: center;
}
#custom-html-f6 .tbReviewsTitle {
  padding: 3rem 0 .7rem;
  background: #ffffff;
}
#custom-html-f6 .tbReviewsTitle .tbHeading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
#custom-html-f6 .tbReviewsTitle .tbHeading > span {
  height: 2px;
  background: linear-gradient(90deg, #d8e5f3, #0b66d8, #d8e5f3);
}
#custom-html-f6 .tbReviewsTitle h3 {
  color: #031c52;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0;
}
#custom-html-f6 .tbReviewsTitle p {
  color: #51657d;
  margin: .3rem 0 0;
  font-size: .95rem;
  font-weight: 600;
}
#custom-html-f6 .trueblue-trustindex-reviews {
  background: #fff;
  padding: 0 0 3rem;
}
#custom-html-f6 .trueblue-trustindex-reviews > div {
  max-width: 1160px;
  margin: auto;
}
@media (max-width: 767px) {
  #custom-html-f6 .tbReviewsTitle .tbHeading {
    grid-template-columns: 1fr;
  }
  #custom-html-f6 .tbReviewsTitle .tbHeading > span {
    display: none;
  }
  #custom-html-f6 .tbReviewsTitle h3 {
    font-size: 1.6rem;
  }
}
.cid-vtOwDGvIwh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtOwDGvIwh img,
.cid-vtOwDGvIwh .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vtOwDGvIwh .item:focus,
.cid-vtOwDGvIwh span:focus {
  outline: none;
}
.cid-vtOwDGvIwh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtOwDGvIwh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtOwDGvIwh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtOwDGvIwh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtOwDGvIwh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtOwDGvIwh .mbr-section-title {
  color: #232323;
}
.cid-vtOwDGvIwh .mbr-text,
.cid-vtOwDGvIwh .mbr-section-btn {
  text-align: left;
}
.cid-vtOwDGvIwh .item-title {
  text-align: left;
}
.cid-vtOwDGvIwh .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vu55iETLyr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vu55iETLyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu55iETLyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu55iETLyr .item-wrapper {
  text-align: center;
  padding: 1.5rem 1rem;
}
.cid-vu55iETLyr .mbr-iconfont {
  font-size: 4.8rem;
  color: #0b66d8;
  margin-bottom: 1.1rem !important;
}
.cid-vu55iETLyr .card-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55iETLyr .card-text {
  color: #52657c;
  text-align: center;
  line-height: 1.55;
}
.cid-vu55iETLyr .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55iETLyr .mbr-section-subtitle {
  color: #52657c;
  text-align: center;
}
.cid-vu00JwIQwh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu00JwIQwh img,
.cid-vu00JwIQwh .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vu00JwIQwh .item:focus,
.cid-vu00JwIQwh span:focus {
  outline: none;
}
.cid-vu00JwIQwh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vu00JwIQwh .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
}
.cid-vu00JwIQwh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vu00JwIQwh .mbr-section-title {
  color: #031c52;
}
.cid-vu00JwIQwh .mbr-text,
.cid-vu00JwIQwh .mbr-section-btn {
  text-align: center;
}
.cid-vu00JwIQwh .item-title {
  color: #031c52;
  text-align: center;
}
.cid-vu00JwIQwh .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vu00JwIQwh .item-img img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.cid-vu00JwIQwh .item-content {
  padding: 1.4rem 1.4rem .3rem !important;
}
.cid-vu00JwIQwh .item-footer {
  padding: 0 1.4rem 1.4rem !important;
}
.cid-vu541z5j6b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu541z5j6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu541z5j6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu541z5j6b .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vu541z5j6b .panel-group {
  border: none;
}
.cid-vu541z5j6b .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vu541z5j6b .panel-body,
.cid-vu541z5j6b .card-header {
  padding: 1rem 0;
}
.cid-vu541z5j6b .panel-title-edit {
  color: #031c52;
}
.cid-vu541z5j6b .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vu541z5j6b .mbr-section-title {
  color: #031c52;
}
.cid-vu541z5j6b .panel-text {
  color: #52657c;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vsF7nGtl7A {
  z-index: 1000;
  width: 100%;
}
.cid-vsF7nGtl7A nav.navbar {
  position: fixed;
}
.cid-vsF7nGtl7A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vsF7nGtl7A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vsF7nGtl7A .dropdown-item:hover,
.cid-vsF7nGtl7A .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vsF7nGtl7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsF7nGtl7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsF7nGtl7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsF7nGtl7A .nav-link {
  position: relative;
}
.cid-vsF7nGtl7A .container {
  display: flex;
  margin: auto;
}
.cid-vsF7nGtl7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsF7nGtl7A .dropdown-menu,
.cid-vsF7nGtl7A .navbar.opened {
  background: #fafafa !important;
}
.cid-vsF7nGtl7A .nav-item:focus,
.cid-vsF7nGtl7A .nav-link:focus {
  outline: none;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsF7nGtl7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsF7nGtl7A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vsF7nGtl7A .navbar.opened {
  transition: all 0.3s;
}
.cid-vsF7nGtl7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsF7nGtl7A .navbar .navbar-logo img {
  width: auto;
}
.cid-vsF7nGtl7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsF7nGtl7A .navbar.collapsed {
  justify-content: center;
}
.cid-vsF7nGtl7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsF7nGtl7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsF7nGtl7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vsF7nGtl7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsF7nGtl7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsF7nGtl7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsF7nGtl7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vsF7nGtl7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsF7nGtl7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsF7nGtl7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vsF7nGtl7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsF7nGtl7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsF7nGtl7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-vsF7nGtl7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vsF7nGtl7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vsF7nGtl7A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsF7nGtl7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsF7nGtl7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsF7nGtl7A .dropdown-item.active,
.cid-vsF7nGtl7A .dropdown-item:active {
  background-color: transparent;
}
.cid-vsF7nGtl7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsF7nGtl7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vsF7nGtl7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vsF7nGtl7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsF7nGtl7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsF7nGtl7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vsF7nGtl7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsF7nGtl7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsF7nGtl7A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsF7nGtl7A .navbar {
    height: 70px;
  }
  .cid-vsF7nGtl7A .navbar.opened {
    height: auto;
  }
  .cid-vsF7nGtl7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtUuQzr6Eb {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20nashville-1693x929.webp");
}
.cid-vtUuQzr6Eb .container {
  position: relative;
  z-index: 2;
}
.cid-vtUuQzr6Eb .tb-hero-content {
  color: #ffffff;
}
.cid-vtUuQzr6Eb .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-vtUuQzr6Eb .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-vtUuQzr6Eb .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-vtUuQzr6Eb .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-vtUuQzr6Eb .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-vtUuQzr6Eb .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtUuQzr6Eb .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-vtUuQzr6Eb .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtUuQzr6Eb .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtUuQzr6Eb .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vtUuQzr6Eb .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-vtUuQzr6Eb {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-vtUuQzr6Eb .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-vtUuQzr6Eb .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-vtUuQzr6Eb .mbr-text {
    font-size: 1.08rem;
  }
  .cid-vtUuQzr6Eb .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-vszMY8fZwg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vszMY8fZwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszMY8fZwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsQcECtO6e {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vsQcECtO6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsQcECtO6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vsQcECtO6e .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vsQcECtO6e .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsQcECtO6e .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vsQcECtO6e .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vsQcECtO6e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vsQcECtO6e .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vsQcECtO6e .card-title {
  text-align: center;
}
#custom-html-ek .tbReviewsTitle {
  padding: 3rem 0 .7rem;
  background: #ffffff;
}
#custom-html-ek .tbReviewsTitle .tbHeading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
#custom-html-ek .tbReviewsTitle .tbHeading > span {
  height: 2px;
  background: linear-gradient(90deg, #d8e5f3, #0b66d8, #d8e5f3);
}
#custom-html-ek .tbReviewsTitle h3 {
  color: #031c52;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0;
}
#custom-html-ek .tbReviewsTitle p {
  color: #51657d;
  margin: .3rem 0 0;
  font-size: .95rem;
  font-weight: 600;
}
#custom-html-ek .trueblue-trustindex-reviews {
  background: #fff;
  padding: 0 0 3rem;
}
#custom-html-ek .trueblue-trustindex-reviews > div {
  max-width: 1160px;
  margin: auto;
}
@media (max-width: 767px) {
  #custom-html-ek .tbReviewsTitle .tbHeading {
    grid-template-columns: 1fr;
  }
  #custom-html-ek .tbReviewsTitle .tbHeading > span {
    display: none;
  }
  #custom-html-ek .tbReviewsTitle h3 {
    font-size: 1.6rem;
  }
}
.cid-vu55KOCJRr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f9ff;
}
.cid-vu55KOCJRr .row {
  max-width: 1100px;
  margin: auto;
}
.cid-vu55KOCJRr .btn {
  width: -webkit-fill-available;
}
.cid-vu55KOCJRr .card-wrapper {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(3, 28, 82, 0.08);
  border: 1px solid #e0e9f4;
  border-radius: 18px;
  padding: 3.5rem 4rem;
  overflow: visible;
  position: relative;
}
.cid-vu55KOCJRr .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55KOCJRr .mbr-text {
  color: #354a66;
}
.cid-vu55KOCJRr .mbr-section-subtitle {
  color: #4479d9;
  text-align: center;
}
.cid-vu55KOCJRr .mbr-section-btn {
  text-align: center;
}
.cid-vu55OZTMd6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu55OZTMd6 img,
.cid-vu55OZTMd6 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vu55OZTMd6 .item:focus,
.cid-vu55OZTMd6 span:focus {
  outline: none;
}
.cid-vu55OZTMd6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vu55OZTMd6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vu55OZTMd6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vu55OZTMd6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vu55OZTMd6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vu55OZTMd6 .mbr-section-title {
  color: #232323;
}
.cid-vu55OZTMd6 .mbr-text,
.cid-vu55OZTMd6 .mbr-section-btn {
  text-align: left;
}
.cid-vu55OZTMd6 .item-title {
  text-align: left;
}
.cid-vu55OZTMd6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vtU4MMwaya {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vtU4MMwaya .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtU4MMwaya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtU4MMwaya .item-wrapper {
  text-align: center;
  padding: 1.5rem 1rem;
}
.cid-vtU4MMwaya .mbr-iconfont {
  font-size: 4.8rem;
  color: #0b66d8;
  margin-bottom: 1.1rem !important;
}
.cid-vtU4MMwaya .card-title {
  color: #031c52;
  text-align: center;
}
.cid-vtU4MMwaya .card-text {
  color: #52657c;
  text-align: center;
  line-height: 1.55;
}
.cid-vtU4MMwaya .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vtU4MMwaya .mbr-section-subtitle {
  color: #52657c;
  text-align: center;
}
.cid-vu55PX8dkN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu55PX8dkN img,
.cid-vu55PX8dkN .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vu55PX8dkN .item:focus,
.cid-vu55PX8dkN span:focus {
  outline: none;
}
.cid-vu55PX8dkN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vu55PX8dkN .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
}
.cid-vu55PX8dkN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vu55PX8dkN .mbr-section-title {
  color: #031c52;
}
.cid-vu55PX8dkN .mbr-text,
.cid-vu55PX8dkN .mbr-section-btn {
  text-align: center;
}
.cid-vu55PX8dkN .item-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55PX8dkN .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vu55PX8dkN .item-img img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.cid-vu55PX8dkN .item-content {
  padding: 1.4rem 1.4rem .3rem !important;
}
.cid-vu55PX8dkN .item-footer {
  padding: 0 1.4rem 1.4rem !important;
}
.cid-vu55R2SawJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu55R2SawJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu55R2SawJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu55R2SawJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vu55R2SawJ .panel-group {
  border: none;
}
.cid-vu55R2SawJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vu55R2SawJ .panel-body,
.cid-vu55R2SawJ .card-header {
  padding: 1rem 0;
}
.cid-vu55R2SawJ .panel-title-edit {
  color: #031c52;
}
.cid-vu55R2SawJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vu55R2SawJ .mbr-section-title {
  color: #031c52;
}
.cid-vu55R2SawJ .panel-text {
  color: #52657c;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtUwwaMzTO {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20dc-1692x930.webp");
}
.cid-vtUwwaMzTO .container {
  position: relative;
  z-index: 2;
}
.cid-vtUwwaMzTO .tb-hero-content {
  color: #ffffff;
}
.cid-vtUwwaMzTO .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-vtUwwaMzTO .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-vtUwwaMzTO .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-vtUwwaMzTO .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-vtUwwaMzTO .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-vtUwwaMzTO .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtUwwaMzTO .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-vtUwwaMzTO .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtUwwaMzTO .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtUwwaMzTO .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vtUwwaMzTO .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-vtUwwaMzTO {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-vtUwwaMzTO .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-vtUwwaMzTO .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-vtUwwaMzTO .mbr-text {
    font-size: 1.08rem;
  }
  .cid-vtUwwaMzTO .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-sFzIdnt1ra {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vsQrZmGjvp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vsQrZmGjvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsQrZmGjvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vsQrZmGjvp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vsQrZmGjvp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsQrZmGjvp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vsQrZmGjvp .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vsQrZmGjvp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vsQrZmGjvp .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vsQrZmGjvp .card-title {
  text-align: center;
}
#custom-html-f5 .tbReviewsTitle {
  padding: 3rem 0 .7rem;
  background: #ffffff;
}
#custom-html-f5 .tbReviewsTitle .tbHeading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
#custom-html-f5 .tbReviewsTitle .tbHeading > span {
  height: 2px;
  background: linear-gradient(90deg, #d8e5f3, #0b66d8, #d8e5f3);
}
#custom-html-f5 .tbReviewsTitle h3 {
  color: #031c52;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0;
}
#custom-html-f5 .tbReviewsTitle p {
  color: #51657d;
  margin: .3rem 0 0;
  font-size: .95rem;
  font-weight: 600;
}
#custom-html-f5 .trueblue-trustindex-reviews {
  background: #fff;
  padding: 0 0 3rem;
}
#custom-html-f5 .trueblue-trustindex-reviews > div {
  max-width: 1160px;
  margin: auto;
}
@media (max-width: 767px) {
  #custom-html-f5 .tbReviewsTitle .tbHeading {
    grid-template-columns: 1fr;
  }
  #custom-html-f5 .tbReviewsTitle .tbHeading > span {
    display: none;
  }
  #custom-html-f5 .tbReviewsTitle h3 {
    font-size: 1.6rem;
  }
}
.cid-vu54cWsX1F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f9ff;
}
.cid-vu54cWsX1F .row {
  max-width: 1100px;
  margin: auto;
}
.cid-vu54cWsX1F .btn {
  width: -webkit-fill-available;
}
.cid-vu54cWsX1F .card-wrapper {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(3, 28, 82, 0.08);
  border: 1px solid #e0e9f4;
  border-radius: 18px;
  padding: 3.5rem 4rem;
  overflow: visible;
  position: relative;
}
.cid-vu54cWsX1F .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vu54cWsX1F .mbr-text {
  color: #354a66;
}
.cid-vu54cWsX1F .mbr-section-subtitle {
  color: #4479d9;
  text-align: center;
}
.cid-vu54cWsX1F .mbr-section-btn {
  text-align: center;
}
.cid-vtOwqjNaFT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtOwqjNaFT img,
.cid-vtOwqjNaFT .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vtOwqjNaFT .item:focus,
.cid-vtOwqjNaFT span:focus {
  outline: none;
}
.cid-vtOwqjNaFT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtOwqjNaFT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtOwqjNaFT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtOwqjNaFT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtOwqjNaFT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtOwqjNaFT .mbr-section-title {
  color: #232323;
}
.cid-vtOwqjNaFT .mbr-text,
.cid-vtOwqjNaFT .mbr-section-btn {
  text-align: left;
}
.cid-vtOwqjNaFT .item-title {
  text-align: left;
}
.cid-vtOwqjNaFT .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vu55waOa1y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vu55waOa1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu55waOa1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu55waOa1y .item-wrapper {
  text-align: center;
  padding: 1.5rem 1rem;
}
.cid-vu55waOa1y .mbr-iconfont {
  font-size: 4.8rem;
  color: #0b66d8;
  margin-bottom: 1.1rem !important;
}
.cid-vu55waOa1y .card-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55waOa1y .card-text {
  color: #52657c;
  text-align: center;
  line-height: 1.55;
}
.cid-vu55waOa1y .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55waOa1y .mbr-section-subtitle {
  color: #52657c;
  text-align: center;
}
.cid-vu55xjkVS5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu55xjkVS5 img,
.cid-vu55xjkVS5 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vu55xjkVS5 .item:focus,
.cid-vu55xjkVS5 span:focus {
  outline: none;
}
.cid-vu55xjkVS5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vu55xjkVS5 .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
}
.cid-vu55xjkVS5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vu55xjkVS5 .mbr-section-title {
  color: #031c52;
}
.cid-vu55xjkVS5 .mbr-text,
.cid-vu55xjkVS5 .mbr-section-btn {
  text-align: center;
}
.cid-vu55xjkVS5 .item-title {
  color: #031c52;
  text-align: center;
}
.cid-vu55xjkVS5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vu55xjkVS5 .item-img img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.cid-vu55xjkVS5 .item-content {
  padding: 1.4rem 1.4rem .3rem !important;
}
.cid-vu55xjkVS5 .item-footer {
  padding: 0 1.4rem 1.4rem !important;
}
.cid-vu55ySiEfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu55ySiEfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu55ySiEfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu55ySiEfW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vu55ySiEfW .panel-group {
  border: none;
}
.cid-vu55ySiEfW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vu55ySiEfW .panel-body,
.cid-vu55ySiEfW .card-header {
  padding: 1rem 0;
}
.cid-vu55ySiEfW .panel-title-edit {
  color: #031c52;
}
.cid-vu55ySiEfW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vu55ySiEfW .mbr-section-title {
  color: #031c52;
}
.cid-vu55ySiEfW .panel-text {
  color: #52657c;
}
.cid-vsLYOd0Jmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsLYOd0Jmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsLYOd0Jmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsLYOd0Jmd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsLYOd0Jmd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsLYOd0Jmd .row {
    text-align: center;
  }
  .cid-vsLYOd0Jmd .row > div {
    margin: auto;
  }
  .cid-vsLYOd0Jmd .social-row {
    justify-content: center;
  }
}
.cid-vsLYOd0Jmd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsLYOd0Jmd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsLYOd0Jmd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsLYOd0Jmd .list {
    margin-bottom: 0rem;
  }
}
.cid-vsLYOd0Jmd .mbr-text {
  color: #bbbbbb;
}
.cid-vsLYOd0Jmd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsLYOd0Jmd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsLYOd0Jmd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vsLpQa1KZv {
  z-index: 1000;
  width: 100%;
}
.cid-vsLpQa1KZv nav.navbar {
  position: fixed;
}
.cid-vsLpQa1KZv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsLpQa1KZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vsLpQa1KZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vsLpQa1KZv .dropdown-item:hover,
.cid-vsLpQa1KZv .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vsLpQa1KZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsLpQa1KZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsLpQa1KZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsLpQa1KZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsLpQa1KZv .nav-link {
  position: relative;
}
.cid-vsLpQa1KZv .container {
  display: flex;
  margin: auto;
}
.cid-vsLpQa1KZv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsLpQa1KZv .dropdown-menu,
.cid-vsLpQa1KZv .navbar.opened {
  background: #fafafa !important;
}
.cid-vsLpQa1KZv .nav-item:focus,
.cid-vsLpQa1KZv .nav-link:focus {
  outline: none;
}
.cid-vsLpQa1KZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsLpQa1KZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsLpQa1KZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsLpQa1KZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsLpQa1KZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsLpQa1KZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsLpQa1KZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vsLpQa1KZv .navbar.opened {
  transition: all 0.3s;
}
.cid-vsLpQa1KZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsLpQa1KZv .navbar .navbar-logo img {
  width: auto;
}
.cid-vsLpQa1KZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsLpQa1KZv .navbar.collapsed {
  justify-content: center;
}
.cid-vsLpQa1KZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsLpQa1KZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsLpQa1KZv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vsLpQa1KZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsLpQa1KZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsLpQa1KZv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vsLpQa1KZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsLpQa1KZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsLpQa1KZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsLpQa1KZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsLpQa1KZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsLpQa1KZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsLpQa1KZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsLpQa1KZv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vsLpQa1KZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsLpQa1KZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsLpQa1KZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsLpQa1KZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vsLpQa1KZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsLpQa1KZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsLpQa1KZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vsLpQa1KZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vsLpQa1KZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vsLpQa1KZv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsLpQa1KZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsLpQa1KZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsLpQa1KZv .dropdown-item.active,
.cid-vsLpQa1KZv .dropdown-item:active {
  background-color: transparent;
}
.cid-vsLpQa1KZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsLpQa1KZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsLpQa1KZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsLpQa1KZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vsLpQa1KZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vsLpQa1KZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsLpQa1KZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsLpQa1KZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vsLpQa1KZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsLpQa1KZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vsLpQa1KZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsLpQa1KZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsLpQa1KZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsLpQa1KZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsLpQa1KZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsLpQa1KZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsLpQa1KZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsLpQa1KZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsLpQa1KZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsLpQa1KZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsLpQa1KZv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsLpQa1KZv .navbar {
    height: 70px;
  }
  .cid-vsLpQa1KZv .navbar.opened {
    height: auto;
  }
  .cid-vsLpQa1KZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbNashH305 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20nashville-1693x929.webp");
}
.cid-tbNashH305 .container {
  position: relative;
  z-index: 2;
}
.cid-tbNashH305 .tb-hero-content {
  color: #ffffff;
}
.cid-tbNashH305 .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-tbNashH305 .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-tbNashH305 .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-tbNashH305 .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-tbNashH305 .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-tbNashH305 .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-tbNashH305 .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-tbNashH305 .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-tbNashH305 .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-tbNashH305 .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-tbNashH305 .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-tbNashH305 {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-tbNashH305 .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-tbNashH305 .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-tbNashH305 .mbr-text {
    font-size: 1.08rem;
  }
  .cid-tbNashH305 .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-tbSvcO306 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f4f8ff;
}
.cid-tbSvcO306 .tb-section-head {
  text-align: center;
  margin-bottom: 2.2rem;
}
.cid-tbSvcO306 .mbr-section-title {
  color: #082363;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: .65rem;
}
.cid-tbSvcO306 .mbr-section-subtitle {
  color: #082363;
  margin: 0;
}
.cid-tbSvcO306 .tb-featured-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .7rem;
  box-shadow: 0 14px 34px rgba(3, 28, 82, 0.13);
  padding: 2.25rem;
  margin-bottom: 1.75rem;
}
.cid-tbSvcO306 .tb-badge {
  position: absolute;
  top: .8rem;
  left: 2.25rem;
  background: #0868f7;
  color: #ffffff;
  font-weight: 700;
  font-size: .82rem;
  padding: .36rem .7rem;
  border-radius: .25rem;
}
.cid-tbSvcO306 .tb-icon-shell {
  background: #e7f0ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.cid-tbSvcO306 .tb-icon-shell img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}
.cid-tbSvcO306 .tb-featured-icon {
  width: 125px;
  height: 125px;
  margin-top: 1rem;
}
.cid-tbSvcO306 .tb-small-icon {
  width: 90px;
  height: 90px;
}
.cid-tbSvcO306 .tb-card-title {
  color: #082363;
  line-height: 1.12;
  margin: 0 0 .55rem;
}
.cid-tbSvcO306 .tb-featured-copy {
  padding-left: 1.4rem;
}
.cid-tbSvcO306 .tb-check-list {
  list-style: none;
  padding: 0;
  margin: .8rem 0 0;
  color: #082363;
}
.cid-tbSvcO306 .tb-check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin: .55rem 0;
}
.cid-tbSvcO306 .tb-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .03rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0868f7;
  color: #ffffff;
  font-size: .72rem;
  font-weight: 800;
}
.cid-tbSvcO306 .tb-featured-action {
  text-align: right;
}
.cid-tbSvcO306 .tb-price {
  color: #0868f7;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 2.2rem;
}
.cid-tbSvcO306 .tb-featured-action .btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.cid-tbSvcO306 .tb-small-card-row {
  margin-top: 0;
}
.cid-tbSvcO306 .tb-small-card-row .item {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.cid-tbSvcO306 .tb-small-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .45rem;
  box-shadow: 0 9px 24px rgba(3, 28, 82, 0.1);
  padding: 1.55rem;
}
.cid-tbSvcO306 .tb-card-top {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.cid-tbSvcO306 .tb-small-price {
  color: #0868f7;
  line-height: 1.1;
  margin: .25rem 0 0;
}
.cid-tbSvcO306 .tb-rule {
  height: 1px;
  background: rgba(8, 35, 99, 0.25);
  margin: 1.25rem 0 .85rem;
}
@media (max-width: 991px) {
  .cid-tbSvcO306 .tb-featured-action {
    text-align: left;
    margin-top: 1.25rem;
  }
  .cid-tbSvcO306 .tb-price {
    margin-bottom: 1rem;
  }
  .cid-tbSvcO306 .tb-featured-copy {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tbSvcO306 .tb-featured-card {
    padding: 3.2rem 1.35rem 1.35rem;
  }
  .cid-tbSvcO306 .tb-badge {
    left: 1.35rem;
  }
  .cid-tbSvcO306 .tb-featured-icon {
    margin: 0 auto 1.25rem;
  }
  .cid-tbSvcO306 .tb-featured-copy {
    padding-left: .75rem;
  }
  .cid-tbSvcO306 .tb-featured-action {
    padding-left: .75rem;
  }
  .cid-tbSvcO306 .tb-featured-action .btn {
    width: 100%;
  }
}
.cid-tbRepG307 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #031c52;
}
.cid-tbRepG307 .mbr-section-title {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tbRepG307 .tb-repair-row .item {
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.cid-tbRepG307 .tb-repair-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: .45rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  padding: 1rem 1.25rem;
}
.cid-tbRepG307 .tb-repair-card img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  flex: 0 0 auto;
}
.cid-tbRepG307 .tb-repair-title {
  color: #082363;
  line-height: 1.15;
  margin: 0 0 .25rem;
}
.cid-tbRepG307 .tb-repair-price {
  color: #0868f7;
  line-height: 1.1;
  margin: 0;
}
.cid-tbProc308 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f8ff;
}
.cid-tbProc308 .mbr-section-title {
  color: #082363;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 2.25rem;
}
.cid-tbProc308 .tb-process-row {
  align-items: stretch;
}
.cid-tbProc308 .tb-step {
  display: grid;
  grid-template-columns: 44px auto 1fr;
  align-items: center;
  gap: .85rem;
  padding: .75rem 1.5rem;
}
.cid-tbProc308 .tb-step + .tb-step {
  border-left: 1px solid #c9d2e1;
}
.cid-tbProc308 .tb-step-number {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0868f7;
  color: #ffffff;
  font-weight: 800;
}
.cid-tbProc308 .tb-step img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tbProc308 .tb-step-title {
  color: #082363;
  line-height: 1.1;
  margin: 0 0 .35rem;
}
.cid-tbProc308 .tb-step-text {
  color: #082363;
  line-height: 1.45;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tbProc308 .tb-step {
    padding: 1.25rem .75rem;
    grid-template-columns: 44px auto 1fr;
  }
  .cid-tbProc308 .tb-step + .tb-step {
    border-left: 0;
    border-top: 1px solid #c9d2e1;
  }
}
@media (max-width: 575px) {
  .cid-tbProc308 .tb-step {
    grid-template-columns: 42px 70px 1fr;
    gap: .65rem;
  }
  .cid-tbProc308 .tb-step img {
    width: 70px;
    height: 70px;
  }
}
.cid-vummYsTBw6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vummYsTBw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vummYsTBw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vummYsTBw6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vummYsTBw6 .panel-group {
  border: none;
}
.cid-vummYsTBw6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vummYsTBw6 .panel-body,
.cid-vummYsTBw6 .card-header {
  padding: 1rem 0;
}
.cid-vummYsTBw6 .panel-title-edit {
  color: #000000;
}
.cid-vummYsTBw6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vummZQ10Qi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vummZQ10Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vummZQ10Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vummZQ10Qi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vummZQ10Qi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vummZQ10Qi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vummZQ10Qi .panel-body,
.cid-vummZQ10Qi .card-header {
  padding: 1rem 0;
}
.cid-vummZQ10Qi .panel-title-edit {
  color: #000000;
}
.cid-vumn0oVdm7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vumn0oVdm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vumn0oVdm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vumn0oVdm7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vumn0oVdm7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vumn0oVdm7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vumn0oVdm7 .panel-body,
.cid-vumn0oVdm7 .card-header {
  padding: 1rem 0;
}
.cid-vumn0oVdm7 .panel-title-edit {
  color: #000000;
}
.cid-vumn18K15d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vumn18K15d .mbr-section-subtitle {
  text-align: center;
}
.cid-tbCtaN309 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #031c52;
  text-align: center;
}
.cid-tbCtaN309 .mbr-section-title {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: .55rem;
}
.cid-tbCtaN309 .mbr-text {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.cid-tbCtaN309 .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.cid-tbCtaN309 .mbr-section-btn .btn {
  min-width: 12rem;
  margin: 0;
  font-weight: 700;
}
.cid-tbCtaN309 .tb-primary-btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-tbCtaN309 .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-tbCtaN309 .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-01 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-01 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-01 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-01 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-01 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-01 .tb-blog-page *,
#custom-html-blog-01 .tb-blog-page *::before,
#custom-html-blog-01 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-01 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-01 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-01 .tb-blog-page a:focus-visible,
#custom-html-blog-01 .tb-blog-page button:focus-visible,
#custom-html-blog-01 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-01 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-01 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-01 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-01 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-01 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-01 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-01 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-01 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-01 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-01 .tb-blog-page .tb-eyebrow,
#custom-html-blog-01 .tb-blog-page .tb-section-kicker,
#custom-html-blog-01 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-01 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-01 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-01 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-01 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-01 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-01 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-01 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-01 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-01 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-01 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-01 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-01 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-01 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-01 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-01 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-01 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-01 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-01 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-01 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-01 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-01 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-01 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-01 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-01 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-01 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-01 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-01 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-01 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-01 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-01 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-01 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-01 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-01 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-01 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-01 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-01 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-01 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-01 .tb-blog-page .tb-media-block,
  #custom-html-blog-01 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-01 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-01 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-01 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-01 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-01 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-01 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-01 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-01 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-01 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-01 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-01 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-01 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-01 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-01 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-01 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-01 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-01 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-01 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-01 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-01 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-01 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-01 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-01 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-01 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-01 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-01 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-01 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-01 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-01 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-01 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-01 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-01 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-01 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-01 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-01 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-01 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-01 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-01 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-01 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-01 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-01 .tb-blog-page .tb-toc,
#custom-html-blog-01 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-01 .tb-blog-page .tb-toc h2,
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-01 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-01 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-01 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-01 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-01 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-01 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-01 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-01 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-01 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-01 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-01 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-01 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-01 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-01 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-01 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-01 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-01 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-01 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-01 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-01 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-01 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-01 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-01 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-01 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-01 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-01 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-01 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-01 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-01 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-01 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-01 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-01 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-01 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-01 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-01 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-01 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-hero-image,
  #custom-html-blog-01 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-01 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-01 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-01 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-01 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-01 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-01 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-01 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-01 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-01 .tb-blog-page *,
  #custom-html-blog-01 .tb-blog-page *::before,
  #custom-html-blog-01 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-01 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-01 .tb-blog-page .tb-share-rail,
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-01 .tb-blog-page .tb-sidebar,
  #custom-html-blog-01 .tb-blog-page .tb-video,
  #custom-html-blog-01 .tb-blog-page .tb-related,
  #custom-html-blog-01 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-01 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-01 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-01 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-01 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-01 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-01 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-01 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-01 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-01 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-01 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-01 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-01 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-01 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-01 .tb-blog-page span,
#custom-html-blog-01 .tb-blog-page a,
#custom-html-blog-01 .tb-blog-page strong,
#custom-html-blog-01 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-01 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-01 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-01 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-01 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-01 .tb-blog-page .tb-byline,
#custom-html-blog-01 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-01 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image img,
#custom-html-blog-01 .tb-blog-page .tb-howto-step img,
#custom-html-blog-01 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-01 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-howto-description,
#custom-html-blog-01 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-01 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-01 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-01 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-01 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-01 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-01 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-01 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-01 .tb-blog-page .tb-editor-note,
#custom-html-blog-01 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-01 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-01 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-01 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-01 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-01 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-01 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-01 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-01 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-01 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-01 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-01 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-01 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-01 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-01 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-01 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-01 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-01 .tb-blog-page .tb-sidebar,
  #custom-html-blog-01 .tb-blog-page .tb-share-rail,
  #custom-html-blog-01 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-01 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-02 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-02 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-02 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-02 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-02 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-02 .tb-blog-page *,
#custom-html-blog-02 .tb-blog-page *::before,
#custom-html-blog-02 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-02 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-02 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-02 .tb-blog-page a:focus-visible,
#custom-html-blog-02 .tb-blog-page button:focus-visible,
#custom-html-blog-02 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-02 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-02 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-02 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-02 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-02 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-02 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-02 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-02 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-02 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-02 .tb-blog-page .tb-eyebrow,
#custom-html-blog-02 .tb-blog-page .tb-section-kicker,
#custom-html-blog-02 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-02 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-02 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-02 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-02 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-02 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-02 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-02 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-02 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-02 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-02 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-02 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-02 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-02 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-02 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-02 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-02 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-02 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-02 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-02 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-02 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-02 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-02 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-02 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-02 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-02 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-02 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-02 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-02 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-02 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-02 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-02 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-02 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-02 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-02 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-02 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-02 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-02 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-02 .tb-blog-page .tb-media-block,
  #custom-html-blog-02 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-02 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-02 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-02 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-02 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-02 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-02 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-02 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-02 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-02 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-02 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-02 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-02 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-02 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-02 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-02 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-02 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-02 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-02 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-02 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-02 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-02 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-02 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-02 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-02 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-02 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-02 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-02 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-02 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-02 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-02 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-02 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-02 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-02 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-02 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-02 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-02 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-02 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-02 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-02 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-02 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-02 .tb-blog-page .tb-toc,
#custom-html-blog-02 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-02 .tb-blog-page .tb-toc h2,
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-02 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-02 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-02 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-02 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-02 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-02 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-02 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-02 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-02 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-02 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-02 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-02 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-02 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-02 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-02 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-02 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-02 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-02 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-02 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-02 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-02 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-02 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-02 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-02 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-02 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-02 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-02 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-02 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-02 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-02 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-02 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-02 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-02 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-02 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-02 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-02 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-hero-image,
  #custom-html-blog-02 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-02 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-02 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-02 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-02 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-02 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-02 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-02 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-02 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-02 .tb-blog-page *,
  #custom-html-blog-02 .tb-blog-page *::before,
  #custom-html-blog-02 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-02 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-02 .tb-blog-page .tb-share-rail,
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-02 .tb-blog-page .tb-sidebar,
  #custom-html-blog-02 .tb-blog-page .tb-video,
  #custom-html-blog-02 .tb-blog-page .tb-related,
  #custom-html-blog-02 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-02 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-02 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-02 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-02 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-02 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-02 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-02 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-02 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-02 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-02 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-02 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-02 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-02 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-02 .tb-blog-page span,
#custom-html-blog-02 .tb-blog-page a,
#custom-html-blog-02 .tb-blog-page strong,
#custom-html-blog-02 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-02 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-02 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-02 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-02 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-02 .tb-blog-page .tb-byline,
#custom-html-blog-02 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-02 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image img,
#custom-html-blog-02 .tb-blog-page .tb-howto-step img,
#custom-html-blog-02 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-02 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-howto-description,
#custom-html-blog-02 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-02 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-02 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-02 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-02 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-02 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-02 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-02 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-02 .tb-blog-page .tb-editor-note,
#custom-html-blog-02 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-02 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-02 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-02 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-02 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-02 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-02 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-02 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-02 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-02 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-02 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-02 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-02 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-02 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-02 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-02 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-02 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-02 .tb-blog-page .tb-sidebar,
  #custom-html-blog-02 .tb-blog-page .tb-share-rail,
  #custom-html-blog-02 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-02 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-03 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-03 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-03 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-03 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-03 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-03 .tb-blog-page *,
#custom-html-blog-03 .tb-blog-page *::before,
#custom-html-blog-03 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-03 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-03 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-03 .tb-blog-page a:focus-visible,
#custom-html-blog-03 .tb-blog-page button:focus-visible,
#custom-html-blog-03 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-03 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-03 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-03 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-03 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-03 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-03 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-03 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-03 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-03 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-03 .tb-blog-page .tb-eyebrow,
#custom-html-blog-03 .tb-blog-page .tb-section-kicker,
#custom-html-blog-03 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-03 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-03 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-03 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-03 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-03 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-03 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-03 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-03 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-03 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-03 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-03 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-03 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-03 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-03 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-03 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-03 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-03 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-03 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-03 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-03 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-03 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-03 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-03 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-03 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-03 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-03 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-03 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-03 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-03 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-03 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-03 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-03 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-03 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-03 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-03 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-03 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-03 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-03 .tb-blog-page .tb-media-block,
  #custom-html-blog-03 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-03 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-03 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-03 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-03 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-03 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-03 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-03 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-03 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-03 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-03 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-03 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-03 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-03 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-03 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-03 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-03 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-03 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-03 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-03 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-03 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-03 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-03 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-03 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-03 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-03 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-03 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-03 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-03 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-03 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-03 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-03 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-03 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-03 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-03 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-03 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-03 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-03 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-03 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-03 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-03 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-03 .tb-blog-page .tb-toc,
#custom-html-blog-03 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-03 .tb-blog-page .tb-toc h2,
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-03 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-03 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-03 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-03 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-03 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-03 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-03 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-03 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-03 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-03 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-03 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-03 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-03 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-03 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-03 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-03 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-03 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-03 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-03 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-03 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-03 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-03 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-03 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-03 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-03 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-03 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-03 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-03 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-03 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-03 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-03 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-03 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-03 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-03 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-03 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-03 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-hero-image,
  #custom-html-blog-03 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-03 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-03 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-03 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-03 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-03 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-03 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-03 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-03 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-03 .tb-blog-page *,
  #custom-html-blog-03 .tb-blog-page *::before,
  #custom-html-blog-03 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-03 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-03 .tb-blog-page .tb-share-rail,
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-03 .tb-blog-page .tb-sidebar,
  #custom-html-blog-03 .tb-blog-page .tb-video,
  #custom-html-blog-03 .tb-blog-page .tb-related,
  #custom-html-blog-03 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-03 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-03 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-03 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-03 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-03 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-03 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-03 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-03 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-03 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-03 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-03 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-03 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-03 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-03 .tb-blog-page span,
#custom-html-blog-03 .tb-blog-page a,
#custom-html-blog-03 .tb-blog-page strong,
#custom-html-blog-03 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-03 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-03 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-03 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-03 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-03 .tb-blog-page .tb-byline,
#custom-html-blog-03 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-03 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image img,
#custom-html-blog-03 .tb-blog-page .tb-howto-step img,
#custom-html-blog-03 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-03 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-howto-description,
#custom-html-blog-03 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-03 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-03 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-03 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-03 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-03 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-03 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-03 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-03 .tb-blog-page .tb-editor-note,
#custom-html-blog-03 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-03 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-03 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-03 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-03 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-03 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-03 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-03 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-03 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-03 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-03 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-03 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-03 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-03 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-03 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-03 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-03 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-03 .tb-blog-page .tb-sidebar,
  #custom-html-blog-03 .tb-blog-page .tb-share-rail,
  #custom-html-blog-03 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-03 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-04 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-04 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-04 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-04 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-04 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-04 .tb-blog-page *,
#custom-html-blog-04 .tb-blog-page *::before,
#custom-html-blog-04 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-04 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-04 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-04 .tb-blog-page a:focus-visible,
#custom-html-blog-04 .tb-blog-page button:focus-visible,
#custom-html-blog-04 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-04 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-04 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-04 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-04 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-04 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-04 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-04 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-04 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-04 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-04 .tb-blog-page .tb-eyebrow,
#custom-html-blog-04 .tb-blog-page .tb-section-kicker,
#custom-html-blog-04 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-04 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-04 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-04 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-04 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-04 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-04 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-04 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-04 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-04 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-04 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-04 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-04 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-04 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-04 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-04 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-04 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-04 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-04 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-04 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-04 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-04 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-04 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-04 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-04 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-04 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-04 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-04 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-04 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-04 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-04 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-04 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-04 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-04 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-04 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-04 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-04 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-04 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-04 .tb-blog-page .tb-media-block,
  #custom-html-blog-04 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-04 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-04 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-04 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-04 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-04 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-04 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-04 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-04 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-04 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-04 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-04 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-04 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-04 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-04 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-04 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-04 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-04 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-04 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-04 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-04 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-04 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-04 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-04 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-04 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-04 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-04 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-04 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-04 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-04 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-04 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-04 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-04 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-04 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-04 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-04 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-04 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-04 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-04 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-04 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-04 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-04 .tb-blog-page .tb-toc,
#custom-html-blog-04 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-04 .tb-blog-page .tb-toc h2,
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-04 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-04 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-04 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-04 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-04 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-04 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-04 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-04 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-04 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-04 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-04 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-04 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-04 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-04 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-04 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-04 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-04 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-04 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-04 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-04 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-04 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-04 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-04 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-04 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-04 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-04 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-04 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-04 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-04 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-04 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-04 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-04 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-04 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-04 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-04 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-04 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-hero-image,
  #custom-html-blog-04 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-04 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-04 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-04 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-04 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-04 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-04 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-04 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-04 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-04 .tb-blog-page *,
  #custom-html-blog-04 .tb-blog-page *::before,
  #custom-html-blog-04 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-04 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-04 .tb-blog-page .tb-share-rail,
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-04 .tb-blog-page .tb-sidebar,
  #custom-html-blog-04 .tb-blog-page .tb-video,
  #custom-html-blog-04 .tb-blog-page .tb-related,
  #custom-html-blog-04 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-04 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-04 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-04 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-04 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-04 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-04 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-04 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-04 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-04 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-04 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-04 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-04 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-04 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-04 .tb-blog-page span,
#custom-html-blog-04 .tb-blog-page a,
#custom-html-blog-04 .tb-blog-page strong,
#custom-html-blog-04 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-04 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-04 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-04 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-04 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-04 .tb-blog-page .tb-byline,
#custom-html-blog-04 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-04 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image img,
#custom-html-blog-04 .tb-blog-page .tb-howto-step img,
#custom-html-blog-04 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-04 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-howto-description,
#custom-html-blog-04 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-04 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-04 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-04 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-04 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-04 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-04 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-04 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-04 .tb-blog-page .tb-editor-note,
#custom-html-blog-04 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-04 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-04 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-04 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-04 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-04 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-04 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-04 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-04 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-04 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-04 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-04 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-04 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-04 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-04 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-04 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-04 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-04 .tb-blog-page .tb-sidebar,
  #custom-html-blog-04 .tb-blog-page .tb-share-rail,
  #custom-html-blog-04 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-04 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-05 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-05 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-05 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-05 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-05 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-05 .tb-blog-page *,
#custom-html-blog-05 .tb-blog-page *::before,
#custom-html-blog-05 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-05 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-05 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-05 .tb-blog-page a:focus-visible,
#custom-html-blog-05 .tb-blog-page button:focus-visible,
#custom-html-blog-05 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-05 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-05 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-05 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-05 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-05 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-05 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-05 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-05 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-05 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-05 .tb-blog-page .tb-eyebrow,
#custom-html-blog-05 .tb-blog-page .tb-section-kicker,
#custom-html-blog-05 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-05 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-05 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-05 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-05 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-05 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-05 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-05 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-05 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-05 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-05 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-05 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-05 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-05 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-05 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-05 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-05 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-05 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-05 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-05 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-05 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-05 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-05 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-05 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-05 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-05 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-05 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-05 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-05 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-05 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-05 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-05 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-05 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-05 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-05 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-05 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-05 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-05 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-05 .tb-blog-page .tb-media-block,
  #custom-html-blog-05 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-05 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-05 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-05 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-05 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-05 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-05 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-05 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-05 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-05 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-05 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-05 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-05 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-05 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-05 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-05 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-05 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-05 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-05 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-05 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-05 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-05 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-05 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-05 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-05 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-05 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-05 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-05 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-05 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-05 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-05 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-05 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-05 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-05 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-05 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-05 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-05 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-05 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-05 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-05 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-05 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-05 .tb-blog-page .tb-toc,
#custom-html-blog-05 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-05 .tb-blog-page .tb-toc h2,
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-05 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-05 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-05 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-05 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-05 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-05 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-05 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-05 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-05 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-05 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-05 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-05 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-05 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-05 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-05 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-05 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-05 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-05 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-05 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-05 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-05 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-05 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-05 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-05 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-05 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-05 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-05 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-05 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-05 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-05 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-05 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-05 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-05 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-05 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-05 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-05 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-hero-image,
  #custom-html-blog-05 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-05 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-05 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-05 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-05 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-05 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-05 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-05 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-05 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-05 .tb-blog-page *,
  #custom-html-blog-05 .tb-blog-page *::before,
  #custom-html-blog-05 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-05 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-05 .tb-blog-page .tb-share-rail,
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-05 .tb-blog-page .tb-sidebar,
  #custom-html-blog-05 .tb-blog-page .tb-video,
  #custom-html-blog-05 .tb-blog-page .tb-related,
  #custom-html-blog-05 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-05 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-05 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-05 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-05 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-05 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-05 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-05 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-05 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-05 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-05 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-05 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-05 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-05 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-05 .tb-blog-page span,
#custom-html-blog-05 .tb-blog-page a,
#custom-html-blog-05 .tb-blog-page strong,
#custom-html-blog-05 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-05 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-05 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-05 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-05 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-05 .tb-blog-page .tb-byline,
#custom-html-blog-05 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-05 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image img,
#custom-html-blog-05 .tb-blog-page .tb-howto-step img,
#custom-html-blog-05 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-05 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-howto-description,
#custom-html-blog-05 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-05 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-05 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-05 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-05 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-05 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-05 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-05 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-05 .tb-blog-page .tb-editor-note,
#custom-html-blog-05 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-05 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-05 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-05 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-05 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-05 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-05 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-05 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-05 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-05 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-05 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-05 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-05 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-05 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-05 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-05 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-05 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-05 .tb-blog-page .tb-sidebar,
  #custom-html-blog-05 .tb-blog-page .tb-share-rail,
  #custom-html-blog-05 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-05 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-06 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-06 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-06 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-06 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-06 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-06 .tb-blog-page *,
#custom-html-blog-06 .tb-blog-page *::before,
#custom-html-blog-06 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-06 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-06 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-06 .tb-blog-page a:focus-visible,
#custom-html-blog-06 .tb-blog-page button:focus-visible,
#custom-html-blog-06 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-06 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-06 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-06 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-06 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-06 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-06 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-06 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-06 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-06 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-06 .tb-blog-page .tb-eyebrow,
#custom-html-blog-06 .tb-blog-page .tb-section-kicker,
#custom-html-blog-06 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-06 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-06 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-06 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-06 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-06 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-06 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-06 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-06 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-06 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-06 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-06 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-06 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-06 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-06 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-06 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-06 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-06 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-06 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-06 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-06 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-06 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-06 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-06 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-06 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-06 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-06 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-06 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-06 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-06 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-06 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-06 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-06 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-06 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-06 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-06 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-06 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-06 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-06 .tb-blog-page .tb-media-block,
  #custom-html-blog-06 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-06 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-06 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-06 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-06 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-06 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-06 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-06 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-06 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-06 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-06 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-06 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-06 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-06 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-06 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-06 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-06 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-06 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-06 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-06 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-06 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-06 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-06 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-06 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-06 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-06 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-06 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-06 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-06 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-06 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-06 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-06 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-06 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-06 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-06 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-06 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-06 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-06 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-06 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-06 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-06 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-06 .tb-blog-page .tb-toc,
#custom-html-blog-06 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-06 .tb-blog-page .tb-toc h2,
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-06 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-06 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-06 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-06 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-06 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-06 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-06 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-06 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-06 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-06 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-06 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-06 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-06 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-06 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-06 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-06 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-06 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-06 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-06 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-06 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-06 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-06 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-06 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-06 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-06 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-06 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-06 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-06 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-06 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-06 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-06 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-06 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-06 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-06 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-06 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-06 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-hero-image,
  #custom-html-blog-06 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-06 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-06 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-06 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-06 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-06 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-06 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-06 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-06 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-06 .tb-blog-page *,
  #custom-html-blog-06 .tb-blog-page *::before,
  #custom-html-blog-06 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-06 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-06 .tb-blog-page .tb-share-rail,
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-06 .tb-blog-page .tb-sidebar,
  #custom-html-blog-06 .tb-blog-page .tb-video,
  #custom-html-blog-06 .tb-blog-page .tb-related,
  #custom-html-blog-06 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-06 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-06 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-06 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-06 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-06 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-06 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-06 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-06 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-06 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-06 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-06 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-06 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-06 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-06 .tb-blog-page span,
#custom-html-blog-06 .tb-blog-page a,
#custom-html-blog-06 .tb-blog-page strong,
#custom-html-blog-06 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-06 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-06 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-06 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-06 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-06 .tb-blog-page .tb-byline,
#custom-html-blog-06 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-06 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image img,
#custom-html-blog-06 .tb-blog-page .tb-howto-step img,
#custom-html-blog-06 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-06 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-howto-description,
#custom-html-blog-06 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-06 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-06 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-06 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-06 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-06 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-06 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-06 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-06 .tb-blog-page .tb-editor-note,
#custom-html-blog-06 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-06 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-06 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-06 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-06 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-06 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-06 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-06 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-06 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-06 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-06 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-06 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-06 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-06 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-06 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-06 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-06 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-06 .tb-blog-page .tb-sidebar,
  #custom-html-blog-06 .tb-blog-page .tb-share-rail,
  #custom-html-blog-06 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-06 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-07 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-07 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-07 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-07 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-07 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-07 .tb-blog-page *,
#custom-html-blog-07 .tb-blog-page *::before,
#custom-html-blog-07 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-07 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-07 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-07 .tb-blog-page a:focus-visible,
#custom-html-blog-07 .tb-blog-page button:focus-visible,
#custom-html-blog-07 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-07 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-07 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-07 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-07 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-07 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-07 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-07 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-07 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-07 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-07 .tb-blog-page .tb-eyebrow,
#custom-html-blog-07 .tb-blog-page .tb-section-kicker,
#custom-html-blog-07 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-07 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-07 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-07 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-07 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-07 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-07 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-07 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-07 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-07 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-07 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-07 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-07 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-07 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-07 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-07 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-07 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-07 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-07 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-07 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-07 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-07 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-07 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-07 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-07 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-07 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-07 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-07 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-07 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-07 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-07 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-07 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-07 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-07 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-07 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-07 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-07 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-07 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-07 .tb-blog-page .tb-media-block,
  #custom-html-blog-07 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-07 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-07 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-07 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-07 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-07 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-07 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-07 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-07 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-07 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-07 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-07 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-07 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-07 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-07 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-07 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-07 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-07 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-07 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-07 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-07 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-07 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-07 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-07 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-07 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-07 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-07 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-07 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-07 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-07 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-07 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-07 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-07 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-07 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-07 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-07 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-07 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-07 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-07 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-07 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-07 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-07 .tb-blog-page .tb-toc,
#custom-html-blog-07 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-07 .tb-blog-page .tb-toc h2,
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-07 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-07 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-07 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-07 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-07 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-07 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-07 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-07 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-07 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-07 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-07 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-07 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-07 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-07 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-07 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-07 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-07 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-07 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-07 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-07 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-07 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-07 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-07 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-07 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-07 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-07 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-07 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-07 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-07 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-07 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-07 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-07 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-07 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-07 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-07 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-07 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-hero-image,
  #custom-html-blog-07 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-07 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-07 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-07 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-07 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-07 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-07 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-07 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-07 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-07 .tb-blog-page *,
  #custom-html-blog-07 .tb-blog-page *::before,
  #custom-html-blog-07 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-07 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-07 .tb-blog-page .tb-share-rail,
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-07 .tb-blog-page .tb-sidebar,
  #custom-html-blog-07 .tb-blog-page .tb-video,
  #custom-html-blog-07 .tb-blog-page .tb-related,
  #custom-html-blog-07 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-07 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-07 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-07 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-07 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-07 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-07 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-07 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-07 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-07 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-07 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-07 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-07 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-07 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-07 .tb-blog-page span,
#custom-html-blog-07 .tb-blog-page a,
#custom-html-blog-07 .tb-blog-page strong,
#custom-html-blog-07 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-07 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-07 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-07 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-07 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-07 .tb-blog-page .tb-byline,
#custom-html-blog-07 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-07 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image img,
#custom-html-blog-07 .tb-blog-page .tb-howto-step img,
#custom-html-blog-07 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-07 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-howto-description,
#custom-html-blog-07 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-07 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-07 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-07 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-07 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-07 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-07 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-07 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-07 .tb-blog-page .tb-editor-note,
#custom-html-blog-07 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-07 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-07 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-07 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-07 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-07 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-07 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-07 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-07 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-07 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-07 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-07 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-07 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-07 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-07 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-07 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-07 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-07 .tb-blog-page .tb-sidebar,
  #custom-html-blog-07 .tb-blog-page .tb-share-rail,
  #custom-html-blog-07 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-07 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-08 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-08 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-08 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-08 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-08 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-08 .tb-blog-page *,
#custom-html-blog-08 .tb-blog-page *::before,
#custom-html-blog-08 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-08 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-08 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-08 .tb-blog-page a:focus-visible,
#custom-html-blog-08 .tb-blog-page button:focus-visible,
#custom-html-blog-08 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-08 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-08 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-08 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-08 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-08 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-08 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-08 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-08 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-08 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-08 .tb-blog-page .tb-eyebrow,
#custom-html-blog-08 .tb-blog-page .tb-section-kicker,
#custom-html-blog-08 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-08 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-08 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-08 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-08 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-08 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-08 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-08 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-08 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-08 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-08 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-08 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-08 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-08 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-08 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-08 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-08 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-08 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-08 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-08 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-08 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-08 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-08 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-08 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-08 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-08 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-08 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-08 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-08 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-08 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-08 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-08 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-08 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-08 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-08 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-08 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-08 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-08 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-08 .tb-blog-page .tb-media-block,
  #custom-html-blog-08 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-08 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-08 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-08 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-08 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-08 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-08 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-08 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-08 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-08 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-08 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-08 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-08 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-08 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-08 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-08 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-08 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-08 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-08 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-08 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-08 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-08 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-08 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-08 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-08 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-08 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-08 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-08 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-08 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-08 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-08 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-08 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-08 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-08 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-08 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-08 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-08 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-08 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-08 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-08 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-08 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-08 .tb-blog-page .tb-toc,
#custom-html-blog-08 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-08 .tb-blog-page .tb-toc h2,
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-08 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-08 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-08 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-08 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-08 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-08 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-08 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-08 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-08 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-08 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-08 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-08 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-08 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-08 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-08 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-08 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-08 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-08 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-08 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-08 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-08 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-08 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-08 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-08 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-08 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-08 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-08 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-08 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-08 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-08 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-08 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-08 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-08 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-08 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-08 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-08 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-hero-image,
  #custom-html-blog-08 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-08 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-08 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-08 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-08 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-08 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-08 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-08 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-08 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-08 .tb-blog-page *,
  #custom-html-blog-08 .tb-blog-page *::before,
  #custom-html-blog-08 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-08 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-08 .tb-blog-page .tb-share-rail,
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-08 .tb-blog-page .tb-sidebar,
  #custom-html-blog-08 .tb-blog-page .tb-video,
  #custom-html-blog-08 .tb-blog-page .tb-related,
  #custom-html-blog-08 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-08 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-08 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-08 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-08 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-08 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-08 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-08 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-08 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-08 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-08 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-08 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-08 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-08 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-08 .tb-blog-page span,
#custom-html-blog-08 .tb-blog-page a,
#custom-html-blog-08 .tb-blog-page strong,
#custom-html-blog-08 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-08 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-08 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-08 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-08 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-08 .tb-blog-page .tb-byline,
#custom-html-blog-08 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-08 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image img,
#custom-html-blog-08 .tb-blog-page .tb-howto-step img,
#custom-html-blog-08 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-08 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-howto-description,
#custom-html-blog-08 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-08 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-08 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-08 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-08 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-08 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-08 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-08 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-08 .tb-blog-page .tb-editor-note,
#custom-html-blog-08 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-08 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-08 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-08 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-08 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-08 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-08 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-08 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-08 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-08 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-08 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-08 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-08 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-08 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-08 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-08 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-08 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-08 .tb-blog-page .tb-sidebar,
  #custom-html-blog-08 .tb-blog-page .tb-share-rail,
  #custom-html-blog-08 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-08 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-09 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-09 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-09 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-09 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-09 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-09 .tb-blog-page *,
#custom-html-blog-09 .tb-blog-page *::before,
#custom-html-blog-09 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-09 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-09 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-09 .tb-blog-page a:focus-visible,
#custom-html-blog-09 .tb-blog-page button:focus-visible,
#custom-html-blog-09 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-09 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-09 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-09 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-09 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-09 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-09 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-09 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-09 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-09 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-09 .tb-blog-page .tb-eyebrow,
#custom-html-blog-09 .tb-blog-page .tb-section-kicker,
#custom-html-blog-09 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-09 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-09 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-09 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-09 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-09 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-09 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-09 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-09 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-09 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-09 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-09 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-09 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-09 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-09 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-09 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-09 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-09 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-09 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-09 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-09 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-09 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-09 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-09 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-09 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-09 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-09 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-09 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-09 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-09 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-09 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-09 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-09 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-09 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-09 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-09 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-09 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-09 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-09 .tb-blog-page .tb-media-block,
  #custom-html-blog-09 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-09 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-09 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-09 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-09 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-09 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-09 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-09 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-09 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-09 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-09 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-09 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-09 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-09 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-09 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-09 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-09 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-09 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-09 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-09 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-09 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-09 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-09 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-09 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-09 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-09 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-09 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-09 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-09 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-09 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-09 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-09 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-09 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-09 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-09 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-09 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-09 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-09 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-09 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-09 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-09 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-09 .tb-blog-page .tb-toc,
#custom-html-blog-09 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-09 .tb-blog-page .tb-toc h2,
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-09 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-09 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-09 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-09 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-09 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-09 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-09 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-09 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-09 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-09 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-09 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-09 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-09 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-09 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-09 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-09 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-09 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-09 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-09 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-09 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-09 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-09 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-09 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-09 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-09 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-09 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-09 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-09 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-09 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-09 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-09 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-09 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-09 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-09 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-09 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-09 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-hero-image,
  #custom-html-blog-09 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-09 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-09 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-09 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-09 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-09 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-09 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-09 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-09 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-09 .tb-blog-page *,
  #custom-html-blog-09 .tb-blog-page *::before,
  #custom-html-blog-09 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-09 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-09 .tb-blog-page .tb-share-rail,
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-09 .tb-blog-page .tb-sidebar,
  #custom-html-blog-09 .tb-blog-page .tb-video,
  #custom-html-blog-09 .tb-blog-page .tb-related,
  #custom-html-blog-09 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-09 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-09 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-09 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-09 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-09 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-09 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-09 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-09 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-09 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-09 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-09 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-09 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-09 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-09 .tb-blog-page span,
#custom-html-blog-09 .tb-blog-page a,
#custom-html-blog-09 .tb-blog-page strong,
#custom-html-blog-09 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-09 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-09 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-09 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-09 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-09 .tb-blog-page .tb-byline,
#custom-html-blog-09 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-09 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image img,
#custom-html-blog-09 .tb-blog-page .tb-howto-step img,
#custom-html-blog-09 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-09 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-howto-description,
#custom-html-blog-09 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-09 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-09 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-09 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-09 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-09 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-09 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-09 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-09 .tb-blog-page .tb-editor-note,
#custom-html-blog-09 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-09 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-09 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-09 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-09 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-09 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-09 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-09 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-09 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-09 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-09 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-09 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-09 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-09 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-09 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-09 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-09 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-09 .tb-blog-page .tb-sidebar,
  #custom-html-blog-09 .tb-blog-page .tb-share-rail,
  #custom-html-blog-09 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-09 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-10 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-10 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-10 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-10 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-10 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-10 .tb-blog-page *,
#custom-html-blog-10 .tb-blog-page *::before,
#custom-html-blog-10 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-10 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-10 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-10 .tb-blog-page a:focus-visible,
#custom-html-blog-10 .tb-blog-page button:focus-visible,
#custom-html-blog-10 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-10 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-10 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-10 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-10 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-10 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-10 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-10 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-10 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-10 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-10 .tb-blog-page .tb-eyebrow,
#custom-html-blog-10 .tb-blog-page .tb-section-kicker,
#custom-html-blog-10 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-10 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-10 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-10 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-10 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-10 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-10 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-10 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-10 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-10 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-10 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-10 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-10 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-10 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-10 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-10 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-10 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-10 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-10 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-10 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-10 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-10 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-10 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-10 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-10 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-10 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-10 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-10 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-10 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-10 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-10 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-10 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-10 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-10 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-10 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-10 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-10 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-10 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-10 .tb-blog-page .tb-media-block,
  #custom-html-blog-10 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-10 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-10 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-10 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-10 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-10 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-10 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-10 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-10 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-10 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-10 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-10 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-10 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-10 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-10 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-10 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-10 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-10 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-10 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-10 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-10 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-10 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-10 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-10 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-10 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-10 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-10 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-10 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-10 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-10 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-10 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-10 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-10 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-10 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-10 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-10 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-10 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-10 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-10 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-10 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-10 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-10 .tb-blog-page .tb-toc,
#custom-html-blog-10 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-10 .tb-blog-page .tb-toc h2,
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-10 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-10 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-10 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-10 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-10 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-10 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-10 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-10 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-10 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-10 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-10 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-10 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-10 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-10 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-10 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-10 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-10 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-10 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-10 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-10 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-10 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-10 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-10 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-10 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-10 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-10 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-10 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-10 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-10 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-10 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-10 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-10 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-10 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-10 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-10 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-10 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-hero-image,
  #custom-html-blog-10 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-10 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-10 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-10 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-10 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-10 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-10 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-10 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-10 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-10 .tb-blog-page *,
  #custom-html-blog-10 .tb-blog-page *::before,
  #custom-html-blog-10 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-10 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-10 .tb-blog-page .tb-share-rail,
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-10 .tb-blog-page .tb-sidebar,
  #custom-html-blog-10 .tb-blog-page .tb-video,
  #custom-html-blog-10 .tb-blog-page .tb-related,
  #custom-html-blog-10 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-10 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-10 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-10 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-10 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-10 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-10 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-10 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-10 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-10 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-10 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-10 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-10 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-10 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-10 .tb-blog-page span,
#custom-html-blog-10 .tb-blog-page a,
#custom-html-blog-10 .tb-blog-page strong,
#custom-html-blog-10 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-10 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-10 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-10 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-10 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-10 .tb-blog-page .tb-byline,
#custom-html-blog-10 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-10 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image img,
#custom-html-blog-10 .tb-blog-page .tb-howto-step img,
#custom-html-blog-10 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-10 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-howto-description,
#custom-html-blog-10 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-10 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-10 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-10 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-10 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-10 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-10 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-10 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-10 .tb-blog-page .tb-editor-note,
#custom-html-blog-10 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-10 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-10 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-10 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-10 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-10 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-10 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-10 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-10 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-10 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-10 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-10 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-10 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-10 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-10 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-10 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-10 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-10 .tb-blog-page .tb-sidebar,
  #custom-html-blog-10 .tb-blog-page .tb-share-rail,
  #custom-html-blog-10 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-10 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-11 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-11 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-11 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-11 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-11 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-11 .tb-blog-page *,
#custom-html-blog-11 .tb-blog-page *::before,
#custom-html-blog-11 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-11 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-11 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-11 .tb-blog-page a:focus-visible,
#custom-html-blog-11 .tb-blog-page button:focus-visible,
#custom-html-blog-11 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-11 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-11 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-11 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-11 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-11 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-11 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-11 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-11 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-11 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-11 .tb-blog-page .tb-eyebrow,
#custom-html-blog-11 .tb-blog-page .tb-section-kicker,
#custom-html-blog-11 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-11 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-11 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-11 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-11 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-11 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-11 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-11 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-11 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-11 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-11 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-11 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-11 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-11 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-11 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-11 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-11 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-11 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-11 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-11 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-11 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-11 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-11 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-11 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-11 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-11 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-11 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-11 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-11 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-11 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-11 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-11 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-11 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-11 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-11 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-11 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-11 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-11 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-11 .tb-blog-page .tb-media-block,
  #custom-html-blog-11 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-11 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-11 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-11 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-11 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-11 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-11 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-11 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-11 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-11 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-11 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-11 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-11 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-11 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-11 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-11 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-11 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-11 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-11 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-11 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-11 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-11 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-11 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-11 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-11 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-11 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-11 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-11 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-11 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-11 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-11 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-11 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-11 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-11 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-11 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-11 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-11 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-11 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-11 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-11 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-11 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-11 .tb-blog-page .tb-toc,
#custom-html-blog-11 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-11 .tb-blog-page .tb-toc h2,
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-11 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-11 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-11 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-11 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-11 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-11 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-11 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-11 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-11 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-11 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-11 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-11 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-11 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-11 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-11 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-11 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-11 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-11 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-11 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-11 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-11 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-11 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-11 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-11 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-11 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-11 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-11 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-11 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-11 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-11 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-11 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-11 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-11 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-11 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-11 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-11 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-hero-image,
  #custom-html-blog-11 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-11 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-11 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-11 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-11 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-11 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-11 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-11 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-11 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-11 .tb-blog-page *,
  #custom-html-blog-11 .tb-blog-page *::before,
  #custom-html-blog-11 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-11 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-11 .tb-blog-page .tb-share-rail,
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-11 .tb-blog-page .tb-sidebar,
  #custom-html-blog-11 .tb-blog-page .tb-video,
  #custom-html-blog-11 .tb-blog-page .tb-related,
  #custom-html-blog-11 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-11 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-11 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-11 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-11 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-11 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-11 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-11 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-11 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-11 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-11 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-11 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-11 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-11 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-11 .tb-blog-page span,
#custom-html-blog-11 .tb-blog-page a,
#custom-html-blog-11 .tb-blog-page strong,
#custom-html-blog-11 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-11 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-11 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-11 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-11 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-11 .tb-blog-page .tb-byline,
#custom-html-blog-11 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-11 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image img,
#custom-html-blog-11 .tb-blog-page .tb-howto-step img,
#custom-html-blog-11 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-11 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-howto-description,
#custom-html-blog-11 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-11 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-11 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-11 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-11 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-11 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-11 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-11 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-11 .tb-blog-page .tb-editor-note,
#custom-html-blog-11 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-11 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-11 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-11 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-11 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-11 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-11 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-11 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-11 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-11 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-11 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-11 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-11 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-11 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-11 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-11 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-11 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-11 .tb-blog-page .tb-sidebar,
  #custom-html-blog-11 .tb-blog-page .tb-share-rail,
  #custom-html-blog-11 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-11 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-12 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-12 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-12 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-12 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-12 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-12 .tb-blog-page *,
#custom-html-blog-12 .tb-blog-page *::before,
#custom-html-blog-12 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-12 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-12 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-12 .tb-blog-page a:focus-visible,
#custom-html-blog-12 .tb-blog-page button:focus-visible,
#custom-html-blog-12 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-12 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-12 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-12 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-12 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-12 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-12 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-12 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-12 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-12 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-12 .tb-blog-page .tb-eyebrow,
#custom-html-blog-12 .tb-blog-page .tb-section-kicker,
#custom-html-blog-12 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-12 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-12 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-12 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-12 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-12 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-12 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-12 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-12 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-12 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-12 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-12 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-12 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-12 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-12 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-12 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-12 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-12 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-12 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-12 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-12 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-12 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-12 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-12 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-12 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-12 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-12 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-12 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-12 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-12 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-12 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-12 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-12 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-12 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-12 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-12 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-12 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-12 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-12 .tb-blog-page .tb-media-block,
  #custom-html-blog-12 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-12 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-12 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-12 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-12 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-12 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-12 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-12 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-12 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-12 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-12 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-12 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-12 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-12 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-12 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-12 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-12 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-12 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-12 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-12 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-12 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-12 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-12 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-12 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-12 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-12 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-12 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-12 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-12 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-12 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-12 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-12 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-12 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-12 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-12 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-12 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-12 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-12 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-12 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-12 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-12 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-12 .tb-blog-page .tb-toc,
#custom-html-blog-12 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-12 .tb-blog-page .tb-toc h2,
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-12 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-12 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-12 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-12 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-12 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-12 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-12 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-12 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-12 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-12 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-12 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-12 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-12 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-12 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-12 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-12 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-12 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-12 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-12 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-12 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-12 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-12 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-12 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-12 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-12 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-12 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-12 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-12 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-12 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-12 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-12 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-12 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-12 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-12 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-12 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-12 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-hero-image,
  #custom-html-blog-12 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-12 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-12 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-12 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-12 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-12 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-12 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-12 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-12 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-12 .tb-blog-page *,
  #custom-html-blog-12 .tb-blog-page *::before,
  #custom-html-blog-12 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-12 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-12 .tb-blog-page .tb-share-rail,
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-12 .tb-blog-page .tb-sidebar,
  #custom-html-blog-12 .tb-blog-page .tb-video,
  #custom-html-blog-12 .tb-blog-page .tb-related,
  #custom-html-blog-12 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-12 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-12 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-12 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-12 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-12 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-12 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-12 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-12 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-12 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-12 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-12 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-12 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-12 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-12 .tb-blog-page span,
#custom-html-blog-12 .tb-blog-page a,
#custom-html-blog-12 .tb-blog-page strong,
#custom-html-blog-12 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-12 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-12 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-12 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-12 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-12 .tb-blog-page .tb-byline,
#custom-html-blog-12 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-12 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image img,
#custom-html-blog-12 .tb-blog-page .tb-howto-step img,
#custom-html-blog-12 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-12 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-howto-description,
#custom-html-blog-12 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-12 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-12 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-12 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-12 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-12 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-12 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-12 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-12 .tb-blog-page .tb-editor-note,
#custom-html-blog-12 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-12 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-12 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-12 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-12 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-12 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-12 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-12 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-12 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-12 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-12 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-12 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-12 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-12 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-12 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-12 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-12 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-12 .tb-blog-page .tb-sidebar,
  #custom-html-blog-12 .tb-blog-page .tb-share-rail,
  #custom-html-blog-12 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-12 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-13 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-13 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-13 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-13 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-13 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-13 .tb-blog-page *,
#custom-html-blog-13 .tb-blog-page *::before,
#custom-html-blog-13 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-13 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-13 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-13 .tb-blog-page a:focus-visible,
#custom-html-blog-13 .tb-blog-page button:focus-visible,
#custom-html-blog-13 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-13 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-13 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-13 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-13 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-13 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-13 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-13 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-13 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-13 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-13 .tb-blog-page .tb-eyebrow,
#custom-html-blog-13 .tb-blog-page .tb-section-kicker,
#custom-html-blog-13 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-13 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-13 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-13 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-13 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-13 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-13 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-13 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-13 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-13 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-13 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-13 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-13 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-13 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-13 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-13 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-13 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-13 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-13 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-13 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-13 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-13 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-13 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-13 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-13 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-13 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-13 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-13 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-13 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-13 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-13 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-13 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-13 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-13 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-13 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-13 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-13 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-13 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-13 .tb-blog-page .tb-media-block,
  #custom-html-blog-13 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-13 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-13 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-13 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-13 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-13 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-13 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-13 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-13 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-13 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-13 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-13 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-13 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-13 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-13 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-13 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-13 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-13 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-13 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-13 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-13 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-13 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-13 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-13 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-13 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-13 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-13 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-13 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-13 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-13 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-13 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-13 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-13 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-13 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-13 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-13 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-13 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-13 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-13 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-13 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-13 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-13 .tb-blog-page .tb-toc,
#custom-html-blog-13 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-13 .tb-blog-page .tb-toc h2,
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-13 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-13 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-13 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-13 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-13 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-13 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-13 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-13 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-13 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-13 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-13 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-13 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-13 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-13 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-13 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-13 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-13 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-13 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-13 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-13 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-13 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-13 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-13 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-13 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-13 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-13 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-13 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-13 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-13 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-13 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-13 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-13 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-13 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-13 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-13 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-13 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-hero-image,
  #custom-html-blog-13 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-13 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-13 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-13 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-13 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-13 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-13 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-13 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-13 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-13 .tb-blog-page *,
  #custom-html-blog-13 .tb-blog-page *::before,
  #custom-html-blog-13 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-13 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-13 .tb-blog-page .tb-share-rail,
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-13 .tb-blog-page .tb-sidebar,
  #custom-html-blog-13 .tb-blog-page .tb-video,
  #custom-html-blog-13 .tb-blog-page .tb-related,
  #custom-html-blog-13 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-13 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-13 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-13 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-13 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-13 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-13 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-13 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-13 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-13 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-13 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-13 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-13 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-13 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-13 .tb-blog-page span,
#custom-html-blog-13 .tb-blog-page a,
#custom-html-blog-13 .tb-blog-page strong,
#custom-html-blog-13 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-13 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-13 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-13 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-13 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-13 .tb-blog-page .tb-byline,
#custom-html-blog-13 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-13 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image img,
#custom-html-blog-13 .tb-blog-page .tb-howto-step img,
#custom-html-blog-13 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-13 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-howto-description,
#custom-html-blog-13 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-13 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-13 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-13 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-13 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-13 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-13 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-13 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-13 .tb-blog-page .tb-editor-note,
#custom-html-blog-13 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-13 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-13 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-13 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-13 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-13 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-13 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-13 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-13 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-13 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-13 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-13 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-13 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-13 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-13 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-13 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-13 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-13 .tb-blog-page .tb-sidebar,
  #custom-html-blog-13 .tb-blog-page .tb-share-rail,
  #custom-html-blog-13 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-13 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-14 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-14 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-14 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-14 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-14 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-14 .tb-blog-page *,
#custom-html-blog-14 .tb-blog-page *::before,
#custom-html-blog-14 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-14 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-14 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-14 .tb-blog-page a:focus-visible,
#custom-html-blog-14 .tb-blog-page button:focus-visible,
#custom-html-blog-14 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-14 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-14 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-14 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-14 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-14 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-14 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-14 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-14 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-14 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-14 .tb-blog-page .tb-eyebrow,
#custom-html-blog-14 .tb-blog-page .tb-section-kicker,
#custom-html-blog-14 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-14 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-14 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-14 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-14 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-14 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-14 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-14 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-14 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-14 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-14 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-14 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-14 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-14 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-14 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-14 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-14 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-14 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-14 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-14 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-14 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-14 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-14 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-14 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-14 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-14 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-14 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-14 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-14 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-14 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-14 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-14 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-14 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-14 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-14 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-14 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-14 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-14 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-14 .tb-blog-page .tb-media-block,
  #custom-html-blog-14 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-14 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-14 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-14 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-14 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-14 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-14 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-14 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-14 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-14 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-14 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-14 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-14 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-14 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-14 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-14 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-14 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-14 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-14 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-14 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-14 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-14 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-14 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-14 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-14 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-14 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-14 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-14 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-14 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-14 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-14 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-14 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-14 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-14 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-14 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-14 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-14 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-14 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-14 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-14 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-14 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-14 .tb-blog-page .tb-toc,
#custom-html-blog-14 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-14 .tb-blog-page .tb-toc h2,
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-14 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-14 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-14 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-14 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-14 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-14 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-14 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-14 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-14 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-14 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-14 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-14 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-14 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-14 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-14 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-14 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-14 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-14 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-14 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-14 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-14 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-14 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-14 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-14 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-14 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-14 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-14 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-14 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-14 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-14 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-14 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-14 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-14 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-14 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-14 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-14 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-hero-image,
  #custom-html-blog-14 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-14 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-14 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-14 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-14 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-14 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-14 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-14 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-14 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-14 .tb-blog-page *,
  #custom-html-blog-14 .tb-blog-page *::before,
  #custom-html-blog-14 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-14 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-14 .tb-blog-page .tb-share-rail,
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-14 .tb-blog-page .tb-sidebar,
  #custom-html-blog-14 .tb-blog-page .tb-video,
  #custom-html-blog-14 .tb-blog-page .tb-related,
  #custom-html-blog-14 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-14 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-14 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-14 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-14 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-14 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-14 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-14 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-14 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-14 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-14 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-14 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-14 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-14 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-14 .tb-blog-page span,
#custom-html-blog-14 .tb-blog-page a,
#custom-html-blog-14 .tb-blog-page strong,
#custom-html-blog-14 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-14 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-14 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-14 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-14 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-14 .tb-blog-page .tb-byline,
#custom-html-blog-14 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-14 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image img,
#custom-html-blog-14 .tb-blog-page .tb-howto-step img,
#custom-html-blog-14 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-14 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-howto-description,
#custom-html-blog-14 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-14 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-14 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-14 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-14 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-14 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-14 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-14 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-14 .tb-blog-page .tb-editor-note,
#custom-html-blog-14 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-14 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-14 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-14 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-14 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-14 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-14 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-14 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-14 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-14 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-14 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-14 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-14 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-14 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-14 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-14 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-14 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-14 .tb-blog-page .tb-sidebar,
  #custom-html-blog-14 .tb-blog-page .tb-share-rail,
  #custom-html-blog-14 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-14 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-15 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-15 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-15 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-15 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-15 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-15 .tb-blog-page *,
#custom-html-blog-15 .tb-blog-page *::before,
#custom-html-blog-15 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-15 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-15 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-15 .tb-blog-page a:focus-visible,
#custom-html-blog-15 .tb-blog-page button:focus-visible,
#custom-html-blog-15 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-15 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-15 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-15 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-15 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-15 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-15 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-15 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-15 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-15 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-15 .tb-blog-page .tb-eyebrow,
#custom-html-blog-15 .tb-blog-page .tb-section-kicker,
#custom-html-blog-15 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-15 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-15 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-15 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-15 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-15 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-15 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-15 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-15 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-15 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-15 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-15 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-15 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-15 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-15 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-15 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-15 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-15 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-15 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-15 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-15 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-15 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-15 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-15 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-15 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-15 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-15 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-15 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-15 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-15 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-15 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-15 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-15 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-15 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-15 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-15 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-15 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-15 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-15 .tb-blog-page .tb-media-block,
  #custom-html-blog-15 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-15 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-15 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-15 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-15 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-15 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-15 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-15 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-15 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-15 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-15 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-15 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-15 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-15 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-15 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-15 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-15 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-15 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-15 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-15 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-15 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-15 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-15 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-15 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-15 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-15 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-15 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-15 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-15 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-15 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-15 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-15 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-15 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-15 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-15 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-15 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-15 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-15 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-15 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-15 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-15 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-15 .tb-blog-page .tb-toc,
#custom-html-blog-15 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-15 .tb-blog-page .tb-toc h2,
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-15 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-15 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-15 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-15 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-15 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-15 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-15 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-15 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-15 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-15 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-15 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-15 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-15 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-15 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-15 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-15 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-15 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-15 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-15 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-15 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-15 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-15 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-15 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-15 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-15 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-15 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-15 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-15 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-15 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-15 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-15 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-15 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-15 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-15 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-15 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-15 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-hero-image,
  #custom-html-blog-15 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-15 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-15 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-15 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-15 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-15 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-15 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-15 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-15 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-15 .tb-blog-page *,
  #custom-html-blog-15 .tb-blog-page *::before,
  #custom-html-blog-15 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-15 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-15 .tb-blog-page .tb-share-rail,
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-15 .tb-blog-page .tb-sidebar,
  #custom-html-blog-15 .tb-blog-page .tb-video,
  #custom-html-blog-15 .tb-blog-page .tb-related,
  #custom-html-blog-15 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-15 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-15 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-15 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-15 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-15 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-15 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-15 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-15 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-15 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-15 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-15 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-15 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-15 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-15 .tb-blog-page span,
#custom-html-blog-15 .tb-blog-page a,
#custom-html-blog-15 .tb-blog-page strong,
#custom-html-blog-15 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-15 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-15 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-15 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-15 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-15 .tb-blog-page .tb-byline,
#custom-html-blog-15 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-15 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image img,
#custom-html-blog-15 .tb-blog-page .tb-howto-step img,
#custom-html-blog-15 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-15 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-howto-description,
#custom-html-blog-15 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-15 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-15 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-15 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-15 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-15 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-15 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-15 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-15 .tb-blog-page .tb-editor-note,
#custom-html-blog-15 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-15 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-15 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-15 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-15 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-15 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-15 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-15 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-15 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-15 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-15 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-15 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-15 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-15 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-15 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-15 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-15 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-15 .tb-blog-page .tb-sidebar,
  #custom-html-blog-15 .tb-blog-page .tb-share-rail,
  #custom-html-blog-15 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-15 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-16 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-16 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-16 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-16 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-16 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-16 .tb-blog-page *,
#custom-html-blog-16 .tb-blog-page *::before,
#custom-html-blog-16 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-16 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-16 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-16 .tb-blog-page a:focus-visible,
#custom-html-blog-16 .tb-blog-page button:focus-visible,
#custom-html-blog-16 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-16 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-16 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-16 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-16 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-16 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-16 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-16 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-16 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-16 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-16 .tb-blog-page .tb-eyebrow,
#custom-html-blog-16 .tb-blog-page .tb-section-kicker,
#custom-html-blog-16 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-16 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-16 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-16 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-16 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-16 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-16 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-16 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-16 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-16 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-16 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-16 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-16 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-16 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-16 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-16 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-16 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-16 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-16 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-16 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-16 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-16 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-16 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-16 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-16 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-16 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-16 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-16 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-16 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-16 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-16 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-16 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-16 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-16 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-16 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-16 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-16 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-16 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-16 .tb-blog-page .tb-media-block,
  #custom-html-blog-16 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-16 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-16 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-16 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-16 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-16 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-16 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-16 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-16 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-16 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-16 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-16 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-16 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-16 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-16 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-16 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-16 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-16 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-16 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-16 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-16 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-16 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-16 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-16 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-16 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-16 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-16 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-16 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-16 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-16 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-16 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-16 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-16 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-16 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-16 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-16 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-16 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-16 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-16 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-16 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-16 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-16 .tb-blog-page .tb-toc,
#custom-html-blog-16 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-16 .tb-blog-page .tb-toc h2,
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-16 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-16 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-16 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-16 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-16 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-16 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-16 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-16 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-16 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-16 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-16 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-16 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-16 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-16 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-16 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-16 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-16 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-16 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-16 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-16 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-16 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-16 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-16 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-16 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-16 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-16 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-16 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-16 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-16 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-16 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-16 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-16 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-16 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-16 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-16 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-16 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-hero-image,
  #custom-html-blog-16 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-16 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-16 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-16 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-16 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-16 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-16 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-16 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-16 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-16 .tb-blog-page *,
  #custom-html-blog-16 .tb-blog-page *::before,
  #custom-html-blog-16 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-16 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-16 .tb-blog-page .tb-share-rail,
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-16 .tb-blog-page .tb-sidebar,
  #custom-html-blog-16 .tb-blog-page .tb-video,
  #custom-html-blog-16 .tb-blog-page .tb-related,
  #custom-html-blog-16 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-16 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-16 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-16 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-16 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-16 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-16 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-16 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-16 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-16 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-16 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-16 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-16 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-16 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-16 .tb-blog-page span,
#custom-html-blog-16 .tb-blog-page a,
#custom-html-blog-16 .tb-blog-page strong,
#custom-html-blog-16 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-16 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-16 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-16 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-16 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-16 .tb-blog-page .tb-byline,
#custom-html-blog-16 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-16 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image img,
#custom-html-blog-16 .tb-blog-page .tb-howto-step img,
#custom-html-blog-16 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-16 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-howto-description,
#custom-html-blog-16 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-16 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-16 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-16 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-16 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-16 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-16 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-16 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-16 .tb-blog-page .tb-editor-note,
#custom-html-blog-16 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-16 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-16 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-16 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-16 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-16 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-16 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-16 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-16 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-16 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-16 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-16 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-16 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-16 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-16 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-16 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-16 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-16 .tb-blog-page .tb-sidebar,
  #custom-html-blog-16 .tb-blog-page .tb-share-rail,
  #custom-html-blog-16 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-16 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-17 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-17 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-17 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-17 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-17 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-17 .tb-blog-page *,
#custom-html-blog-17 .tb-blog-page *::before,
#custom-html-blog-17 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-17 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-17 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-17 .tb-blog-page a:focus-visible,
#custom-html-blog-17 .tb-blog-page button:focus-visible,
#custom-html-blog-17 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-17 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-17 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-17 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-17 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-17 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-17 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-17 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-17 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-17 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-17 .tb-blog-page .tb-eyebrow,
#custom-html-blog-17 .tb-blog-page .tb-section-kicker,
#custom-html-blog-17 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-17 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-17 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-17 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-17 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-17 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-17 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-17 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-17 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-17 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-17 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-17 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-17 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-17 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-17 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-17 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-17 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-17 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-17 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-17 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-17 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-17 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-17 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-17 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-17 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-17 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-17 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-17 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-17 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-17 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-17 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-17 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-17 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-17 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-17 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-17 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-17 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-17 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-17 .tb-blog-page .tb-media-block,
  #custom-html-blog-17 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-17 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-17 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-17 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-17 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-17 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-17 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-17 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-17 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-17 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-17 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-17 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-17 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-17 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-17 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-17 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-17 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-17 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-17 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-17 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-17 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-17 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-17 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-17 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-17 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-17 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-17 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-17 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-17 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-17 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-17 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-17 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-17 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-17 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-17 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-17 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-17 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-17 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-17 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-17 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-17 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-17 .tb-blog-page .tb-toc,
#custom-html-blog-17 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-17 .tb-blog-page .tb-toc h2,
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-17 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-17 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-17 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-17 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-17 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-17 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-17 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-17 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-17 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-17 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-17 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-17 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-17 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-17 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-17 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-17 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-17 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-17 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-17 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-17 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-17 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-17 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-17 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-17 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-17 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-17 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-17 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-17 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-17 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-17 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-17 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-17 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-17 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-17 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-17 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-17 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-hero-image,
  #custom-html-blog-17 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-17 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-17 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-17 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-17 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-17 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-17 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-17 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-17 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-17 .tb-blog-page *,
  #custom-html-blog-17 .tb-blog-page *::before,
  #custom-html-blog-17 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-17 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-17 .tb-blog-page .tb-share-rail,
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-17 .tb-blog-page .tb-sidebar,
  #custom-html-blog-17 .tb-blog-page .tb-video,
  #custom-html-blog-17 .tb-blog-page .tb-related,
  #custom-html-blog-17 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-17 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-17 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-17 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-17 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-17 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-17 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-17 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-17 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-17 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-17 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-17 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-17 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-17 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-17 .tb-blog-page span,
#custom-html-blog-17 .tb-blog-page a,
#custom-html-blog-17 .tb-blog-page strong,
#custom-html-blog-17 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-17 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-17 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-17 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-17 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-17 .tb-blog-page .tb-byline,
#custom-html-blog-17 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-17 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image img,
#custom-html-blog-17 .tb-blog-page .tb-howto-step img,
#custom-html-blog-17 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-17 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-howto-description,
#custom-html-blog-17 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-17 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-17 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-17 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-17 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-17 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-17 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-17 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-17 .tb-blog-page .tb-editor-note,
#custom-html-blog-17 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-17 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-17 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-17 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-17 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-17 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-17 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-17 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-17 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-17 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-17 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-17 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-17 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-17 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-17 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-17 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-17 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-17 .tb-blog-page .tb-sidebar,
  #custom-html-blog-17 .tb-blog-page .tb-share-rail,
  #custom-html-blog-17 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-17 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-18 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-18 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-18 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-18 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-18 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-18 .tb-blog-page *,
#custom-html-blog-18 .tb-blog-page *::before,
#custom-html-blog-18 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-18 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-18 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-18 .tb-blog-page a:focus-visible,
#custom-html-blog-18 .tb-blog-page button:focus-visible,
#custom-html-blog-18 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-18 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-18 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-18 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-18 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-18 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-18 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-18 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-18 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-18 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-18 .tb-blog-page .tb-eyebrow,
#custom-html-blog-18 .tb-blog-page .tb-section-kicker,
#custom-html-blog-18 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-18 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-18 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-18 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-18 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-18 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-18 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-18 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-18 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-18 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-18 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-18 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-18 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-18 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-18 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-18 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-18 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-18 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-18 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-18 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-18 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-18 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-18 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-18 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-18 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-18 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-18 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-18 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-18 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-18 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-18 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-18 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-18 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-18 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-18 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-18 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-18 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-18 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-18 .tb-blog-page .tb-media-block,
  #custom-html-blog-18 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-18 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-18 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-18 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-18 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-18 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-18 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-18 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-18 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-18 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-18 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-18 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-18 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-18 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-18 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-18 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-18 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-18 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-18 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-18 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-18 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-18 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-18 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-18 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-18 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-18 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-18 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-18 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-18 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-18 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-18 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-18 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-18 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-18 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-18 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-18 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-18 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-18 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-18 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-18 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-18 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-18 .tb-blog-page .tb-toc,
#custom-html-blog-18 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-18 .tb-blog-page .tb-toc h2,
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-18 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-18 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-18 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-18 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-18 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-18 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-18 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-18 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-18 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-18 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-18 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-18 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-18 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-18 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-18 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-18 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-18 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-18 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-18 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-18 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-18 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-18 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-18 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-18 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-18 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-18 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-18 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-18 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-18 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-18 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-18 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-18 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-18 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-18 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-18 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-18 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-hero-image,
  #custom-html-blog-18 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-18 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-18 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-18 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-18 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-18 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-18 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-18 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-18 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-18 .tb-blog-page *,
  #custom-html-blog-18 .tb-blog-page *::before,
  #custom-html-blog-18 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-18 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-18 .tb-blog-page .tb-share-rail,
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-18 .tb-blog-page .tb-sidebar,
  #custom-html-blog-18 .tb-blog-page .tb-video,
  #custom-html-blog-18 .tb-blog-page .tb-related,
  #custom-html-blog-18 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-18 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-18 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-18 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-18 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-18 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-18 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-18 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-18 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-18 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-18 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-18 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-18 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-18 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-18 .tb-blog-page span,
#custom-html-blog-18 .tb-blog-page a,
#custom-html-blog-18 .tb-blog-page strong,
#custom-html-blog-18 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-18 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-18 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-18 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-18 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-18 .tb-blog-page .tb-byline,
#custom-html-blog-18 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-18 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image img,
#custom-html-blog-18 .tb-blog-page .tb-howto-step img,
#custom-html-blog-18 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-18 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-howto-description,
#custom-html-blog-18 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-18 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-18 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-18 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-18 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-18 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-18 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-18 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-18 .tb-blog-page .tb-editor-note,
#custom-html-blog-18 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-18 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-18 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-18 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-18 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-18 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-18 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-18 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-18 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-18 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-18 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-18 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-18 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-18 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-18 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-18 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-18 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-18 .tb-blog-page .tb-sidebar,
  #custom-html-blog-18 .tb-blog-page .tb-share-rail,
  #custom-html-blog-18 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-18 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-19 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-19 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-19 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-19 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-19 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-19 .tb-blog-page *,
#custom-html-blog-19 .tb-blog-page *::before,
#custom-html-blog-19 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-19 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-19 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-19 .tb-blog-page a:focus-visible,
#custom-html-blog-19 .tb-blog-page button:focus-visible,
#custom-html-blog-19 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-19 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-19 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-19 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-19 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-19 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-19 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-19 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-19 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-19 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-19 .tb-blog-page .tb-eyebrow,
#custom-html-blog-19 .tb-blog-page .tb-section-kicker,
#custom-html-blog-19 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-19 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-19 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-19 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-19 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-19 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-19 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-19 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-19 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-19 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-19 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-19 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-19 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-19 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-19 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-19 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-19 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-19 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-19 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-19 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-19 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-19 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-19 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-19 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-19 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-19 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-19 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-19 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-19 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-19 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-19 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-19 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-19 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-19 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-19 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-19 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-19 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-19 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-19 .tb-blog-page .tb-media-block,
  #custom-html-blog-19 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-19 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-19 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-19 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-19 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-19 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-19 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-19 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-19 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-19 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-19 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-19 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-19 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-19 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-19 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-19 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-19 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-19 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-19 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-19 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-19 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-19 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-19 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-19 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-19 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-19 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-19 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-19 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-19 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-19 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-19 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-19 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-19 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-19 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-19 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-19 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-19 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-19 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-19 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-19 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-19 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-19 .tb-blog-page .tb-toc,
#custom-html-blog-19 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-19 .tb-blog-page .tb-toc h2,
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-19 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-19 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-19 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-19 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-19 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-19 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-19 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-19 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-19 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-19 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-19 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-19 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-19 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-19 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-19 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-19 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-19 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-19 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-19 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-19 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-19 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-19 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-19 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-19 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-19 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-19 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-19 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-19 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-19 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-19 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-19 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-19 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-19 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-19 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-19 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-19 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-hero-image,
  #custom-html-blog-19 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-19 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-19 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-19 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-19 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-19 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-19 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-19 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-19 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-19 .tb-blog-page *,
  #custom-html-blog-19 .tb-blog-page *::before,
  #custom-html-blog-19 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-19 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-19 .tb-blog-page .tb-share-rail,
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-19 .tb-blog-page .tb-sidebar,
  #custom-html-blog-19 .tb-blog-page .tb-video,
  #custom-html-blog-19 .tb-blog-page .tb-related,
  #custom-html-blog-19 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-19 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-19 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-19 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-19 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-19 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-19 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-19 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-19 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-19 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-19 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-19 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-19 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-19 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-19 .tb-blog-page span,
#custom-html-blog-19 .tb-blog-page a,
#custom-html-blog-19 .tb-blog-page strong,
#custom-html-blog-19 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-19 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-19 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-19 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-19 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-19 .tb-blog-page .tb-byline,
#custom-html-blog-19 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-19 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image img,
#custom-html-blog-19 .tb-blog-page .tb-howto-step img,
#custom-html-blog-19 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-19 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-howto-description,
#custom-html-blog-19 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-19 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-19 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-19 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-19 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-19 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-19 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-19 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-19 .tb-blog-page .tb-editor-note,
#custom-html-blog-19 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-19 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-19 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-19 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-19 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-19 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-19 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-19 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-19 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-19 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-19 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-19 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-19 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-19 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-19 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-19 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-19 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-19 .tb-blog-page .tb-sidebar,
  #custom-html-blog-19 .tb-blog-page .tb-share-rail,
  #custom-html-blog-19 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-19 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-20 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-20 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-20 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-20 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-20 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-20 .tb-blog-page *,
#custom-html-blog-20 .tb-blog-page *::before,
#custom-html-blog-20 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-20 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-20 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-20 .tb-blog-page a:focus-visible,
#custom-html-blog-20 .tb-blog-page button:focus-visible,
#custom-html-blog-20 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-20 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-20 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-20 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-20 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-20 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-20 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-20 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-20 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-20 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-20 .tb-blog-page .tb-eyebrow,
#custom-html-blog-20 .tb-blog-page .tb-section-kicker,
#custom-html-blog-20 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-20 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-20 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-20 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-20 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-20 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-20 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-20 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-20 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-20 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-20 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-20 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-20 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-20 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-20 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-20 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-20 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-20 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-20 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-20 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-20 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-20 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-20 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-20 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-20 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-20 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-20 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-20 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-20 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-20 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-20 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-20 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-20 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-20 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-20 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-20 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-20 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-20 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-20 .tb-blog-page .tb-media-block,
  #custom-html-blog-20 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-20 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-20 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-20 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-20 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-20 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-20 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-20 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-20 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-20 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-20 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-20 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-20 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-20 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-20 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-20 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-20 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-20 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-20 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-20 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-20 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-20 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-20 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-20 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-20 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-20 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-20 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-20 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-20 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-20 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-20 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-20 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-20 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-20 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-20 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-20 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-20 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-20 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-20 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-20 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-20 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-20 .tb-blog-page .tb-toc,
#custom-html-blog-20 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-20 .tb-blog-page .tb-toc h2,
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-20 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-20 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-20 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-20 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-20 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-20 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-20 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-20 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-20 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-20 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-20 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-20 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-20 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-20 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-20 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-20 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-20 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-20 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-20 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-20 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-20 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-20 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-20 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-20 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-20 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-20 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-20 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-20 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-20 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-20 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-20 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-20 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-20 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-20 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-20 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-20 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-hero-image,
  #custom-html-blog-20 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-20 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-20 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-20 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-20 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-20 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-20 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-20 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-20 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-20 .tb-blog-page *,
  #custom-html-blog-20 .tb-blog-page *::before,
  #custom-html-blog-20 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-20 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-20 .tb-blog-page .tb-share-rail,
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-20 .tb-blog-page .tb-sidebar,
  #custom-html-blog-20 .tb-blog-page .tb-video,
  #custom-html-blog-20 .tb-blog-page .tb-related,
  #custom-html-blog-20 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-20 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-20 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-20 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-20 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-20 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-20 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-20 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-20 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-20 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-20 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-20 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-20 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-20 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-20 .tb-blog-page span,
#custom-html-blog-20 .tb-blog-page a,
#custom-html-blog-20 .tb-blog-page strong,
#custom-html-blog-20 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-20 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-20 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-20 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-20 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-20 .tb-blog-page .tb-byline,
#custom-html-blog-20 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-20 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image img,
#custom-html-blog-20 .tb-blog-page .tb-howto-step img,
#custom-html-blog-20 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-20 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-howto-description,
#custom-html-blog-20 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-20 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-20 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-20 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-20 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-20 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-20 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-20 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-20 .tb-blog-page .tb-editor-note,
#custom-html-blog-20 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-20 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-20 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-20 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-20 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-20 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-20 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-20 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-20 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-20 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-20 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-20 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-20 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-20 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-20 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-20 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-20 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-20 .tb-blog-page .tb-sidebar,
  #custom-html-blog-20 .tb-blog-page .tb-share-rail,
  #custom-html-blog-20 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-20 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-21 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-21 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-21 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-21 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-21 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-21 .tb-blog-page *,
#custom-html-blog-21 .tb-blog-page *::before,
#custom-html-blog-21 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-21 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-21 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-21 .tb-blog-page a:focus-visible,
#custom-html-blog-21 .tb-blog-page button:focus-visible,
#custom-html-blog-21 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-21 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-21 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-21 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-21 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-21 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-21 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-21 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-21 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-21 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-21 .tb-blog-page .tb-eyebrow,
#custom-html-blog-21 .tb-blog-page .tb-section-kicker,
#custom-html-blog-21 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-21 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-21 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-21 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-21 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-21 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-21 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-21 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-21 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-21 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-21 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-21 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-21 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-21 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-21 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-21 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-21 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-21 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-21 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-21 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-21 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-21 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-21 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-21 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-21 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-21 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-21 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-21 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-21 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-21 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-21 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-21 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-21 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-21 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-21 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-21 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-21 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-21 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-21 .tb-blog-page .tb-media-block,
  #custom-html-blog-21 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-21 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-21 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-21 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-21 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-21 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-21 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-21 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-21 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-21 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-21 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-21 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-21 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-21 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-21 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-21 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-21 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-21 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-21 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-21 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-21 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-21 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-21 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-21 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-21 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-21 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-21 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-21 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-21 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-21 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-21 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-21 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-21 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-21 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-21 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-21 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-21 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-21 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-21 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-21 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-21 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-21 .tb-blog-page .tb-toc,
#custom-html-blog-21 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-21 .tb-blog-page .tb-toc h2,
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-21 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-21 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-21 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-21 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-21 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-21 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-21 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-21 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-21 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-21 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-21 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-21 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-21 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-21 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-21 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-21 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-21 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-21 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-21 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-21 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-21 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-21 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-21 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-21 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-21 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-21 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-21 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-21 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-21 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-21 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-21 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-21 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-21 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-21 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-21 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-21 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-hero-image,
  #custom-html-blog-21 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-21 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-21 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-21 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-21 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-21 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-21 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-21 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-21 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-21 .tb-blog-page *,
  #custom-html-blog-21 .tb-blog-page *::before,
  #custom-html-blog-21 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-21 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-21 .tb-blog-page .tb-share-rail,
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-21 .tb-blog-page .tb-sidebar,
  #custom-html-blog-21 .tb-blog-page .tb-video,
  #custom-html-blog-21 .tb-blog-page .tb-related,
  #custom-html-blog-21 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-21 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-21 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-21 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-21 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-21 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-21 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-21 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-21 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-21 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-21 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-21 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-21 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-21 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-21 .tb-blog-page span,
#custom-html-blog-21 .tb-blog-page a,
#custom-html-blog-21 .tb-blog-page strong,
#custom-html-blog-21 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-21 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-21 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-21 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-21 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-21 .tb-blog-page .tb-byline,
#custom-html-blog-21 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-21 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image img,
#custom-html-blog-21 .tb-blog-page .tb-howto-step img,
#custom-html-blog-21 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-21 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-howto-description,
#custom-html-blog-21 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-21 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-21 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-21 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-21 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-21 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-21 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-21 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-21 .tb-blog-page .tb-editor-note,
#custom-html-blog-21 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-21 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-21 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-21 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-21 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-21 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-21 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-21 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-21 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-21 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-21 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-21 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-21 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-21 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-21 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-21 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-21 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-21 .tb-blog-page .tb-sidebar,
  #custom-html-blog-21 .tb-blog-page .tb-share-rail,
  #custom-html-blog-21 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-21 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-22 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-22 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-22 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-22 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-22 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-22 .tb-blog-page *,
#custom-html-blog-22 .tb-blog-page *::before,
#custom-html-blog-22 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-22 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-22 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-22 .tb-blog-page a:focus-visible,
#custom-html-blog-22 .tb-blog-page button:focus-visible,
#custom-html-blog-22 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-22 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-22 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-22 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-22 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-22 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-22 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-22 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-22 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-22 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-22 .tb-blog-page .tb-eyebrow,
#custom-html-blog-22 .tb-blog-page .tb-section-kicker,
#custom-html-blog-22 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-22 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-22 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-22 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-22 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-22 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-22 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-22 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-22 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-22 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-22 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-22 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-22 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-22 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-22 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-22 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-22 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-22 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-22 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-22 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-22 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-22 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-22 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-22 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-22 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-22 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-22 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-22 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-22 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-22 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-22 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-22 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-22 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-22 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-22 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-22 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-22 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-22 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-22 .tb-blog-page .tb-media-block,
  #custom-html-blog-22 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-22 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-22 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-22 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-22 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-22 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-22 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-22 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-22 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-22 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-22 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-22 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-22 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-22 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-22 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-22 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-22 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-22 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-22 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-22 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-22 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-22 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-22 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-22 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-22 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-22 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-22 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-22 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-22 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-22 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-22 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-22 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-22 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-22 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-22 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-22 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-22 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-22 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-22 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-22 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-22 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-22 .tb-blog-page .tb-toc,
#custom-html-blog-22 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-22 .tb-blog-page .tb-toc h2,
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-22 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-22 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-22 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-22 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-22 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-22 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-22 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-22 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-22 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-22 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-22 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-22 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-22 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-22 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-22 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-22 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-22 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-22 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-22 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-22 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-22 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-22 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-22 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-22 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-22 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-22 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-22 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-22 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-22 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-22 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-22 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-22 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-22 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-22 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-22 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-22 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-hero-image,
  #custom-html-blog-22 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-22 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-22 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-22 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-22 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-22 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-22 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-22 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-22 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-22 .tb-blog-page *,
  #custom-html-blog-22 .tb-blog-page *::before,
  #custom-html-blog-22 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-22 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-22 .tb-blog-page .tb-share-rail,
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-22 .tb-blog-page .tb-sidebar,
  #custom-html-blog-22 .tb-blog-page .tb-video,
  #custom-html-blog-22 .tb-blog-page .tb-related,
  #custom-html-blog-22 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-22 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-22 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-22 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-22 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-22 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-22 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-22 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-22 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-22 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-22 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-22 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-22 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-22 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-22 .tb-blog-page span,
#custom-html-blog-22 .tb-blog-page a,
#custom-html-blog-22 .tb-blog-page strong,
#custom-html-blog-22 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-22 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-22 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-22 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-22 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-22 .tb-blog-page .tb-byline,
#custom-html-blog-22 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-22 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image img,
#custom-html-blog-22 .tb-blog-page .tb-howto-step img,
#custom-html-blog-22 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-22 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-howto-description,
#custom-html-blog-22 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-22 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-22 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-22 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-22 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-22 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-22 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-22 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-22 .tb-blog-page .tb-editor-note,
#custom-html-blog-22 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-22 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-22 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-22 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-22 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-22 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-22 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-22 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-22 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-22 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-22 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-22 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-22 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-22 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-22 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-22 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-22 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-22 .tb-blog-page .tb-sidebar,
  #custom-html-blog-22 .tb-blog-page .tb-share-rail,
  #custom-html-blog-22 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-22 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-23 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-23 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-23 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-23 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-23 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-23 .tb-blog-page *,
#custom-html-blog-23 .tb-blog-page *::before,
#custom-html-blog-23 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-23 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-23 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-23 .tb-blog-page a:focus-visible,
#custom-html-blog-23 .tb-blog-page button:focus-visible,
#custom-html-blog-23 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-23 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-23 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-23 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-23 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-23 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-23 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-23 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-23 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-23 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-23 .tb-blog-page .tb-eyebrow,
#custom-html-blog-23 .tb-blog-page .tb-section-kicker,
#custom-html-blog-23 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-23 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-23 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-23 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-23 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-23 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-23 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-23 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-23 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-23 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-23 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-23 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-23 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-23 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-23 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-23 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-23 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-23 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-23 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-23 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-23 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-23 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-23 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-23 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-23 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-23 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-23 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-23 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-23 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-23 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-23 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-23 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-23 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-23 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-23 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-23 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-23 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-23 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-23 .tb-blog-page .tb-media-block,
  #custom-html-blog-23 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-23 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-23 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-23 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-23 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-23 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-23 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-23 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-23 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-23 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-23 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-23 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-23 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-23 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-23 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-23 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-23 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-23 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-23 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-23 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-23 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-23 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-23 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-23 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-23 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-23 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-23 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-23 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-23 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-23 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-23 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-23 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-23 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-23 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-23 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-23 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-23 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-23 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-23 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-23 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-23 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-23 .tb-blog-page .tb-toc,
#custom-html-blog-23 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-23 .tb-blog-page .tb-toc h2,
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-23 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-23 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-23 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-23 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-23 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-23 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-23 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-23 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-23 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-23 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-23 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-23 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-23 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-23 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-23 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-23 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-23 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-23 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-23 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-23 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-23 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-23 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-23 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-23 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-23 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-23 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-23 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-23 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-23 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-23 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-23 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-23 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-23 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-23 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-23 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-23 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-hero-image,
  #custom-html-blog-23 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-23 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-23 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-23 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-23 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-23 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-23 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-23 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-23 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-23 .tb-blog-page *,
  #custom-html-blog-23 .tb-blog-page *::before,
  #custom-html-blog-23 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-23 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-23 .tb-blog-page .tb-share-rail,
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-23 .tb-blog-page .tb-sidebar,
  #custom-html-blog-23 .tb-blog-page .tb-video,
  #custom-html-blog-23 .tb-blog-page .tb-related,
  #custom-html-blog-23 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-23 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-23 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-23 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-23 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-23 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-23 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-23 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-23 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-23 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-23 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-23 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-23 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-23 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-23 .tb-blog-page span,
#custom-html-blog-23 .tb-blog-page a,
#custom-html-blog-23 .tb-blog-page strong,
#custom-html-blog-23 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-23 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-23 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-23 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-23 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-23 .tb-blog-page .tb-byline,
#custom-html-blog-23 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-23 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image img,
#custom-html-blog-23 .tb-blog-page .tb-howto-step img,
#custom-html-blog-23 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-23 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-howto-description,
#custom-html-blog-23 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-23 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-23 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-23 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-23 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-23 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-23 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-23 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-23 .tb-blog-page .tb-editor-note,
#custom-html-blog-23 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-23 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-23 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-23 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-23 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-23 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-23 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-23 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-23 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-23 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-23 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-23 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-23 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-23 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-23 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-23 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-23 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-23 .tb-blog-page .tb-sidebar,
  #custom-html-blog-23 .tb-blog-page .tb-share-rail,
  #custom-html-blog-23 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-23 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-24 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-24 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-24 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-24 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-24 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-24 .tb-blog-page *,
#custom-html-blog-24 .tb-blog-page *::before,
#custom-html-blog-24 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-24 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-24 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-24 .tb-blog-page a:focus-visible,
#custom-html-blog-24 .tb-blog-page button:focus-visible,
#custom-html-blog-24 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-24 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-24 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-24 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-24 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-24 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-24 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-24 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-24 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-24 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-24 .tb-blog-page .tb-eyebrow,
#custom-html-blog-24 .tb-blog-page .tb-section-kicker,
#custom-html-blog-24 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-24 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-24 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-24 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-24 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-24 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-24 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-24 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-24 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-24 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-24 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-24 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-24 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-24 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-24 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-24 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-24 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-24 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-24 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-24 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-24 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-24 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-24 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-24 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-24 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-24 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-24 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-24 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-24 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-24 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-24 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-24 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-24 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-24 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-24 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-24 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-24 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-24 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-24 .tb-blog-page .tb-media-block,
  #custom-html-blog-24 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-24 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-24 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-24 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-24 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-24 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-24 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-24 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-24 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-24 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-24 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-24 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-24 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-24 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-24 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-24 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-24 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-24 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-24 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-24 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-24 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-24 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-24 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-24 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-24 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-24 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-24 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-24 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-24 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-24 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-24 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-24 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-24 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-24 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-24 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-24 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-24 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-24 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-24 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-24 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-24 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-24 .tb-blog-page .tb-toc,
#custom-html-blog-24 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-24 .tb-blog-page .tb-toc h2,
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-24 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-24 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-24 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-24 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-24 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-24 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-24 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-24 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-24 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-24 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-24 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-24 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-24 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-24 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-24 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-24 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-24 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-24 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-24 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-24 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-24 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-24 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-24 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-24 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-24 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-24 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-24 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-24 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-24 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-24 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-24 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-24 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-24 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-24 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-24 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-24 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-hero-image,
  #custom-html-blog-24 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-24 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-24 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-24 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-24 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-24 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-24 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-24 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-24 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-24 .tb-blog-page *,
  #custom-html-blog-24 .tb-blog-page *::before,
  #custom-html-blog-24 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-24 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-24 .tb-blog-page .tb-share-rail,
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-24 .tb-blog-page .tb-sidebar,
  #custom-html-blog-24 .tb-blog-page .tb-video,
  #custom-html-blog-24 .tb-blog-page .tb-related,
  #custom-html-blog-24 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-24 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-24 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-24 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-24 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-24 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-24 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-24 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-24 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-24 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-24 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-24 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-24 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-24 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-24 .tb-blog-page span,
#custom-html-blog-24 .tb-blog-page a,
#custom-html-blog-24 .tb-blog-page strong,
#custom-html-blog-24 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-24 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-24 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-24 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-24 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-24 .tb-blog-page .tb-byline,
#custom-html-blog-24 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-24 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image img,
#custom-html-blog-24 .tb-blog-page .tb-howto-step img,
#custom-html-blog-24 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-24 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-howto-description,
#custom-html-blog-24 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-24 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-24 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-24 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-24 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-24 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-24 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-24 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-24 .tb-blog-page .tb-editor-note,
#custom-html-blog-24 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-24 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-24 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-24 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-24 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-24 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-24 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-24 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-24 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-24 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-24 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-24 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-24 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-24 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-24 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-24 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-24 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-24 .tb-blog-page .tb-sidebar,
  #custom-html-blog-24 .tb-blog-page .tb-share-rail,
  #custom-html-blog-24 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-24 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-25 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-25 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-25 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-25 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-25 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-25 .tb-blog-page *,
#custom-html-blog-25 .tb-blog-page *::before,
#custom-html-blog-25 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-25 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-25 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-25 .tb-blog-page a:focus-visible,
#custom-html-blog-25 .tb-blog-page button:focus-visible,
#custom-html-blog-25 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-25 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-25 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-25 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-25 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-25 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-25 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-25 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-25 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-25 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-25 .tb-blog-page .tb-eyebrow,
#custom-html-blog-25 .tb-blog-page .tb-section-kicker,
#custom-html-blog-25 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-25 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-25 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-25 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-25 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-25 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-25 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-25 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-25 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-25 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-25 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-25 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-25 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-25 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-25 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-25 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-25 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-25 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-25 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-25 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-25 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-25 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-25 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-25 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-25 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-25 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-25 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-25 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-25 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-25 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-25 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-25 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-25 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-25 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-25 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-25 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-25 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-25 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-25 .tb-blog-page .tb-media-block,
  #custom-html-blog-25 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-25 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-25 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-25 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-25 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-25 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-25 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-25 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-25 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-25 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-25 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-25 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-25 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-25 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-25 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-25 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-25 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-25 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-25 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-25 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-25 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-25 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-25 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-25 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-25 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-25 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-25 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-25 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-25 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-25 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-25 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-25 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-25 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-25 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-25 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-25 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-25 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-25 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-25 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-25 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-25 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-25 .tb-blog-page .tb-toc,
#custom-html-blog-25 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-25 .tb-blog-page .tb-toc h2,
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-25 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-25 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-25 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-25 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-25 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-25 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-25 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-25 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-25 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-25 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-25 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-25 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-25 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-25 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-25 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-25 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-25 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-25 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-25 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-25 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-25 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-25 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-25 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-25 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-25 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-25 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-25 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-25 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-25 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-25 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-25 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-25 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-25 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-25 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-25 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-25 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-hero-image,
  #custom-html-blog-25 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-25 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-25 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-25 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-25 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-25 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-25 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-25 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-25 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-25 .tb-blog-page *,
  #custom-html-blog-25 .tb-blog-page *::before,
  #custom-html-blog-25 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-25 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-25 .tb-blog-page .tb-share-rail,
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-25 .tb-blog-page .tb-sidebar,
  #custom-html-blog-25 .tb-blog-page .tb-video,
  #custom-html-blog-25 .tb-blog-page .tb-related,
  #custom-html-blog-25 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-25 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-25 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-25 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-25 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-25 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-25 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-25 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-25 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-25 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-25 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-25 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-25 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-25 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-25 .tb-blog-page span,
#custom-html-blog-25 .tb-blog-page a,
#custom-html-blog-25 .tb-blog-page strong,
#custom-html-blog-25 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-25 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-25 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-25 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-25 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-25 .tb-blog-page .tb-byline,
#custom-html-blog-25 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-25 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image img,
#custom-html-blog-25 .tb-blog-page .tb-howto-step img,
#custom-html-blog-25 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-25 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-howto-description,
#custom-html-blog-25 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-25 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-25 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-25 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-25 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-25 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-25 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-25 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-25 .tb-blog-page .tb-editor-note,
#custom-html-blog-25 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-25 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-25 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-25 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-25 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-25 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-25 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-25 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-25 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-25 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-25 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-25 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-25 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-25 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-25 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-25 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-25 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-25 .tb-blog-page .tb-sidebar,
  #custom-html-blog-25 .tb-blog-page .tb-share-rail,
  #custom-html-blog-25 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-25 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-26 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-26 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-26 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-26 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-26 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-26 .tb-blog-page *,
#custom-html-blog-26 .tb-blog-page *::before,
#custom-html-blog-26 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-26 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-26 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-26 .tb-blog-page a:focus-visible,
#custom-html-blog-26 .tb-blog-page button:focus-visible,
#custom-html-blog-26 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-26 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-26 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-26 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-26 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-26 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-26 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-26 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-26 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-26 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-26 .tb-blog-page .tb-eyebrow,
#custom-html-blog-26 .tb-blog-page .tb-section-kicker,
#custom-html-blog-26 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-26 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-26 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-26 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-26 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-26 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-26 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-26 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-26 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-26 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-26 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-26 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-26 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-26 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-26 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-26 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-26 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-26 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-26 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-26 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-26 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-26 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-26 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-26 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-26 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-26 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-26 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-26 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-26 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-26 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-26 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-26 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-26 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-26 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-26 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-26 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-26 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-26 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-26 .tb-blog-page .tb-media-block,
  #custom-html-blog-26 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-26 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-26 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-26 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-26 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-26 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-26 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-26 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-26 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-26 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-26 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-26 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-26 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-26 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-26 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-26 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-26 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-26 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-26 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-26 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-26 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-26 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-26 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-26 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-26 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-26 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-26 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-26 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-26 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-26 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-26 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-26 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-26 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-26 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-26 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-26 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-26 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-26 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-26 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-26 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-26 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-26 .tb-blog-page .tb-toc,
#custom-html-blog-26 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-26 .tb-blog-page .tb-toc h2,
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-26 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-26 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-26 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-26 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-26 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-26 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-26 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-26 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-26 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-26 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-26 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-26 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-26 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-26 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-26 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-26 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-26 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-26 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-26 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-26 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-26 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-26 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-26 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-26 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-26 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-26 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-26 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-26 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-26 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-26 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-26 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-26 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-26 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-26 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-26 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-26 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-hero-image,
  #custom-html-blog-26 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-26 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-26 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-26 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-26 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-26 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-26 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-26 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-26 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-26 .tb-blog-page *,
  #custom-html-blog-26 .tb-blog-page *::before,
  #custom-html-blog-26 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-26 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-26 .tb-blog-page .tb-share-rail,
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-26 .tb-blog-page .tb-sidebar,
  #custom-html-blog-26 .tb-blog-page .tb-video,
  #custom-html-blog-26 .tb-blog-page .tb-related,
  #custom-html-blog-26 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-26 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-26 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-26 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-26 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-26 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-26 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-26 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-26 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-26 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-26 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-26 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-26 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-26 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-26 .tb-blog-page span,
#custom-html-blog-26 .tb-blog-page a,
#custom-html-blog-26 .tb-blog-page strong,
#custom-html-blog-26 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-26 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-26 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-26 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-26 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-26 .tb-blog-page .tb-byline,
#custom-html-blog-26 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-26 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image img,
#custom-html-blog-26 .tb-blog-page .tb-howto-step img,
#custom-html-blog-26 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-26 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-howto-description,
#custom-html-blog-26 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-26 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-26 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-26 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-26 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-26 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-26 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-26 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-26 .tb-blog-page .tb-editor-note,
#custom-html-blog-26 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-26 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-26 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-26 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-26 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-26 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-26 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-26 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-26 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-26 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-26 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-26 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-26 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-26 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-26 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-26 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-26 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-26 .tb-blog-page .tb-sidebar,
  #custom-html-blog-26 .tb-blog-page .tb-share-rail,
  #custom-html-blog-26 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-26 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-27 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-27 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-27 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-27 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-27 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-27 .tb-blog-page *,
#custom-html-blog-27 .tb-blog-page *::before,
#custom-html-blog-27 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-27 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-27 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-27 .tb-blog-page a:focus-visible,
#custom-html-blog-27 .tb-blog-page button:focus-visible,
#custom-html-blog-27 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-27 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-27 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-27 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-27 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-27 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-27 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-27 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-27 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-27 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-27 .tb-blog-page .tb-eyebrow,
#custom-html-blog-27 .tb-blog-page .tb-section-kicker,
#custom-html-blog-27 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-27 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-27 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-27 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-27 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-27 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-27 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-27 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-27 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-27 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-27 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-27 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-27 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-27 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-27 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-27 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-27 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-27 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-27 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-27 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-27 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-27 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-27 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-27 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-27 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-27 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-27 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-27 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-27 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-27 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-27 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-27 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-27 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-27 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-27 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-27 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-27 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-27 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-27 .tb-blog-page .tb-media-block,
  #custom-html-blog-27 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-27 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-27 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-27 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-27 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-27 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-27 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-27 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-27 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-27 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-27 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-27 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-27 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-27 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-27 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-27 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-27 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-27 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-27 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-27 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-27 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-27 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-27 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-27 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-27 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-27 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-27 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-27 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-27 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-27 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-27 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-27 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-27 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-27 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-27 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-27 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-27 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-27 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-27 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-27 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-27 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-27 .tb-blog-page .tb-toc,
#custom-html-blog-27 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-27 .tb-blog-page .tb-toc h2,
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-27 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-27 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-27 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-27 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-27 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-27 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-27 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-27 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-27 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-27 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-27 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-27 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-27 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-27 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-27 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-27 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-27 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-27 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-27 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-27 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-27 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-27 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-27 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-27 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-27 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-27 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-27 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-27 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-27 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-27 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-27 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-27 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-27 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-27 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-27 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-27 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-hero-image,
  #custom-html-blog-27 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-27 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-27 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-27 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-27 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-27 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-27 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-27 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-27 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-27 .tb-blog-page *,
  #custom-html-blog-27 .tb-blog-page *::before,
  #custom-html-blog-27 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-27 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-27 .tb-blog-page .tb-share-rail,
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-27 .tb-blog-page .tb-sidebar,
  #custom-html-blog-27 .tb-blog-page .tb-video,
  #custom-html-blog-27 .tb-blog-page .tb-related,
  #custom-html-blog-27 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-27 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-27 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-27 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-27 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-27 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-27 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-27 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-27 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-27 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-27 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-27 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-27 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-27 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-27 .tb-blog-page span,
#custom-html-blog-27 .tb-blog-page a,
#custom-html-blog-27 .tb-blog-page strong,
#custom-html-blog-27 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-27 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-27 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-27 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-27 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-27 .tb-blog-page .tb-byline,
#custom-html-blog-27 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-27 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image img,
#custom-html-blog-27 .tb-blog-page .tb-howto-step img,
#custom-html-blog-27 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-27 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-howto-description,
#custom-html-blog-27 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-27 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-27 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-27 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-27 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-27 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-27 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-27 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-27 .tb-blog-page .tb-editor-note,
#custom-html-blog-27 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-27 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-27 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-27 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-27 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-27 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-27 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-27 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-27 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-27 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-27 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-27 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-27 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-27 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-27 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-27 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-27 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-27 .tb-blog-page .tb-sidebar,
  #custom-html-blog-27 .tb-blog-page .tb-share-rail,
  #custom-html-blog-27 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-27 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-blog-28 {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-blog-28 .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-blog-28 .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-blog-28 .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-blog-28 .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-blog-28 .tb-blog-page *,
#custom-html-blog-28 .tb-blog-page *::before,
#custom-html-blog-28 .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-blog-28 .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-blog-28 .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-blog-28 .tb-blog-page a:focus-visible,
#custom-html-blog-28 .tb-blog-page button:focus-visible,
#custom-html-blog-28 .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-blog-28 .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-blog-28 .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-blog-28 .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-blog-28 .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-blog-28 .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-blog-28 .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-blog-28 .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-blog-28 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-blog-28 .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-blog-28 .tb-blog-page .tb-eyebrow,
#custom-html-blog-28 .tb-blog-page .tb-section-kicker,
#custom-html-blog-28 .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-blog-28 .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-blog-28 .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-blog-28 .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-blog-28 .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-blog-28 .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-blog-28 .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-blog-28 .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-blog-28 .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-blog-28 .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-blog-28 .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-blog-28 .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-blog-28 .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-blog-28 .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-blog-28 .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-blog-28 .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-blog-28 .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-blog-28 .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-blog-28 .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-blog-28 .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-28 .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-blog-28 .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-blog-28 .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-28 .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-blog-28 .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-destination-section > ul,
#custom-html-blog-28 .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-blog-28 .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-blog-28 .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-blog-28 .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-blog-28 .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-blog-28 .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-blog-28 .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-blog-28 .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-blog-28 .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-blog-28 .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-blog-28 .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-blog-28 .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-blog-28 .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-blog-28 .tb-blog-page .tb-media-block,
  #custom-html-blog-28 .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-blog-28 .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-blog-28 .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-blog-28 .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-blog-28 .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-blog-28 .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-blog-28 .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-blog-28 .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-blog-28 .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-blog-28 .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-28 .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-blog-28 .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-blog-28 .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-28 .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-blog-28 .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-blog-28 .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-blog-28 .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-blog-28 .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-blog-28 .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-blog-28 .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-blog-28 .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-blog-28 .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-blog-28 .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-blog-28 .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-28 .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-blog-28 .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-blog-28 .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-blog-28 .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-blog-28 .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-blog-28 .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-blog-28 .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-blog-28 .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-blog-28 .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-blog-28 .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-blog-28 .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-blog-28 .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-blog-28 .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-blog-28 .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-blog-28 .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-blog-28 .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-blog-28 .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-blog-28 .tb-blog-page .tb-toc,
#custom-html-blog-28 .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-blog-28 .tb-blog-page .tb-toc h2,
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-blog-28 .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-blog-28 .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-blog-28 .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-blog-28 .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-blog-28 .tb-blog-page .tb-toc a:hover,
#custom-html-blog-28 .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-blog-28 .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-blog-28 .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-blog-28 .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-blog-28 .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-blog-28 .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-blog-28 .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-blog-28 .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-blog-28 .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-blog-28 .tb-blog-page .tb-section-heading h2,
#custom-html-blog-28 .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-blog-28 .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-28 .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-blog-28 .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-blog-28 .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-blog-28 .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-blog-28 .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-blog-28 .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-blog-28 .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-blog-28 .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-blog-28 .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-blog-28 .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-blog-28 .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-blog-28 .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-blog-28 .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-blog-28 .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-blog-28 .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-28 .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-blog-28 .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-28 .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-blog-28 .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-hero-image,
  #custom-html-blog-28 .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-28 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-blog-28 .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-blog-28 .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-blog-28 .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-blog-28 .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-blog-28 .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-blog-28 .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-blog-28 .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-blog-28 .tb-blog-page *,
  #custom-html-blog-28 .tb-blog-page *::before,
  #custom-html-blog-28 .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-blog-28 .tb-blog-page .tb-reading-progress,
  #custom-html-blog-28 .tb-blog-page .tb-share-rail,
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta,
  #custom-html-blog-28 .tb-blog-page .tb-sidebar,
  #custom-html-blog-28 .tb-blog-page .tb-video,
  #custom-html-blog-28 .tb-blog-page .tb-related,
  #custom-html-blog-28 .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-blog-28 .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-blog-28 .tb-blog-page .tb-blog-layout,
  #custom-html-blog-28 .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-blog-28 .tb-blog-page .tb-article-header h1,
  #custom-html-blog-28 .tb-blog-page .tb-article-copy h2,
  #custom-html-blog-28 .tb-blog-page .tb-article-copy h3,
  #custom-html-blog-28 .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-blog-28 .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-blog-28 .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-blog-28 .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-blog-28 .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-blog-28 .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-blog-28 .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-blog-28 .tb-blog-page span,
#custom-html-blog-28 .tb-blog-page a,
#custom-html-blog-28 .tb-blog-page strong,
#custom-html-blog-28 .tb-blog-page em {
  line-height: inherit;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-blog-28 .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-blog-28 .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-blog-28 .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-blog-28 .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-blog-28 .tb-blog-page .tb-byline,
#custom-html-blog-28 .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-blog-28 .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image img,
#custom-html-blog-28 .tb-blog-page .tb-howto-step img,
#custom-html-blog-28 .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-blog-28 .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-howto-description,
#custom-html-blog-28 .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-blog-28 .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-blog-28 .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-blog-28 .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-blog-28 .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-blog-28 .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-blog-28 .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-blog-28 .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-blog-28 .tb-blog-page .tb-editor-note,
#custom-html-blog-28 .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-blog-28 .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-blog-28 .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-blog-28 .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-blog-28 .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-blog-28 .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-blog-28 .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-blog-28 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-28 .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta strong,
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-blog-28 .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-blog-28 .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-blog-28 .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-blog-28 .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-blog-28 .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-blog-28 .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-blog-28 .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-blog-28 .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-blog-28 .tb-blog-page .tb-sidebar,
  #custom-html-blog-28 .tb-blog-page .tb-share-rail,
  #custom-html-blog-28 .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-blog-28 .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-fu .tb-cookie-policy {
  background: #f7fafc;
  color: #1c3554;
  padding: clamp(48px, 7vw, 88px) 20px;
}
#custom-html-fu .tb-cookie-policy__inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(11, 55, 102, 0.1);
}
#custom-html-fu .tb-cookie-policy__eyebrow {
  margin: 0 0 10px;
  color: #087bcb;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}
#custom-html-fu .tb-cookie-policy h1 {
  margin: 0;
  color: #083d78;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
}
#custom-html-fu .tb-cookie-policy h2 {
  margin: 34px 0 10px;
  color: #083d78;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
}
#custom-html-fu .tb-cookie-policy p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.75;
}
#custom-html-fu .tb-cookie-policy__updated {
  margin-top: 10px !important;
  color: #61748a;
  font-size: .9rem !important;
}
#custom-html-fu .tb-cookie-policy a {
  color: #087bcb;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#custom-html-fu .tb-cookie-policy__table-wrap {
  overflow-x: auto;
  margin: 18px 0 8px;
  border: 1px solid #d9e4ef;
  border-radius: 12px;
}
#custom-html-fu .tb-cookie-policy table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}
#custom-html-fu .tb-cookie-policy th,
#custom-html-fu .tb-cookie-policy td {
  padding: 16px;
  border-bottom: 1px solid #d9e4ef;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}
#custom-html-fu .tb-cookie-policy th {
  background: #083d78;
  color: #fff;
  font-size: .9rem;
}
#custom-html-fu .tb-cookie-policy td:first-child {
  color: #083d78;
  font-weight: 800;
}
#custom-html-fu .tb-cookie-policy tr:last-child td {
  border-bottom: 0;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsRbeDyU2C {
  background-image: url("../../../assets/images/true20blue20family-1600x1067.webp");
}
.cid-vsRbeDyU2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsRbeDyU2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsRbHZRnPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsRbHZRnPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsRbHZRnPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsRbLPmi4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsRbMhIZFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsRbMhIZFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsRbMhIZFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsRbMhIZFJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vsRbMhIZFJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vsRbMhIZFJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vsRbOwyvzy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtwdQyX75p {
  z-index: 1000;
  width: 100%;
}
.cid-vtwdQyX75p nav.navbar {
  position: fixed;
}
.cid-vtwdQyX75p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtwdQyX75p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtwdQyX75p .dropdown-item:hover,
.cid-vtwdQyX75p .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtwdQyX75p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtwdQyX75p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtwdQyX75p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtwdQyX75p .nav-link {
  position: relative;
}
.cid-vtwdQyX75p .container {
  display: flex;
  margin: auto;
}
.cid-vtwdQyX75p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtwdQyX75p .dropdown-menu,
.cid-vtwdQyX75p .navbar.opened {
  background: #fafafa !important;
}
.cid-vtwdQyX75p .nav-item:focus,
.cid-vtwdQyX75p .nav-link:focus {
  outline: none;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtwdQyX75p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtwdQyX75p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtwdQyX75p .navbar.opened {
  transition: all 0.3s;
}
.cid-vtwdQyX75p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtwdQyX75p .navbar .navbar-logo img {
  width: auto;
}
.cid-vtwdQyX75p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtwdQyX75p .navbar.collapsed {
  justify-content: center;
}
.cid-vtwdQyX75p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtwdQyX75p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtwdQyX75p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtwdQyX75p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtwdQyX75p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtwdQyX75p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtwdQyX75p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtwdQyX75p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtwdQyX75p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtwdQyX75p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtwdQyX75p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtwdQyX75p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtwdQyX75p .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtwdQyX75p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtwdQyX75p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtwdQyX75p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtwdQyX75p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtwdQyX75p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtwdQyX75p .dropdown-item.active,
.cid-vtwdQyX75p .dropdown-item:active {
  background-color: transparent;
}
.cid-vtwdQyX75p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtwdQyX75p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtwdQyX75p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtwdQyX75p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtwdQyX75p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtwdQyX75p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtwdQyX75p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtwdQyX75p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtwdQyX75p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtwdQyX75p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtwdQyX75p .navbar {
    height: 70px;
  }
  .cid-vtwdQyX75p .navbar.opened {
    height: auto;
  }
  .cid-vtwdQyX75p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtwdQznXeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtwdQznXeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtwdQznXeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtwdQznXeh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtwdQznXeh .row {
    text-align: center;
  }
  .cid-vtwdQznXeh .row > div {
    margin: auto;
  }
  .cid-vtwdQznXeh .social-row {
    justify-content: center;
  }
}
.cid-vtwdQznXeh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtwdQznXeh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtwdQznXeh .list {
    margin-bottom: 0rem;
  }
}
.cid-vtwdQznXeh .mbr-text {
  color: #bbbbbb;
}
.cid-vtwdQznXeh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtwdQznXeh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtwdQyX75p {
  z-index: 1000;
  width: 100%;
}
.cid-vtwdQyX75p nav.navbar {
  position: fixed;
}
.cid-vtwdQyX75p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtwdQyX75p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtwdQyX75p .dropdown-item:hover,
.cid-vtwdQyX75p .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtwdQyX75p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtwdQyX75p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtwdQyX75p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtwdQyX75p .nav-link {
  position: relative;
}
.cid-vtwdQyX75p .container {
  display: flex;
  margin: auto;
}
.cid-vtwdQyX75p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtwdQyX75p .dropdown-menu,
.cid-vtwdQyX75p .navbar.opened {
  background: #fafafa !important;
}
.cid-vtwdQyX75p .nav-item:focus,
.cid-vtwdQyX75p .nav-link:focus {
  outline: none;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtwdQyX75p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtwdQyX75p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtwdQyX75p .navbar.opened {
  transition: all 0.3s;
}
.cid-vtwdQyX75p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtwdQyX75p .navbar .navbar-logo img {
  width: auto;
}
.cid-vtwdQyX75p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtwdQyX75p .navbar.collapsed {
  justify-content: center;
}
.cid-vtwdQyX75p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtwdQyX75p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtwdQyX75p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtwdQyX75p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtwdQyX75p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtwdQyX75p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtwdQyX75p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtwdQyX75p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtwdQyX75p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtwdQyX75p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtwdQyX75p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtwdQyX75p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtwdQyX75p .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtwdQyX75p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtwdQyX75p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtwdQyX75p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtwdQyX75p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtwdQyX75p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtwdQyX75p .dropdown-item.active,
.cid-vtwdQyX75p .dropdown-item:active {
  background-color: transparent;
}
.cid-vtwdQyX75p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtwdQyX75p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtwdQyX75p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtwdQyX75p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtwdQyX75p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtwdQyX75p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtwdQyX75p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtwdQyX75p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtwdQyX75p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtwdQyX75p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtwdQyX75p .navbar {
    height: 70px;
  }
  .cid-vtwdQyX75p .navbar.opened {
    height: auto;
  }
  .cid-vtwdQyX75p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtwta7Zb2Q {
  padding-top: 220px;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vtwta7Zb2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtwta7Zb2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtwta7Zb2Q .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vtwta7Zb2Q .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vtwta7Zb2Q .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .cid-vtwta7Zb2Q {
    padding-top: 155px;
  }
}
@media (max-width: 575px) {
  .cid-vtwta7Zb2Q {
    padding-top: 135px;
  }
}
#custom-html-fp {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Written conservatively for Mobirise's LESS production renderer. */
}
#custom-html-fp #tb-simple-contact {
  font-family: inherit;
}
#custom-html-fp #tb-simple-contact .tb-contact-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #d7e1f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.09);
}
#custom-html-fp #tb-simple-contact .tb-contact-heading {
  margin: 0 0 7px;
  color: #031c52;
  font-size: 34px;
  line-height: 1.15;
}
#custom-html-fp #tb-simple-contact .tb-contact-intro {
  margin: 0 0 24px;
  color: #526074;
  line-height: 1.55;
}
#custom-html-fp #tb-simple-contact .tb-contact-field {
  display: block;
}
#custom-html-fp #tb-simple-contact label {
  display: block;
  margin-bottom: 7px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
}
#custom-html-fp #tb-simple-contact input,
#custom-html-fp #tb-simple-contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid #b9c7dc;
  border-radius: 9px;
  outline: none;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
  font-size: 16px;
}
#custom-html-fp #tb-simple-contact textarea {
  min-height: 132px;
  resize: vertical;
}
#custom-html-fp #tb-simple-contact input:focus,
#custom-html-fp #tb-simple-contact textarea:focus {
  border-color: #0a55c8;
  box-shadow: 0 0 0 3px rgba(10, 85, 200, 0.16);
}
#custom-html-fp #tb-simple-contact .tb-contact-actions {
  display: block;
  margin-top: 20px;
}
#custom-html-fp #tb-simple-contact button {
  padding: 13px 23px;
  border: 0;
  border-radius: 8px;
  background: #0a55c8;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}
#custom-html-fp #tb-simple-contact button:hover {
  background: #031c52;
}
#custom-html-fp #tb-simple-contact button:disabled {
  cursor: wait;
  opacity: 0.7;
}
#custom-html-fp #tb-simple-contact .tb-contact-status {
  display: inline-block;
  margin: 10px 0 0 14px;
  color: #526074;
  font-size: 15px;
}
#custom-html-fp #tb-simple-contact .tb-contact-status.is-success {
  color: #19733c;
}
#custom-html-fp #tb-simple-contact .tb-contact-status.is-error {
  color: #b42318;
}
#custom-html-fp #tb-simple-contact .tb-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cid-vtwdQznXeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtwdQznXeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtwdQznXeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtwdQznXeh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtwdQznXeh .row {
    text-align: center;
  }
  .cid-vtwdQznXeh .row > div {
    margin: auto;
  }
  .cid-vtwdQznXeh .social-row {
    justify-content: center;
  }
}
.cid-vtwdQznXeh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtwdQznXeh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtwdQznXeh .list {
    margin-bottom: 0rem;
  }
}
.cid-vtwdQznXeh .mbr-text {
  color: #bbbbbb;
}
.cid-vtwdQznXeh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtwdQznXeh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtx54VyvFa {
  z-index: 1000;
  width: 100%;
}
.cid-vtx54VyvFa nav.navbar {
  position: fixed;
}
.cid-vtx54VyvFa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtx54VyvFa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtx54VyvFa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtx54VyvFa .dropdown-item:hover,
.cid-vtx54VyvFa .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtx54VyvFa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtx54VyvFa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtx54VyvFa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtx54VyvFa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtx54VyvFa .nav-link {
  position: relative;
}
.cid-vtx54VyvFa .container {
  display: flex;
  margin: auto;
}
.cid-vtx54VyvFa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtx54VyvFa .dropdown-menu,
.cid-vtx54VyvFa .navbar.opened {
  background: #fafafa !important;
}
.cid-vtx54VyvFa .nav-item:focus,
.cid-vtx54VyvFa .nav-link:focus {
  outline: none;
}
.cid-vtx54VyvFa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtx54VyvFa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtx54VyvFa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtx54VyvFa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtx54VyvFa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtx54VyvFa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtx54VyvFa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtx54VyvFa .navbar.opened {
  transition: all 0.3s;
}
.cid-vtx54VyvFa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtx54VyvFa .navbar .navbar-logo img {
  width: auto;
}
.cid-vtx54VyvFa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtx54VyvFa .navbar.collapsed {
  justify-content: center;
}
.cid-vtx54VyvFa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtx54VyvFa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtx54VyvFa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtx54VyvFa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtx54VyvFa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtx54VyvFa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtx54VyvFa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtx54VyvFa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtx54VyvFa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtx54VyvFa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtx54VyvFa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtx54VyvFa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtx54VyvFa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtx54VyvFa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtx54VyvFa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtx54VyvFa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtx54VyvFa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtx54VyvFa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtx54VyvFa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtx54VyvFa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtx54VyvFa .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtx54VyvFa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtx54VyvFa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtx54VyvFa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtx54VyvFa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtx54VyvFa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtx54VyvFa .dropdown-item.active,
.cid-vtx54VyvFa .dropdown-item:active {
  background-color: transparent;
}
.cid-vtx54VyvFa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtx54VyvFa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtx54VyvFa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtx54VyvFa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtx54VyvFa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtx54VyvFa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtx54VyvFa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtx54VyvFa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtx54VyvFa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtx54VyvFa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtx54VyvFa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtx54VyvFa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtx54VyvFa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtx54VyvFa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtx54VyvFa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtx54VyvFa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtx54VyvFa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtx54VyvFa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtx54VyvFa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtx54VyvFa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtx54VyvFa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtx54VyvFa .navbar {
    height: 70px;
  }
  .cid-vtx54VyvFa .navbar.opened {
    height: auto;
  }
  .cid-vtx54VyvFa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtx54W3u8q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtx54W3u8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtx54W3u8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtx54W3u8q .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vtx54W3u8q .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vtx54W3u8q .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtx54W3u8q .card-wrapper {
    padding: 4rem;
  }
}
.cid-vtx54W3u8q .mbr-text,
.cid-vtx54W3u8q .mbr-section-btn {
  color: #ffffff;
}
.cid-vtx54W3u8q .card-title,
.cid-vtx54W3u8q .card-box {
  text-align: left;
}
.cid-vtx54WtpQ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtx54WtpQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtx54WtpQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtx54WOOQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtx54Xbj7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtx54Xbj7G img,
.cid-vtx54Xbj7G .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vtx54Xbj7G .item:focus,
.cid-vtx54Xbj7G span:focus {
  outline: none;
}
.cid-vtx54Xbj7G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtx54Xbj7G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtx54Xbj7G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtx54Xbj7G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtx54Xbj7G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtx54Xbj7G .mbr-section-title {
  color: #232323;
}
.cid-vtx54Xbj7G .mbr-text,
.cid-vtx54Xbj7G .mbr-section-btn {
  text-align: left;
}
.cid-vtx54Xbj7G .item-title {
  text-align: left;
}
.cid-vtx54Xbj7G .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vtx54XLl7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtx54XLl7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtx54XLl7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtx54XLl7Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtx54XLl7Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtx54XLl7Y .row {
    text-align: center;
  }
  .cid-vtx54XLl7Y .row > div {
    margin: auto;
  }
  .cid-vtx54XLl7Y .social-row {
    justify-content: center;
  }
}
.cid-vtx54XLl7Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtx54XLl7Y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtx54XLl7Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtx54XLl7Y .list {
    margin-bottom: 0rem;
  }
}
.cid-vtx54XLl7Y .mbr-text {
  color: #bbbbbb;
}
.cid-vtx54XLl7Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtx54XLl7Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtx54XLl7Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtBenijXWv {
  z-index: 1000;
  width: 100%;
}
.cid-vtBenijXWv nav.navbar {
  position: fixed;
}
.cid-vtBenijXWv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBenijXWv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtBenijXWv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtBenijXWv .dropdown-item:hover,
.cid-vtBenijXWv .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtBenijXWv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtBenijXWv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtBenijXWv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtBenijXWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtBenijXWv .nav-link {
  position: relative;
}
.cid-vtBenijXWv .container {
  display: flex;
  margin: auto;
}
.cid-vtBenijXWv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtBenijXWv .dropdown-menu,
.cid-vtBenijXWv .navbar.opened {
  background: #fafafa !important;
}
.cid-vtBenijXWv .nav-item:focus,
.cid-vtBenijXWv .nav-link:focus {
  outline: none;
}
.cid-vtBenijXWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtBenijXWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtBenijXWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtBenijXWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBenijXWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtBenijXWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtBenijXWv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtBenijXWv .navbar.opened {
  transition: all 0.3s;
}
.cid-vtBenijXWv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtBenijXWv .navbar .navbar-logo img {
  width: auto;
}
.cid-vtBenijXWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtBenijXWv .navbar.collapsed {
  justify-content: center;
}
.cid-vtBenijXWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtBenijXWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtBenijXWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtBenijXWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtBenijXWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtBenijXWv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtBenijXWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtBenijXWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtBenijXWv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtBenijXWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtBenijXWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtBenijXWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtBenijXWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtBenijXWv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtBenijXWv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtBenijXWv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtBenijXWv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtBenijXWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtBenijXWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtBenijXWv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtBenijXWv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtBenijXWv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtBenijXWv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtBenijXWv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtBenijXWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtBenijXWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtBenijXWv .dropdown-item.active,
.cid-vtBenijXWv .dropdown-item:active {
  background-color: transparent;
}
.cid-vtBenijXWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtBenijXWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtBenijXWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtBenijXWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtBenijXWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtBenijXWv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtBenijXWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtBenijXWv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtBenijXWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtBenijXWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtBenijXWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtBenijXWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBenijXWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBenijXWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtBenijXWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBenijXWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtBenijXWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtBenijXWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBenijXWv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtBenijXWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtBenijXWv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtBenijXWv .navbar {
    height: 70px;
  }
  .cid-vtBenijXWv .navbar.opened {
    height: auto;
  }
  .cid-vtBenijXWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ap {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-ap .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-ap .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-ap .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-ap .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-ap .tb-blog-page *,
#custom-html-ap .tb-blog-page *::before,
#custom-html-ap .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-ap .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-ap .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-ap .tb-blog-page a:focus-visible,
#custom-html-ap .tb-blog-page button:focus-visible,
#custom-html-ap .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-ap .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-ap .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-ap .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-ap .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-ap .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-ap .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-ap .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-ap .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-ap .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-ap .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-ap .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-ap .tb-blog-page .tb-eyebrow,
#custom-html-ap .tb-blog-page .tb-section-kicker,
#custom-html-ap .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-ap .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-ap .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-ap .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-ap .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-ap .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-ap .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-ap .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-ap .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-ap .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-ap .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-ap .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-ap .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-ap .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-ap .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-ap .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-ap .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-ap .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-ap .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-ap .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-ap .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-ap .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-ap .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-ap .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-ap .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-ap .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-ap .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-ap .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-ap .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-ap .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-ap .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-ap .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-ap .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-destination-section > ul,
#custom-html-ap .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-ap .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-ap .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-ap .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-ap .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-ap .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-ap .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-ap .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-ap .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-ap .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-ap .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-ap .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-ap .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-ap .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-ap .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-ap .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-ap .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-ap .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-ap .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-ap .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-ap .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-ap .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-ap .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-ap .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-ap .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-ap .tb-blog-page .tb-media-block,
  #custom-html-ap .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-ap .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-ap .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-ap .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-ap .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-ap .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-ap .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-ap .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-ap .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-ap .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-ap .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-ap .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-ap .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-ap .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-ap .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-ap .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-ap .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-ap .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-ap .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-ap .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-ap .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-ap .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-ap .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-ap .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-ap .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-ap .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-ap .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-ap .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-ap .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-ap .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-ap .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-ap .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-ap .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-ap .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-ap .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-ap .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-ap .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-ap .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-ap .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-ap .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-ap .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-ap .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-ap .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-ap .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-ap .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-ap .tb-blog-page .tb-toc,
#custom-html-ap .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-ap .tb-blog-page .tb-toc h2,
#custom-html-ap .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-ap .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-ap .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-ap .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-ap .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-ap .tb-blog-page .tb-toc a:hover,
#custom-html-ap .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-ap .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-ap .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-ap .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-ap .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-ap .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-ap .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-ap .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-ap .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-ap .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-ap .tb-blog-page .tb-section-heading h2,
#custom-html-ap .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-ap .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-ap .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-ap .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-ap .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-ap .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-ap .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-ap .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-ap .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-ap .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-ap .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-ap .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-ap .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-ap .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-ap .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-ap .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-ap .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-ap .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-ap .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-ap .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-ap .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-ap .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta strong,
  #custom-html-ap .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-ap .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-ap .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-ap .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-ap .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-ap .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-ap .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-ap .tb-blog-page .tb-hero-image,
  #custom-html-ap .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-ap .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-ap .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-ap .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-ap .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-ap .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-ap .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-ap .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-ap .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-ap .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-ap .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-ap .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-ap .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-ap .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-ap .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-ap .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-ap .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-ap .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-ap .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-ap .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-ap .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-ap .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-ap .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-ap .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-ap .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-ap .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-ap .tb-blog-page *,
  #custom-html-ap .tb-blog-page *::before,
  #custom-html-ap .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-ap .tb-blog-page .tb-reading-progress,
  #custom-html-ap .tb-blog-page .tb-share-rail,
  #custom-html-ap .tb-blog-page .tb-mobile-cta,
  #custom-html-ap .tb-blog-page .tb-sidebar,
  #custom-html-ap .tb-blog-page .tb-video,
  #custom-html-ap .tb-blog-page .tb-related,
  #custom-html-ap .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-ap .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-ap .tb-blog-page .tb-blog-layout,
  #custom-html-ap .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-ap .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-ap .tb-blog-page .tb-article-header h1,
  #custom-html-ap .tb-blog-page .tb-article-copy h2,
  #custom-html-ap .tb-blog-page .tb-article-copy h3,
  #custom-html-ap .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-ap .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-ap .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-ap .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-ap .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-ap .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-ap .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-ap .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-ap .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-ap .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-ap .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-ap .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-ap .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-ap .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-ap .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-ap .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-ap .tb-blog-page span,
#custom-html-ap .tb-blog-page a,
#custom-html-ap .tb-blog-page strong,
#custom-html-ap .tb-blog-page em {
  line-height: inherit;
}
#custom-html-ap .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-ap .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-ap .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-ap .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-ap .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-ap .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-ap .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-ap .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-ap .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-ap .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-ap .tb-blog-page .tb-byline,
#custom-html-ap .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-ap .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-ap .tb-blog-page .tb-article-image img,
#custom-html-ap .tb-blog-page .tb-howto-step img,
#custom-html-ap .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-ap .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-ap .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-ap .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-ap .tb-blog-page .tb-howto-description,
#custom-html-ap .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-ap .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-ap .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-ap .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-ap .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-ap .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-ap .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-ap .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-ap .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-ap .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-ap .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-ap .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-ap .tb-blog-page .tb-editor-note,
#custom-html-ap .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-ap .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-ap .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-ap .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-ap .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-ap .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-ap .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-ap .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-ap .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta strong,
  #custom-html-ap .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-ap .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-ap .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-ap .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-ap .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-ap .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-ap .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-ap .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-ap .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-ap .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-ap .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-ap .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-ap .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-ap .tb-blog-page .tb-sidebar,
  #custom-html-ap .tb-blog-page .tb-share-rail,
  #custom-html-ap .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-ap .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vtBlC78a4c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtBlC78a4c img,
.cid-vtBlC78a4c .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vtBlC78a4c .item:focus,
.cid-vtBlC78a4c span:focus {
  outline: none;
}
.cid-vtBlC78a4c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtBlC78a4c .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtBlC78a4c .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtBlC78a4c .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtBlC78a4c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtBlC78a4c .mbr-section-title {
  color: #232323;
}
.cid-vtBlC78a4c .mbr-text,
.cid-vtBlC78a4c .mbr-section-btn {
  text-align: left;
}
.cid-vtBlC78a4c .item-title {
  text-align: left;
}
.cid-vtBlC78a4c .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vtBenjvYYf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtBenjvYYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBenjvYYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBenjvYYf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtBenjvYYf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBenjvYYf .row {
    text-align: center;
  }
  .cid-vtBenjvYYf .row > div {
    margin: auto;
  }
  .cid-vtBenjvYYf .social-row {
    justify-content: center;
  }
}
.cid-vtBenjvYYf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtBenjvYYf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtBenjvYYf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBenjvYYf .list {
    margin-bottom: 0rem;
  }
}
.cid-vtBenjvYYf .mbr-text {
  color: #bbbbbb;
}
.cid-vtBenjvYYf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtBenjvYYf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtBenjvYYf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vsF7nGtl7A {
  z-index: 1000;
  width: 100%;
}
.cid-vsF7nGtl7A nav.navbar {
  position: fixed;
}
.cid-vsF7nGtl7A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vsF7nGtl7A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vsF7nGtl7A .dropdown-item:hover,
.cid-vsF7nGtl7A .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vsF7nGtl7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsF7nGtl7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsF7nGtl7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsF7nGtl7A .nav-link {
  position: relative;
}
.cid-vsF7nGtl7A .container {
  display: flex;
  margin: auto;
}
.cid-vsF7nGtl7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsF7nGtl7A .dropdown-menu,
.cid-vsF7nGtl7A .navbar.opened {
  background: #fafafa !important;
}
.cid-vsF7nGtl7A .nav-item:focus,
.cid-vsF7nGtl7A .nav-link:focus {
  outline: none;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsF7nGtl7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsF7nGtl7A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vsF7nGtl7A .navbar.opened {
  transition: all 0.3s;
}
.cid-vsF7nGtl7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsF7nGtl7A .navbar .navbar-logo img {
  width: auto;
}
.cid-vsF7nGtl7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsF7nGtl7A .navbar.collapsed {
  justify-content: center;
}
.cid-vsF7nGtl7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsF7nGtl7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsF7nGtl7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vsF7nGtl7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsF7nGtl7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsF7nGtl7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsF7nGtl7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vsF7nGtl7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsF7nGtl7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsF7nGtl7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vsF7nGtl7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsF7nGtl7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsF7nGtl7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-vsF7nGtl7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vsF7nGtl7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vsF7nGtl7A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsF7nGtl7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsF7nGtl7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsF7nGtl7A .dropdown-item.active,
.cid-vsF7nGtl7A .dropdown-item:active {
  background-color: transparent;
}
.cid-vsF7nGtl7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsF7nGtl7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vsF7nGtl7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vsF7nGtl7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsF7nGtl7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsF7nGtl7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vsF7nGtl7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsF7nGtl7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsF7nGtl7A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsF7nGtl7A .navbar {
    height: 70px;
  }
  .cid-vsF7nGtl7A .navbar.opened {
    height: auto;
  }
  .cid-vsF7nGtl7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtBlMXJ6Er {
  z-index: 1000;
  width: 100%;
}
.cid-vtBlMXJ6Er nav.navbar {
  position: fixed;
}
.cid-vtBlMXJ6Er .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBlMXJ6Er .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtBlMXJ6Er .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtBlMXJ6Er .dropdown-item:hover,
.cid-vtBlMXJ6Er .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtBlMXJ6Er .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtBlMXJ6Er .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtBlMXJ6Er .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtBlMXJ6Er .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtBlMXJ6Er .nav-link {
  position: relative;
}
.cid-vtBlMXJ6Er .container {
  display: flex;
  margin: auto;
}
.cid-vtBlMXJ6Er .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtBlMXJ6Er .dropdown-menu,
.cid-vtBlMXJ6Er .navbar.opened {
  background: #fafafa !important;
}
.cid-vtBlMXJ6Er .nav-item:focus,
.cid-vtBlMXJ6Er .nav-link:focus {
  outline: none;
}
.cid-vtBlMXJ6Er .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtBlMXJ6Er .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtBlMXJ6Er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtBlMXJ6Er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBlMXJ6Er .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtBlMXJ6Er .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtBlMXJ6Er .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtBlMXJ6Er .navbar.opened {
  transition: all 0.3s;
}
.cid-vtBlMXJ6Er .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtBlMXJ6Er .navbar .navbar-logo img {
  width: auto;
}
.cid-vtBlMXJ6Er .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtBlMXJ6Er .navbar.collapsed {
  justify-content: center;
}
.cid-vtBlMXJ6Er .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtBlMXJ6Er .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtBlMXJ6Er .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtBlMXJ6Er .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtBlMXJ6Er .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtBlMXJ6Er .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtBlMXJ6Er .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtBlMXJ6Er .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtBlMXJ6Er .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtBlMXJ6Er .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtBlMXJ6Er .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtBlMXJ6Er .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtBlMXJ6Er .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtBlMXJ6Er .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtBlMXJ6Er .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtBlMXJ6Er .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtBlMXJ6Er .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtBlMXJ6Er .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtBlMXJ6Er .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtBlMXJ6Er .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtBlMXJ6Er .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtBlMXJ6Er .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtBlMXJ6Er .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtBlMXJ6Er .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtBlMXJ6Er .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtBlMXJ6Er .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtBlMXJ6Er .dropdown-item.active,
.cid-vtBlMXJ6Er .dropdown-item:active {
  background-color: transparent;
}
.cid-vtBlMXJ6Er .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtBlMXJ6Er .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtBlMXJ6Er .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtBlMXJ6Er .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtBlMXJ6Er .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtBlMXJ6Er .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtBlMXJ6Er ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtBlMXJ6Er .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtBlMXJ6Er button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtBlMXJ6Er button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtBlMXJ6Er button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtBlMXJ6Er button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBlMXJ6Er button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBlMXJ6Er button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtBlMXJ6Er nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBlMXJ6Er nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtBlMXJ6Er nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtBlMXJ6Er nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBlMXJ6Er .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtBlMXJ6Er a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtBlMXJ6Er .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtBlMXJ6Er .navbar {
    height: 70px;
  }
  .cid-vtBlMXJ6Er .navbar.opened {
    height: auto;
  }
  .cid-vtBlMXJ6Er .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtBlMY5L3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtBlMY5L3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBlMY5L3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBlMY5L3s .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtBlMY5L3s .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBlMY5L3s .row {
    text-align: center;
  }
  .cid-vtBlMY5L3s .row > div {
    margin: auto;
  }
  .cid-vtBlMY5L3s .social-row {
    justify-content: center;
  }
}
.cid-vtBlMY5L3s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtBlMY5L3s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtBlMY5L3s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBlMY5L3s .list {
    margin-bottom: 0rem;
  }
}
.cid-vtBlMY5L3s .mbr-text {
  color: #bbbbbb;
}
.cid-vtBlMY5L3s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtBlMY5L3s .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtBlMY5L3s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtwdQyX75p {
  z-index: 1000;
  width: 100%;
}
.cid-vtwdQyX75p nav.navbar {
  position: fixed;
}
.cid-vtwdQyX75p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtwdQyX75p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtwdQyX75p .dropdown-item:hover,
.cid-vtwdQyX75p .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtwdQyX75p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtwdQyX75p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtwdQyX75p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtwdQyX75p .nav-link {
  position: relative;
}
.cid-vtwdQyX75p .container {
  display: flex;
  margin: auto;
}
.cid-vtwdQyX75p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtwdQyX75p .dropdown-menu,
.cid-vtwdQyX75p .navbar.opened {
  background: #fafafa !important;
}
.cid-vtwdQyX75p .nav-item:focus,
.cid-vtwdQyX75p .nav-link:focus {
  outline: none;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtwdQyX75p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtwdQyX75p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtwdQyX75p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtwdQyX75p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtwdQyX75p .navbar.opened {
  transition: all 0.3s;
}
.cid-vtwdQyX75p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtwdQyX75p .navbar .navbar-logo img {
  width: auto;
}
.cid-vtwdQyX75p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtwdQyX75p .navbar.collapsed {
  justify-content: center;
}
.cid-vtwdQyX75p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtwdQyX75p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtwdQyX75p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtwdQyX75p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtwdQyX75p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtwdQyX75p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtwdQyX75p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtwdQyX75p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtwdQyX75p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtwdQyX75p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtwdQyX75p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtwdQyX75p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtwdQyX75p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtwdQyX75p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtwdQyX75p .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtwdQyX75p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtwdQyX75p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtwdQyX75p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtwdQyX75p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtwdQyX75p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtwdQyX75p .dropdown-item.active,
.cid-vtwdQyX75p .dropdown-item:active {
  background-color: transparent;
}
.cid-vtwdQyX75p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtwdQyX75p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtwdQyX75p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtwdQyX75p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtwdQyX75p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtwdQyX75p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtwdQyX75p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtwdQyX75p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtwdQyX75p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtwdQyX75p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtwdQyX75p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtwdQyX75p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtwdQyX75p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtwdQyX75p .navbar {
    height: 70px;
  }
  .cid-vtwdQyX75p .navbar.opened {
    height: auto;
  }
  .cid-vtwdQyX75p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-b1 {
  /* Paste into the RIGHT / CSS panel in Mobirise. */
}
#custom-html-b1 #tb-homeleak,
#custom-html-b1 #tb-homeleak * {
  box-sizing: border-box;
}
#custom-html-b1 #tb-homeleak {
  --navy: #031c52;
  --navy2: #092d65;
  --blue: #29a9e0;
  --red: #d8292f;
  --ink: #17233b;
  --muted: #647187;
  --line: #dbe5ef;
  --soft: #f4f8fc;
  --white: #fff;
  font-family: inherit;
  color: var(--ink);
  line-height: 1.6;
  background: #ffffff;
}
#custom-html-b1 #tb-homeleak a {
  text-decoration: none;
}
#custom-html-b1 #tb-homeleak .wrap {
  max-width: 1180px;
  margin: auto;
  padding: 0 24px;
}
#custom-html-b1 #tb-homeleak .hero {
  background: linear-gradient(90deg, rgba(3, 28, 82, 0.98) 0%, rgba(3, 28, 82, 0.92) 48%, rgba(3, 28, 82, 0.34) 100%), url('/assets/images/a-winter-scene-of-a-house-with-snow-and-a.jpg') center / cover no-repeat;
  color: #fff;
  padding: 86px 0 78px;
}
#custom-html-b1 #tb-homeleak .hero-inner {
  max-width: 720px;
}
#custom-html-b1 #tb-homeleak .eyebrow {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #8edcff;
  margin: 0 0 12px;
}
#custom-html-b1 #tb-homeleak h1 {
  font-size: clamp(40px,5.2vw,64px);
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
  color: #ffffff;
}
#custom-html-b1 #tb-homeleak .hero-copy {
  font-size: 20px;
  max-width: 650px;
  color: #e8f0fa;
  margin: 0 0 28px;
}
#custom-html-b1 #tb-homeleak .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#custom-html-b1 #tb-homeleak .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 14px 22px;
  font-weight: 800;
  font-size: 15px;
  transition: 0.2s ease;
}
#custom-html-b1 #tb-homeleak .btn-red {
  background: var(--red);
  color: #ffffff;
}
#custom-html-b1 #tb-homeleak .btn-white {
  background: #fff;
  color: var(--navy);
}
#custom-html-b1 #tb-homeleak .btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}
#custom-html-b1 #tb-homeleak .btn:focus-visible,
#custom-html-b1 #tb-homeleak summary:focus-visible,
#custom-html-b1 #tb-homeleak a:focus-visible {
  outline: 3px solid rgba(41, 169, 224, 0.45);
  outline-offset: 3px;
}
#custom-html-b1 #tb-homeleak .trustbar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 7px 22px rgba(3, 28, 82, 0.06);
}
#custom-html-b1 #tb-homeleak .trustgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-b1 #tb-homeleak .trust {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}
#custom-html-b1 #tb-homeleak .trust:last-child {
  border: 0;
}
#custom-html-b1 #tb-homeleak .trust strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
}
#custom-html-b1 #tb-homeleak .trust span {
  font-size: 13px;
  color: var(--muted);
}
#custom-html-b1 #tb-homeleak .section {
  padding: 78px 0;
}
#custom-html-b1 #tb-homeleak .section.soft {
  background: var(--soft);
}
#custom-html-b1 #tb-homeleak .section.navy {
  background: var(--navy);
  color: #ffffff;
}
#custom-html-b1 #tb-homeleak .center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}
#custom-html-b1 #tb-homeleak .label {
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 800;
  color: #1687bc;
  margin-bottom: 9px;
}
#custom-html-b1 #tb-homeleak h2 {
  font-size: clamp(30px,3.5vw,44px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin: 0 0 16px;
}
#custom-html-b1 #tb-homeleak .navy h2 {
  color: #ffffff;
}
#custom-html-b1 #tb-homeleak .navy .label {
  color: #72d0f3;
}
#custom-html-b1 #tb-homeleak .lead {
  font-size: 18px;
  color: var(--muted);
  margin: 0;
}
#custom-html-b1 #tb-homeleak .navy .lead {
  color: #d7e4f5;
}
#custom-html-b1 #tb-homeleak .cards4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
#custom-html-b1 #tb-homeleak .card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 27px 24px;
  box-shadow: 0 10px 30px rgba(3, 28, 82, 0.05);
}
#custom-html-b1 #tb-homeleak .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf7fd;
  color: var(--navy);
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 17px;
}
#custom-html-b1 #tb-homeleak .card h3 {
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 9px;
}
#custom-html-b1 #tb-homeleak .card p {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
}
#custom-html-b1 #tb-homeleak .split {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 54px;
  align-items: center;
}
#custom-html-b1 #tb-homeleak .photo {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(3, 28, 82, 0.13);
  display: block;
}
#custom-html-b1 #tb-homeleak .checklist {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
#custom-html-b1 #tb-homeleak .checklist li {
  position: relative;
  padding: 9px 0 9px 34px;
  font-size: 16px;
}
#custom-html-b1 #tb-homeleak .checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e7f6fc;
  color: #0878aa;
  font-weight: 900;
  text-align: center;
  line-height: 22px;
}
#custom-html-b1 #tb-homeleak .pricebox {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 14px 38px rgba(3, 28, 82, 0.08);
}
#custom-html-b1 #tb-homeleak .price {
  font-size: 50px;
  line-height: 1;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -0.04em;
}
#custom-html-b1 #tb-homeleak .price small {
  font-size: 15px;
  color: var(--muted);
  letter-spacing: 0;
  font-weight: 600;
}
#custom-html-b1 #tb-homeleak .notice {
  margin-top: 18px;
  padding: 14px 16px;
  background: #fff8e8;
  border: 1px solid #f2dfae;
  border-radius: 10px;
  font-size: 14px;
  color: #64532a;
}
#custom-html-b1 #tb-homeleak .price-actions {
  margin-top: 22px;
}
#custom-html-b1 #tb-homeleak .toiletgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}
#custom-html-b1 #tb-homeleak .toiletgrid img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #ffffff;
}
#custom-html-b1 #tb-homeleak .resource-link {
  color: #147cae;
  text-decoration: underline;
  font-weight: 700;
}
#custom-html-b1 #tb-homeleak .image-credit {
  font-size: 12px;
  color: #7b8798;
  text-align: center;
  margin-top: 9px;
}
#custom-html-b1 #tb-homeleak .process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}
#custom-html-b1 #tb-homeleak .step {
  counter-increment: step;
  position: relative;
  padding: 30px 26px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
}
#custom-html-b1 #tb-homeleak .step:before {
  content: "0" counter(step);
  display: block;
  color: #72d0f3;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 12px;
}
#custom-html-b1 #tb-homeleak .step h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 21px;
}
#custom-html-b1 #tb-homeleak .step p {
  color: #d7e4f5;
  margin: 0;
  font-size: 15px;
}
#custom-html-b1 #tb-homeleak .faq {
  max-width: 900px;
  margin: auto;
}
#custom-html-b1 #tb-homeleak details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 12px 0;
  padding: 0 20px;
}
#custom-html-b1 #tb-homeleak summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--navy);
  padding: 20px 35px 20px 0;
  position: relative;
}
#custom-html-b1 #tb-homeleak summary::-webkit-details-marker {
  display: none;
}
#custom-html-b1 #tb-homeleak summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 14px;
  font-size: 28px;
  color: #1687bc;
}
#custom-html-b1 #tb-homeleak details[open] summary:after {
  content: "–";
}
#custom-html-b1 #tb-homeleak details .answer {
  padding: 0 0 20px;
  color: var(--muted);
  font-size: 16px;
}
#custom-html-b1 #tb-homeleak .answer a {
  color: #147cae;
  text-decoration: underline;
}
#custom-html-b1 #tb-homeleak .faq-photo {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 34px auto 0;
  border-radius: 16px;
}
#custom-html-b1 #tb-homeleak .final {
  padding: 66px 0;
  background: linear-gradient(135deg, #092d65, #031c52);
  text-align: center;
  color: #ffffff;
}
#custom-html-b1 #tb-homeleak .final h2 {
  color: #fff;
  margin-bottom: 12px;
}
#custom-html-b1 #tb-homeleak .final p {
  color: #d7e4f5;
  max-width: 680px;
  margin: 0 auto 24px;
  font-size: 17px;
}
#custom-html-b1 #tb-homeleak .final .actions {
  justify-content: center;
}
@media (max-width: 900px) {
  #custom-html-b1 #tb-homeleak .cards4 {
    grid-template-columns: 1fr 1fr;
  }
  #custom-html-b1 #tb-homeleak .split {
    grid-template-columns: 1fr;
  }
  #custom-html-b1 #tb-homeleak .process {
    grid-template-columns: 1fr;
  }
  #custom-html-b1 #tb-homeleak .trustgrid {
    grid-template-columns: 1fr 1fr;
  }
  #custom-html-b1 #tb-homeleak .trust:nth-child(2) {
    border-right: 0;
  }
  #custom-html-b1 #tb-homeleak .trust:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 600px) {
  #custom-html-b1 #tb-homeleak .wrap {
    padding: 0 16px;
  }
  #custom-html-b1 #tb-homeleak .hero {
    padding: 62px 0 52px;
    background-position: 60% center;
  }
  #custom-html-b1 #tb-homeleak .cards4,
  #custom-html-b1 #tb-homeleak .toiletgrid {
    grid-template-columns: 1fr;
  }
  #custom-html-b1 #tb-homeleak .section {
    padding: 58px 0;
  }
  #custom-html-b1 #tb-homeleak .trust {
    padding: 18px 9px;
  }
  #custom-html-b1 #tb-homeleak .trust strong {
    font-size: 15px;
  }
  #custom-html-b1 #tb-homeleak .btn {
    width: 100%;
  }
}
.cid-vtwdQznXeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtwdQznXeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtwdQznXeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtwdQznXeh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtwdQznXeh .row {
    text-align: center;
  }
  .cid-vtwdQznXeh .row > div {
    margin: auto;
  }
  .cid-vtwdQznXeh .social-row {
    justify-content: center;
  }
}
.cid-vtwdQznXeh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtwdQznXeh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtwdQznXeh .list {
    margin-bottom: 0rem;
  }
}
.cid-vtwdQznXeh .mbr-text {
  color: #bbbbbb;
}
.cid-vtwdQznXeh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtwdQznXeh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtwdQznXeh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtBxMRqk0F {
  z-index: 1000;
  width: 100%;
}
.cid-vtBxMRqk0F nav.navbar {
  position: fixed;
}
.cid-vtBxMRqk0F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBxMRqk0F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtBxMRqk0F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtBxMRqk0F .dropdown-item:hover,
.cid-vtBxMRqk0F .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtBxMRqk0F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtBxMRqk0F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtBxMRqk0F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtBxMRqk0F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtBxMRqk0F .nav-link {
  position: relative;
}
.cid-vtBxMRqk0F .container {
  display: flex;
  margin: auto;
}
.cid-vtBxMRqk0F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtBxMRqk0F .dropdown-menu,
.cid-vtBxMRqk0F .navbar.opened {
  background: #fafafa !important;
}
.cid-vtBxMRqk0F .nav-item:focus,
.cid-vtBxMRqk0F .nav-link:focus {
  outline: none;
}
.cid-vtBxMRqk0F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtBxMRqk0F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtBxMRqk0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtBxMRqk0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBxMRqk0F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtBxMRqk0F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtBxMRqk0F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtBxMRqk0F .navbar.opened {
  transition: all 0.3s;
}
.cid-vtBxMRqk0F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtBxMRqk0F .navbar .navbar-logo img {
  width: auto;
}
.cid-vtBxMRqk0F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtBxMRqk0F .navbar.collapsed {
  justify-content: center;
}
.cid-vtBxMRqk0F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtBxMRqk0F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtBxMRqk0F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtBxMRqk0F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtBxMRqk0F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtBxMRqk0F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtBxMRqk0F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtBxMRqk0F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtBxMRqk0F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtBxMRqk0F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtBxMRqk0F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtBxMRqk0F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtBxMRqk0F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtBxMRqk0F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtBxMRqk0F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtBxMRqk0F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtBxMRqk0F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtBxMRqk0F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtBxMRqk0F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtBxMRqk0F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtBxMRqk0F .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtBxMRqk0F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtBxMRqk0F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtBxMRqk0F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtBxMRqk0F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtBxMRqk0F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtBxMRqk0F .dropdown-item.active,
.cid-vtBxMRqk0F .dropdown-item:active {
  background-color: transparent;
}
.cid-vtBxMRqk0F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtBxMRqk0F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtBxMRqk0F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtBxMRqk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtBxMRqk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtBxMRqk0F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtBxMRqk0F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtBxMRqk0F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtBxMRqk0F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtBxMRqk0F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtBxMRqk0F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtBxMRqk0F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBxMRqk0F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBxMRqk0F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtBxMRqk0F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBxMRqk0F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtBxMRqk0F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtBxMRqk0F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBxMRqk0F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtBxMRqk0F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtBxMRqk0F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtBxMRqk0F .navbar {
    height: 70px;
  }
  .cid-vtBxMRqk0F .navbar.opened {
    height: auto;
  }
  .cid-vtBxMRqk0F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtBxMRSjGp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtBxMRSjGp img,
.cid-vtBxMRSjGp .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vtBxMRSjGp .item:focus,
.cid-vtBxMRSjGp span:focus {
  outline: none;
}
.cid-vtBxMRSjGp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtBxMRSjGp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtBxMRSjGp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtBxMRSjGp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtBxMRSjGp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtBxMRSjGp .mbr-section-title {
  color: #232323;
}
.cid-vtBxMRSjGp .mbr-text,
.cid-vtBxMRSjGp .mbr-section-btn {
  text-align: left;
}
.cid-vtBxMRSjGp .item-title {
  text-align: left;
}
.cid-vtBxMRSjGp .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vtBxMShzaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtBxMShzaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBxMShzaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBxMShzaT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtBxMShzaT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBxMShzaT .row {
    text-align: center;
  }
  .cid-vtBxMShzaT .row > div {
    margin: auto;
  }
  .cid-vtBxMShzaT .social-row {
    justify-content: center;
  }
}
.cid-vtBxMShzaT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtBxMShzaT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtBxMShzaT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBxMShzaT .list {
    margin-bottom: 0rem;
  }
}
.cid-vtBxMShzaT .mbr-text {
  color: #bbbbbb;
}
.cid-vtBxMShzaT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtBxMShzaT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtBxMShzaT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vsF7nGtl7A {
  z-index: 1000;
  width: 100%;
}
.cid-vsF7nGtl7A nav.navbar {
  position: fixed;
}
.cid-vsF7nGtl7A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vsF7nGtl7A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vsF7nGtl7A .dropdown-item:hover,
.cid-vsF7nGtl7A .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vsF7nGtl7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsF7nGtl7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsF7nGtl7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsF7nGtl7A .nav-link {
  position: relative;
}
.cid-vsF7nGtl7A .container {
  display: flex;
  margin: auto;
}
.cid-vsF7nGtl7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsF7nGtl7A .dropdown-menu,
.cid-vsF7nGtl7A .navbar.opened {
  background: #fafafa !important;
}
.cid-vsF7nGtl7A .nav-item:focus,
.cid-vsF7nGtl7A .nav-link:focus {
  outline: none;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsF7nGtl7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsF7nGtl7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsF7nGtl7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsF7nGtl7A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vsF7nGtl7A .navbar.opened {
  transition: all 0.3s;
}
.cid-vsF7nGtl7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsF7nGtl7A .navbar .navbar-logo img {
  width: auto;
}
.cid-vsF7nGtl7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsF7nGtl7A .navbar.collapsed {
  justify-content: center;
}
.cid-vsF7nGtl7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsF7nGtl7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsF7nGtl7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vsF7nGtl7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsF7nGtl7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsF7nGtl7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsF7nGtl7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsF7nGtl7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vsF7nGtl7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsF7nGtl7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsF7nGtl7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsF7nGtl7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vsF7nGtl7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsF7nGtl7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsF7nGtl7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-vsF7nGtl7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vsF7nGtl7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vsF7nGtl7A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsF7nGtl7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsF7nGtl7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsF7nGtl7A .dropdown-item.active,
.cid-vsF7nGtl7A .dropdown-item:active {
  background-color: transparent;
}
.cid-vsF7nGtl7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsF7nGtl7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsF7nGtl7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vsF7nGtl7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vsF7nGtl7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsF7nGtl7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsF7nGtl7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vsF7nGtl7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsF7nGtl7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsF7nGtl7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsF7nGtl7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsF7nGtl7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsF7nGtl7A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsF7nGtl7A .navbar {
    height: 70px;
  }
  .cid-vsF7nGtl7A .navbar.opened {
    height: auto;
  }
  .cid-vsF7nGtl7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtx3v9lYXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtx3v9lYXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtx3v9lYXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtx3v9lYXM .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vtx3v9lYXM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vtx3v9lYXM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtx3v9lYXM .card-wrapper {
    padding: 4rem;
  }
}
.cid-vtx3v9lYXM .mbr-text,
.cid-vtx3v9lYXM .mbr-section-btn {
  color: #ffffff;
}
.cid-vtx3v9lYXM .card-title,
.cid-vtx3v9lYXM .card-box {
  text-align: left;
}
.cid-vtx3yOoSiO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtx3yOoSiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtx3yOoSiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtx3zyp0rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtx4w3ts5o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtx4w3ts5o img,
.cid-vtx4w3ts5o .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vtx4w3ts5o .item:focus,
.cid-vtx4w3ts5o span:focus {
  outline: none;
}
.cid-vtx4w3ts5o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtx4w3ts5o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtx4w3ts5o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtx4w3ts5o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtx4w3ts5o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtx4w3ts5o .mbr-section-title {
  color: #232323;
}
.cid-vtx4w3ts5o .mbr-text,
.cid-vtx4w3ts5o .mbr-section-btn {
  text-align: left;
}
.cid-vtx4w3ts5o .item-title {
  text-align: left;
}
.cid-vtx4w3ts5o .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtBEzISCFU {
  z-index: 1000;
  width: 100%;
}
.cid-vtBEzISCFU nav.navbar {
  position: fixed;
}
.cid-vtBEzISCFU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBEzISCFU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtBEzISCFU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtBEzISCFU .dropdown-item:hover,
.cid-vtBEzISCFU .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtBEzISCFU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtBEzISCFU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtBEzISCFU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtBEzISCFU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtBEzISCFU .nav-link {
  position: relative;
}
.cid-vtBEzISCFU .container {
  display: flex;
  margin: auto;
}
.cid-vtBEzISCFU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtBEzISCFU .dropdown-menu,
.cid-vtBEzISCFU .navbar.opened {
  background: #fafafa !important;
}
.cid-vtBEzISCFU .nav-item:focus,
.cid-vtBEzISCFU .nav-link:focus {
  outline: none;
}
.cid-vtBEzISCFU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtBEzISCFU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtBEzISCFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtBEzISCFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBEzISCFU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtBEzISCFU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtBEzISCFU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtBEzISCFU .navbar.opened {
  transition: all 0.3s;
}
.cid-vtBEzISCFU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtBEzISCFU .navbar .navbar-logo img {
  width: auto;
}
.cid-vtBEzISCFU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtBEzISCFU .navbar.collapsed {
  justify-content: center;
}
.cid-vtBEzISCFU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtBEzISCFU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtBEzISCFU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtBEzISCFU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtBEzISCFU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtBEzISCFU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtBEzISCFU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtBEzISCFU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtBEzISCFU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtBEzISCFU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtBEzISCFU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtBEzISCFU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtBEzISCFU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtBEzISCFU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtBEzISCFU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtBEzISCFU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtBEzISCFU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtBEzISCFU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtBEzISCFU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtBEzISCFU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtBEzISCFU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtBEzISCFU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtBEzISCFU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtBEzISCFU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtBEzISCFU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtBEzISCFU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtBEzISCFU .dropdown-item.active,
.cid-vtBEzISCFU .dropdown-item:active {
  background-color: transparent;
}
.cid-vtBEzISCFU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtBEzISCFU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtBEzISCFU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtBEzISCFU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtBEzISCFU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtBEzISCFU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtBEzISCFU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtBEzISCFU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtBEzISCFU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtBEzISCFU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtBEzISCFU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtBEzISCFU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBEzISCFU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBEzISCFU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtBEzISCFU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBEzISCFU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtBEzISCFU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtBEzISCFU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBEzISCFU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtBEzISCFU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtBEzISCFU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtBEzISCFU .navbar {
    height: 70px;
  }
  .cid-vtBEzISCFU .navbar.opened {
    height: auto;
  }
  .cid-vtBEzISCFU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-bt {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-bt .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-bt .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-bt .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-bt .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-bt .tb-blog-page *,
#custom-html-bt .tb-blog-page *::before,
#custom-html-bt .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-bt .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-bt .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-bt .tb-blog-page a:focus-visible,
#custom-html-bt .tb-blog-page button:focus-visible,
#custom-html-bt .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-bt .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-bt .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-bt .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-bt .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-bt .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-bt .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-bt .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-bt .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-bt .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-bt .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-bt .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-bt .tb-blog-page .tb-eyebrow,
#custom-html-bt .tb-blog-page .tb-section-kicker,
#custom-html-bt .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-bt .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-bt .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-bt .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-bt .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-bt .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-bt .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-bt .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-bt .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-bt .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-bt .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-bt .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-bt .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-bt .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-bt .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-bt .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-bt .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-bt .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-bt .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-bt .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-bt .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-bt .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-bt .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-bt .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-bt .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-bt .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-bt .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-bt .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-bt .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-bt .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-bt .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-bt .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-bt .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-destination-section > ul,
#custom-html-bt .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-bt .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-bt .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-bt .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-bt .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-bt .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-bt .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-bt .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-bt .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-bt .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-bt .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-bt .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-bt .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-bt .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-bt .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-bt .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-bt .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-bt .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-bt .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-bt .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-bt .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-bt .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-bt .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-bt .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-bt .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-bt .tb-blog-page .tb-media-block,
  #custom-html-bt .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-bt .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-bt .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-bt .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-bt .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-bt .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-bt .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-bt .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-bt .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-bt .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-bt .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-bt .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-bt .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-bt .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-bt .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-bt .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-bt .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-bt .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-bt .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-bt .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-bt .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-bt .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-bt .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-bt .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-bt .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-bt .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-bt .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-bt .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-bt .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-bt .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-bt .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-bt .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-bt .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-bt .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-bt .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-bt .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-bt .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-bt .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-bt .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-bt .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-bt .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-bt .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-bt .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-bt .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-bt .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-bt .tb-blog-page .tb-toc,
#custom-html-bt .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-bt .tb-blog-page .tb-toc h2,
#custom-html-bt .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-bt .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-bt .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-bt .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-bt .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-bt .tb-blog-page .tb-toc a:hover,
#custom-html-bt .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-bt .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-bt .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-bt .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-bt .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-bt .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-bt .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-bt .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-bt .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-bt .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-bt .tb-blog-page .tb-section-heading h2,
#custom-html-bt .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-bt .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-bt .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-bt .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-bt .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-bt .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-bt .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-bt .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-bt .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-bt .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-bt .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-bt .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-bt .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-bt .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-bt .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-bt .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-bt .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-bt .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-bt .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-bt .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-bt .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-bt .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta strong,
  #custom-html-bt .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-bt .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-bt .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-bt .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-bt .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-bt .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-bt .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-bt .tb-blog-page .tb-hero-image,
  #custom-html-bt .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-bt .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-bt .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-bt .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-bt .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-bt .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-bt .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-bt .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-bt .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-bt .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-bt .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-bt .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-bt .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-bt .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-bt .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-bt .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-bt .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-bt .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-bt .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-bt .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-bt .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-bt .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-bt .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-bt .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-bt .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-bt .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-bt .tb-blog-page *,
  #custom-html-bt .tb-blog-page *::before,
  #custom-html-bt .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-bt .tb-blog-page .tb-reading-progress,
  #custom-html-bt .tb-blog-page .tb-share-rail,
  #custom-html-bt .tb-blog-page .tb-mobile-cta,
  #custom-html-bt .tb-blog-page .tb-sidebar,
  #custom-html-bt .tb-blog-page .tb-video,
  #custom-html-bt .tb-blog-page .tb-related,
  #custom-html-bt .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-bt .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-bt .tb-blog-page .tb-blog-layout,
  #custom-html-bt .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-bt .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-bt .tb-blog-page .tb-article-header h1,
  #custom-html-bt .tb-blog-page .tb-article-copy h2,
  #custom-html-bt .tb-blog-page .tb-article-copy h3,
  #custom-html-bt .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-bt .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-bt .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-bt .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-bt .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-bt .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-bt .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-bt .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-bt .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-bt .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-bt .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-bt .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-bt .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-bt .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-bt .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-bt .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-bt .tb-blog-page span,
#custom-html-bt .tb-blog-page a,
#custom-html-bt .tb-blog-page strong,
#custom-html-bt .tb-blog-page em {
  line-height: inherit;
}
#custom-html-bt .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-bt .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-bt .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-bt .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-bt .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-bt .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-bt .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-bt .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-bt .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-bt .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-bt .tb-blog-page .tb-byline,
#custom-html-bt .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-bt .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-bt .tb-blog-page .tb-article-image img,
#custom-html-bt .tb-blog-page .tb-howto-step img,
#custom-html-bt .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-bt .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-bt .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-bt .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-bt .tb-blog-page .tb-howto-description,
#custom-html-bt .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-bt .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-bt .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-bt .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-bt .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-bt .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-bt .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-bt .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-bt .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-bt .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-bt .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-bt .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-bt .tb-blog-page .tb-editor-note,
#custom-html-bt .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-bt .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-bt .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-bt .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-bt .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-bt .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-bt .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-bt .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-bt .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta strong,
  #custom-html-bt .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-bt .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-bt .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-bt .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-bt .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-bt .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-bt .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-bt .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-bt .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-bt .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-bt .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-bt .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-bt .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-bt .tb-blog-page .tb-sidebar,
  #custom-html-bt .tb-blog-page .tb-share-rail,
  #custom-html-bt .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-bt .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vtBEzJBCxB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtBEzJBCxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBEzJBCxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBEzJBCxB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtBEzJBCxB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBEzJBCxB .row {
    text-align: center;
  }
  .cid-vtBEzJBCxB .row > div {
    margin: auto;
  }
  .cid-vtBEzJBCxB .social-row {
    justify-content: center;
  }
}
.cid-vtBEzJBCxB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtBEzJBCxB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtBEzJBCxB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBEzJBCxB .list {
    margin-bottom: 0rem;
  }
}
.cid-vtBEzJBCxB .mbr-text {
  color: #bbbbbb;
}
.cid-vtBEzJBCxB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtBEzJBCxB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtBEzJBCxB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtBEYShjev {
  z-index: 1000;
  width: 100%;
}
.cid-vtBEYShjev nav.navbar {
  position: fixed;
}
.cid-vtBEYShjev .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBEYShjev .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtBEYShjev .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtBEYShjev .dropdown-item:hover,
.cid-vtBEYShjev .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtBEYShjev .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtBEYShjev .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtBEYShjev .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtBEYShjev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtBEYShjev .nav-link {
  position: relative;
}
.cid-vtBEYShjev .container {
  display: flex;
  margin: auto;
}
.cid-vtBEYShjev .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtBEYShjev .dropdown-menu,
.cid-vtBEYShjev .navbar.opened {
  background: #fafafa !important;
}
.cid-vtBEYShjev .nav-item:focus,
.cid-vtBEYShjev .nav-link:focus {
  outline: none;
}
.cid-vtBEYShjev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtBEYShjev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtBEYShjev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtBEYShjev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBEYShjev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtBEYShjev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtBEYShjev .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtBEYShjev .navbar.opened {
  transition: all 0.3s;
}
.cid-vtBEYShjev .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtBEYShjev .navbar .navbar-logo img {
  width: auto;
}
.cid-vtBEYShjev .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtBEYShjev .navbar.collapsed {
  justify-content: center;
}
.cid-vtBEYShjev .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtBEYShjev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtBEYShjev .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtBEYShjev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtBEYShjev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtBEYShjev .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtBEYShjev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtBEYShjev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtBEYShjev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtBEYShjev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtBEYShjev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtBEYShjev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtBEYShjev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtBEYShjev .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtBEYShjev .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtBEYShjev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtBEYShjev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtBEYShjev .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtBEYShjev .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtBEYShjev .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtBEYShjev .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtBEYShjev .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtBEYShjev .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtBEYShjev .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtBEYShjev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtBEYShjev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtBEYShjev .dropdown-item.active,
.cid-vtBEYShjev .dropdown-item:active {
  background-color: transparent;
}
.cid-vtBEYShjev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtBEYShjev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtBEYShjev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtBEYShjev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtBEYShjev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtBEYShjev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtBEYShjev ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtBEYShjev .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtBEYShjev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtBEYShjev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtBEYShjev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtBEYShjev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBEYShjev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBEYShjev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtBEYShjev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBEYShjev nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtBEYShjev nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtBEYShjev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBEYShjev .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtBEYShjev a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtBEYShjev .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtBEYShjev .navbar {
    height: 70px;
  }
  .cid-vtBEYShjev .navbar.opened {
    height: auto;
  }
  .cid-vtBEYShjev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtBEYTav9S {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-vtBEYTav9S .mbr-section-subtitle {
  margin-bottom: 5px;
  margin-top: 50px;
}
.cid-vtBEYTav9S .mbr-section-title {
  margin: 10px 0 30px;
  line-height: 1.2em;
}
.cid-vtBEYTav9S .mbri-play:before {
  color: currentColor;
}
.cid-vtBEYTav9S .popup-btn {
  padding: 12px 24px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  letter-spacing: 2px;
}
.cid-vtBEYTav9S .popup-btn:hover {
  color: #031c52;
}
.cid-vtBEYTav9S .mbr-iconfont {
  margin-right: 5px;
  transition: all 0s;
  max-width: 13px;
  max-height: 13px;
}
.cid-vtBEYTav9S .mbr-section-btn {
  margin-right: 8px;
  display: inline-block;
}
.cid-vtBEYTav9S .btn:hover {
  transform: scale(0.9);
}
.cid-vtBEYTav9S .btn-primary:hover {
  color: #fff !important;
  border-color: #fff !important;
}
@media (max-width: 768px) {
  .cid-vtBEYTav9S .mbr-row {
    align-items: center;
  }
  .cid-vtBEYTav9S .btn {
    margin-bottom: 10px;
  }
}
.cid-vtBEYTNIAQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #1a1e48;
}
.cid-vtBEYTNIAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBEYTNIAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBEYTNIAQ .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vtBEYTNIAQ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vtBEYTNIAQ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBEYTNIAQ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vtBEYTNIAQ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vtBEYTNIAQ .image-wrapper {
  padding: 0 1rem;
}
.cid-vtBEYTNIAQ img,
.cid-vtBEYTNIAQ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vtBEYTNIAQ img,
  .cid-vtBEYTNIAQ .image-wrapper {
    max-height: 350px;
  }
}
.cid-vtBEYTNIAQ .mbr-section-title {
  color: #000000;
}
.cid-vtBEYTNIAQ .mbr-text {
  color: #000000;
}
.cid-vtBEYUtfr4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1a1e48;
}
.cid-vtBEYUtfr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBEYUtfr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBEYUtfr4 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtBEYUtfr4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vtBEYUtfr4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBEYUtfr4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vtBEYUtfr4 .mbr-text,
.cid-vtBEYUtfr4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vtBEYUtfr4 .card-title,
.cid-vtBEYUtfr4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vtBEYVcmIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtBEYVcmIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBEYVcmIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBEYVcmIF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtBEYVcmIF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBEYVcmIF .row {
    text-align: center;
  }
  .cid-vtBEYVcmIF .row > div {
    margin: auto;
  }
  .cid-vtBEYVcmIF .social-row {
    justify-content: center;
  }
}
.cid-vtBEYVcmIF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtBEYVcmIF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtBEYVcmIF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBEYVcmIF .list {
    margin-bottom: 0rem;
  }
}
.cid-vtBEYVcmIF .mbr-text {
  color: #bbbbbb;
}
.cid-vtBEYVcmIF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtBEYVcmIF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtBEYVcmIF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtBFvRtTWJ {
  z-index: 1000;
  width: 100%;
}
.cid-vtBFvRtTWJ nav.navbar {
  position: fixed;
}
.cid-vtBFvRtTWJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBFvRtTWJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtBFvRtTWJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtBFvRtTWJ .dropdown-item:hover,
.cid-vtBFvRtTWJ .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtBFvRtTWJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtBFvRtTWJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtBFvRtTWJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtBFvRtTWJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtBFvRtTWJ .nav-link {
  position: relative;
}
.cid-vtBFvRtTWJ .container {
  display: flex;
  margin: auto;
}
.cid-vtBFvRtTWJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtBFvRtTWJ .dropdown-menu,
.cid-vtBFvRtTWJ .navbar.opened {
  background: #fafafa !important;
}
.cid-vtBFvRtTWJ .nav-item:focus,
.cid-vtBFvRtTWJ .nav-link:focus {
  outline: none;
}
.cid-vtBFvRtTWJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtBFvRtTWJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtBFvRtTWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtBFvRtTWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtBFvRtTWJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtBFvRtTWJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtBFvRtTWJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtBFvRtTWJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vtBFvRtTWJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtBFvRtTWJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vtBFvRtTWJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtBFvRtTWJ .navbar.collapsed {
  justify-content: center;
}
.cid-vtBFvRtTWJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtBFvRtTWJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtBFvRtTWJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtBFvRtTWJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtBFvRtTWJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtBFvRtTWJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtBFvRtTWJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtBFvRtTWJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtBFvRtTWJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtBFvRtTWJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtBFvRtTWJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtBFvRtTWJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtBFvRtTWJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtBFvRtTWJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtBFvRtTWJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtBFvRtTWJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtBFvRtTWJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtBFvRtTWJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtBFvRtTWJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtBFvRtTWJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtBFvRtTWJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtBFvRtTWJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtBFvRtTWJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtBFvRtTWJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtBFvRtTWJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtBFvRtTWJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtBFvRtTWJ .dropdown-item.active,
.cid-vtBFvRtTWJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vtBFvRtTWJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtBFvRtTWJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtBFvRtTWJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtBFvRtTWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtBFvRtTWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtBFvRtTWJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtBFvRtTWJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtBFvRtTWJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtBFvRtTWJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtBFvRtTWJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtBFvRtTWJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtBFvRtTWJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBFvRtTWJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtBFvRtTWJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtBFvRtTWJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBFvRtTWJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtBFvRtTWJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtBFvRtTWJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtBFvRtTWJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtBFvRtTWJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtBFvRtTWJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtBFvRtTWJ .navbar {
    height: 70px;
  }
  .cid-vtBFvRtTWJ .navbar.opened {
    height: auto;
  }
  .cid-vtBFvRtTWJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtBFScYTXp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f8f8;
}
.cid-vtBFScYTXp img,
.cid-vtBFScYTXp .item-img {
  width: 100%;
}
.cid-vtBFScYTXp .item:focus,
.cid-vtBFScYTXp span:focus {
  outline: none;
}
.cid-vtBFScYTXp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtBFScYTXp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtBFScYTXp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vtBFScYTXp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtBFScYTXp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vtBFScYTXp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vtBFScYTXp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtBFScYTXp .mbr-section-title {
  color: #000000;
}
.cid-vtBFScYTXp .mbr-text,
.cid-vtBFScYTXp .mbr-section-btn {
  text-align: center;
}
.cid-vtBFScYTXp .item-title {
  text-align: center;
}
.cid-vtBFScYTXp .item-subtitle {
  text-align: left;
}
.cid-vtBFScYTXp .mbr-section-subtitle {
  text-align: center;
}
.cid-vtBGIdji7r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vtBGIdji7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBGIdji7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBFvSAYUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtBFvSAYUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtBFvSAYUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtBFvSAYUD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtBFvSAYUD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtBFvSAYUD .row {
    text-align: center;
  }
  .cid-vtBFvSAYUD .row > div {
    margin: auto;
  }
  .cid-vtBFvSAYUD .social-row {
    justify-content: center;
  }
}
.cid-vtBFvSAYUD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtBFvSAYUD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtBFvSAYUD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtBFvSAYUD .list {
    margin-bottom: 0rem;
  }
}
.cid-vtBFvSAYUD .mbr-text {
  color: #bbbbbb;
}
.cid-vtBFvSAYUD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtBFvSAYUD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtBFvSAYUD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtGWAdOI0Q {
  z-index: 1000;
  width: 100%;
}
.cid-vtGWAdOI0Q nav.navbar {
  position: fixed;
}
.cid-vtGWAdOI0Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtGWAdOI0Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtGWAdOI0Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtGWAdOI0Q .dropdown-item:hover,
.cid-vtGWAdOI0Q .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vtGWAdOI0Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtGWAdOI0Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtGWAdOI0Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtGWAdOI0Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtGWAdOI0Q .nav-link {
  position: relative;
}
.cid-vtGWAdOI0Q .container {
  display: flex;
  margin: auto;
}
.cid-vtGWAdOI0Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtGWAdOI0Q .dropdown-menu,
.cid-vtGWAdOI0Q .navbar.opened {
  background: #fafafa !important;
}
.cid-vtGWAdOI0Q .nav-item:focus,
.cid-vtGWAdOI0Q .nav-link:focus {
  outline: none;
}
.cid-vtGWAdOI0Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtGWAdOI0Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtGWAdOI0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtGWAdOI0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtGWAdOI0Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtGWAdOI0Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtGWAdOI0Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vtGWAdOI0Q .navbar.opened {
  transition: all 0.3s;
}
.cid-vtGWAdOI0Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtGWAdOI0Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vtGWAdOI0Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtGWAdOI0Q .navbar.collapsed {
  justify-content: center;
}
.cid-vtGWAdOI0Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtGWAdOI0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtGWAdOI0Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vtGWAdOI0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtGWAdOI0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtGWAdOI0Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtGWAdOI0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtGWAdOI0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtGWAdOI0Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtGWAdOI0Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtGWAdOI0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtGWAdOI0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtGWAdOI0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtGWAdOI0Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtGWAdOI0Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtGWAdOI0Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtGWAdOI0Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtGWAdOI0Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtGWAdOI0Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtGWAdOI0Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtGWAdOI0Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-vtGWAdOI0Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtGWAdOI0Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vtGWAdOI0Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtGWAdOI0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtGWAdOI0Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtGWAdOI0Q .dropdown-item.active,
.cid-vtGWAdOI0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vtGWAdOI0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtGWAdOI0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtGWAdOI0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtGWAdOI0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vtGWAdOI0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtGWAdOI0Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtGWAdOI0Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtGWAdOI0Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtGWAdOI0Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtGWAdOI0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtGWAdOI0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtGWAdOI0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtGWAdOI0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtGWAdOI0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtGWAdOI0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtGWAdOI0Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtGWAdOI0Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtGWAdOI0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtGWAdOI0Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtGWAdOI0Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtGWAdOI0Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtGWAdOI0Q .navbar {
    height: 70px;
  }
  .cid-vtGWAdOI0Q .navbar.opened {
    height: auto;
  }
  .cid-vtGWAdOI0Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtGWAe4fTU {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20dc-1692x930.webp");
}
.cid-vtGWAe4fTU .container {
  position: relative;
  z-index: 2;
}
.cid-vtGWAe4fTU .tb-hero-content {
  color: #ffffff;
}
.cid-vtGWAe4fTU .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-vtGWAe4fTU .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-vtGWAe4fTU .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-vtGWAe4fTU .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-vtGWAe4fTU .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-vtGWAe4fTU .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtGWAe4fTU .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-vtGWAe4fTU .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtGWAe4fTU .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtGWAe4fTU .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vtGWAe4fTU .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-vtGWAe4fTU {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-vtGWAe4fTU .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-vtGWAe4fTU .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-vtGWAe4fTU .mbr-text {
    font-size: 1.08rem;
  }
  .cid-vtGWAe4fTU .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-vtGWAejKBE {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f4f8ff;
}
.cid-vtGWAejKBE .tb-section-head {
  text-align: center;
  margin-bottom: 2.2rem;
}
.cid-vtGWAejKBE .mbr-section-title {
  color: #082363;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: .65rem;
}
.cid-vtGWAejKBE .mbr-section-subtitle {
  color: #082363;
  margin: 0;
}
.cid-vtGWAejKBE .tb-featured-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .7rem;
  box-shadow: 0 14px 34px rgba(3, 28, 82, 0.13);
  padding: 2.25rem;
  margin-bottom: 1.75rem;
}
.cid-vtGWAejKBE .tb-badge {
  position: absolute;
  top: .8rem;
  left: 2.25rem;
  background: #0868f7;
  color: #ffffff;
  font-weight: 700;
  font-size: .82rem;
  padding: .36rem .7rem;
  border-radius: .25rem;
}
.cid-vtGWAejKBE .tb-icon-shell {
  background: #e7f0ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.cid-vtGWAejKBE .tb-icon-shell img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}
.cid-vtGWAejKBE .tb-featured-icon {
  width: 125px;
  height: 125px;
  margin-top: 1rem;
}
.cid-vtGWAejKBE .tb-small-icon {
  width: 90px;
  height: 90px;
}
.cid-vtGWAejKBE .tb-card-title {
  color: #082363;
  line-height: 1.12;
  margin: 0 0 .55rem;
}
.cid-vtGWAejKBE .tb-featured-copy {
  padding-left: 1.4rem;
}
.cid-vtGWAejKBE .tb-check-list {
  list-style: none;
  padding: 0;
  margin: .8rem 0 0;
  color: #082363;
}
.cid-vtGWAejKBE .tb-check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin: .55rem 0;
}
.cid-vtGWAejKBE .tb-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .03rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0868f7;
  color: #ffffff;
  font-size: .72rem;
  font-weight: 800;
}
.cid-vtGWAejKBE .tb-featured-action {
  text-align: right;
}
.cid-vtGWAejKBE .tb-price {
  color: #0868f7;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 2.2rem;
}
.cid-vtGWAejKBE .tb-featured-action .btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.cid-vtGWAejKBE .tb-small-card-row {
  margin-top: 0;
}
.cid-vtGWAejKBE .tb-small-card-row .item {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.cid-vtGWAejKBE .tb-small-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .45rem;
  box-shadow: 0 9px 24px rgba(3, 28, 82, 0.1);
  padding: 1.55rem;
}
.cid-vtGWAejKBE .tb-card-top {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.cid-vtGWAejKBE .tb-small-price {
  color: #0868f7;
  line-height: 1.1;
  margin: .25rem 0 0;
}
.cid-vtGWAejKBE .tb-rule {
  height: 1px;
  background: rgba(8, 35, 99, 0.25);
  margin: 1.25rem 0 .85rem;
}
@media (max-width: 991px) {
  .cid-vtGWAejKBE .tb-featured-action {
    text-align: left;
    margin-top: 1.25rem;
  }
  .cid-vtGWAejKBE .tb-price {
    margin-bottom: 1rem;
  }
  .cid-vtGWAejKBE .tb-featured-copy {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtGWAejKBE .tb-featured-card {
    padding: 3.2rem 1.35rem 1.35rem;
  }
  .cid-vtGWAejKBE .tb-badge {
    left: 1.35rem;
  }
  .cid-vtGWAejKBE .tb-featured-icon {
    margin: 0 auto 1.25rem;
  }
  .cid-vtGWAejKBE .tb-featured-copy {
    padding-left: .75rem;
  }
  .cid-vtGWAejKBE .tb-featured-action {
    padding-left: .75rem;
  }
  .cid-vtGWAejKBE .tb-featured-action .btn {
    width: 100%;
  }
}
.cid-vtGWAeA12M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #031c52;
}
.cid-vtGWAeA12M .mbr-section-title {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-vtGWAeA12M .tb-repair-row .item {
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.cid-vtGWAeA12M .tb-repair-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: .45rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  padding: 1rem 1.25rem;
}
.cid-vtGWAeA12M .tb-repair-card img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  flex: 0 0 auto;
}
.cid-vtGWAeA12M .tb-repair-title {
  color: #082363;
  line-height: 1.15;
  margin: 0 0 .25rem;
}
.cid-vtGWAeA12M .tb-repair-price {
  color: #0868f7;
  line-height: 1.1;
  margin: 0;
}
.cid-vtH6fZtXgw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtH6fZtXgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtH6fZtXgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtH6fZtXgw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vtH6fZtXgw .panel-group {
  border: none;
}
.cid-vtH6fZtXgw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtH6fZtXgw .panel-body,
.cid-vtH6fZtXgw .card-header {
  padding: 1rem 0;
}
.cid-vtH6fZtXgw .panel-title-edit {
  color: #000000;
}
.cid-vtH6fZtXgw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vtH6gtA7Kn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtH6gtA7Kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtH6gtA7Kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtH6gtA7Kn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vtH6gtA7Kn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtH6gtA7Kn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vtH6gtA7Kn .panel-body,
.cid-vtH6gtA7Kn .card-header {
  padding: 1rem 0;
}
.cid-vtH6gtA7Kn .panel-title-edit {
  color: #000000;
}
.cid-vtH9k7ioAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtH9k7ioAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtH9k7ioAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtH9k7ioAf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vtH9k7ioAf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtH9k7ioAf .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vtH9k7ioAf .panel-body,
.cid-vtH9k7ioAf .card-header {
  padding: 1rem 0;
}
.cid-vtH9k7ioAf .panel-title-edit {
  color: #000000;
}
.cid-vtHa8FADwH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtHa8FADwH .mbr-section-subtitle {
  text-align: center;
}
.cid-vtGWAfdxWZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #031c52;
  text-align: center;
}
.cid-vtGWAfdxWZ .mbr-section-title {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: .55rem;
}
.cid-vtGWAfdxWZ .mbr-text {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.cid-vtGWAfdxWZ .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.cid-vtGWAfdxWZ .mbr-section-btn .btn {
  min-width: 12rem;
  margin: 0;
  font-weight: 700;
}
.cid-vtGWAfdxWZ .tb-primary-btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vtGWAfdxWZ .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vtGWAfdxWZ .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vtGWAfqiXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vtGWAfqiXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtGWAfqiXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtGWAfqiXM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vtGWAfqiXM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vtGWAfqiXM .row {
    text-align: center;
  }
  .cid-vtGWAfqiXM .row > div {
    margin: auto;
  }
  .cid-vtGWAfqiXM .social-row {
    justify-content: center;
  }
}
.cid-vtGWAfqiXM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vtGWAfqiXM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vtGWAfqiXM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtGWAfqiXM .list {
    margin-bottom: 0rem;
  }
}
.cid-vtGWAfqiXM .mbr-text {
  color: #bbbbbb;
}
.cid-vtGWAfqiXM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vtGWAfqiXM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vtGWAfqiXM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsRbeDyU2C {
  background-image: url("../../../assets/images/chatgpt20image20sep2022020262011-11-3120am-1916x821.webp");
}
.cid-vsRbeDyU2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsRbeDyU2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsRbHZRnPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsRbHZRnPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsRbHZRnPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsRbLPmi4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsRbMhIZFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vsRbMhIZFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsRbMhIZFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsRbMhIZFJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vsRbMhIZFJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vsRbMhIZFJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vsRbOwyvzy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vtOBX0WSiH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtOBX0WSiH img,
.cid-vtOBX0WSiH .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vtOBX0WSiH .item:focus,
.cid-vtOBX0WSiH span:focus {
  outline: none;
}
.cid-vtOBX0WSiH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtOBX0WSiH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtOBX0WSiH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtOBX0WSiH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtOBX0WSiH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtOBX0WSiH .mbr-section-title {
  color: #232323;
}
.cid-vtOBX0WSiH .mbr-text,
.cid-vtOBX0WSiH .mbr-section-btn {
  text-align: left;
}
.cid-vtOBX0WSiH .item-title {
  text-align: left;
}
.cid-vtOBX0WSiH .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vu59TCcHdZ {
  z-index: 1000;
  width: 100%;
}
.cid-vu59TCcHdZ nav.navbar {
  position: fixed;
}
.cid-vu59TCcHdZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vu59TCcHdZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vu59TCcHdZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vu59TCcHdZ .dropdown-item:hover,
.cid-vu59TCcHdZ .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vu59TCcHdZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vu59TCcHdZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vu59TCcHdZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vu59TCcHdZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vu59TCcHdZ .nav-link {
  position: relative;
}
.cid-vu59TCcHdZ .container {
  display: flex;
  margin: auto;
}
.cid-vu59TCcHdZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vu59TCcHdZ .dropdown-menu,
.cid-vu59TCcHdZ .navbar.opened {
  background: #fafafa !important;
}
.cid-vu59TCcHdZ .nav-item:focus,
.cid-vu59TCcHdZ .nav-link:focus {
  outline: none;
}
.cid-vu59TCcHdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vu59TCcHdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vu59TCcHdZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vu59TCcHdZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vu59TCcHdZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vu59TCcHdZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vu59TCcHdZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vu59TCcHdZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vu59TCcHdZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vu59TCcHdZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vu59TCcHdZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vu59TCcHdZ .navbar.collapsed {
  justify-content: center;
}
.cid-vu59TCcHdZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vu59TCcHdZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vu59TCcHdZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vu59TCcHdZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vu59TCcHdZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vu59TCcHdZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vu59TCcHdZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vu59TCcHdZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vu59TCcHdZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vu59TCcHdZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vu59TCcHdZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vu59TCcHdZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vu59TCcHdZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vu59TCcHdZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vu59TCcHdZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vu59TCcHdZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vu59TCcHdZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vu59TCcHdZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vu59TCcHdZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vu59TCcHdZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vu59TCcHdZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vu59TCcHdZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vu59TCcHdZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vu59TCcHdZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vu59TCcHdZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vu59TCcHdZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vu59TCcHdZ .dropdown-item.active,
.cid-vu59TCcHdZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vu59TCcHdZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vu59TCcHdZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vu59TCcHdZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vu59TCcHdZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vu59TCcHdZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vu59TCcHdZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vu59TCcHdZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vu59TCcHdZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vu59TCcHdZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vu59TCcHdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vu59TCcHdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vu59TCcHdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vu59TCcHdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vu59TCcHdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vu59TCcHdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vu59TCcHdZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vu59TCcHdZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vu59TCcHdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vu59TCcHdZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vu59TCcHdZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vu59TCcHdZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vu59TCcHdZ .navbar {
    height: 70px;
  }
  .cid-vu59TCcHdZ .navbar.opened {
    height: auto;
  }
  .cid-vu59TCcHdZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vu59TCvfws {
  padding-top: 10rem;
  padding-bottom: 7rem;
  min-height: 38rem;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../../../assets/images/pool20dc-1692x930.webp");
}
.cid-vu59TCvfws .container {
  position: relative;
  z-index: 2;
}
.cid-vu59TCvfws .tb-hero-content {
  color: #ffffff;
}
.cid-vu59TCvfws .tb-eyebrow {
  color: #00d8ff;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}
.cid-vu59TCvfws .mbr-section-title {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
}
.cid-vu59TCvfws .mbr-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}
.cid-vu59TCvfws .tb-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.35rem 0;
}
.cid-vu59TCvfws .tb-hero-buttons .btn {
  width: 100%;
  max-width: 25rem;
  margin: 0;
  border-radius: .35rem;
  font-weight: 700;
}
.cid-vu59TCvfws .tb-primary-btn {
  background-color: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vu59TCvfws .tb-primary-btn:hover {
  background-color: #0054d6;
  border-color: #0054d6;
  color: #ffffff;
}
.cid-vu59TCvfws .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vu59TCvfws .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vu59TCvfws .tb-trust {
  color: #ffffff;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}
.cid-vu59TCvfws .tb-trust span {
  color: #00d8ff;
}
@media (max-width: 767px) {
  .cid-vu59TCvfws {
    padding-top: 9rem;
    padding-bottom: 5rem;
    min-height: 0;
    background-position: 38% center;
  }
  .cid-vu59TCvfws .tb-hero-content {
    background: rgba(3, 28, 82, 0.78);
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .cid-vu59TCvfws .mbr-section-title {
    font-size: 2.8rem;
  }
  .cid-vu59TCvfws .mbr-text {
    font-size: 1.08rem;
  }
  .cid-vu59TCvfws .tb-hero-buttons .btn {
    max-width: none;
  }
}
.cid-vu59TCJsF7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f4f8ff;
}
.cid-vu59TCJsF7 .tb-section-head {
  text-align: center;
  margin-bottom: 2.2rem;
}
.cid-vu59TCJsF7 .mbr-section-title {
  color: #082363;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: .65rem;
}
.cid-vu59TCJsF7 .mbr-section-subtitle {
  color: #082363;
  margin: 0;
}
.cid-vu59TCJsF7 .tb-featured-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .7rem;
  box-shadow: 0 14px 34px rgba(3, 28, 82, 0.13);
  padding: 2.25rem;
  margin-bottom: 1.75rem;
}
.cid-vu59TCJsF7 .tb-badge {
  position: absolute;
  top: .8rem;
  left: 2.25rem;
  background: #0868f7;
  color: #ffffff;
  font-weight: 700;
  font-size: .82rem;
  padding: .36rem .7rem;
  border-radius: .25rem;
}
.cid-vu59TCJsF7 .tb-icon-shell {
  background: #e7f0ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.cid-vu59TCJsF7 .tb-icon-shell img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}
.cid-vu59TCJsF7 .tb-featured-icon {
  width: 125px;
  height: 125px;
  margin-top: 1rem;
}
.cid-vu59TCJsF7 .tb-small-icon {
  width: 90px;
  height: 90px;
}
.cid-vu59TCJsF7 .tb-card-title {
  color: #082363;
  line-height: 1.12;
  margin: 0 0 .55rem;
}
.cid-vu59TCJsF7 .tb-featured-copy {
  padding-left: 1.4rem;
}
.cid-vu59TCJsF7 .tb-check-list {
  list-style: none;
  padding: 0;
  margin: .8rem 0 0;
  color: #082363;
}
.cid-vu59TCJsF7 .tb-check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin: .55rem 0;
}
.cid-vu59TCJsF7 .tb-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .03rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0868f7;
  color: #ffffff;
  font-size: .72rem;
  font-weight: 800;
}
.cid-vu59TCJsF7 .tb-featured-action {
  text-align: right;
}
.cid-vu59TCJsF7 .tb-price {
  color: #0868f7;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 2.2rem;
}
.cid-vu59TCJsF7 .tb-featured-action .btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.cid-vu59TCJsF7 .tb-small-card-row {
  margin-top: 0;
}
.cid-vu59TCJsF7 .tb-small-card-row .item {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.cid-vu59TCJsF7 .tb-small-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 99, 0.11);
  border-radius: .45rem;
  box-shadow: 0 9px 24px rgba(3, 28, 82, 0.1);
  padding: 1.55rem;
}
.cid-vu59TCJsF7 .tb-card-top {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.cid-vu59TCJsF7 .tb-small-price {
  color: #0868f7;
  line-height: 1.1;
  margin: .25rem 0 0;
}
.cid-vu59TCJsF7 .tb-rule {
  height: 1px;
  background: rgba(8, 35, 99, 0.25);
  margin: 1.25rem 0 .85rem;
}
@media (max-width: 991px) {
  .cid-vu59TCJsF7 .tb-featured-action {
    text-align: left;
    margin-top: 1.25rem;
  }
  .cid-vu59TCJsF7 .tb-price {
    margin-bottom: 1rem;
  }
  .cid-vu59TCJsF7 .tb-featured-copy {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vu59TCJsF7 .tb-featured-card {
    padding: 3.2rem 1.35rem 1.35rem;
  }
  .cid-vu59TCJsF7 .tb-badge {
    left: 1.35rem;
  }
  .cid-vu59TCJsF7 .tb-featured-icon {
    margin: 0 auto 1.25rem;
  }
  .cid-vu59TCJsF7 .tb-featured-copy {
    padding-left: .75rem;
  }
  .cid-vu59TCJsF7 .tb-featured-action {
    padding-left: .75rem;
  }
  .cid-vu59TCJsF7 .tb-featured-action .btn {
    width: 100%;
  }
}
.cid-vu59TD3omU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #031c52;
}
.cid-vu59TD3omU .mbr-section-title {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-vu59TD3omU .tb-repair-row .item {
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.cid-vu59TD3omU .tb-repair-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: .45rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  padding: 1rem 1.25rem;
}
.cid-vu59TD3omU .tb-repair-card img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  flex: 0 0 auto;
}
.cid-vu59TD3omU .tb-repair-title {
  color: #082363;
  line-height: 1.15;
  margin: 0 0 .25rem;
}
.cid-vu59TD3omU .tb-repair-price {
  color: #0868f7;
  line-height: 1.1;
  margin: 0;
}
.cid-vu59TDpXce {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu59TDpXce .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu59TDpXce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu59TDpXce .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #031c52;
  margin-left: 1rem;
}
.cid-vu59TDpXce .panel-group {
  border: none;
}
.cid-vu59TDpXce .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vu59TDpXce .panel-body,
.cid-vu59TDpXce .card-header {
  padding: 1rem 0;
}
.cid-vu59TDpXce .panel-title-edit {
  color: #000000;
}
.cid-vu59TDpXce .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vu59TDLdaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu59TDLdaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu59TDLdaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu59TDLdaK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vu59TDLdaK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vu59TDLdaK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vu59TDLdaK .panel-body,
.cid-vu59TDLdaK .card-header {
  padding: 1rem 0;
}
.cid-vu59TDLdaK .panel-title-edit {
  color: #000000;
}
.cid-vu59TE8N3G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu59TE8N3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu59TE8N3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu59TE8N3G .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vu59TE8N3G .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vu59TE8N3G .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #031c52;
}
.cid-vu59TE8N3G .panel-body,
.cid-vu59TE8N3G .card-header {
  padding: 1rem 0;
}
.cid-vu59TE8N3G .panel-title-edit {
  color: #000000;
}
.cid-vu59TEuyOi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu59TEuyOi .mbr-section-subtitle {
  text-align: center;
}
.cid-vu59TENtri {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #031c52;
  text-align: center;
}
.cid-vu59TENtri .mbr-section-title {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: .55rem;
}
.cid-vu59TENtri .mbr-text {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.cid-vu59TENtri .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.cid-vu59TENtri .mbr-section-btn .btn {
  min-width: 12rem;
  margin: 0;
  font-weight: 700;
}
.cid-vu59TENtri .tb-primary-btn {
  background: #0868f7;
  border-color: #0868f7;
  color: #ffffff;
}
.cid-vu59TENtri .tb-outline-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cid-vu59TENtri .tb-outline-btn:hover {
  background: #ffffff;
  color: #031c52;
}
.cid-vu59TF7GP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vu59TF7GP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu59TF7GP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu59TF7GP4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vu59TF7GP4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vu59TF7GP4 .row {
    text-align: center;
  }
  .cid-vu59TF7GP4 .row > div {
    margin: auto;
  }
  .cid-vu59TF7GP4 .social-row {
    justify-content: center;
  }
}
.cid-vu59TF7GP4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vu59TF7GP4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vu59TF7GP4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vu59TF7GP4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vu59TF7GP4 .mbr-text {
  color: #bbbbbb;
}
.cid-vu59TF7GP4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vu59TF7GP4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vu59TF7GP4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vsKyItZVW0 {
  z-index: 1000;
  width: 100%;
}
.cid-vsKyItZVW0 nav.navbar {
  position: fixed;
}
.cid-vsKyItZVW0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsKyItZVW0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vsKyItZVW0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vsKyItZVW0 .dropdown-item:hover,
.cid-vsKyItZVW0 .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vsKyItZVW0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsKyItZVW0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsKyItZVW0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsKyItZVW0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsKyItZVW0 .nav-link {
  position: relative;
}
.cid-vsKyItZVW0 .container {
  display: flex;
  margin: auto;
}
.cid-vsKyItZVW0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vsKyItZVW0 .dropdown-menu,
.cid-vsKyItZVW0 .navbar.opened {
  background: #fafafa !important;
}
.cid-vsKyItZVW0 .nav-item:focus,
.cid-vsKyItZVW0 .nav-link:focus {
  outline: none;
}
.cid-vsKyItZVW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsKyItZVW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vsKyItZVW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsKyItZVW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsKyItZVW0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsKyItZVW0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsKyItZVW0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vsKyItZVW0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vsKyItZVW0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vsKyItZVW0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vsKyItZVW0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsKyItZVW0 .navbar.collapsed {
  justify-content: center;
}
.cid-vsKyItZVW0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsKyItZVW0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsKyItZVW0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vsKyItZVW0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsKyItZVW0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsKyItZVW0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vsKyItZVW0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsKyItZVW0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsKyItZVW0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsKyItZVW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsKyItZVW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsKyItZVW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsKyItZVW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsKyItZVW0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vsKyItZVW0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsKyItZVW0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsKyItZVW0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vsKyItZVW0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vsKyItZVW0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsKyItZVW0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsKyItZVW0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vsKyItZVW0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vsKyItZVW0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vsKyItZVW0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vsKyItZVW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vsKyItZVW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsKyItZVW0 .dropdown-item.active,
.cid-vsKyItZVW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vsKyItZVW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsKyItZVW0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsKyItZVW0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsKyItZVW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vsKyItZVW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vsKyItZVW0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsKyItZVW0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vsKyItZVW0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vsKyItZVW0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vsKyItZVW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vsKyItZVW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vsKyItZVW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsKyItZVW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vsKyItZVW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vsKyItZVW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsKyItZVW0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsKyItZVW0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsKyItZVW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsKyItZVW0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsKyItZVW0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsKyItZVW0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsKyItZVW0 .navbar {
    height: 70px;
  }
  .cid-vsKyItZVW0 .navbar.opened {
    height: auto;
  }
  .cid-vsKyItZVW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-aa {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Converted for Mobirise's LESS production renderer. */
  /*
  Mobirise's editor can delay or suppress scripts while a custom block is
  being previewed. Panels therefore remain visible until this block's
  script marks the section ready. The form fails open instead of looking
  like an empty page.
*/
}
#custom-html-aa #tb-appointment {
  background: radial-gradient(circle at 5% 0%, rgba(69, 200, 238, 0.16), transparent 31rem), #f5f8fc;
  color: #17233a;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 520px;
  opacity: 1 !important;
  padding: 64px 18px;
  position: relative;
  visibility: visible !important;
}
#custom-html-aa #tb-appointment,
#custom-html-aa #tb-appointment * {
  box-sizing: border-box;
}
#custom-html-aa #tb-appointment.tb-appt-js [hidden] {
  display: none !important;
}
#custom-html-aa #tb-appointment:not(.tb-appt-js) [data-step-panel] {
  display: block !important;
}
#custom-html-aa #tb-appointment .tb-appt-shell {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#custom-html-aa #tb-appointment .tb-appt-heading {
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: center;
}
#custom-html-aa #tb-appointment .tb-appt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0b67a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#custom-html-aa #tb-appointment .tb-appt-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: #0b67a5;
  content: "";
}
#custom-html-aa #tb-appointment h1,
#custom-html-aa #tb-appointment h2,
#custom-html-aa #tb-appointment h3,
#custom-html-aa #tb-appointment h4,
#custom-html-aa #tb-appointment p {
  margin-top: 0;
}
#custom-html-aa #tb-appointment h1 {
  margin-bottom: 13px;
  color: #031c52;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
#custom-html-aa #tb-appointment .tb-appt-intro {
  margin: 0 auto;
  color: #637083;
  font-size: 18px;
  line-height: 1.65;
}
#custom-html-aa #tb-appointment .tb-appt-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin: 22px auto 0;
}
#custom-html-aa #tb-appointment .tb-appt-promise {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 103, 165, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  color: #031c52;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
#custom-html-aa #tb-appointment .tb-appt-check {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 12px;
}
#custom-html-aa #tb-appointment .tb-appt-card {
  overflow: hidden;
  border: 1px solid rgba(3, 28, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(3, 28, 82, 0.11);
}
#custom-html-aa #tb-appointment .tb-appt-progress-head {
  padding: 23px 32px 20px;
  background: linear-gradient(135deg, #031c52, #084481);
  color: #ffffff;
}
#custom-html-aa #tb-appointment .tb-appt-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-aa #tb-appointment .tb-appt-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}
#custom-html-aa #tb-appointment .tb-appt-progress-bar {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: #45c8ee;
  transition: width .28s ease;
}
#custom-html-aa #tb-appointment .tb-appt-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
#custom-html-aa #tb-appointment .tb-appt-step-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#custom-html-aa #tb-appointment .tb-appt-step-tab span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
#custom-html-aa #tb-appointment .tb-appt-step-tab.is-active,
#custom-html-aa #tb-appointment .tb-appt-step-tab.is-complete {
  color: #fff;
}
#custom-html-aa #tb-appointment .tb-appt-step-tab.is-active span,
#custom-html-aa #tb-appointment .tb-appt-step-tab.is-complete span {
  border-color: #45c8ee;
  background: #45c8ee;
  color: #031c52;
}
#custom-html-aa #tb-appointment .tb-appt-form-body {
  padding: 38px;
}
#custom-html-aa #tb-appointment .tb-appt-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 28px;
}
#custom-html-aa #tb-appointment .tb-appt-panel-number {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #031c52;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-aa #tb-appointment .tb-appt-panel-title h2 {
  margin: 1px 0 4px;
  color: #031c52;
  font-size: 26px;
  line-height: 1.18;
}
#custom-html-aa #tb-appointment .tb-appt-panel-title p {
  margin-bottom: 0;
  color: #637083;
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-aa #tb-appointment .tb-appt-subsection + .tb-appt-subsection {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #d9e3ee;
}
#custom-html-aa #tb-appointment .tb-appt-subsection h3 {
  margin-bottom: 18px;
  color: #031c52;
  font-size: 18px;
  line-height: 1.3;
}
#custom-html-aa #tb-appointment .tb-appt-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
#custom-html-aa #tb-appointment .tb-col-12 {
  grid-column: span 12;
}
#custom-html-aa #tb-appointment .tb-col-8 {
  grid-column: span 8;
}
#custom-html-aa #tb-appointment .tb-col-7 {
  grid-column: span 7;
}
#custom-html-aa #tb-appointment .tb-col-6 {
  grid-column: span 6;
}
#custom-html-aa #tb-appointment .tb-col-5 {
  grid-column: span 5;
}
#custom-html-aa #tb-appointment .tb-col-4 {
  grid-column: span 4;
}
#custom-html-aa #tb-appointment .tb-col-3 {
  grid-column: span 3;
}
#custom-html-aa #tb-appointment .tb-appt-field {
  min-width: 0;
}
#custom-html-aa #tb-appointment .tb-appt-label,
#custom-html-aa #tb-appointment legend {
  display: block;
  width: 100%;
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: #031c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
#custom-html-aa #tb-appointment .tb-appt-required {
  color: #b42318;
}
#custom-html-aa #tb-appointment .tb-appt-help {
  margin: 7px 0 0;
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-aa #tb-appointment input[type="text"],
#custom-html-aa #tb-appointment input[type="email"],
#custom-html-aa #tb-appointment input[type="tel"],
#custom-html-aa #tb-appointment input[type="url"],
#custom-html-aa #tb-appointment select,
#custom-html-aa #tb-appointment textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #bdc9d8;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #17233a;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-aa #tb-appointment textarea {
  min-height: 126px;
  resize: vertical;
}
#custom-html-aa #tb-appointment input:focus,
#custom-html-aa #tb-appointment select:focus,
#custom-html-aa #tb-appointment textarea:focus {
  border-color: #0b67a5;
  box-shadow: 0 0 0 4px rgba(11, 103, 165, 0.13);
}
#custom-html-aa #tb-appointment .tb-appt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
#custom-html-aa #tb-appointment .tb-appt-choice-grid.tb-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#custom-html-aa #tb-appointment .tb-appt-choice-grid.tb-one {
  grid-template-columns: 1fr;
}
#custom-html-aa #tb-appointment .tb-appt-choice {
  position: relative;
  min-width: 0;
}
#custom-html-aa #tb-appointment .tb-appt-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#custom-html-aa #tb-appointment .tb-appt-choice label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d9e3ee;
  border-radius: 11px;
  background: #fbfdff;
  color: #17233a;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-aa #tb-appointment .tb-appt-choice label::before {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #9cabbc;
  border-radius: 50%;
  background: #fff;
  content: "";
}
#custom-html-aa #tb-appointment .tb-appt-choice input[type="checkbox"] + label::before {
  border-radius: 5px;
}
#custom-html-aa #tb-appointment .tb-appt-choice input:checked + label {
  border-color: #0b67a5;
  background: #eaf6fc;
  box-shadow: inset 0 0 0 1px #0b67a5;
  color: #031c52;
  font-weight: 700;
}
#custom-html-aa #tb-appointment .tb-appt-choice input:checked + label::before {
  border: 5px solid #0b67a5;
}
#custom-html-aa #tb-appointment .tb-appt-choice input[type="checkbox"]:checked + label::before {
  border-width: 2px;
  background: #0b67a5;
  box-shadow: inset 0 0 0 3px #fff;
}
#custom-html-aa #tb-appointment .tb-appt-choice input:focus-visible + label {
  outline: 3px solid rgba(11, 103, 165, 0.24);
  outline-offset: 2px;
}
#custom-html-aa #tb-appointment .tb-appt-branch {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #cfe1ee;
  border-radius: 11px;
  background: #eaf6fc;
  color: #031c52;
}
#custom-html-aa #tb-appointment .tb-appt-branch-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 14px;
}
#custom-html-aa #tb-appointment .tb-appt-branch strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
#custom-html-aa #tb-appointment .tb-appt-branch span {
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-aa #tb-appointment .tb-appt-upcharge-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid #c17800;
  border-radius: 8px;
  background: #fff9ed;
  color: #6e4600;
  font-size: 13px;
  line-height: 1.5;
}
#custom-html-aa #tb-appointment .tb-appt-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}
#custom-html-aa #tb-appointment .tb-appt-review-card {
  padding: 18px;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #fbfdff;
}
#custom-html-aa #tb-appointment .tb-appt-review-card h3 {
  margin: 0 0 11px;
  color: #031c52;
  font-size: 16px;
}
#custom-html-aa #tb-appointment .tb-appt-review-list {
  display: grid;
  grid-template-columns: minmax(100px, 0.38fr) minmax(0, 0.62fr);
  margin: 0;
  gap: 0;
}
#custom-html-aa #tb-appointment .tb-appt-review-list dt,
#custom-html-aa #tb-appointment .tb-appt-review-list dd {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #e5edf4;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
#custom-html-aa #tb-appointment .tb-appt-review-list dt {
  padding-right: 9px;
  color: #637083;
  font-weight: 700;
}
#custom-html-aa #tb-appointment .tb-appt-review-list dd {
  color: #17233a;
  font-weight: 700;
}
#custom-html-aa #tb-appointment .tb-appt-acknowledgements {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cfe1ee;
  border-radius: 13px;
  background: #f7fbfe;
}
#custom-html-aa #tb-appointment .tb-appt-acknowledgements h3 {
  margin: 0 0 3px;
  color: #031c52;
  font-size: 18px;
}
#custom-html-aa #tb-appointment .tb-appt-alert {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
#custom-html-aa #tb-appointment .tb-appt-alert.is-error {
  border-color: #f1b8b3;
  background: #fff2f1;
  color: #b42318;
}
#custom-html-aa #tb-appointment .tb-appt-alert.is-success {
  border-color: #9bd5ba;
  background: #ecf9f3;
  color: #087443;
}
#custom-html-aa #tb-appointment .tb-appt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
}
#custom-html-aa #tb-appointment .tb-appt-btn {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-aa #tb-appointment .tb-appt-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
#custom-html-aa #tb-appointment .tb-appt-btn:disabled {
  cursor: wait;
  opacity: .68;
}
#custom-html-aa #tb-appointment .tb-appt-btn-primary {
  background: #031c52;
  color: #fff;
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.2);
}
#custom-html-aa #tb-appointment .tb-appt-btn-primary:hover:not(:disabled) {
  background: #092d6a;
  color: #fff;
}
#custom-html-aa #tb-appointment .tb-appt-btn-secondary {
  border-color: #afbdcc;
  background: #fff;
  color: #031c52;
}
#custom-html-aa #tb-appointment .tb-appt-btn-secondary:hover:not(:disabled) {
  background: #f3f7fb;
  color: #031c52;
}
#custom-html-aa #tb-appointment .tb-appt-submit-note {
  margin: 12px 0 0;
  color: #637083;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
#custom-html-aa #tb-appointment .tb-appt-success-panel {
  display: none;
  padding: 62px 24px;
  text-align: center;
}
#custom-html-aa #tb-appointment.tb-appt-complete .tb-appt-success-panel {
  display: block;
}
#custom-html-aa #tb-appointment.tb-appt-complete #tb-appt-progress-head,
#custom-html-aa #tb-appointment.tb-appt-complete #tb-appointment-form {
  display: none;
}
#custom-html-aa #tb-appointment .tb-appt-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 19px;
  place-items: center;
  border-radius: 50%;
  background: #e3f6ed;
  color: #087443;
  font-size: 31px;
  font-weight: 800;
}
#custom-html-aa #tb-appointment .tb-appt-success-panel h2 {
  margin-bottom: 10px;
  color: #031c52;
  font-size: 32px;
}
#custom-html-aa #tb-appointment .tb-appt-success-panel p {
  max-width: 610px;
  margin: 0 auto 22px;
  color: #637083;
  font-size: 16px;
  line-height: 1.6;
}
#custom-html-aa #tb-appointment .tb-appt-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 760px) {
  #custom-html-aa #tb-appointment .tb-appt-promises,
  #custom-html-aa #tb-appointment .tb-appt-review,
  #custom-html-aa #tb-appointment .tb-appt-choice-grid,
  #custom-html-aa #tb-appointment .tb-appt-choice-grid.tb-two {
    grid-template-columns: 1fr;
  }
  #custom-html-aa #tb-appointment .tb-appt-promise {
    justify-content: flex-start;
    border-radius: 11px;
  }
  #custom-html-aa #tb-appointment .tb-col-8,
  #custom-html-aa #tb-appointment .tb-col-7,
  #custom-html-aa #tb-appointment .tb-col-6,
  #custom-html-aa #tb-appointment .tb-col-5,
  #custom-html-aa #tb-appointment .tb-col-4,
  #custom-html-aa #tb-appointment .tb-col-3 {
    grid-column: span 12;
  }
  #custom-html-aa #tb-appointment .tb-appt-step-tab {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #custom-html-aa #tb-appointment .tb-appt-step-tab b {
    display: none;
  }
  #custom-html-aa #tb-appointment .tb-appt-form-body {
    padding: 26px 18px 30px;
  }
  #custom-html-aa #tb-appointment .tb-appt-card {
    border-radius: 17px;
  }
  #custom-html-aa #tb-appointment .tb-appt-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #custom-html-aa #tb-appointment .tb-appt-actions .tb-appt-btn {
    width: 100%;
  }
  #custom-html-aa #tb-appointment .tb-appt-submit-note {
    text-align: center;
  }
  #custom-html-aa #tb-appointment .tb-appt-review-list {
    grid-template-columns: 1fr;
  }
  #custom-html-aa #tb-appointment .tb-appt-review-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vu6quMsEP1 {
  z-index: 1000;
  width: 100%;
}
.cid-vu6quMsEP1 nav.navbar {
  position: fixed;
}
.cid-vu6quMsEP1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vu6quMsEP1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vu6quMsEP1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vu6quMsEP1 .dropdown-item:hover,
.cid-vu6quMsEP1 .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vu6quMsEP1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vu6quMsEP1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vu6quMsEP1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vu6quMsEP1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vu6quMsEP1 .nav-link {
  position: relative;
}
.cid-vu6quMsEP1 .container {
  display: flex;
  margin: auto;
}
.cid-vu6quMsEP1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vu6quMsEP1 .dropdown-menu,
.cid-vu6quMsEP1 .navbar.opened {
  background: #fafafa !important;
}
.cid-vu6quMsEP1 .nav-item:focus,
.cid-vu6quMsEP1 .nav-link:focus {
  outline: none;
}
.cid-vu6quMsEP1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vu6quMsEP1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vu6quMsEP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vu6quMsEP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vu6quMsEP1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vu6quMsEP1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vu6quMsEP1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vu6quMsEP1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vu6quMsEP1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vu6quMsEP1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vu6quMsEP1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vu6quMsEP1 .navbar.collapsed {
  justify-content: center;
}
.cid-vu6quMsEP1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vu6quMsEP1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vu6quMsEP1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vu6quMsEP1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vu6quMsEP1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vu6quMsEP1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vu6quMsEP1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vu6quMsEP1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vu6quMsEP1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vu6quMsEP1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vu6quMsEP1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vu6quMsEP1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vu6quMsEP1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vu6quMsEP1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vu6quMsEP1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vu6quMsEP1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vu6quMsEP1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vu6quMsEP1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vu6quMsEP1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vu6quMsEP1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vu6quMsEP1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vu6quMsEP1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vu6quMsEP1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vu6quMsEP1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vu6quMsEP1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vu6quMsEP1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vu6quMsEP1 .dropdown-item.active,
.cid-vu6quMsEP1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vu6quMsEP1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vu6quMsEP1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vu6quMsEP1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vu6quMsEP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vu6quMsEP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vu6quMsEP1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vu6quMsEP1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vu6quMsEP1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vu6quMsEP1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vu6quMsEP1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vu6quMsEP1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vu6quMsEP1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vu6quMsEP1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vu6quMsEP1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vu6quMsEP1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vu6quMsEP1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vu6quMsEP1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vu6quMsEP1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vu6quMsEP1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vu6quMsEP1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vu6quMsEP1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vu6quMsEP1 .navbar {
    height: 70px;
  }
  .cid-vu6quMsEP1 .navbar.opened {
    height: auto;
  }
  .cid-vu6quMsEP1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-fs {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Converted for Mobirise's LESS production renderer. */
  /*
  Mobirise's editor can delay or suppress scripts while a custom block is
  being previewed. Panels therefore remain visible until this block's
  script marks the section ready. The form fails open instead of looking
  like an empty page.
*/
}
#custom-html-fs #tb-appointment {
  background: radial-gradient(circle at 5% 0%, rgba(69, 200, 238, 0.16), transparent 31rem), #f5f8fc;
  color: #17233a;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 520px;
  opacity: 1 !important;
  padding: 64px 18px;
  position: relative;
  visibility: visible !important;
}
#custom-html-fs #tb-appointment,
#custom-html-fs #tb-appointment * {
  box-sizing: border-box;
}
#custom-html-fs #tb-appointment.tb-appt-js [hidden] {
  display: none !important;
}
#custom-html-fs #tb-appointment:not(.tb-appt-js) [data-step-panel] {
  display: block !important;
}
#custom-html-fs #tb-appointment .tb-appt-shell {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#custom-html-fs #tb-appointment .tb-appt-heading {
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: center;
}
#custom-html-fs #tb-appointment .tb-appt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0b67a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#custom-html-fs #tb-appointment .tb-appt-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: #0b67a5;
  content: "";
}
#custom-html-fs #tb-appointment h1,
#custom-html-fs #tb-appointment h2,
#custom-html-fs #tb-appointment h3,
#custom-html-fs #tb-appointment h4,
#custom-html-fs #tb-appointment p {
  margin-top: 0;
}
#custom-html-fs #tb-appointment h1 {
  margin-bottom: 13px;
  color: #031c52;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
#custom-html-fs #tb-appointment .tb-appt-intro {
  margin: 0 auto;
  color: #637083;
  font-size: 18px;
  line-height: 1.65;
}
#custom-html-fs #tb-appointment .tb-appt-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin: 22px auto 0;
}
#custom-html-fs #tb-appointment .tb-appt-promise {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 103, 165, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  color: #031c52;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
#custom-html-fs #tb-appointment .tb-appt-check {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 12px;
}
#custom-html-fs #tb-appointment .tb-appt-card {
  overflow: hidden;
  border: 1px solid rgba(3, 28, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(3, 28, 82, 0.11);
}
#custom-html-fs #tb-appointment .tb-appt-progress-head {
  padding: 23px 32px 20px;
  background: linear-gradient(135deg, #031c52, #084481);
  color: #ffffff;
}
#custom-html-fs #tb-appointment .tb-appt-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-fs #tb-appointment .tb-appt-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}
#custom-html-fs #tb-appointment .tb-appt-progress-bar {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: #45c8ee;
  transition: width .28s ease;
}
#custom-html-fs #tb-appointment .tb-appt-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
#custom-html-fs #tb-appointment .tb-appt-step-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#custom-html-fs #tb-appointment .tb-appt-step-tab span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
#custom-html-fs #tb-appointment .tb-appt-step-tab.is-active,
#custom-html-fs #tb-appointment .tb-appt-step-tab.is-complete {
  color: #fff;
}
#custom-html-fs #tb-appointment .tb-appt-step-tab.is-active span,
#custom-html-fs #tb-appointment .tb-appt-step-tab.is-complete span {
  border-color: #45c8ee;
  background: #45c8ee;
  color: #031c52;
}
#custom-html-fs #tb-appointment .tb-appt-form-body {
  padding: 38px;
}
#custom-html-fs #tb-appointment .tb-appt-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 28px;
}
#custom-html-fs #tb-appointment .tb-appt-panel-number {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #031c52;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-fs #tb-appointment .tb-appt-panel-title h2 {
  margin: 1px 0 4px;
  color: #031c52;
  font-size: 26px;
  line-height: 1.18;
}
#custom-html-fs #tb-appointment .tb-appt-panel-title p {
  margin-bottom: 0;
  color: #637083;
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-fs #tb-appointment .tb-appt-subsection + .tb-appt-subsection {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #d9e3ee;
}
#custom-html-fs #tb-appointment .tb-appt-subsection h3 {
  margin-bottom: 18px;
  color: #031c52;
  font-size: 18px;
  line-height: 1.3;
}
#custom-html-fs #tb-appointment .tb-appt-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
#custom-html-fs #tb-appointment .tb-col-12 {
  grid-column: span 12;
}
#custom-html-fs #tb-appointment .tb-col-8 {
  grid-column: span 8;
}
#custom-html-fs #tb-appointment .tb-col-7 {
  grid-column: span 7;
}
#custom-html-fs #tb-appointment .tb-col-6 {
  grid-column: span 6;
}
#custom-html-fs #tb-appointment .tb-col-5 {
  grid-column: span 5;
}
#custom-html-fs #tb-appointment .tb-col-4 {
  grid-column: span 4;
}
#custom-html-fs #tb-appointment .tb-col-3 {
  grid-column: span 3;
}
#custom-html-fs #tb-appointment .tb-appt-field {
  min-width: 0;
}
#custom-html-fs #tb-appointment .tb-appt-label,
#custom-html-fs #tb-appointment legend {
  display: block;
  width: 100%;
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: #031c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
#custom-html-fs #tb-appointment .tb-appt-required {
  color: #b42318;
}
#custom-html-fs #tb-appointment .tb-appt-help {
  margin: 7px 0 0;
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-fs #tb-appointment input[type="text"],
#custom-html-fs #tb-appointment input[type="email"],
#custom-html-fs #tb-appointment input[type="tel"],
#custom-html-fs #tb-appointment input[type="url"],
#custom-html-fs #tb-appointment select,
#custom-html-fs #tb-appointment textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #bdc9d8;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #17233a;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-fs #tb-appointment textarea {
  min-height: 126px;
  resize: vertical;
}
#custom-html-fs #tb-appointment input:focus,
#custom-html-fs #tb-appointment select:focus,
#custom-html-fs #tb-appointment textarea:focus {
  border-color: #0b67a5;
  box-shadow: 0 0 0 4px rgba(11, 103, 165, 0.13);
}
#custom-html-fs #tb-appointment .tb-appt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
#custom-html-fs #tb-appointment .tb-appt-choice-grid.tb-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#custom-html-fs #tb-appointment .tb-appt-choice-grid.tb-one {
  grid-template-columns: 1fr;
}
#custom-html-fs #tb-appointment .tb-appt-choice {
  position: relative;
  min-width: 0;
}
#custom-html-fs #tb-appointment .tb-appt-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#custom-html-fs #tb-appointment .tb-appt-choice label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d9e3ee;
  border-radius: 11px;
  background: #fbfdff;
  color: #17233a;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-fs #tb-appointment .tb-appt-choice label::before {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #9cabbc;
  border-radius: 50%;
  background: #fff;
  content: "";
}
#custom-html-fs #tb-appointment .tb-appt-choice input[type="checkbox"] + label::before {
  border-radius: 5px;
}
#custom-html-fs #tb-appointment .tb-appt-choice input:checked + label {
  border-color: #0b67a5;
  background: #eaf6fc;
  box-shadow: inset 0 0 0 1px #0b67a5;
  color: #031c52;
  font-weight: 700;
}
#custom-html-fs #tb-appointment .tb-appt-choice input:checked + label::before {
  border: 5px solid #0b67a5;
}
#custom-html-fs #tb-appointment .tb-appt-choice input[type="checkbox"]:checked + label::before {
  border-width: 2px;
  background: #0b67a5;
  box-shadow: inset 0 0 0 3px #fff;
}
#custom-html-fs #tb-appointment .tb-appt-choice input:focus-visible + label {
  outline: 3px solid rgba(11, 103, 165, 0.24);
  outline-offset: 2px;
}
#custom-html-fs #tb-appointment .tb-appt-branch {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #cfe1ee;
  border-radius: 11px;
  background: #eaf6fc;
  color: #031c52;
}
#custom-html-fs #tb-appointment .tb-appt-branch-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 14px;
}
#custom-html-fs #tb-appointment .tb-appt-branch strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
#custom-html-fs #tb-appointment .tb-appt-branch span {
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-fs #tb-appointment .tb-appt-upcharge-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid #c17800;
  border-radius: 8px;
  background: #fff9ed;
  color: #6e4600;
  font-size: 13px;
  line-height: 1.5;
}
#custom-html-fs #tb-appointment .tb-appt-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}
#custom-html-fs #tb-appointment .tb-appt-review-card {
  padding: 18px;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #fbfdff;
}
#custom-html-fs #tb-appointment .tb-appt-review-card h3 {
  margin: 0 0 11px;
  color: #031c52;
  font-size: 16px;
}
#custom-html-fs #tb-appointment .tb-appt-review-list {
  display: grid;
  grid-template-columns: minmax(100px, 0.38fr) minmax(0, 0.62fr);
  margin: 0;
  gap: 0;
}
#custom-html-fs #tb-appointment .tb-appt-review-list dt,
#custom-html-fs #tb-appointment .tb-appt-review-list dd {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #e5edf4;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
#custom-html-fs #tb-appointment .tb-appt-review-list dt {
  padding-right: 9px;
  color: #637083;
  font-weight: 700;
}
#custom-html-fs #tb-appointment .tb-appt-review-list dd {
  color: #17233a;
  font-weight: 700;
}
#custom-html-fs #tb-appointment .tb-appt-acknowledgements {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cfe1ee;
  border-radius: 13px;
  background: #f7fbfe;
}
#custom-html-fs #tb-appointment .tb-appt-acknowledgements h3 {
  margin: 0 0 3px;
  color: #031c52;
  font-size: 18px;
}
#custom-html-fs #tb-appointment .tb-appt-alert {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
#custom-html-fs #tb-appointment .tb-appt-alert.is-error {
  border-color: #f1b8b3;
  background: #fff2f1;
  color: #b42318;
}
#custom-html-fs #tb-appointment .tb-appt-alert.is-success {
  border-color: #9bd5ba;
  background: #ecf9f3;
  color: #087443;
}
#custom-html-fs #tb-appointment .tb-appt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
}
#custom-html-fs #tb-appointment .tb-appt-btn {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-fs #tb-appointment .tb-appt-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
#custom-html-fs #tb-appointment .tb-appt-btn:disabled {
  cursor: wait;
  opacity: .68;
}
#custom-html-fs #tb-appointment .tb-appt-btn-primary {
  background: #031c52;
  color: #fff;
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.2);
}
#custom-html-fs #tb-appointment .tb-appt-btn-primary:hover:not(:disabled) {
  background: #092d6a;
  color: #fff;
}
#custom-html-fs #tb-appointment .tb-appt-btn-secondary {
  border-color: #afbdcc;
  background: #fff;
  color: #031c52;
}
#custom-html-fs #tb-appointment .tb-appt-btn-secondary:hover:not(:disabled) {
  background: #f3f7fb;
  color: #031c52;
}
#custom-html-fs #tb-appointment .tb-appt-submit-note {
  margin: 12px 0 0;
  color: #637083;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
#custom-html-fs #tb-appointment .tb-appt-success-panel {
  display: none;
  padding: 62px 24px;
  text-align: center;
}
#custom-html-fs #tb-appointment.tb-appt-complete .tb-appt-success-panel {
  display: block;
}
#custom-html-fs #tb-appointment.tb-appt-complete #tb-appt-progress-head,
#custom-html-fs #tb-appointment.tb-appt-complete #tb-appointment-form {
  display: none;
}
#custom-html-fs #tb-appointment .tb-appt-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 19px;
  place-items: center;
  border-radius: 50%;
  background: #e3f6ed;
  color: #087443;
  font-size: 31px;
  font-weight: 800;
}
#custom-html-fs #tb-appointment .tb-appt-success-panel h2 {
  margin-bottom: 10px;
  color: #031c52;
  font-size: 32px;
}
#custom-html-fs #tb-appointment .tb-appt-success-panel p {
  max-width: 610px;
  margin: 0 auto 22px;
  color: #637083;
  font-size: 16px;
  line-height: 1.6;
}
#custom-html-fs #tb-appointment .tb-appt-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 760px) {
  #custom-html-fs #tb-appointment .tb-appt-promises,
  #custom-html-fs #tb-appointment .tb-appt-review,
  #custom-html-fs #tb-appointment .tb-appt-choice-grid,
  #custom-html-fs #tb-appointment .tb-appt-choice-grid.tb-two {
    grid-template-columns: 1fr;
  }
  #custom-html-fs #tb-appointment .tb-appt-promise {
    justify-content: flex-start;
    border-radius: 11px;
  }
  #custom-html-fs #tb-appointment .tb-col-8,
  #custom-html-fs #tb-appointment .tb-col-7,
  #custom-html-fs #tb-appointment .tb-col-6,
  #custom-html-fs #tb-appointment .tb-col-5,
  #custom-html-fs #tb-appointment .tb-col-4,
  #custom-html-fs #tb-appointment .tb-col-3 {
    grid-column: span 12;
  }
  #custom-html-fs #tb-appointment .tb-appt-step-tab {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #custom-html-fs #tb-appointment .tb-appt-step-tab b {
    display: none;
  }
  #custom-html-fs #tb-appointment .tb-appt-form-body {
    padding: 26px 18px 30px;
  }
  #custom-html-fs #tb-appointment .tb-appt-card {
    border-radius: 17px;
  }
  #custom-html-fs #tb-appointment .tb-appt-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #custom-html-fs #tb-appointment .tb-appt-actions .tb-appt-btn {
    width: 100%;
  }
  #custom-html-fs #tb-appointment .tb-appt-submit-note {
    text-align: center;
  }
  #custom-html-fs #tb-appointment .tb-appt-review-list {
    grid-template-columns: 1fr;
  }
  #custom-html-fs #tb-appointment .tb-appt-review-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.cid-vu6quMZ1rE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vu6quMZ1rE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu6quMZ1rE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu6quMZ1rE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vu6quMZ1rE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vu6quMZ1rE .row {
    text-align: center;
  }
  .cid-vu6quMZ1rE .row > div {
    margin: auto;
  }
  .cid-vu6quMZ1rE .social-row {
    justify-content: center;
  }
}
.cid-vu6quMZ1rE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vu6quMZ1rE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vu6quMZ1rE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vu6quMZ1rE .list {
    margin-bottom: 0rem;
  }
}
.cid-vu6quMZ1rE .mbr-text {
  color: #bbbbbb;
}
.cid-vu6quMZ1rE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vu6quMZ1rE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vu6quMZ1rE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .01em;
  color: #031c52 !important;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 72px;
  padding-top: .35rem;
  padding-bottom: .35rem;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  box-shadow: 0 2px 12px rgba(3, 28, 82, 0.06);
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo img {
  height: 3.4rem !important;
}
.cid-sFCw1qGFAI .btn {
  border-radius: 5px;
  font-weight: 700;
  font-size: .76rem;
  padding: .7rem 1.05rem;
}
.cid-vtU2tYIRhT {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #031c52;
}
.cid-vtU2tYIRhT .row {
  max-width: 1100px;
  margin: auto;
}
.cid-vtU2tYIRhT .btn {
  width: -webkit-fill-available;
}
.cid-vtU2tYIRhT .card-wrapper {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 3.5rem 4rem;
  overflow: visible;
  position: relative;
}
.cid-vtU2tYIRhT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vtU2tYIRhT .mbr-text {
  color: #ffffff;
}
.cid-vtU2tYIRhT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vtU2tYIRhT .mbr-section-btn {
  text-align: center;
}
.cid-vtU2Ylqfrx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f8f8;
}
.cid-vtU2Ylqfrx img,
.cid-vtU2Ylqfrx .item-img {
  width: 100%;
}
.cid-vtU2Ylqfrx .item:focus,
.cid-vtU2Ylqfrx span:focus {
  outline: none;
}
.cid-vtU2Ylqfrx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtU2Ylqfrx .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border: 1px solid #dce6f2;
  box-shadow: 0 10px 28px rgba(3, 28, 82, 0.1);
}
.cid-vtU2Ylqfrx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtU2Ylqfrx .mbr-section-title {
  color: #031c52;
  text-align: center;
}
.cid-vtU2Ylqfrx .mbr-text,
.cid-vtU2Ylqfrx .mbr-section-btn {
  text-align: center;
}
.cid-vtU2Ylqfrx .item-title {
  text-align: center;
  color: #031c52;
}
.cid-vtU2Ylqfrx .item-subtitle {
  text-align: left;
}
.cid-vtU2Ylqfrx .mbr-section-subtitle {
  text-align: center;
}
.cid-vtU2Ylqfrx .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.cid-vtU2Ylqfrx .item-content {
  padding: 1.6rem 1.6rem .45rem !important;
}
.cid-vtU2Ylqfrx .item-footer {
  padding: 0 1.6rem 1.6rem !important;
}
.cid-vtU2Ylqfrx .mbr-text {
  line-height: 1.55;
}
.cid-vtU2Ylqfrx .item-btn {
  font-weight: 700;
}
.cid-vtU30MZlGl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtU30MZlGl img,
.cid-vtU30MZlGl .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vtU30MZlGl .item:focus,
.cid-vtU30MZlGl span:focus {
  outline: none;
}
.cid-vtU30MZlGl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vtU30MZlGl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vtU30MZlGl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vtU30MZlGl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vtU30MZlGl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vtU30MZlGl .mbr-section-title {
  color: #232323;
}
.cid-vtU30MZlGl .mbr-text,
.cid-vtU30MZlGl .mbr-section-btn {
  text-align: left;
}
.cid-vtU30MZlGl .item-title {
  text-align: left;
}
.cid-vtU30MZlGl .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vunsyIq4Dv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vunsyIq4Dv .item:focus,
.cid-vunsyIq4Dv span:focus {
  outline: none;
}
.cid-vunsyIq4Dv .item {
  cursor: pointer;
}
.cid-vunsyIq4Dv .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vunsyIq4Dv .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vunsyIq4Dv .grid-container-1,
.cid-vunsyIq4Dv .grid-container-2,
.cid-vunsyIq4Dv .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vunsyIq4Dv .grid-container-1,
  .cid-vunsyIq4Dv .grid-container-2,
  .cid-vunsyIq4Dv .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vunsyIq4Dv .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vunsyIq4Dv .content-head {
  max-width: 800px;
}
.cid-vunsyIq4Dv .container,
.cid-vunsyIq4Dv .container-fluid {
  overflow: hidden;
}
.cid-vunsyIq4Dv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vunsyIq4Dv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vunsyIq4Dv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vunsyIq4Dv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vunsyIq4Dv .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vunsyIq4Dv .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vunsyIq4Dv .grid-item img {
    height: 140px;
  }
}
.cid-vunsyIq4Dv .grid-container-1,
.cid-vunsyIq4Dv .grid-container-2,
.cid-vunsyIq4Dv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vunsyIq4Dv .grid-container-1 {
  align-items: flex-end;
}
.cid-vunsyIq4Dv .grid-container-2 {
  align-items: flex-start;
}
.cid-vutpFmfL30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vutpFmfL30 .item:focus,
.cid-vutpFmfL30 span:focus {
  outline: none;
}
.cid-vutpFmfL30 .item {
  cursor: pointer;
}
.cid-vutpFmfL30 .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vutpFmfL30 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vutpFmfL30 .grid-container-1,
.cid-vutpFmfL30 .grid-container-2,
.cid-vutpFmfL30 .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vutpFmfL30 .grid-container-1,
  .cid-vutpFmfL30 .grid-container-2,
  .cid-vutpFmfL30 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vutpFmfL30 .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vutpFmfL30 .content-head {
  max-width: 800px;
}
.cid-vutpFmfL30 .container,
.cid-vutpFmfL30 .container-fluid {
  overflow: hidden;
}
.cid-vutpFmfL30 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vutpFmfL30 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vutpFmfL30 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vutpFmfL30 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vutpFmfL30 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vutpFmfL30 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vutpFmfL30 .grid-item img {
    height: 140px;
  }
}
.cid-vutpFmfL30 .grid-container-1,
.cid-vutpFmfL30 .grid-container-2,
.cid-vutpFmfL30 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vutpFmfL30 .grid-container-1 {
  align-items: flex-end;
}
.cid-vutpFmfL30 .grid-container-2 {
  align-items: flex-start;
}
.cid-vutfYG7VWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vutfYG7VWQ .item:focus,
.cid-vutfYG7VWQ span:focus {
  outline: none;
}
.cid-vutfYG7VWQ .item {
  cursor: pointer;
}
.cid-vutfYG7VWQ .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vutfYG7VWQ .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vutfYG7VWQ .grid-container-1,
.cid-vutfYG7VWQ .grid-container-2,
.cid-vutfYG7VWQ .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vutfYG7VWQ .grid-container-1,
  .cid-vutfYG7VWQ .grid-container-2,
  .cid-vutfYG7VWQ .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vutfYG7VWQ .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vutfYG7VWQ .content-head {
  max-width: 800px;
}
.cid-vutfYG7VWQ .container,
.cid-vutfYG7VWQ .container-fluid {
  overflow: hidden;
}
.cid-vutfYG7VWQ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vutfYG7VWQ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vutfYG7VWQ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vutfYG7VWQ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vutfYG7VWQ .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vutfYG7VWQ .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vutfYG7VWQ .grid-item img {
    height: 140px;
  }
}
.cid-vutfYG7VWQ .grid-container-1,
.cid-vutfYG7VWQ .grid-container-2,
.cid-vutfYG7VWQ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vutfYG7VWQ .grid-container-1 {
  align-items: flex-end;
}
.cid-vutfYG7VWQ .grid-container-2 {
  align-items: flex-start;
}
.cid-vut2Ru6oQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vut2Ru6oQ3 .item:focus,
.cid-vut2Ru6oQ3 span:focus {
  outline: none;
}
.cid-vut2Ru6oQ3 .item {
  cursor: pointer;
}
.cid-vut2Ru6oQ3 .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vut2Ru6oQ3 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vut2Ru6oQ3 .grid-container-1,
.cid-vut2Ru6oQ3 .grid-container-2,
.cid-vut2Ru6oQ3 .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vut2Ru6oQ3 .grid-container-1,
  .cid-vut2Ru6oQ3 .grid-container-2,
  .cid-vut2Ru6oQ3 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vut2Ru6oQ3 .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vut2Ru6oQ3 .content-head {
  max-width: 800px;
}
.cid-vut2Ru6oQ3 .container,
.cid-vut2Ru6oQ3 .container-fluid {
  overflow: hidden;
}
.cid-vut2Ru6oQ3 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vut2Ru6oQ3 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vut2Ru6oQ3 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vut2Ru6oQ3 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vut2Ru6oQ3 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vut2Ru6oQ3 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vut2Ru6oQ3 .grid-item img {
    height: 140px;
  }
}
.cid-vut2Ru6oQ3 .grid-container-1,
.cid-vut2Ru6oQ3 .grid-container-2,
.cid-vut2Ru6oQ3 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vut2Ru6oQ3 .grid-container-1 {
  align-items: flex-end;
}
.cid-vut2Ru6oQ3 .grid-container-2 {
  align-items: flex-start;
}
.cid-vut3gSQxJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vut3gSQxJW .item:focus,
.cid-vut3gSQxJW span:focus {
  outline: none;
}
.cid-vut3gSQxJW .item {
  cursor: pointer;
}
.cid-vut3gSQxJW .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vut3gSQxJW .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vut3gSQxJW .grid-container-1,
.cid-vut3gSQxJW .grid-container-2,
.cid-vut3gSQxJW .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vut3gSQxJW .grid-container-1,
  .cid-vut3gSQxJW .grid-container-2,
  .cid-vut3gSQxJW .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vut3gSQxJW .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vut3gSQxJW .content-head {
  max-width: 800px;
}
.cid-vut3gSQxJW .container,
.cid-vut3gSQxJW .container-fluid {
  overflow: hidden;
}
.cid-vut3gSQxJW .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vut3gSQxJW .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vut3gSQxJW .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vut3gSQxJW .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vut3gSQxJW .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vut3gSQxJW .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vut3gSQxJW .grid-item img {
    height: 140px;
  }
}
.cid-vut3gSQxJW .grid-container-1,
.cid-vut3gSQxJW .grid-container-2,
.cid-vut3gSQxJW .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vut3gSQxJW .grid-container-1 {
  align-items: flex-end;
}
.cid-vut3gSQxJW .grid-container-2 {
  align-items: flex-start;
}
.cid-vusZmmPBeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vusZmmPBeh .item:focus,
.cid-vusZmmPBeh span:focus {
  outline: none;
}
.cid-vusZmmPBeh .item {
  cursor: pointer;
}
.cid-vusZmmPBeh .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vusZmmPBeh .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vusZmmPBeh .grid-container-1,
.cid-vusZmmPBeh .grid-container-2,
.cid-vusZmmPBeh .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vusZmmPBeh .grid-container-1,
  .cid-vusZmmPBeh .grid-container-2,
  .cid-vusZmmPBeh .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vusZmmPBeh .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vusZmmPBeh .content-head {
  max-width: 800px;
}
.cid-vusZmmPBeh .container,
.cid-vusZmmPBeh .container-fluid {
  overflow: hidden;
}
.cid-vusZmmPBeh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vusZmmPBeh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vusZmmPBeh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vusZmmPBeh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vusZmmPBeh .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vusZmmPBeh .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vusZmmPBeh .grid-item img {
    height: 140px;
  }
}
.cid-vusZmmPBeh .grid-container-1,
.cid-vusZmmPBeh .grid-container-2,
.cid-vusZmmPBeh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vusZmmPBeh .grid-container-1 {
  align-items: flex-end;
}
.cid-vusZmmPBeh .grid-container-2 {
  align-items: flex-start;
}
.cid-vusWl7lMZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vusWl7lMZu .item:focus,
.cid-vusWl7lMZu span:focus {
  outline: none;
}
.cid-vusWl7lMZu .item {
  cursor: pointer;
}
.cid-vusWl7lMZu .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vusWl7lMZu .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vusWl7lMZu .grid-container-1,
.cid-vusWl7lMZu .grid-container-2,
.cid-vusWl7lMZu .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vusWl7lMZu .grid-container-1,
  .cid-vusWl7lMZu .grid-container-2,
  .cid-vusWl7lMZu .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vusWl7lMZu .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vusWl7lMZu .content-head {
  max-width: 800px;
}
.cid-vusWl7lMZu .container,
.cid-vusWl7lMZu .container-fluid {
  overflow: hidden;
}
.cid-vusWl7lMZu .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vusWl7lMZu .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vusWl7lMZu .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vusWl7lMZu .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vusWl7lMZu .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vusWl7lMZu .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vusWl7lMZu .grid-item img {
    height: 140px;
  }
}
.cid-vusWl7lMZu .grid-container-1,
.cid-vusWl7lMZu .grid-container-2,
.cid-vusWl7lMZu .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vusWl7lMZu .grid-container-1 {
  align-items: flex-end;
}
.cid-vusWl7lMZu .grid-container-2 {
  align-items: flex-start;
}
.cid-vusodWCOIL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vusodWCOIL .item:focus,
.cid-vusodWCOIL span:focus {
  outline: none;
}
.cid-vusodWCOIL .item {
  cursor: pointer;
}
.cid-vusodWCOIL .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vusodWCOIL .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vusodWCOIL .grid-container-1,
.cid-vusodWCOIL .grid-container-2,
.cid-vusodWCOIL .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vusodWCOIL .grid-container-1,
  .cid-vusodWCOIL .grid-container-2,
  .cid-vusodWCOIL .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vusodWCOIL .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vusodWCOIL .content-head {
  max-width: 800px;
}
.cid-vusodWCOIL .container,
.cid-vusodWCOIL .container-fluid {
  overflow: hidden;
}
.cid-vusodWCOIL .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vusodWCOIL .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vusodWCOIL .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vusodWCOIL .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vusodWCOIL .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vusodWCOIL .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vusodWCOIL .grid-item img {
    height: 140px;
  }
}
.cid-vusodWCOIL .grid-container-1,
.cid-vusodWCOIL .grid-container-2,
.cid-vusodWCOIL .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vusodWCOIL .grid-container-1 {
  align-items: flex-end;
}
.cid-vusodWCOIL .grid-container-2 {
  align-items: flex-start;
}
.cid-vusnXb3qP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vusnXb3qP5 .item:focus,
.cid-vusnXb3qP5 span:focus {
  outline: none;
}
.cid-vusnXb3qP5 .item {
  cursor: pointer;
}
.cid-vusnXb3qP5 .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vusnXb3qP5 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vusnXb3qP5 .grid-container-1,
.cid-vusnXb3qP5 .grid-container-2,
.cid-vusnXb3qP5 .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vusnXb3qP5 .grid-container-1,
  .cid-vusnXb3qP5 .grid-container-2,
  .cid-vusnXb3qP5 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vusnXb3qP5 .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vusnXb3qP5 .content-head {
  max-width: 800px;
}
.cid-vusnXb3qP5 .container,
.cid-vusnXb3qP5 .container-fluid {
  overflow: hidden;
}
.cid-vusnXb3qP5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vusnXb3qP5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vusnXb3qP5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vusnXb3qP5 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vusnXb3qP5 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vusnXb3qP5 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vusnXb3qP5 .grid-item img {
    height: 140px;
  }
}
.cid-vusnXb3qP5 .grid-container-1,
.cid-vusnXb3qP5 .grid-container-2,
.cid-vusnXb3qP5 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vusnXb3qP5 .grid-container-1 {
  align-items: flex-end;
}
.cid-vusnXb3qP5 .grid-container-2 {
  align-items: flex-start;
}
.cid-vus5DRcnMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vus5DRcnMF .item:focus,
.cid-vus5DRcnMF span:focus {
  outline: none;
}
.cid-vus5DRcnMF .item {
  cursor: pointer;
}
.cid-vus5DRcnMF .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vus5DRcnMF .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vus5DRcnMF .grid-container-1,
.cid-vus5DRcnMF .grid-container-2,
.cid-vus5DRcnMF .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vus5DRcnMF .grid-container-1,
  .cid-vus5DRcnMF .grid-container-2,
  .cid-vus5DRcnMF .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vus5DRcnMF .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vus5DRcnMF .content-head {
  max-width: 800px;
}
.cid-vus5DRcnMF .container,
.cid-vus5DRcnMF .container-fluid {
  overflow: hidden;
}
.cid-vus5DRcnMF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vus5DRcnMF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vus5DRcnMF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vus5DRcnMF .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vus5DRcnMF .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vus5DRcnMF .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vus5DRcnMF .grid-item img {
    height: 140px;
  }
}
.cid-vus5DRcnMF .grid-container-1,
.cid-vus5DRcnMF .grid-container-2,
.cid-vus5DRcnMF .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vus5DRcnMF .grid-container-1 {
  align-items: flex-end;
}
.cid-vus5DRcnMF .grid-container-2 {
  align-items: flex-start;
}
.cid-vunyEIwhgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vunyEIwhgT .item:focus,
.cid-vunyEIwhgT span:focus {
  outline: none;
}
.cid-vunyEIwhgT .item {
  cursor: pointer;
}
.cid-vunyEIwhgT .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vunyEIwhgT .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vunyEIwhgT .grid-container-1,
.cid-vunyEIwhgT .grid-container-2,
.cid-vunyEIwhgT .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vunyEIwhgT .grid-container-1,
  .cid-vunyEIwhgT .grid-container-2,
  .cid-vunyEIwhgT .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vunyEIwhgT .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vunyEIwhgT .content-head {
  max-width: 800px;
}
.cid-vunyEIwhgT .container,
.cid-vunyEIwhgT .container-fluid {
  overflow: hidden;
}
.cid-vunyEIwhgT .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vunyEIwhgT .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vunyEIwhgT .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vunyEIwhgT .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vunyEIwhgT .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vunyEIwhgT .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vunyEIwhgT .grid-item img {
    height: 140px;
  }
}
.cid-vunyEIwhgT .grid-container-1,
.cid-vunyEIwhgT .grid-container-2,
.cid-vunyEIwhgT .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vunyEIwhgT .grid-container-1 {
  align-items: flex-end;
}
.cid-vunyEIwhgT .grid-container-2 {
  align-items: flex-start;
}
.cid-vup5jFsavv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vup5jFsavv .item:focus,
.cid-vup5jFsavv span:focus {
  outline: none;
}
.cid-vup5jFsavv .item {
  cursor: pointer;
}
.cid-vup5jFsavv .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vup5jFsavv .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vup5jFsavv .grid-container-1,
.cid-vup5jFsavv .grid-container-2,
.cid-vup5jFsavv .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vup5jFsavv .grid-container-1,
  .cid-vup5jFsavv .grid-container-2,
  .cid-vup5jFsavv .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vup5jFsavv .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vup5jFsavv .content-head {
  max-width: 800px;
}
.cid-vup5jFsavv .container,
.cid-vup5jFsavv .container-fluid {
  overflow: hidden;
}
.cid-vup5jFsavv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vup5jFsavv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vup5jFsavv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vup5jFsavv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vup5jFsavv .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vup5jFsavv .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vup5jFsavv .grid-item img {
    height: 140px;
  }
}
.cid-vup5jFsavv .grid-container-1,
.cid-vup5jFsavv .grid-container-2,
.cid-vup5jFsavv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vup5jFsavv .grid-container-1 {
  align-items: flex-end;
}
.cid-vup5jFsavv .grid-container-2 {
  align-items: flex-start;
}
.cid-vup9XYZkzx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vup9XYZkzx .item:focus,
.cid-vup9XYZkzx span:focus {
  outline: none;
}
.cid-vup9XYZkzx .item {
  cursor: pointer;
}
.cid-vup9XYZkzx .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vup9XYZkzx .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vup9XYZkzx .grid-container-1,
.cid-vup9XYZkzx .grid-container-2,
.cid-vup9XYZkzx .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vup9XYZkzx .grid-container-1,
  .cid-vup9XYZkzx .grid-container-2,
  .cid-vup9XYZkzx .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vup9XYZkzx .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vup9XYZkzx .content-head {
  max-width: 800px;
}
.cid-vup9XYZkzx .container,
.cid-vup9XYZkzx .container-fluid {
  overflow: hidden;
}
.cid-vup9XYZkzx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vup9XYZkzx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vup9XYZkzx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vup9XYZkzx .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vup9XYZkzx .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vup9XYZkzx .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vup9XYZkzx .grid-item img {
    height: 140px;
  }
}
.cid-vup9XYZkzx .grid-container-1,
.cid-vup9XYZkzx .grid-container-2,
.cid-vup9XYZkzx .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vup9XYZkzx .grid-container-1 {
  align-items: flex-end;
}
.cid-vup9XYZkzx .grid-container-2 {
  align-items: flex-start;
}
.cid-vurRDmg9U7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vurRDmg9U7 .item:focus,
.cid-vurRDmg9U7 span:focus {
  outline: none;
}
.cid-vurRDmg9U7 .item {
  cursor: pointer;
}
.cid-vurRDmg9U7 .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vurRDmg9U7 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vurRDmg9U7 .grid-container-1,
.cid-vurRDmg9U7 .grid-container-2,
.cid-vurRDmg9U7 .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vurRDmg9U7 .grid-container-1,
  .cid-vurRDmg9U7 .grid-container-2,
  .cid-vurRDmg9U7 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vurRDmg9U7 .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vurRDmg9U7 .content-head {
  max-width: 800px;
}
.cid-vurRDmg9U7 .container,
.cid-vurRDmg9U7 .container-fluid {
  overflow: hidden;
}
.cid-vurRDmg9U7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vurRDmg9U7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vurRDmg9U7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vurRDmg9U7 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vurRDmg9U7 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vurRDmg9U7 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vurRDmg9U7 .grid-item img {
    height: 140px;
  }
}
.cid-vurRDmg9U7 .grid-container-1,
.cid-vurRDmg9U7 .grid-container-2,
.cid-vurRDmg9U7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vurRDmg9U7 .grid-container-1 {
  align-items: flex-end;
}
.cid-vurRDmg9U7 .grid-container-2 {
  align-items: flex-start;
}
.cid-vurZJ7ozpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vurZJ7ozpV .item:focus,
.cid-vurZJ7ozpV span:focus {
  outline: none;
}
.cid-vurZJ7ozpV .item {
  cursor: pointer;
}
.cid-vurZJ7ozpV .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-vurZJ7ozpV .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vurZJ7ozpV .grid-container-1,
.cid-vurZJ7ozpV .grid-container-2,
.cid-vurZJ7ozpV .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-vurZJ7ozpV .grid-container-1,
  .cid-vurZJ7ozpV .grid-container-2,
  .cid-vurZJ7ozpV .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vurZJ7ozpV .mbr-section-title {
  margin-bottom: 40px;
  color: #47201c;
  text-align: center;
}
.cid-vurZJ7ozpV .content-head {
  max-width: 800px;
}
.cid-vurZJ7ozpV .container,
.cid-vurZJ7ozpV .container-fluid {
  overflow: hidden;
}
.cid-vurZJ7ozpV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vurZJ7ozpV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vurZJ7ozpV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vurZJ7ozpV .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vurZJ7ozpV .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vurZJ7ozpV .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vurZJ7ozpV .grid-item img {
    height: 140px;
  }
}
.cid-vurZJ7ozpV .grid-container-1,
.cid-vurZJ7ozpV .grid-container-2,
.cid-vurZJ7ozpV .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vurZJ7ozpV .grid-container-1 {
  align-items: flex-end;
}
.cid-vurZJ7ozpV .grid-container-2 {
  align-items: flex-start;
}
.cid-vsEQQsnURa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vsEQQsnURa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEQQsnURa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEQQsnURa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vsEQQsnURa .row {
    text-align: center;
  }
  .cid-vsEQQsnURa .row > div {
    margin: auto;
  }
  .cid-vsEQQsnURa .social-row {
    justify-content: center;
  }
}
.cid-vsEQQsnURa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vsEQQsnURa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vsEQQsnURa .list {
    margin-bottom: 0rem;
  }
}
.cid-vsEQQsnURa .mbr-text {
  color: #bbbbbb;
}
.cid-vsEQQsnURa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vsEQQsnURa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vsEQQsnURa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vutoHLQsiA {
  z-index: 1000;
  width: 100%;
}
.cid-vutoHLQsiA nav.navbar {
  position: fixed;
}
.cid-vutoHLQsiA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vutoHLQsiA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vutoHLQsiA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vutoHLQsiA .dropdown-item:hover,
.cid-vutoHLQsiA .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vutoHLQsiA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vutoHLQsiA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vutoHLQsiA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vutoHLQsiA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vutoHLQsiA .nav-link {
  position: relative;
}
.cid-vutoHLQsiA .container {
  display: flex;
  margin: auto;
}
.cid-vutoHLQsiA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vutoHLQsiA .dropdown-menu,
.cid-vutoHLQsiA .navbar.opened {
  background: #fafafa !important;
}
.cid-vutoHLQsiA .nav-item:focus,
.cid-vutoHLQsiA .nav-link:focus {
  outline: none;
}
.cid-vutoHLQsiA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vutoHLQsiA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vutoHLQsiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vutoHLQsiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vutoHLQsiA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vutoHLQsiA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vutoHLQsiA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vutoHLQsiA .navbar.opened {
  transition: all 0.3s;
}
.cid-vutoHLQsiA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vutoHLQsiA .navbar .navbar-logo img {
  width: auto;
}
.cid-vutoHLQsiA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vutoHLQsiA .navbar.collapsed {
  justify-content: center;
}
.cid-vutoHLQsiA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vutoHLQsiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vutoHLQsiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vutoHLQsiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vutoHLQsiA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vutoHLQsiA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vutoHLQsiA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vutoHLQsiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vutoHLQsiA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vutoHLQsiA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vutoHLQsiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vutoHLQsiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vutoHLQsiA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vutoHLQsiA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vutoHLQsiA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vutoHLQsiA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vutoHLQsiA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vutoHLQsiA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vutoHLQsiA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vutoHLQsiA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vutoHLQsiA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vutoHLQsiA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vutoHLQsiA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vutoHLQsiA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vutoHLQsiA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vutoHLQsiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vutoHLQsiA .dropdown-item.active,
.cid-vutoHLQsiA .dropdown-item:active {
  background-color: transparent;
}
.cid-vutoHLQsiA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vutoHLQsiA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vutoHLQsiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vutoHLQsiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vutoHLQsiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vutoHLQsiA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vutoHLQsiA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vutoHLQsiA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vutoHLQsiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vutoHLQsiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vutoHLQsiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vutoHLQsiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vutoHLQsiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vutoHLQsiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vutoHLQsiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vutoHLQsiA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vutoHLQsiA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vutoHLQsiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vutoHLQsiA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vutoHLQsiA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vutoHLQsiA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vutoHLQsiA .navbar {
    height: 70px;
  }
  .cid-vutoHLQsiA .navbar.opened {
    height: auto;
  }
  .cid-vutoHLQsiA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-hu {
  /* Publish-safe fixes for the approved article foundation. */
  /* Embedded YouTube controls require a usable player height on small screens. */
}
#custom-html-hu .tb-blog-page {
  --tb-menu-clearance-desktop: 132px;
  --tb-menu-clearance-mobile: 96px;
  --tb-article-title-size: clamp(2.35rem, 5vw, 4.25rem);
  --tb-landing-title-size: clamp(42px, 5vw, 68px);
  padding-top: var(--tb-menu-clearance-desktop) !important;
}
#custom-html-hu .tb-blog-page .tb-article-header h1 {
  font-size: var(--tb-article-title-size) !important;
}
@media (max-width: 991px) {
  #custom-html-hu .tb-blog-page {
    padding-top: var(--tb-menu-clearance-mobile) !important;
  }
}
#custom-html-hu .tb-blog-page {
  --tb-navy: #031c52;
  --tb-navy-2: #082b68;
  --tb-blue: #0877d1;
  --tb-aqua: #53e2ee;
  --tb-aqua-light: #e9fbfd;
  --tb-ink: #13213c;
  --tb-copy: #33415c;
  --tb-muted: #6b778c;
  --tb-border: #dce5ef;
  --tb-soft: #f5f8fb;
  --tb-white: #ffffff;
  --tb-gold: #f7b500;
  --tb-shadow: 0 16px 45px rgba(3, 28, 82, 0.1);
  color: var(--tb-copy);
  background: var(--tb-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#custom-html-hu .tb-blog-page *,
#custom-html-hu .tb-blog-page *::before,
#custom-html-hu .tb-blog-page *::after {
  box-sizing: border-box;
}
#custom-html-hu .tb-blog-page img {
  display: block;
  max-width: 100%;
}
#custom-html-hu .tb-blog-page a {
  color: var(--tb-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}
#custom-html-hu .tb-blog-page a:focus-visible,
#custom-html-hu .tb-blog-page button:focus-visible,
#custom-html-hu .tb-blog-page summary:focus-visible {
  outline: 3px solid rgba(8, 119, 209, 0.35);
  outline-offset: 3px;
}
#custom-html-hu .tb-blog-page .tb-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
#custom-html-hu .tb-blog-page .tb-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tb-blue), var(--tb-aqua));
  transition: width .1s linear;
}
#custom-html-hu .tb-blog-page .tb-blog-container {
  width: calc(60%);
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 0 80px;
}
#custom-html-hu .tb-blog-page .tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: .82rem;
}
#custom-html-hu .tb-blog-page .tb-breadcrumbs a {
  color: var(--tb-blue);
  text-decoration: none;
}
#custom-html-hu .tb-blog-page .tb-breadcrumbs a:hover {
  text-decoration: underline;
}
#custom-html-hu .tb-blog-page .tb-blog-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  align-items: start;
}
#custom-html-hu .tb-blog-page .tb-blog-main {
  flex: 1 1 700px;
  min-width: 0;
}
#custom-html-hu .tb-blog-page .tb-sidebar {
  flex: 0 1 290px;
}
#custom-html-hu .tb-blog-page .tb-article {
  min-width: 0;
}
#custom-html-hu .tb-blog-page .tb-article-header {
  margin: 0 0 28px;
}
#custom-html-hu .tb-blog-page .tb-eyebrow,
#custom-html-hu .tb-blog-page .tb-section-kicker,
#custom-html-hu .tb-blog-page .tb-author-kicker {
  margin: 0 0 9px;
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
#custom-html-hu .tb-blog-page .tb-article-header h1 {
  max-width: 790px;
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: .99;
}
#custom-html-hu .tb-blog-page .tb-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tb-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
#custom-html-hu .tb-blog-page .tb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 21px 0 0;
  color: var(--tb-muted);
  font-size: .84rem;
}
#custom-html-hu .tb-blog-page .tb-byline-name {
  color: var(--tb-blue);
  font-weight: 700;
}
#custom-html-hu .tb-blog-page .tb-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aab7c6;
}
#custom-html-hu .tb-blog-page .tb-hero-image {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 0 0 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #dff6fb, #84cde1);
  box-shadow: 0 2px 0 rgba(3, 28, 82, 0.04);
}
#custom-html-hu .tb-blog-page .tb-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
#custom-html-hu .tb-blog-page .tb-mobile-cta {
  display: none;
}
#custom-html-hu .tb-blog-page .tb-article-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
#custom-html-hu .tb-blog-page .tb-share-rail {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#custom-html-hu .tb-blog-page .tb-share-label {
  color: var(--tb-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
#custom-html-hu .tb-blog-page .tb-share-rail button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tb-border);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-white);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#custom-html-hu .tb-blog-page .tb-share-rail button:hover {
  transform: translateY(-2px);
  color: var(--tb-white);
  border-color: var(--tb-blue);
  background: var(--tb-blue);
}
#custom-html-hu .tb-blog-page .tb-share-rail svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#custom-html-hu .tb-blog-page .tb-copy-status {
  position: absolute;
  top: calc(106%);
  width: 90px;
  color: var(--tb-blue);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
}
#custom-html-hu .tb-blog-page .tb-article-copy {
  min-width: 0;
  color: var(--tb-copy);
  font-size: 1.04rem;
}
#custom-html-hu .tb-blog-page .tb-article-copy > p {
  margin: 0 0 1.45em;
}
#custom-html-hu .tb-blog-page .tb-article-copy h2 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  letter-spacing: -0.018em;
  line-height: 1.17;
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-article-copy h3 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 1.04rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-answer-box {
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #eff9fe, #f6fbff);
}
#custom-html-hu .tb-blog-page .tb-answer-box h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}
#custom-html-hu .tb-blog-page .tb-answer-box ul {
  margin: 0;
  padding-left: 1.25em;
}
#custom-html-hu .tb-blog-page .tb-answer-box li + li {
  margin-top: 6px;
}
#custom-html-hu .tb-blog-page .tb-location-list {
  overflow: hidden;
  margin: 20px 0 32px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-hu .tb-blog-page .tb-location-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 20px;
  align-items: start;
}
#custom-html-hu .tb-blog-page .tb-location-card + .tb-location-card {
  border-top: 1px solid var(--tb-border);
}
#custom-html-hu .tb-blog-page .tb-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-hu .tb-blog-page .tb-location-card p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .92rem;
  line-height: 1.55;
}
#custom-html-hu .tb-blog-page .tb-original-article > h3 {
  margin: 2.15em 0 .65em;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-original-article > h4 {
  margin: 1.8em 0 .55em;
  color: var(--tb-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-original-article > ol:not(.tb-step-list) {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-hu .tb-blog-page .tb-original-article > ol:not(.tb-step-list) li + li {
  margin-top: 8px;
}
#custom-html-hu .tb-blog-page .tb-original-article > ul {
  margin: 12px 0 30px;
  padding-left: 1.35em;
}
#custom-html-hu .tb-blog-page .tb-original-article > ul li + li {
  margin-top: 8px;
}
#custom-html-hu .tb-blog-page .tb-original-article > hr {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--tb-border);
}
#custom-html-hu .tb-blog-page .tb-destination-section {
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-destination-section > h2 {
  margin: 0 0 22px;
  padding-left: 17px;
  border-left: 4px solid var(--tb-aqua);
  color: var(--tb-navy);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.2;
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-destination-section > ul,
#custom-html-hu .tb-blog-page .tb-destination-section > ol {
  margin: 15px 0 26px;
  padding-left: 1.35em;
}
#custom-html-hu .tb-blog-page .tb-destination-section > ul li + li,
#custom-html-hu .tb-blog-page .tb-destination-section > ol li + li {
  margin-top: 9px;
}
#custom-html-hu .tb-blog-page .tb-indicator {
  margin: 25px 0 5px;
  padding: 18px 20px;
  border: 1px solid #bdebf0;
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-aqua-light);
}
#custom-html-hu .tb-blog-page .tb-indicator strong {
  color: var(--tb-navy);
}
#custom-html-hu .tb-blog-page .tb-original-button-row {
  margin: 22px 0 4px;
}
#custom-html-hu .tb-blog-page .tb-original-button-row .tb-button {
  display: inline-flex;
}
#custom-html-hu .tb-blog-page .tb-article-image {
  margin: 30px 0 35px;
}
#custom-html-hu .tb-blog-page .tb-article-image img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.08);
  object-fit: cover;
}
#custom-html-hu .tb-blog-page .tb-article-image-portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
#custom-html-hu .tb-blog-page .tb-article-image-portrait img {
  max-height: 620px;
  object-fit: contain;
}
#custom-html-hu .tb-blog-page .tb-article-image figcaption {
  margin-top: 9px;
  color: var(--tb-muted);
  font-size: .78rem;
  font-style: italic;
  text-align: center;
}
#custom-html-hu .tb-blog-page .tb-original-article ul ul {
  margin-top: 8px;
  margin-bottom: 4px;
}
#custom-html-hu .tb-blog-page .tb-original-article #conclusion {
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
#custom-html-hu .tb-blog-page .tb-resource-embed {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-resource-embed blockquote {
  margin: 0;
}
#custom-html-hu .tb-blog-page .tb-resource-embed blockquote a {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 800;
}
#custom-html-hu .tb-blog-page .tb-resource-embed figcaption {
  margin-top: 7px;
  color: var(--tb-muted);
  font-size: .78rem;
  overflow-wrap: anywhere;
}
#custom-html-hu .tb-blog-page .tb-article-video {
  margin: 22px 0 36px;
}
#custom-html-hu .tb-blog-page .tb-article-video .tb-video {
  margin: 0 0 10px;
}
#custom-html-hu .tb-blog-page .tb-article-video figcaption {
  color: var(--tb-muted);
  font-size: .82rem;
  text-align: center;
}
#custom-html-hu .tb-blog-page .tb-media-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  margin: 24px 0 34px;
  padding: 22px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-media-block.tb-media-right {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
}
#custom-html-hu .tb-blog-page .tb-media-copy p:first-child {
  margin-top: 0;
}
#custom-html-hu .tb-blog-page .tb-media-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-hu .tb-blog-page .tb-media-image {
  margin: 0;
}
#custom-html-hu .tb-blog-page .tb-media-image img {
  width: 100%;
  max-height: 360px;
  border-radius: 7px;
  background: var(--tb-white);
  object-fit: contain;
}
@media (max-width: 620px) {
  #custom-html-hu .tb-blog-page .tb-media-block,
  #custom-html-hu .tb-blog-page .tb-media-block.tb-media-right {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
#custom-html-hu .tb-blog-page .tb-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 22px 0 36px;
  border-radius: 8px;
  background: var(--tb-navy);
  box-shadow: 0 14px 30px rgba(3, 28, 82, 0.13);
  aspect-ratio: 1.77777778;
}
#custom-html-hu .tb-blog-page .tb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#custom-html-hu .tb-blog-page .tb-video-portrait {
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
}
#custom-html-hu .tb-blog-page .tb-step-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
#custom-html-hu .tb-blog-page .tb-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
  box-shadow: 0 5px 18px rgba(3, 28, 82, 0.045);
}
#custom-html-hu .tb-blog-page .tb-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: var(--tb-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}
#custom-html-hu .tb-blog-page .tb-step-content h3 {
  margin: 4px 0 14px;
  color: var(--tb-navy);
  font-size: 1.1rem;
  line-height: 1.35;
}
#custom-html-hu .tb-blog-page .tb-step-content img {
  width: 100%;
  max-height: 420px;
  margin: 0 0 17px;
  border-radius: 6px;
  background: var(--tb-soft);
  object-fit: cover;
}
#custom-html-hu .tb-blog-page .tb-step-content p {
  margin: 0;
}
#custom-html-hu .tb-blog-page .tb-step-content p + p {
  margin-top: 12px;
}
#custom-html-hu .tb-blog-page .tb-step-card-result {
  border-color: #9cdae1;
  background: linear-gradient(135deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-hu .tb-blog-page .tb-supplies {
  margin: 30px 0 40px;
  padding: 24px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-2));
}
#custom-html-hu .tb-blog-page .tb-supplies h3 {
  margin: 0 0 15px;
  color: var(--tb-white);
  font-size: 1.15rem;
}
#custom-html-hu .tb-blog-page .tb-supplies ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-hu .tb-blog-page .tb-supplies li {
  position: relative;
  padding-left: 18px;
  color: #e4edff;
  font-size: .91rem;
}
#custom-html-hu .tb-blog-page .tb-supplies li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tb-aqua);
  font-weight: 800;
}
#custom-html-hu .tb-blog-page .tb-original-cta {
  margin: 34px 0 10px;
  padding: 25px;
  border: 1px solid #bcecf0;
  border-radius: 8px;
  background: linear-gradient(120deg, var(--tb-aqua-light), #f7feff);
}
#custom-html-hu .tb-blog-page .tb-original-cta > p {
  margin: 0;
  color: var(--tb-navy);
  font-weight: 700;
}
#custom-html-hu .tb-blog-page .tb-original-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
#custom-html-hu .tb-blog-page .tb-original-cta .tb-button {
  min-width: 145px;
}
#custom-html-hu .tb-blog-page .tb-tip-box {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
  padding: 22px 24px;
  border: 1px solid #bde9ee;
  border-radius: 8px;
  background: var(--tb-aqua-light);
}
#custom-html-hu .tb-blog-page .tb-tip-box svg {
  width: 34px;
  height: 34px;
  fill: var(--tb-blue);
}
#custom-html-hu .tb-blog-page .tb-tip-box strong {
  display: block;
  color: var(--tb-navy);
  font-size: 1rem;
}
#custom-html-hu .tb-blog-page .tb-tip-box p {
  margin: 3px 0 0;
  color: var(--tb-copy);
  font-size: .92rem;
}
#custom-html-hu .tb-blog-page .tb-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-hu .tb-blog-page .tb-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.16);
}
#custom-html-hu .tb-blog-page .tb-button-dark {
  color: var(--tb-white) !important;
  background: var(--tb-navy);
}
#custom-html-hu .tb-blog-page .tb-button-light {
  color: var(--tb-navy) !important;
  background: var(--tb-white);
}
#custom-html-hu .tb-blog-page .tb-button-aqua {
  width: 100%;
  color: var(--tb-navy) !important;
  background: var(--tb-aqua);
}
#custom-html-hu .tb-blog-page .tb-faq {
  margin-top: 52px;
}
#custom-html-hu .tb-blog-page .tb-faq > h2 {
  margin-top: 0;
}
#custom-html-hu .tb-blog-page .tb-faq details {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: var(--tb-white);
}
#custom-html-hu .tb-blog-page .tb-faq details + details {
  margin-top: 9px;
}
#custom-html-hu .tb-blog-page .tb-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--tb-navy);
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
#custom-html-hu .tb-blog-page .tb-faq summary::-webkit-details-marker {
  display: none;
}
#custom-html-hu .tb-blog-page .tb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--tb-blue);
  font-size: 1.35rem;
  font-weight: 400;
}
#custom-html-hu .tb-blog-page .tb-faq details[open] summary::after {
  content: "−";
}
#custom-html-hu .tb-blog-page .tb-faq details[open] summary {
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-faq details div {
  padding: 0 18px 17px;
}
#custom-html-hu .tb-blog-page .tb-faq details p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .91rem;
}
#custom-html-hu .tb-blog-page .tb-author-box {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  margin: 42px 0 0;
  padding: 25px;
  align-items: center;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-author-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border: 4px solid var(--tb-white);
  border-radius: 50%;
  place-items: center;
  color: var(--tb-white);
  background: linear-gradient(135deg, var(--tb-blue), var(--tb-navy));
  box-shadow: 0 6px 20px rgba(3, 28, 82, 0.18);
  font-weight: 800;
  letter-spacing: .05em;
}
#custom-html-hu .tb-blog-page .tb-author-box h2 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
}
#custom-html-hu .tb-blog-page .tb-author-box p {
  margin: 0;
  color: var(--tb-muted);
  font-size: .88rem;
}
#custom-html-hu .tb-blog-page .tb-author-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: .65rem;
}
#custom-html-hu .tb-blog-page .tb-sidebar-sticky {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
#custom-html-hu .tb-blog-page .tb-toc,
#custom-html-hu .tb-blog-page .tb-trust-card {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-white);
}
#custom-html-hu .tb-blog-page .tb-toc h2,
#custom-html-hu .tb-blog-page .tb-sidebar-cta h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}
#custom-html-hu .tb-blog-page .tb-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#custom-html-hu .tb-blog-page .tb-toc li + li {
  margin-top: 4px;
}
#custom-html-hu .tb-blog-page .tb-toc a {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-radius: 5px;
  color: var(--tb-copy);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
#custom-html-hu .tb-blog-page .tb-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--tb-blue);
  border-radius: 50%;
}
#custom-html-hu .tb-blog-page .tb-toc a:hover,
#custom-html-hu .tb-blog-page .tb-toc a[aria-current="true"] {
  color: var(--tb-blue);
  background: #eef7fe;
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 23px;
  border-radius: 8px;
  color: var(--tb-white);
  background: linear-gradient(145deg, var(--tb-navy), #083c86);
  box-shadow: var(--tb-shadow);
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(83, 226, 238, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  place-items: center;
  color: var(--tb-navy);
  background: var(--tb-aqua);
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta h2 {
  position: relative;
  z-index: 1;
  color: var(--tb-white);
  font-size: 1.65rem;
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 6px 0 18px;
  color: #dfeaff;
  font-size: .92rem;
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta .tb-button {
  position: relative;
  z-index: 1;
}
#custom-html-hu .tb-blog-page .tb-phone-link {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: var(--tb-white) !important;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
#custom-html-hu .tb-blog-page .tb-phone-link:hover {
  text-decoration: underline !important;
}
#custom-html-hu .tb-blog-page .tb-sidebar-cta small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #bfcfea;
  font-size: .7rem;
  text-align: center;
}
#custom-html-hu .tb-blog-page .tb-trust-card {
  text-align: center;
}
#custom-html-hu .tb-blog-page .tb-stars {
  color: var(--tb-gold);
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1;
}
#custom-html-hu .tb-blog-page .tb-trust-card strong {
  display: block;
  margin-top: 10px;
  color: var(--tb-navy);
  font-size: .93rem;
}
#custom-html-hu .tb-blog-page .tb-trust-card p {
  margin: 7px 0 0;
  color: var(--tb-muted);
  font-size: .78rem;
  line-height: 1.5;
}
#custom-html-hu .tb-blog-page .tb-related {
  margin: 60px 0 0 66px;
}
#custom-html-hu .tb-blog-page .tb-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
#custom-html-hu .tb-blog-page .tb-section-heading h2,
#custom-html-hu .tb-blog-page .tb-comments h2 {
  margin: 0;
  color: var(--tb-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
#custom-html-hu .tb-blog-page .tb-section-heading > a {
  flex: 0 0 auto;
  color: var(--tb-blue);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-hu .tb-blog-page .tb-section-heading > a:hover {
  text-decoration: underline;
}
#custom-html-hu .tb-blog-page .tb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-hu .tb-blog-page .tb-related-card {
  overflow: hidden;
  border: 1px solid var(--tb-border);
  border-radius: 7px;
  background: var(--tb-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-hu .tb-blog-page .tb-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(3, 28, 82, 0.1);
}
#custom-html-hu .tb-blog-page .tb-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #dff7fb, #9ad2e4);
}
#custom-html-hu .tb-blog-page .tb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
#custom-html-hu .tb-blog-page .tb-related-card:hover .tb-related-image img {
  transform: scale(1.035);
}
#custom-html-hu .tb-blog-page .tb-related-body {
  padding: 16px;
}
#custom-html-hu .tb-blog-page .tb-related-body > span {
  color: var(--tb-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#custom-html-hu .tb-blog-page .tb-related-body h3 {
  margin: 7px 0 16px;
  color: var(--tb-navy);
  font-size: .97rem;
  line-height: 1.38;
}
#custom-html-hu .tb-blog-page .tb-related-body h3 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-hu .tb-blog-page .tb-related-body h3 a:hover {
  color: var(--tb-blue);
}
#custom-html-hu .tb-blog-page .tb-text-link {
  color: var(--tb-blue);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}
#custom-html-hu .tb-blog-page .tb-text-link:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  #custom-html-hu .tb-blog-page .tb-blog-layout {
    gap: 34px;
  }
  #custom-html-hu .tb-blog-page .tb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-hu .tb-blog-page .tb-related-card:last-child {
    display: none;
  }
}
@media (max-width: 820px) {
  #custom-html-hu .tb-blog-page .tb-blog-container {
    width: calc(68%);
    max-width: 720px;
    padding-top: 24px;
  }
  #custom-html-hu .tb-blog-page .tb-blog-layout {
    display: block;
  }
  #custom-html-hu .tb-blog-page .tb-sidebar {
    display: none;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    margin: -6px 0 30px;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta strong,
  #custom-html-hu .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .78rem;
  }
  #custom-html-hu .tb-blog-page .tb-related {
    margin-left: 66px;
  }
}
@media (max-width: 620px) {
  #custom-html-hu .tb-blog-page .tb-blog-container {
    width: calc(74%);
    max-width: 560px;
    padding-bottom: 52px;
  }
  #custom-html-hu .tb-blog-page .tb-breadcrumbs {
    margin-bottom: 18px;
  }
  #custom-html-hu .tb-blog-page .tb-article-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }
  #custom-html-hu .tb-blog-page .tb-deck {
    margin-top: 15px;
    font-size: 1rem;
  }
  #custom-html-hu .tb-blog-page .tb-byline {
    gap: 7px;
    font-size: .75rem;
  }
  #custom-html-hu .tb-blog-page .tb-hero-image,
  #custom-html-hu .tb-blog-page .tb-hero-image img {
    min-height: 230px;
  }
  #custom-html-hu .tb-blog-page .tb-hero-image {
    margin-bottom: 24px;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta .tb-button {
    width: 100%;
  }
  #custom-html-hu .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-hu .tb-blog-page .tb-share-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 22px;
  }
  #custom-html-hu .tb-blog-page .tb-share-label {
    margin-right: 3px;
  }
  #custom-html-hu .tb-blog-page .tb-copy-status {
    position: static;
    width: auto;
  }
  #custom-html-hu .tb-blog-page .tb-answer-box {
    padding: 20px;
  }
  #custom-html-hu .tb-blog-page .tb-location-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-hu .tb-blog-page .tb-tip-box {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 18px;
  }
  #custom-html-hu .tb-blog-page .tb-tip-box svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-hu .tb-blog-page .tb-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }
  #custom-html-hu .tb-blog-page .tb-author-avatar {
    width: 58px;
    height: 58px;
  }
  #custom-html-hu .tb-blog-page .tb-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }
  #custom-html-hu .tb-blog-page .tb-step-number {
    width: 32px;
    height: 32px;
    font-size: .78rem;
  }
  #custom-html-hu .tb-blog-page .tb-step-content h3 {
    margin-top: 3px;
    font-size: 1rem;
  }
  #custom-html-hu .tb-blog-page .tb-step-content img {
    max-height: 320px;
  }
  #custom-html-hu .tb-blog-page .tb-supplies {
    padding: 20px;
  }
  #custom-html-hu .tb-blog-page .tb-supplies ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-hu .tb-blog-page .tb-original-cta > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  #custom-html-hu .tb-blog-page .tb-original-cta .tb-button {
    width: 100%;
  }
  #custom-html-hu .tb-blog-page .tb-original-button-row .tb-button {
    width: 100%;
  }
  #custom-html-hu .tb-blog-page .tb-related {
    margin-left: 0;
  }
  #custom-html-hu .tb-blog-page .tb-section-heading {
    display: block;
  }
  #custom-html-hu .tb-blog-page .tb-section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  #custom-html-hu .tb-blog-page .tb-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-hu .tb-blog-page .tb-related-card:last-child {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  #custom-html-hu .tb-blog-page *,
  #custom-html-hu .tb-blog-page *::before,
  #custom-html-hu .tb-blog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media print {
  #custom-html-hu .tb-blog-page .tb-reading-progress,
  #custom-html-hu .tb-blog-page .tb-share-rail,
  #custom-html-hu .tb-blog-page .tb-mobile-cta,
  #custom-html-hu .tb-blog-page .tb-sidebar,
  #custom-html-hu .tb-blog-page .tb-video,
  #custom-html-hu .tb-blog-page .tb-related,
  #custom-html-hu .tb-blog-page .tb-comments {
    display: none !important;
  }
  #custom-html-hu .tb-blog-page .tb-blog-container {
    width: 100%;
    padding: 0;
  }
  #custom-html-hu .tb-blog-page .tb-blog-layout,
  #custom-html-hu .tb-blog-page .tb-article-row {
    display: block;
  }
  #custom-html-hu .tb-blog-page {
    color: #111;
    font-size: 11pt;
  }
  #custom-html-hu .tb-blog-page .tb-article-header h1,
  #custom-html-hu .tb-blog-page .tb-article-copy h2,
  #custom-html-hu .tb-blog-page .tb-article-copy h3,
  #custom-html-hu .tb-blog-page .tb-article-copy h4 {
    color: #111;
  }
  #custom-html-hu .tb-blog-page .tb-hero-image {
    break-inside: avoid;
  }
}
#custom-html-hu .tb-blog-page .tb-howto {
  margin: 26px 0 38px;
}
#custom-html-hu .tb-blog-page .tb-howto-meta {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-howto-meta h3 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 1.25rem;
}
#custom-html-hu .tb-blog-page .tb-howto-meta p {
  margin: 0;
  color: var(--tb-muted);
}
#custom-html-hu .tb-blog-page .tb-howto-step {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-aqua);
  border-radius: 0 8px 8px 0;
  background: var(--tb-white);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.07);
  scroll-margin-top: 110px;
}
#custom-html-hu .tb-blog-page .tb-howto-step h3 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1.18rem;
}
#custom-html-hu .tb-blog-page .tb-howto-step p {
  margin: 0;
}
#custom-html-hu .tb-blog-page .tb-howto-step p + p {
  margin-top: 12px;
}
#custom-html-hu .tb-blog-page .tb-howto-step img {
  width: 100%;
  height: auto;
  margin: 18px 0 0;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 10px 26px rgba(3, 28, 82, 0.09);
}
#custom-html-hu .tb-blog-page .tb-blog-layout {
  display: flex !important;
  flex-wrap: wrap !important;
}
#custom-html-hu .tb-blog-page .tb-blog-main {
  flex: 1 1 700px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#custom-html-hu .tb-blog-page .tb-sidebar {
  flex: 0 1 290px !important;
}
#custom-html-hu .tb-blog-page .tb-article-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
#custom-html-hu .tb-blog-page {
  --tb-fixed-menu-height: 100px;
}
#custom-html-hu .tb-blog-page p {
  line-height: 1.68;
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-hu .tb-blog-page span,
#custom-html-hu .tb-blog-page a,
#custom-html-hu .tb-blog-page strong,
#custom-html-hu .tb-blog-page em {
  line-height: inherit;
}
#custom-html-hu .tb-blog-page .tb-original-article > p {
  margin: 0 0 1.35em;
}
#custom-html-hu .tb-blog-page .tb-original-article h3 {
  font-size: 1.45rem;
}
#custom-html-hu .tb-blog-page .tb-original-article h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-hu .tb-blog-page .tb-article-copy {
  width: 100%;
  max-width: none;
}
#custom-html-hu .tb-blog-page .tb-article-copy a:not(.tb-button) {
  text-decoration: underline;
}
#custom-html-hu .tb-blog-page .tb-article-copy a {
  overflow-wrap: anywhere;
}
#custom-html-hu .tb-blog-page [id] {
  scroll-margin-top: 120px;
}
#custom-html-hu .tb-blog-page .tb-blog-layout {
  align-items: stretch;
}
#custom-html-hu .tb-blog-page .tb-sidebar {
  min-width: 0;
}
#custom-html-hu .tb-blog-page .tb-sidebar-sticky {
  top: 116px;
  max-height: calc(-36vh);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#custom-html-hu .tb-blog-page .tb-byline,
#custom-html-hu .tb-blog-page .tb-deck {
  line-height: 1.55;
}
#custom-html-hu .tb-blog-page .tb-hero-image {
  min-height: 0;
  aspect-ratio: auto;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-hero-image img {
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
#custom-html-hu .tb-blog-page .tb-article-image img,
#custom-html-hu .tb-blog-page .tb-howto-step img,
#custom-html-hu .tb-blog-page .tb-step-content img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
#custom-html-hu .tb-blog-page .tb-article-image {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-hu .tb-blog-page .tb-howto-step p {
  margin: 0 0 1em;
}
#custom-html-hu .tb-blog-page .tb-howto-step p:last-child {
  margin-bottom: 0;
}
#custom-html-hu .tb-blog-page .tb-howto-description,
#custom-html-hu .tb-blog-page .tb-howto-duration {
  margin: 0;
  padding: 16px 20px;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-howto-steps {
  margin-top: 22px;
}
#custom-html-hu .tb-blog-page .tb-winter-step {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-left: 4px solid var(--tb-blue);
  border-radius: 0 8px 8px 0;
}
#custom-html-hu .tb-blog-page .tb-winter-step h3 {
  margin-top: 0;
}
#custom-html-hu .tb-blog-page .tb-winter-step p:last-child {
  margin-bottom: 0;
}
#custom-html-hu .tb-blog-page .tb-dye-example {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 25px;
  margin: 28px 0;
  padding: 24px;
  align-items: start;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: var(--tb-soft);
}
#custom-html-hu .tb-blog-page .tb-dye-example p {
  margin: 0 0 1em;
}
#custom-html-hu .tb-blog-page .tb-dye-example p:last-child {
  margin-bottom: 0;
}
#custom-html-hu .tb-blog-page .tb-faq-question {
  margin: 2em 0 .5em;
  font-size: 1.12rem;
}
#custom-html-hu .tb-blog-page .tb-answer-box ol {
  margin: 0;
  padding-left: 1.3em;
}
#custom-html-hu .tb-blog-page .tb-answer-box > :last-child {
  margin-bottom: 0;
}
#custom-html-hu .tb-blog-page .tb-faq details div {
  padding-top: 12px;
}
#custom-html-hu .tb-blog-page .tb-faq summary {
  font-weight: 700;
}
#custom-html-hu .tb-blog-page .tb-editor-note,
#custom-html-hu .tb-blog-page .tb-affiliate-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--tb-blue);
  background: var(--tb-soft);
  border-radius: 0 6px 6px 0;
  font-size: .95rem;
}
#custom-html-hu .tb-blog-page .tb-sources {
  margin: 32px 0;
  font-size: .88rem;
}
#custom-html-hu .tb-blog-page .tb-sources h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#custom-html-hu .tb-blog-page .tb-reading-progress span {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
#custom-html-hu .tb-blog-page .tb-share-rail {
  top: 120px;
}
#custom-html-hu .tb-blog-page .tb-share-rail button {
  flex-shrink: 0;
}
#custom-html-hu .tb-blog-page .tb-article-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--tb-aqua);
  background: var(--tb-soft);
}
@media (max-width: 1099px) {
  #custom-html-hu .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-hu .tb-blog-page .tb-sidebar {
    display: none !important;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta {
    display: flex;
    gap: 18px;
    padding: 18px;
    margin: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    color: var(--tb-white);
    background: var(--tb-navy);
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta strong,
  #custom-html-hu .tb-blog-page .tb-mobile-cta span {
    display: block;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta strong {
    color: white;
    line-height: 1.3;
    font-size: 1.15rem;
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta span {
    color: #dce8ff;
    font-size: .85rem;
  }
}
@media (max-width: 620px) {
  #custom-html-hu .tb-blog-page {
    --tb-article-title-size: clamp(2.05rem, 8vw, 2.9rem);
  }
  #custom-html-hu .tb-blog-page .tb-mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #custom-html-hu .tb-blog-page .tb-dye-example {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
  #custom-html-hu .tb-blog-page .tb-winter-step {
    padding: 18px;
  }
  #custom-html-hu .tb-blog-page .tb-step-card {
    display: block;
  }
  #custom-html-hu .tb-blog-page .tb-step-number {
    margin-bottom: 12px;
  }
  #custom-html-hu .tb-blog-page .tb-copy-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  #custom-html-hu .tb-blog-page .tb-share-rail {
    flex-wrap: wrap;
  }
  #custom-html-hu .tb-blog-page .tb-article-copy h2 {
    font-size: 1.7rem;
  }
  #custom-html-hu .tb-blog-page .tb-answer-box h2 {
    font-size: 1.35rem;
  }
}
@media print {
  #custom-html-hu .tb-blog-page {
    padding-top: 0 !important;
  }
  #custom-html-hu .tb-blog-page .tb-blog-layout {
    display: block !important;
  }
  #custom-html-hu .tb-blog-page .tb-sidebar,
  #custom-html-hu .tb-blog-page .tb-share-rail,
  #custom-html-hu .tb-blog-page .tb-mobile-cta {
    display: none !important;
  }
}
#custom-html-hu .tb-blog-page .tb-video:not(.tb-video-portrait) {
  min-height: 200px;
}
.cid-vutoHMp4If {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vutoHMp4If .mbr-fallback-image.disabled {
  display: none;
}
.cid-vutoHMp4If .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vutoHMp4If .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vutoHMp4If .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vutoHMp4If .row {
    text-align: center;
  }
  .cid-vutoHMp4If .row > div {
    margin: auto;
  }
  .cid-vutoHMp4If .social-row {
    justify-content: center;
  }
}
.cid-vutoHMp4If .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vutoHMp4If .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vutoHMp4If .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vutoHMp4If .list {
    margin-bottom: 0rem;
  }
}
.cid-vutoHMp4If .mbr-text {
  color: #bbbbbb;
}
.cid-vutoHMp4If .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vutoHMp4If .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vutoHMp4If div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vuxSn8DAcw {
  z-index: 1000;
  width: 100%;
}
.cid-vuxSn8DAcw nav.navbar {
  position: fixed;
}
.cid-vuxSn8DAcw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuxSn8DAcw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuxSn8DAcw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuxSn8DAcw .dropdown-item:hover,
.cid-vuxSn8DAcw .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vuxSn8DAcw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuxSn8DAcw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuxSn8DAcw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuxSn8DAcw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuxSn8DAcw .nav-link {
  position: relative;
}
.cid-vuxSn8DAcw .container {
  display: flex;
  margin: auto;
}
.cid-vuxSn8DAcw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuxSn8DAcw .dropdown-menu,
.cid-vuxSn8DAcw .navbar.opened {
  background: #fafafa !important;
}
.cid-vuxSn8DAcw .nav-item:focus,
.cid-vuxSn8DAcw .nav-link:focus {
  outline: none;
}
.cid-vuxSn8DAcw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuxSn8DAcw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuxSn8DAcw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuxSn8DAcw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuxSn8DAcw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuxSn8DAcw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuxSn8DAcw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuxSn8DAcw .navbar.opened {
  transition: all 0.3s;
}
.cid-vuxSn8DAcw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuxSn8DAcw .navbar .navbar-logo img {
  width: auto;
}
.cid-vuxSn8DAcw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuxSn8DAcw .navbar.collapsed {
  justify-content: center;
}
.cid-vuxSn8DAcw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuxSn8DAcw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuxSn8DAcw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vuxSn8DAcw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuxSn8DAcw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuxSn8DAcw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vuxSn8DAcw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuxSn8DAcw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuxSn8DAcw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuxSn8DAcw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuxSn8DAcw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuxSn8DAcw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuxSn8DAcw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuxSn8DAcw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vuxSn8DAcw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuxSn8DAcw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuxSn8DAcw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuxSn8DAcw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuxSn8DAcw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuxSn8DAcw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuxSn8DAcw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuxSn8DAcw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuxSn8DAcw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuxSn8DAcw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuxSn8DAcw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuxSn8DAcw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuxSn8DAcw .dropdown-item.active,
.cid-vuxSn8DAcw .dropdown-item:active {
  background-color: transparent;
}
.cid-vuxSn8DAcw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuxSn8DAcw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuxSn8DAcw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuxSn8DAcw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuxSn8DAcw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuxSn8DAcw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuxSn8DAcw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuxSn8DAcw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuxSn8DAcw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuxSn8DAcw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuxSn8DAcw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuxSn8DAcw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuxSn8DAcw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuxSn8DAcw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuxSn8DAcw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuxSn8DAcw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuxSn8DAcw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuxSn8DAcw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuxSn8DAcw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuxSn8DAcw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuxSn8DAcw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuxSn8DAcw .navbar {
    height: 70px;
  }
  .cid-vuxSn8DAcw .navbar.opened {
    height: auto;
  }
  .cid-vuxSn8DAcw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuxSn9eSXy {
  padding-top: 220px;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vuxSn9eSXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuxSn9eSXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuxSn9eSXy .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vuxSn9eSXy .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuxSn9eSXy .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .cid-vuxSn9eSXy {
    padding-top: 155px;
  }
}
@media (max-width: 575px) {
  .cid-vuxSn9eSXy {
    padding-top: 135px;
  }
}
#custom-html-i7 {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Written conservatively for Mobirise's LESS production renderer. */
}
#custom-html-i7 #tb-simple-contact {
  font-family: inherit;
}
#custom-html-i7 #tb-simple-contact .tb-contact-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #d7e1f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.09);
}
#custom-html-i7 #tb-simple-contact .tb-contact-heading {
  margin: 0 0 7px;
  color: #031c52;
  font-size: 34px;
  line-height: 1.15;
}
#custom-html-i7 #tb-simple-contact .tb-contact-intro {
  margin: 0 0 24px;
  color: #526074;
  line-height: 1.55;
}
#custom-html-i7 #tb-simple-contact .tb-contact-field {
  display: block;
}
#custom-html-i7 #tb-simple-contact label {
  display: block;
  margin-bottom: 7px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
}
#custom-html-i7 #tb-simple-contact input,
#custom-html-i7 #tb-simple-contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid #b9c7dc;
  border-radius: 9px;
  outline: none;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
  font-size: 16px;
}
#custom-html-i7 #tb-simple-contact textarea {
  min-height: 132px;
  resize: vertical;
}
#custom-html-i7 #tb-simple-contact input:focus,
#custom-html-i7 #tb-simple-contact textarea:focus {
  border-color: #0a55c8;
  box-shadow: 0 0 0 3px rgba(10, 85, 200, 0.16);
}
#custom-html-i7 #tb-simple-contact .tb-contact-actions {
  display: block;
  margin-top: 20px;
}
#custom-html-i7 #tb-simple-contact button {
  padding: 13px 23px;
  border: 0;
  border-radius: 8px;
  background: #0a55c8;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}
#custom-html-i7 #tb-simple-contact button:hover {
  background: #031c52;
}
#custom-html-i7 #tb-simple-contact button:disabled {
  cursor: wait;
  opacity: 0.7;
}
#custom-html-i7 #tb-simple-contact .tb-contact-status {
  display: inline-block;
  margin: 10px 0 0 14px;
  color: #526074;
  font-size: 15px;
}
#custom-html-i7 #tb-simple-contact .tb-contact-status.is-success {
  color: #19733c;
}
#custom-html-i7 #tb-simple-contact .tb-contact-status.is-error {
  color: #b42318;
}
#custom-html-i7 #tb-simple-contact .tb-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cid-vuxSna06s9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vuxSna06s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuxSna06s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuxSna06s9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuxSna06s9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuxSna06s9 .row {
    text-align: center;
  }
  .cid-vuxSna06s9 .row > div {
    margin: auto;
  }
  .cid-vuxSna06s9 .social-row {
    justify-content: center;
  }
}
.cid-vuxSna06s9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuxSna06s9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuxSna06s9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuxSna06s9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vuxSna06s9 .mbr-text {
  color: #bbbbbb;
}
.cid-vuxSna06s9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vuxSna06s9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuxSna06s9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vuxSlLPIbv {
  z-index: 1000;
  width: 100%;
}
.cid-vuxSlLPIbv nav.navbar {
  position: fixed;
}
.cid-vuxSlLPIbv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuxSlLPIbv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuxSlLPIbv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuxSlLPIbv .dropdown-item:hover,
.cid-vuxSlLPIbv .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vuxSlLPIbv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuxSlLPIbv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuxSlLPIbv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuxSlLPIbv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuxSlLPIbv .nav-link {
  position: relative;
}
.cid-vuxSlLPIbv .container {
  display: flex;
  margin: auto;
}
.cid-vuxSlLPIbv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuxSlLPIbv .dropdown-menu,
.cid-vuxSlLPIbv .navbar.opened {
  background: #fafafa !important;
}
.cid-vuxSlLPIbv .nav-item:focus,
.cid-vuxSlLPIbv .nav-link:focus {
  outline: none;
}
.cid-vuxSlLPIbv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuxSlLPIbv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuxSlLPIbv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuxSlLPIbv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuxSlLPIbv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuxSlLPIbv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuxSlLPIbv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuxSlLPIbv .navbar.opened {
  transition: all 0.3s;
}
.cid-vuxSlLPIbv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuxSlLPIbv .navbar .navbar-logo img {
  width: auto;
}
.cid-vuxSlLPIbv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuxSlLPIbv .navbar.collapsed {
  justify-content: center;
}
.cid-vuxSlLPIbv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuxSlLPIbv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuxSlLPIbv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vuxSlLPIbv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuxSlLPIbv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuxSlLPIbv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vuxSlLPIbv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuxSlLPIbv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuxSlLPIbv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuxSlLPIbv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuxSlLPIbv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuxSlLPIbv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuxSlLPIbv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuxSlLPIbv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vuxSlLPIbv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuxSlLPIbv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuxSlLPIbv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuxSlLPIbv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuxSlLPIbv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuxSlLPIbv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuxSlLPIbv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuxSlLPIbv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuxSlLPIbv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuxSlLPIbv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuxSlLPIbv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuxSlLPIbv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuxSlLPIbv .dropdown-item.active,
.cid-vuxSlLPIbv .dropdown-item:active {
  background-color: transparent;
}
.cid-vuxSlLPIbv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuxSlLPIbv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuxSlLPIbv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuxSlLPIbv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuxSlLPIbv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuxSlLPIbv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuxSlLPIbv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuxSlLPIbv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuxSlLPIbv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuxSlLPIbv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuxSlLPIbv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuxSlLPIbv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuxSlLPIbv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuxSlLPIbv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuxSlLPIbv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuxSlLPIbv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuxSlLPIbv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuxSlLPIbv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuxSlLPIbv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuxSlLPIbv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuxSlLPIbv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuxSlLPIbv .navbar {
    height: 70px;
  }
  .cid-vuxSlLPIbv .navbar.opened {
    height: auto;
  }
  .cid-vuxSlLPIbv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuxSlMgHOd {
  padding-top: 220px;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vuxSlMgHOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuxSlMgHOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuxSlMgHOd .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vuxSlMgHOd .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuxSlMgHOd .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .cid-vuxSlMgHOd {
    padding-top: 155px;
  }
}
@media (max-width: 575px) {
  .cid-vuxSlMgHOd {
    padding-top: 135px;
  }
}
#custom-html-i3 {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Written conservatively for Mobirise's LESS production renderer. */
}
#custom-html-i3 #tb-simple-contact {
  font-family: inherit;
}
#custom-html-i3 #tb-simple-contact .tb-contact-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #d7e1f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.09);
}
#custom-html-i3 #tb-simple-contact .tb-contact-heading {
  margin: 0 0 7px;
  color: #031c52;
  font-size: 34px;
  line-height: 1.15;
}
#custom-html-i3 #tb-simple-contact .tb-contact-intro {
  margin: 0 0 24px;
  color: #526074;
  line-height: 1.55;
}
#custom-html-i3 #tb-simple-contact .tb-contact-field {
  display: block;
}
#custom-html-i3 #tb-simple-contact label {
  display: block;
  margin-bottom: 7px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
}
#custom-html-i3 #tb-simple-contact input,
#custom-html-i3 #tb-simple-contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid #b9c7dc;
  border-radius: 9px;
  outline: none;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
  font-size: 16px;
}
#custom-html-i3 #tb-simple-contact textarea {
  min-height: 132px;
  resize: vertical;
}
#custom-html-i3 #tb-simple-contact input:focus,
#custom-html-i3 #tb-simple-contact textarea:focus {
  border-color: #0a55c8;
  box-shadow: 0 0 0 3px rgba(10, 85, 200, 0.16);
}
#custom-html-i3 #tb-simple-contact .tb-contact-actions {
  display: block;
  margin-top: 20px;
}
#custom-html-i3 #tb-simple-contact button {
  padding: 13px 23px;
  border: 0;
  border-radius: 8px;
  background: #0a55c8;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}
#custom-html-i3 #tb-simple-contact button:hover {
  background: #031c52;
}
#custom-html-i3 #tb-simple-contact button:disabled {
  cursor: wait;
  opacity: 0.7;
}
#custom-html-i3 #tb-simple-contact .tb-contact-status {
  display: inline-block;
  margin: 10px 0 0 14px;
  color: #526074;
  font-size: 15px;
}
#custom-html-i3 #tb-simple-contact .tb-contact-status.is-success {
  color: #19733c;
}
#custom-html-i3 #tb-simple-contact .tb-contact-status.is-error {
  color: #b42318;
}
#custom-html-i3 #tb-simple-contact .tb-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cid-vuxSlMENIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vuxSlMENIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuxSlMENIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuxSlMENIu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuxSlMENIu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuxSlMENIu .row {
    text-align: center;
  }
  .cid-vuxSlMENIu .row > div {
    margin: auto;
  }
  .cid-vuxSlMENIu .social-row {
    justify-content: center;
  }
}
.cid-vuxSlMENIu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuxSlMENIu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuxSlMENIu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuxSlMENIu .list {
    margin-bottom: 0rem;
  }
}
.cid-vuxSlMENIu .mbr-text {
  color: #bbbbbb;
}
.cid-vuxSlMENIu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vuxSlMENIu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuxSlMENIu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vuxSiTBPZ0 {
  z-index: 1000;
  width: 100%;
}
.cid-vuxSiTBPZ0 nav.navbar {
  position: fixed;
}
.cid-vuxSiTBPZ0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuxSiTBPZ0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuxSiTBPZ0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuxSiTBPZ0 .dropdown-item:hover,
.cid-vuxSiTBPZ0 .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vuxSiTBPZ0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuxSiTBPZ0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuxSiTBPZ0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuxSiTBPZ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuxSiTBPZ0 .nav-link {
  position: relative;
}
.cid-vuxSiTBPZ0 .container {
  display: flex;
  margin: auto;
}
.cid-vuxSiTBPZ0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuxSiTBPZ0 .dropdown-menu,
.cid-vuxSiTBPZ0 .navbar.opened {
  background: #fafafa !important;
}
.cid-vuxSiTBPZ0 .nav-item:focus,
.cid-vuxSiTBPZ0 .nav-link:focus {
  outline: none;
}
.cid-vuxSiTBPZ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuxSiTBPZ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuxSiTBPZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuxSiTBPZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuxSiTBPZ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuxSiTBPZ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuxSiTBPZ0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuxSiTBPZ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vuxSiTBPZ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuxSiTBPZ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vuxSiTBPZ0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuxSiTBPZ0 .navbar.collapsed {
  justify-content: center;
}
.cid-vuxSiTBPZ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuxSiTBPZ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuxSiTBPZ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vuxSiTBPZ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuxSiTBPZ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuxSiTBPZ0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vuxSiTBPZ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuxSiTBPZ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuxSiTBPZ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuxSiTBPZ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuxSiTBPZ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuxSiTBPZ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuxSiTBPZ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuxSiTBPZ0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vuxSiTBPZ0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuxSiTBPZ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuxSiTBPZ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuxSiTBPZ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuxSiTBPZ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuxSiTBPZ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuxSiTBPZ0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuxSiTBPZ0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuxSiTBPZ0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuxSiTBPZ0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuxSiTBPZ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuxSiTBPZ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuxSiTBPZ0 .dropdown-item.active,
.cid-vuxSiTBPZ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vuxSiTBPZ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuxSiTBPZ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuxSiTBPZ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuxSiTBPZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuxSiTBPZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuxSiTBPZ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuxSiTBPZ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuxSiTBPZ0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuxSiTBPZ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuxSiTBPZ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuxSiTBPZ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuxSiTBPZ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuxSiTBPZ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuxSiTBPZ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuxSiTBPZ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuxSiTBPZ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuxSiTBPZ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuxSiTBPZ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuxSiTBPZ0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuxSiTBPZ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuxSiTBPZ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuxSiTBPZ0 .navbar {
    height: 70px;
  }
  .cid-vuxSiTBPZ0 .navbar.opened {
    height: auto;
  }
  .cid-vuxSiTBPZ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuxSiUrB9S {
  padding-top: 220px;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vuxSiUrB9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuxSiUrB9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuxSiUrB9S .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vuxSiUrB9S .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vuxSiUrB9S .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .cid-vuxSiUrB9S {
    padding-top: 155px;
  }
}
@media (max-width: 575px) {
  .cid-vuxSiUrB9S {
    padding-top: 135px;
  }
}
#custom-html-hz {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Written conservatively for Mobirise's LESS production renderer. */
}
#custom-html-hz #tb-simple-contact {
  font-family: inherit;
}
#custom-html-hz #tb-simple-contact .tb-contact-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #d7e1f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(3, 28, 82, 0.09);
}
#custom-html-hz #tb-simple-contact .tb-contact-heading {
  margin: 0 0 7px;
  color: #031c52;
  font-size: 34px;
  line-height: 1.15;
}
#custom-html-hz #tb-simple-contact .tb-contact-intro {
  margin: 0 0 24px;
  color: #526074;
  line-height: 1.55;
}
#custom-html-hz #tb-simple-contact .tb-contact-field {
  display: block;
}
#custom-html-hz #tb-simple-contact label {
  display: block;
  margin-bottom: 7px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
}
#custom-html-hz #tb-simple-contact input,
#custom-html-hz #tb-simple-contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid #b9c7dc;
  border-radius: 9px;
  outline: none;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
  font-size: 16px;
}
#custom-html-hz #tb-simple-contact textarea {
  min-height: 132px;
  resize: vertical;
}
#custom-html-hz #tb-simple-contact input:focus,
#custom-html-hz #tb-simple-contact textarea:focus {
  border-color: #0a55c8;
  box-shadow: 0 0 0 3px rgba(10, 85, 200, 0.16);
}
#custom-html-hz #tb-simple-contact .tb-contact-actions {
  display: block;
  margin-top: 20px;
}
#custom-html-hz #tb-simple-contact button {
  padding: 13px 23px;
  border: 0;
  border-radius: 8px;
  background: #0a55c8;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}
#custom-html-hz #tb-simple-contact button:hover {
  background: #031c52;
}
#custom-html-hz #tb-simple-contact button:disabled {
  cursor: wait;
  opacity: 0.7;
}
#custom-html-hz #tb-simple-contact .tb-contact-status {
  display: inline-block;
  margin: 10px 0 0 14px;
  color: #526074;
  font-size: 15px;
}
#custom-html-hz #tb-simple-contact .tb-contact-status.is-success {
  color: #19733c;
}
#custom-html-hz #tb-simple-contact .tb-contact-status.is-error {
  color: #b42318;
}
#custom-html-hz #tb-simple-contact .tb-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cid-vuxSiUTvTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vuxSiUTvTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuxSiUTvTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuxSiUTvTb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuxSiUTvTb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuxSiUTvTb .row {
    text-align: center;
  }
  .cid-vuxSiUTvTb .row > div {
    margin: auto;
  }
  .cid-vuxSiUTvTb .social-row {
    justify-content: center;
  }
}
.cid-vuxSiUTvTb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuxSiUTvTb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuxSiUTvTb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuxSiUTvTb .list {
    margin-bottom: 0rem;
  }
}
.cid-vuxSiUTvTb .mbr-text {
  color: #bbbbbb;
}
.cid-vuxSiUTvTb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vuxSiUTvTb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuxSiUTvTb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vuz4QdWSsI {
  z-index: 1000;
  width: 100%;
}
.cid-vuz4QdWSsI nav.navbar {
  position: fixed;
}
.cid-vuz4QdWSsI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuz4QdWSsI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuz4QdWSsI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuz4QdWSsI .dropdown-item:hover,
.cid-vuz4QdWSsI .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vuz4QdWSsI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuz4QdWSsI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuz4QdWSsI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuz4QdWSsI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuz4QdWSsI .nav-link {
  position: relative;
}
.cid-vuz4QdWSsI .container {
  display: flex;
  margin: auto;
}
.cid-vuz4QdWSsI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuz4QdWSsI .dropdown-menu,
.cid-vuz4QdWSsI .navbar.opened {
  background: #fafafa !important;
}
.cid-vuz4QdWSsI .nav-item:focus,
.cid-vuz4QdWSsI .nav-link:focus {
  outline: none;
}
.cid-vuz4QdWSsI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuz4QdWSsI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuz4QdWSsI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuz4QdWSsI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuz4QdWSsI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuz4QdWSsI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuz4QdWSsI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuz4QdWSsI .navbar.opened {
  transition: all 0.3s;
}
.cid-vuz4QdWSsI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuz4QdWSsI .navbar .navbar-logo img {
  width: auto;
}
.cid-vuz4QdWSsI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuz4QdWSsI .navbar.collapsed {
  justify-content: center;
}
.cid-vuz4QdWSsI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuz4QdWSsI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuz4QdWSsI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vuz4QdWSsI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuz4QdWSsI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuz4QdWSsI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vuz4QdWSsI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuz4QdWSsI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuz4QdWSsI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuz4QdWSsI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuz4QdWSsI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuz4QdWSsI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuz4QdWSsI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuz4QdWSsI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vuz4QdWSsI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuz4QdWSsI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuz4QdWSsI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuz4QdWSsI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuz4QdWSsI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuz4QdWSsI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuz4QdWSsI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuz4QdWSsI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuz4QdWSsI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuz4QdWSsI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuz4QdWSsI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuz4QdWSsI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuz4QdWSsI .dropdown-item.active,
.cid-vuz4QdWSsI .dropdown-item:active {
  background-color: transparent;
}
.cid-vuz4QdWSsI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuz4QdWSsI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuz4QdWSsI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuz4QdWSsI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuz4QdWSsI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuz4QdWSsI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuz4QdWSsI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuz4QdWSsI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuz4QdWSsI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuz4QdWSsI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuz4QdWSsI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuz4QdWSsI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuz4QdWSsI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuz4QdWSsI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuz4QdWSsI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuz4QdWSsI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuz4QdWSsI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuz4QdWSsI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuz4QdWSsI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuz4QdWSsI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuz4QdWSsI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuz4QdWSsI .navbar {
    height: 70px;
  }
  .cid-vuz4QdWSsI .navbar.opened {
    height: auto;
  }
  .cid-vuz4QdWSsI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ig {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Converted for Mobirise's LESS production renderer. */
  /*
  Mobirise's editor can delay or suppress scripts while a custom block is
  being previewed. Panels therefore remain visible until this block's
  script marks the section ready. The form fails open instead of looking
  like an empty page.
*/
}
#custom-html-ig #tb-appointment {
  background: radial-gradient(circle at 5% 0%, rgba(69, 200, 238, 0.16), transparent 31rem), #f5f8fc;
  color: #17233a;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 520px;
  opacity: 1 !important;
  padding: 64px 18px;
  position: relative;
  visibility: visible !important;
}
#custom-html-ig #tb-appointment,
#custom-html-ig #tb-appointment * {
  box-sizing: border-box;
}
#custom-html-ig #tb-appointment.tb-appt-js [hidden] {
  display: none !important;
}
#custom-html-ig #tb-appointment:not(.tb-appt-js) [data-step-panel] {
  display: block !important;
}
#custom-html-ig #tb-appointment .tb-appt-shell {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#custom-html-ig #tb-appointment .tb-appt-heading {
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: center;
}
#custom-html-ig #tb-appointment .tb-appt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0b67a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#custom-html-ig #tb-appointment .tb-appt-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: #0b67a5;
  content: "";
}
#custom-html-ig #tb-appointment h1,
#custom-html-ig #tb-appointment h2,
#custom-html-ig #tb-appointment h3,
#custom-html-ig #tb-appointment h4,
#custom-html-ig #tb-appointment p {
  margin-top: 0;
}
#custom-html-ig #tb-appointment h1 {
  margin-bottom: 13px;
  color: #031c52;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
#custom-html-ig #tb-appointment .tb-appt-intro {
  margin: 0 auto;
  color: #637083;
  font-size: 18px;
  line-height: 1.65;
}
#custom-html-ig #tb-appointment .tb-appt-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin: 22px auto 0;
}
#custom-html-ig #tb-appointment .tb-appt-promise {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 103, 165, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  color: #031c52;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
#custom-html-ig #tb-appointment .tb-appt-check {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 12px;
}
#custom-html-ig #tb-appointment .tb-appt-card {
  overflow: hidden;
  border: 1px solid rgba(3, 28, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(3, 28, 82, 0.11);
}
#custom-html-ig #tb-appointment .tb-appt-progress-head {
  padding: 23px 32px 20px;
  background: linear-gradient(135deg, #031c52, #084481);
  color: #ffffff;
}
#custom-html-ig #tb-appointment .tb-appt-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-ig #tb-appointment .tb-appt-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}
#custom-html-ig #tb-appointment .tb-appt-progress-bar {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: #45c8ee;
  transition: width .28s ease;
}
#custom-html-ig #tb-appointment .tb-appt-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
#custom-html-ig #tb-appointment .tb-appt-step-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#custom-html-ig #tb-appointment .tb-appt-step-tab span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
#custom-html-ig #tb-appointment .tb-appt-step-tab.is-active,
#custom-html-ig #tb-appointment .tb-appt-step-tab.is-complete {
  color: #fff;
}
#custom-html-ig #tb-appointment .tb-appt-step-tab.is-active span,
#custom-html-ig #tb-appointment .tb-appt-step-tab.is-complete span {
  border-color: #45c8ee;
  background: #45c8ee;
  color: #031c52;
}
#custom-html-ig #tb-appointment .tb-appt-form-body {
  padding: 38px;
}
#custom-html-ig #tb-appointment .tb-appt-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 28px;
}
#custom-html-ig #tb-appointment .tb-appt-panel-number {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #031c52;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-ig #tb-appointment .tb-appt-panel-title h2 {
  margin: 1px 0 4px;
  color: #031c52;
  font-size: 26px;
  line-height: 1.18;
}
#custom-html-ig #tb-appointment .tb-appt-panel-title p {
  margin-bottom: 0;
  color: #637083;
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-ig #tb-appointment .tb-appt-subsection + .tb-appt-subsection {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #d9e3ee;
}
#custom-html-ig #tb-appointment .tb-appt-subsection h3 {
  margin-bottom: 18px;
  color: #031c52;
  font-size: 18px;
  line-height: 1.3;
}
#custom-html-ig #tb-appointment .tb-appt-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
#custom-html-ig #tb-appointment .tb-col-12 {
  grid-column: span 12;
}
#custom-html-ig #tb-appointment .tb-col-8 {
  grid-column: span 8;
}
#custom-html-ig #tb-appointment .tb-col-7 {
  grid-column: span 7;
}
#custom-html-ig #tb-appointment .tb-col-6 {
  grid-column: span 6;
}
#custom-html-ig #tb-appointment .tb-col-5 {
  grid-column: span 5;
}
#custom-html-ig #tb-appointment .tb-col-4 {
  grid-column: span 4;
}
#custom-html-ig #tb-appointment .tb-col-3 {
  grid-column: span 3;
}
#custom-html-ig #tb-appointment .tb-appt-field {
  min-width: 0;
}
#custom-html-ig #tb-appointment .tb-appt-label,
#custom-html-ig #tb-appointment legend {
  display: block;
  width: 100%;
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: #031c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
#custom-html-ig #tb-appointment .tb-appt-required {
  color: #b42318;
}
#custom-html-ig #tb-appointment .tb-appt-help {
  margin: 7px 0 0;
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-ig #tb-appointment input[type="text"],
#custom-html-ig #tb-appointment input[type="email"],
#custom-html-ig #tb-appointment input[type="tel"],
#custom-html-ig #tb-appointment input[type="url"],
#custom-html-ig #tb-appointment select,
#custom-html-ig #tb-appointment textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #bdc9d8;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #17233a;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-ig #tb-appointment textarea {
  min-height: 126px;
  resize: vertical;
}
#custom-html-ig #tb-appointment input:focus,
#custom-html-ig #tb-appointment select:focus,
#custom-html-ig #tb-appointment textarea:focus {
  border-color: #0b67a5;
  box-shadow: 0 0 0 4px rgba(11, 103, 165, 0.13);
}
#custom-html-ig #tb-appointment .tb-appt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
#custom-html-ig #tb-appointment .tb-appt-choice-grid.tb-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#custom-html-ig #tb-appointment .tb-appt-choice-grid.tb-one {
  grid-template-columns: 1fr;
}
#custom-html-ig #tb-appointment .tb-appt-choice {
  position: relative;
  min-width: 0;
}
#custom-html-ig #tb-appointment .tb-appt-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#custom-html-ig #tb-appointment .tb-appt-choice label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d9e3ee;
  border-radius: 11px;
  background: #fbfdff;
  color: #17233a;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-ig #tb-appointment .tb-appt-choice label::before {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #9cabbc;
  border-radius: 50%;
  background: #fff;
  content: "";
}
#custom-html-ig #tb-appointment .tb-appt-choice input[type="checkbox"] + label::before {
  border-radius: 5px;
}
#custom-html-ig #tb-appointment .tb-appt-choice input:checked + label {
  border-color: #0b67a5;
  background: #eaf6fc;
  box-shadow: inset 0 0 0 1px #0b67a5;
  color: #031c52;
  font-weight: 700;
}
#custom-html-ig #tb-appointment .tb-appt-choice input:checked + label::before {
  border: 5px solid #0b67a5;
}
#custom-html-ig #tb-appointment .tb-appt-choice input[type="checkbox"]:checked + label::before {
  border-width: 2px;
  background: #0b67a5;
  box-shadow: inset 0 0 0 3px #fff;
}
#custom-html-ig #tb-appointment .tb-appt-choice input:focus-visible + label {
  outline: 3px solid rgba(11, 103, 165, 0.24);
  outline-offset: 2px;
}
#custom-html-ig #tb-appointment .tb-appt-branch {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #cfe1ee;
  border-radius: 11px;
  background: #eaf6fc;
  color: #031c52;
}
#custom-html-ig #tb-appointment .tb-appt-branch-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 14px;
}
#custom-html-ig #tb-appointment .tb-appt-branch strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
#custom-html-ig #tb-appointment .tb-appt-branch span {
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-ig #tb-appointment .tb-appt-upcharge-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid #c17800;
  border-radius: 8px;
  background: #fff9ed;
  color: #6e4600;
  font-size: 13px;
  line-height: 1.5;
}
#custom-html-ig #tb-appointment .tb-appt-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}
#custom-html-ig #tb-appointment .tb-appt-review-card {
  padding: 18px;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #fbfdff;
}
#custom-html-ig #tb-appointment .tb-appt-review-card h3 {
  margin: 0 0 11px;
  color: #031c52;
  font-size: 16px;
}
#custom-html-ig #tb-appointment .tb-appt-review-list {
  display: grid;
  grid-template-columns: minmax(100px, 0.38fr) minmax(0, 0.62fr);
  margin: 0;
  gap: 0;
}
#custom-html-ig #tb-appointment .tb-appt-review-list dt,
#custom-html-ig #tb-appointment .tb-appt-review-list dd {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #e5edf4;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
#custom-html-ig #tb-appointment .tb-appt-review-list dt {
  padding-right: 9px;
  color: #637083;
  font-weight: 700;
}
#custom-html-ig #tb-appointment .tb-appt-review-list dd {
  color: #17233a;
  font-weight: 700;
}
#custom-html-ig #tb-appointment .tb-appt-acknowledgements {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cfe1ee;
  border-radius: 13px;
  background: #f7fbfe;
}
#custom-html-ig #tb-appointment .tb-appt-acknowledgements h3 {
  margin: 0 0 3px;
  color: #031c52;
  font-size: 18px;
}
#custom-html-ig #tb-appointment .tb-appt-alert {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
#custom-html-ig #tb-appointment .tb-appt-alert.is-error {
  border-color: #f1b8b3;
  background: #fff2f1;
  color: #b42318;
}
#custom-html-ig #tb-appointment .tb-appt-alert.is-success {
  border-color: #9bd5ba;
  background: #ecf9f3;
  color: #087443;
}
#custom-html-ig #tb-appointment .tb-appt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
}
#custom-html-ig #tb-appointment .tb-appt-btn {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-ig #tb-appointment .tb-appt-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
#custom-html-ig #tb-appointment .tb-appt-btn:disabled {
  cursor: wait;
  opacity: .68;
}
#custom-html-ig #tb-appointment .tb-appt-btn-primary {
  background: #031c52;
  color: #fff;
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.2);
}
#custom-html-ig #tb-appointment .tb-appt-btn-primary:hover:not(:disabled) {
  background: #092d6a;
  color: #fff;
}
#custom-html-ig #tb-appointment .tb-appt-btn-secondary {
  border-color: #afbdcc;
  background: #fff;
  color: #031c52;
}
#custom-html-ig #tb-appointment .tb-appt-btn-secondary:hover:not(:disabled) {
  background: #f3f7fb;
  color: #031c52;
}
#custom-html-ig #tb-appointment .tb-appt-submit-note {
  margin: 12px 0 0;
  color: #637083;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
#custom-html-ig #tb-appointment .tb-appt-success-panel {
  display: none;
  padding: 62px 24px;
  text-align: center;
}
#custom-html-ig #tb-appointment.tb-appt-complete .tb-appt-success-panel {
  display: block;
}
#custom-html-ig #tb-appointment.tb-appt-complete #tb-appt-progress-head,
#custom-html-ig #tb-appointment.tb-appt-complete #tb-appointment-form {
  display: none;
}
#custom-html-ig #tb-appointment .tb-appt-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 19px;
  place-items: center;
  border-radius: 50%;
  background: #e3f6ed;
  color: #087443;
  font-size: 31px;
  font-weight: 800;
}
#custom-html-ig #tb-appointment .tb-appt-success-panel h2 {
  margin-bottom: 10px;
  color: #031c52;
  font-size: 32px;
}
#custom-html-ig #tb-appointment .tb-appt-success-panel p {
  max-width: 610px;
  margin: 0 auto 22px;
  color: #637083;
  font-size: 16px;
  line-height: 1.6;
}
#custom-html-ig #tb-appointment .tb-appt-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 760px) {
  #custom-html-ig #tb-appointment .tb-appt-promises,
  #custom-html-ig #tb-appointment .tb-appt-review,
  #custom-html-ig #tb-appointment .tb-appt-choice-grid,
  #custom-html-ig #tb-appointment .tb-appt-choice-grid.tb-two {
    grid-template-columns: 1fr;
  }
  #custom-html-ig #tb-appointment .tb-appt-promise {
    justify-content: flex-start;
    border-radius: 11px;
  }
  #custom-html-ig #tb-appointment .tb-col-8,
  #custom-html-ig #tb-appointment .tb-col-7,
  #custom-html-ig #tb-appointment .tb-col-6,
  #custom-html-ig #tb-appointment .tb-col-5,
  #custom-html-ig #tb-appointment .tb-col-4,
  #custom-html-ig #tb-appointment .tb-col-3 {
    grid-column: span 12;
  }
  #custom-html-ig #tb-appointment .tb-appt-step-tab {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #custom-html-ig #tb-appointment .tb-appt-step-tab b {
    display: none;
  }
  #custom-html-ig #tb-appointment .tb-appt-form-body {
    padding: 26px 18px 30px;
  }
  #custom-html-ig #tb-appointment .tb-appt-card {
    border-radius: 17px;
  }
  #custom-html-ig #tb-appointment .tb-appt-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #custom-html-ig #tb-appointment .tb-appt-actions .tb-appt-btn {
    width: 100%;
  }
  #custom-html-ig #tb-appointment .tb-appt-submit-note {
    text-align: center;
  }
  #custom-html-ig #tb-appointment .tb-appt-review-list {
    grid-template-columns: 1fr;
  }
  #custom-html-ig #tb-appointment .tb-appt-review-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.cid-vuz4Qesj9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vuz4Qesj9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuz4Qesj9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuz4Qesj9j .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuz4Qesj9j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuz4Qesj9j .row {
    text-align: center;
  }
  .cid-vuz4Qesj9j .row > div {
    margin: auto;
  }
  .cid-vuz4Qesj9j .social-row {
    justify-content: center;
  }
}
.cid-vuz4Qesj9j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuz4Qesj9j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuz4Qesj9j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuz4Qesj9j .list {
    margin-bottom: 0rem;
  }
}
.cid-vuz4Qesj9j .mbr-text {
  color: #bbbbbb;
}
.cid-vuz4Qesj9j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vuz4Qesj9j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuz4Qesj9j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vuz4PeiUAV {
  z-index: 1000;
  width: 100%;
}
.cid-vuz4PeiUAV nav.navbar {
  position: fixed;
}
.cid-vuz4PeiUAV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuz4PeiUAV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuz4PeiUAV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuz4PeiUAV .dropdown-item:hover,
.cid-vuz4PeiUAV .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vuz4PeiUAV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuz4PeiUAV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuz4PeiUAV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuz4PeiUAV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuz4PeiUAV .nav-link {
  position: relative;
}
.cid-vuz4PeiUAV .container {
  display: flex;
  margin: auto;
}
.cid-vuz4PeiUAV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuz4PeiUAV .dropdown-menu,
.cid-vuz4PeiUAV .navbar.opened {
  background: #fafafa !important;
}
.cid-vuz4PeiUAV .nav-item:focus,
.cid-vuz4PeiUAV .nav-link:focus {
  outline: none;
}
.cid-vuz4PeiUAV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuz4PeiUAV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuz4PeiUAV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuz4PeiUAV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuz4PeiUAV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuz4PeiUAV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuz4PeiUAV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuz4PeiUAV .navbar.opened {
  transition: all 0.3s;
}
.cid-vuz4PeiUAV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuz4PeiUAV .navbar .navbar-logo img {
  width: auto;
}
.cid-vuz4PeiUAV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuz4PeiUAV .navbar.collapsed {
  justify-content: center;
}
.cid-vuz4PeiUAV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuz4PeiUAV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuz4PeiUAV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vuz4PeiUAV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuz4PeiUAV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuz4PeiUAV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vuz4PeiUAV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuz4PeiUAV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuz4PeiUAV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuz4PeiUAV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuz4PeiUAV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuz4PeiUAV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuz4PeiUAV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuz4PeiUAV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vuz4PeiUAV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuz4PeiUAV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuz4PeiUAV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuz4PeiUAV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuz4PeiUAV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuz4PeiUAV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuz4PeiUAV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuz4PeiUAV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuz4PeiUAV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuz4PeiUAV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuz4PeiUAV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuz4PeiUAV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuz4PeiUAV .dropdown-item.active,
.cid-vuz4PeiUAV .dropdown-item:active {
  background-color: transparent;
}
.cid-vuz4PeiUAV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuz4PeiUAV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuz4PeiUAV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuz4PeiUAV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuz4PeiUAV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuz4PeiUAV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuz4PeiUAV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuz4PeiUAV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuz4PeiUAV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuz4PeiUAV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuz4PeiUAV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuz4PeiUAV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuz4PeiUAV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuz4PeiUAV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuz4PeiUAV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuz4PeiUAV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuz4PeiUAV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuz4PeiUAV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuz4PeiUAV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuz4PeiUAV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuz4PeiUAV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuz4PeiUAV .navbar {
    height: 70px;
  }
  .cid-vuz4PeiUAV .navbar.opened {
    height: auto;
  }
  .cid-vuz4PeiUAV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-id {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Converted for Mobirise's LESS production renderer. */
  /*
  Mobirise's editor can delay or suppress scripts while a custom block is
  being previewed. Panels therefore remain visible until this block's
  script marks the section ready. The form fails open instead of looking
  like an empty page.
*/
}
#custom-html-id #tb-appointment {
  background: radial-gradient(circle at 5% 0%, rgba(69, 200, 238, 0.16), transparent 31rem), #f5f8fc;
  color: #17233a;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 520px;
  opacity: 1 !important;
  padding: 64px 18px;
  position: relative;
  visibility: visible !important;
}
#custom-html-id #tb-appointment,
#custom-html-id #tb-appointment * {
  box-sizing: border-box;
}
#custom-html-id #tb-appointment.tb-appt-js [hidden] {
  display: none !important;
}
#custom-html-id #tb-appointment:not(.tb-appt-js) [data-step-panel] {
  display: block !important;
}
#custom-html-id #tb-appointment .tb-appt-shell {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#custom-html-id #tb-appointment .tb-appt-heading {
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: center;
}
#custom-html-id #tb-appointment .tb-appt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0b67a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#custom-html-id #tb-appointment .tb-appt-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: #0b67a5;
  content: "";
}
#custom-html-id #tb-appointment h1,
#custom-html-id #tb-appointment h2,
#custom-html-id #tb-appointment h3,
#custom-html-id #tb-appointment h4,
#custom-html-id #tb-appointment p {
  margin-top: 0;
}
#custom-html-id #tb-appointment h1 {
  margin-bottom: 13px;
  color: #031c52;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
#custom-html-id #tb-appointment .tb-appt-intro {
  margin: 0 auto;
  color: #637083;
  font-size: 18px;
  line-height: 1.65;
}
#custom-html-id #tb-appointment .tb-appt-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin: 22px auto 0;
}
#custom-html-id #tb-appointment .tb-appt-promise {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 103, 165, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  color: #031c52;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
#custom-html-id #tb-appointment .tb-appt-check {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 12px;
}
#custom-html-id #tb-appointment .tb-appt-card {
  overflow: hidden;
  border: 1px solid rgba(3, 28, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(3, 28, 82, 0.11);
}
#custom-html-id #tb-appointment .tb-appt-progress-head {
  padding: 23px 32px 20px;
  background: linear-gradient(135deg, #031c52, #084481);
  color: #ffffff;
}
#custom-html-id #tb-appointment .tb-appt-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-id #tb-appointment .tb-appt-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}
#custom-html-id #tb-appointment .tb-appt-progress-bar {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: #45c8ee;
  transition: width .28s ease;
}
#custom-html-id #tb-appointment .tb-appt-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
#custom-html-id #tb-appointment .tb-appt-step-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#custom-html-id #tb-appointment .tb-appt-step-tab span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
#custom-html-id #tb-appointment .tb-appt-step-tab.is-active,
#custom-html-id #tb-appointment .tb-appt-step-tab.is-complete {
  color: #fff;
}
#custom-html-id #tb-appointment .tb-appt-step-tab.is-active span,
#custom-html-id #tb-appointment .tb-appt-step-tab.is-complete span {
  border-color: #45c8ee;
  background: #45c8ee;
  color: #031c52;
}
#custom-html-id #tb-appointment .tb-appt-form-body {
  padding: 38px;
}
#custom-html-id #tb-appointment .tb-appt-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 28px;
}
#custom-html-id #tb-appointment .tb-appt-panel-number {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #031c52;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-id #tb-appointment .tb-appt-panel-title h2 {
  margin: 1px 0 4px;
  color: #031c52;
  font-size: 26px;
  line-height: 1.18;
}
#custom-html-id #tb-appointment .tb-appt-panel-title p {
  margin-bottom: 0;
  color: #637083;
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-id #tb-appointment .tb-appt-subsection + .tb-appt-subsection {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #d9e3ee;
}
#custom-html-id #tb-appointment .tb-appt-subsection h3 {
  margin-bottom: 18px;
  color: #031c52;
  font-size: 18px;
  line-height: 1.3;
}
#custom-html-id #tb-appointment .tb-appt-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
#custom-html-id #tb-appointment .tb-col-12 {
  grid-column: span 12;
}
#custom-html-id #tb-appointment .tb-col-8 {
  grid-column: span 8;
}
#custom-html-id #tb-appointment .tb-col-7 {
  grid-column: span 7;
}
#custom-html-id #tb-appointment .tb-col-6 {
  grid-column: span 6;
}
#custom-html-id #tb-appointment .tb-col-5 {
  grid-column: span 5;
}
#custom-html-id #tb-appointment .tb-col-4 {
  grid-column: span 4;
}
#custom-html-id #tb-appointment .tb-col-3 {
  grid-column: span 3;
}
#custom-html-id #tb-appointment .tb-appt-field {
  min-width: 0;
}
#custom-html-id #tb-appointment .tb-appt-label,
#custom-html-id #tb-appointment legend {
  display: block;
  width: 100%;
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: #031c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
#custom-html-id #tb-appointment .tb-appt-required {
  color: #b42318;
}
#custom-html-id #tb-appointment .tb-appt-help {
  margin: 7px 0 0;
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-id #tb-appointment input[type="text"],
#custom-html-id #tb-appointment input[type="email"],
#custom-html-id #tb-appointment input[type="tel"],
#custom-html-id #tb-appointment input[type="url"],
#custom-html-id #tb-appointment select,
#custom-html-id #tb-appointment textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #bdc9d8;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #17233a;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-id #tb-appointment textarea {
  min-height: 126px;
  resize: vertical;
}
#custom-html-id #tb-appointment input:focus,
#custom-html-id #tb-appointment select:focus,
#custom-html-id #tb-appointment textarea:focus {
  border-color: #0b67a5;
  box-shadow: 0 0 0 4px rgba(11, 103, 165, 0.13);
}
#custom-html-id #tb-appointment .tb-appt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
#custom-html-id #tb-appointment .tb-appt-choice-grid.tb-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#custom-html-id #tb-appointment .tb-appt-choice-grid.tb-one {
  grid-template-columns: 1fr;
}
#custom-html-id #tb-appointment .tb-appt-choice {
  position: relative;
  min-width: 0;
}
#custom-html-id #tb-appointment .tb-appt-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#custom-html-id #tb-appointment .tb-appt-choice label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d9e3ee;
  border-radius: 11px;
  background: #fbfdff;
  color: #17233a;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-id #tb-appointment .tb-appt-choice label::before {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #9cabbc;
  border-radius: 50%;
  background: #fff;
  content: "";
}
#custom-html-id #tb-appointment .tb-appt-choice input[type="checkbox"] + label::before {
  border-radius: 5px;
}
#custom-html-id #tb-appointment .tb-appt-choice input:checked + label {
  border-color: #0b67a5;
  background: #eaf6fc;
  box-shadow: inset 0 0 0 1px #0b67a5;
  color: #031c52;
  font-weight: 700;
}
#custom-html-id #tb-appointment .tb-appt-choice input:checked + label::before {
  border: 5px solid #0b67a5;
}
#custom-html-id #tb-appointment .tb-appt-choice input[type="checkbox"]:checked + label::before {
  border-width: 2px;
  background: #0b67a5;
  box-shadow: inset 0 0 0 3px #fff;
}
#custom-html-id #tb-appointment .tb-appt-choice input:focus-visible + label {
  outline: 3px solid rgba(11, 103, 165, 0.24);
  outline-offset: 2px;
}
#custom-html-id #tb-appointment .tb-appt-branch {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #cfe1ee;
  border-radius: 11px;
  background: #eaf6fc;
  color: #031c52;
}
#custom-html-id #tb-appointment .tb-appt-branch-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 14px;
}
#custom-html-id #tb-appointment .tb-appt-branch strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
#custom-html-id #tb-appointment .tb-appt-branch span {
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-id #tb-appointment .tb-appt-upcharge-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid #c17800;
  border-radius: 8px;
  background: #fff9ed;
  color: #6e4600;
  font-size: 13px;
  line-height: 1.5;
}
#custom-html-id #tb-appointment .tb-appt-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}
#custom-html-id #tb-appointment .tb-appt-review-card {
  padding: 18px;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #fbfdff;
}
#custom-html-id #tb-appointment .tb-appt-review-card h3 {
  margin: 0 0 11px;
  color: #031c52;
  font-size: 16px;
}
#custom-html-id #tb-appointment .tb-appt-review-list {
  display: grid;
  grid-template-columns: minmax(100px, 0.38fr) minmax(0, 0.62fr);
  margin: 0;
  gap: 0;
}
#custom-html-id #tb-appointment .tb-appt-review-list dt,
#custom-html-id #tb-appointment .tb-appt-review-list dd {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #e5edf4;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
#custom-html-id #tb-appointment .tb-appt-review-list dt {
  padding-right: 9px;
  color: #637083;
  font-weight: 700;
}
#custom-html-id #tb-appointment .tb-appt-review-list dd {
  color: #17233a;
  font-weight: 700;
}
#custom-html-id #tb-appointment .tb-appt-acknowledgements {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cfe1ee;
  border-radius: 13px;
  background: #f7fbfe;
}
#custom-html-id #tb-appointment .tb-appt-acknowledgements h3 {
  margin: 0 0 3px;
  color: #031c52;
  font-size: 18px;
}
#custom-html-id #tb-appointment .tb-appt-alert {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
#custom-html-id #tb-appointment .tb-appt-alert.is-error {
  border-color: #f1b8b3;
  background: #fff2f1;
  color: #b42318;
}
#custom-html-id #tb-appointment .tb-appt-alert.is-success {
  border-color: #9bd5ba;
  background: #ecf9f3;
  color: #087443;
}
#custom-html-id #tb-appointment .tb-appt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
}
#custom-html-id #tb-appointment .tb-appt-btn {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-id #tb-appointment .tb-appt-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
#custom-html-id #tb-appointment .tb-appt-btn:disabled {
  cursor: wait;
  opacity: .68;
}
#custom-html-id #tb-appointment .tb-appt-btn-primary {
  background: #031c52;
  color: #fff;
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.2);
}
#custom-html-id #tb-appointment .tb-appt-btn-primary:hover:not(:disabled) {
  background: #092d6a;
  color: #fff;
}
#custom-html-id #tb-appointment .tb-appt-btn-secondary {
  border-color: #afbdcc;
  background: #fff;
  color: #031c52;
}
#custom-html-id #tb-appointment .tb-appt-btn-secondary:hover:not(:disabled) {
  background: #f3f7fb;
  color: #031c52;
}
#custom-html-id #tb-appointment .tb-appt-submit-note {
  margin: 12px 0 0;
  color: #637083;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
#custom-html-id #tb-appointment .tb-appt-success-panel {
  display: none;
  padding: 62px 24px;
  text-align: center;
}
#custom-html-id #tb-appointment.tb-appt-complete .tb-appt-success-panel {
  display: block;
}
#custom-html-id #tb-appointment.tb-appt-complete #tb-appt-progress-head,
#custom-html-id #tb-appointment.tb-appt-complete #tb-appointment-form {
  display: none;
}
#custom-html-id #tb-appointment .tb-appt-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 19px;
  place-items: center;
  border-radius: 50%;
  background: #e3f6ed;
  color: #087443;
  font-size: 31px;
  font-weight: 800;
}
#custom-html-id #tb-appointment .tb-appt-success-panel h2 {
  margin-bottom: 10px;
  color: #031c52;
  font-size: 32px;
}
#custom-html-id #tb-appointment .tb-appt-success-panel p {
  max-width: 610px;
  margin: 0 auto 22px;
  color: #637083;
  font-size: 16px;
  line-height: 1.6;
}
#custom-html-id #tb-appointment .tb-appt-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 760px) {
  #custom-html-id #tb-appointment .tb-appt-promises,
  #custom-html-id #tb-appointment .tb-appt-review,
  #custom-html-id #tb-appointment .tb-appt-choice-grid,
  #custom-html-id #tb-appointment .tb-appt-choice-grid.tb-two {
    grid-template-columns: 1fr;
  }
  #custom-html-id #tb-appointment .tb-appt-promise {
    justify-content: flex-start;
    border-radius: 11px;
  }
  #custom-html-id #tb-appointment .tb-col-8,
  #custom-html-id #tb-appointment .tb-col-7,
  #custom-html-id #tb-appointment .tb-col-6,
  #custom-html-id #tb-appointment .tb-col-5,
  #custom-html-id #tb-appointment .tb-col-4,
  #custom-html-id #tb-appointment .tb-col-3 {
    grid-column: span 12;
  }
  #custom-html-id #tb-appointment .tb-appt-step-tab {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #custom-html-id #tb-appointment .tb-appt-step-tab b {
    display: none;
  }
  #custom-html-id #tb-appointment .tb-appt-form-body {
    padding: 26px 18px 30px;
  }
  #custom-html-id #tb-appointment .tb-appt-card {
    border-radius: 17px;
  }
  #custom-html-id #tb-appointment .tb-appt-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #custom-html-id #tb-appointment .tb-appt-actions .tb-appt-btn {
    width: 100%;
  }
  #custom-html-id #tb-appointment .tb-appt-submit-note {
    text-align: center;
  }
  #custom-html-id #tb-appointment .tb-appt-review-list {
    grid-template-columns: 1fr;
  }
  #custom-html-id #tb-appointment .tb-appt-review-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.cid-vuz4PeIXsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vuz4PeIXsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuz4PeIXsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuz4PeIXsO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuz4PeIXsO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuz4PeIXsO .row {
    text-align: center;
  }
  .cid-vuz4PeIXsO .row > div {
    margin: auto;
  }
  .cid-vuz4PeIXsO .social-row {
    justify-content: center;
  }
}
.cid-vuz4PeIXsO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuz4PeIXsO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuz4PeIXsO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuz4PeIXsO .list {
    margin-bottom: 0rem;
  }
}
.cid-vuz4PeIXsO .mbr-text {
  color: #bbbbbb;
}
.cid-vuz4PeIXsO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vuz4PeIXsO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuz4PeIXsO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vuz4OetJlx {
  z-index: 1000;
  width: 100%;
}
.cid-vuz4OetJlx nav.navbar {
  position: fixed;
}
.cid-vuz4OetJlx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuz4OetJlx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuz4OetJlx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vuz4OetJlx .dropdown-item:hover,
.cid-vuz4OetJlx .dropdown-item:focus {
  background: #031c52 !important;
  color: white !important;
}
.cid-vuz4OetJlx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vuz4OetJlx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vuz4OetJlx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vuz4OetJlx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuz4OetJlx .nav-link {
  position: relative;
}
.cid-vuz4OetJlx .container {
  display: flex;
  margin: auto;
}
.cid-vuz4OetJlx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vuz4OetJlx .dropdown-menu,
.cid-vuz4OetJlx .navbar.opened {
  background: #fafafa !important;
}
.cid-vuz4OetJlx .nav-item:focus,
.cid-vuz4OetJlx .nav-link:focus {
  outline: none;
}
.cid-vuz4OetJlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuz4OetJlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuz4OetJlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuz4OetJlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuz4OetJlx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuz4OetJlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuz4OetJlx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vuz4OetJlx .navbar.opened {
  transition: all 0.3s;
}
.cid-vuz4OetJlx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuz4OetJlx .navbar .navbar-logo img {
  width: auto;
}
.cid-vuz4OetJlx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vuz4OetJlx .navbar.collapsed {
  justify-content: center;
}
.cid-vuz4OetJlx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuz4OetJlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuz4OetJlx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-vuz4OetJlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuz4OetJlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuz4OetJlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vuz4OetJlx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuz4OetJlx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuz4OetJlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vuz4OetJlx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuz4OetJlx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuz4OetJlx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuz4OetJlx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuz4OetJlx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vuz4OetJlx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vuz4OetJlx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuz4OetJlx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuz4OetJlx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vuz4OetJlx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuz4OetJlx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuz4OetJlx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vuz4OetJlx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vuz4OetJlx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vuz4OetJlx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuz4OetJlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuz4OetJlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuz4OetJlx .dropdown-item.active,
.cid-vuz4OetJlx .dropdown-item:active {
  background-color: transparent;
}
.cid-vuz4OetJlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuz4OetJlx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuz4OetJlx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuz4OetJlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vuz4OetJlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuz4OetJlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuz4OetJlx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuz4OetJlx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vuz4OetJlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuz4OetJlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vuz4OetJlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuz4OetJlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuz4OetJlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuz4OetJlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuz4OetJlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuz4OetJlx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuz4OetJlx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuz4OetJlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuz4OetJlx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vuz4OetJlx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuz4OetJlx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuz4OetJlx .navbar {
    height: 70px;
  }
  .cid-vuz4OetJlx .navbar.opened {
    height: auto;
  }
  .cid-vuz4OetJlx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ia {
  /* Paste everything in this file into the RIGHT / CSS panel. */
  /* Converted for Mobirise's LESS production renderer. */
  /*
  Mobirise's editor can delay or suppress scripts while a custom block is
  being previewed. Panels therefore remain visible until this block's
  script marks the section ready. The form fails open instead of looking
  like an empty page.
*/
}
#custom-html-ia #tb-appointment {
  background: radial-gradient(circle at 5% 0%, rgba(69, 200, 238, 0.16), transparent 31rem), #f5f8fc;
  color: #17233a;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 520px;
  opacity: 1 !important;
  padding: 64px 18px;
  position: relative;
  visibility: visible !important;
}
#custom-html-ia #tb-appointment,
#custom-html-ia #tb-appointment * {
  box-sizing: border-box;
}
#custom-html-ia #tb-appointment.tb-appt-js [hidden] {
  display: none !important;
}
#custom-html-ia #tb-appointment:not(.tb-appt-js) [data-step-panel] {
  display: block !important;
}
#custom-html-ia #tb-appointment .tb-appt-shell {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#custom-html-ia #tb-appointment .tb-appt-heading {
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: center;
}
#custom-html-ia #tb-appointment .tb-appt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0b67a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#custom-html-ia #tb-appointment .tb-appt-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: #0b67a5;
  content: "";
}
#custom-html-ia #tb-appointment h1,
#custom-html-ia #tb-appointment h2,
#custom-html-ia #tb-appointment h3,
#custom-html-ia #tb-appointment h4,
#custom-html-ia #tb-appointment p {
  margin-top: 0;
}
#custom-html-ia #tb-appointment h1 {
  margin-bottom: 13px;
  color: #031c52;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
#custom-html-ia #tb-appointment .tb-appt-intro {
  margin: 0 auto;
  color: #637083;
  font-size: 18px;
  line-height: 1.65;
}
#custom-html-ia #tb-appointment .tb-appt-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin: 22px auto 0;
}
#custom-html-ia #tb-appointment .tb-appt-promise {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 103, 165, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  color: #031c52;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
#custom-html-ia #tb-appointment .tb-appt-check {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 12px;
}
#custom-html-ia #tb-appointment .tb-appt-card {
  overflow: hidden;
  border: 1px solid rgba(3, 28, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(3, 28, 82, 0.11);
}
#custom-html-ia #tb-appointment .tb-appt-progress-head {
  padding: 23px 32px 20px;
  background: linear-gradient(135deg, #031c52, #084481);
  color: #ffffff;
}
#custom-html-ia #tb-appointment .tb-appt-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-ia #tb-appointment .tb-appt-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}
#custom-html-ia #tb-appointment .tb-appt-progress-bar {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: #45c8ee;
  transition: width .28s ease;
}
#custom-html-ia #tb-appointment .tb-appt-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
#custom-html-ia #tb-appointment .tb-appt-step-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#custom-html-ia #tb-appointment .tb-appt-step-tab span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
#custom-html-ia #tb-appointment .tb-appt-step-tab.is-active,
#custom-html-ia #tb-appointment .tb-appt-step-tab.is-complete {
  color: #fff;
}
#custom-html-ia #tb-appointment .tb-appt-step-tab.is-active span,
#custom-html-ia #tb-appointment .tb-appt-step-tab.is-complete span {
  border-color: #45c8ee;
  background: #45c8ee;
  color: #031c52;
}
#custom-html-ia #tb-appointment .tb-appt-form-body {
  padding: 38px;
}
#custom-html-ia #tb-appointment .tb-appt-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 28px;
}
#custom-html-ia #tb-appointment .tb-appt-panel-number {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #031c52;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
#custom-html-ia #tb-appointment .tb-appt-panel-title h2 {
  margin: 1px 0 4px;
  color: #031c52;
  font-size: 26px;
  line-height: 1.18;
}
#custom-html-ia #tb-appointment .tb-appt-panel-title p {
  margin-bottom: 0;
  color: #637083;
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-ia #tb-appointment .tb-appt-subsection + .tb-appt-subsection {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #d9e3ee;
}
#custom-html-ia #tb-appointment .tb-appt-subsection h3 {
  margin-bottom: 18px;
  color: #031c52;
  font-size: 18px;
  line-height: 1.3;
}
#custom-html-ia #tb-appointment .tb-appt-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
#custom-html-ia #tb-appointment .tb-col-12 {
  grid-column: span 12;
}
#custom-html-ia #tb-appointment .tb-col-8 {
  grid-column: span 8;
}
#custom-html-ia #tb-appointment .tb-col-7 {
  grid-column: span 7;
}
#custom-html-ia #tb-appointment .tb-col-6 {
  grid-column: span 6;
}
#custom-html-ia #tb-appointment .tb-col-5 {
  grid-column: span 5;
}
#custom-html-ia #tb-appointment .tb-col-4 {
  grid-column: span 4;
}
#custom-html-ia #tb-appointment .tb-col-3 {
  grid-column: span 3;
}
#custom-html-ia #tb-appointment .tb-appt-field {
  min-width: 0;
}
#custom-html-ia #tb-appointment .tb-appt-label,
#custom-html-ia #tb-appointment legend {
  display: block;
  width: 100%;
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: #031c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
#custom-html-ia #tb-appointment .tb-appt-required {
  color: #b42318;
}
#custom-html-ia #tb-appointment .tb-appt-help {
  margin: 7px 0 0;
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-ia #tb-appointment input[type="text"],
#custom-html-ia #tb-appointment input[type="email"],
#custom-html-ia #tb-appointment input[type="tel"],
#custom-html-ia #tb-appointment input[type="url"],
#custom-html-ia #tb-appointment select,
#custom-html-ia #tb-appointment textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #bdc9d8;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #17233a;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-ia #tb-appointment textarea {
  min-height: 126px;
  resize: vertical;
}
#custom-html-ia #tb-appointment input:focus,
#custom-html-ia #tb-appointment select:focus,
#custom-html-ia #tb-appointment textarea:focus {
  border-color: #0b67a5;
  box-shadow: 0 0 0 4px rgba(11, 103, 165, 0.13);
}
#custom-html-ia #tb-appointment .tb-appt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
#custom-html-ia #tb-appointment .tb-appt-choice-grid.tb-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#custom-html-ia #tb-appointment .tb-appt-choice-grid.tb-one {
  grid-template-columns: 1fr;
}
#custom-html-ia #tb-appointment .tb-appt-choice {
  position: relative;
  min-width: 0;
}
#custom-html-ia #tb-appointment .tb-appt-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#custom-html-ia #tb-appointment .tb-appt-choice label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d9e3ee;
  border-radius: 11px;
  background: #fbfdff;
  color: #17233a;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-ia #tb-appointment .tb-appt-choice label::before {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #9cabbc;
  border-radius: 50%;
  background: #fff;
  content: "";
}
#custom-html-ia #tb-appointment .tb-appt-choice input[type="checkbox"] + label::before {
  border-radius: 5px;
}
#custom-html-ia #tb-appointment .tb-appt-choice input:checked + label {
  border-color: #0b67a5;
  background: #eaf6fc;
  box-shadow: inset 0 0 0 1px #0b67a5;
  color: #031c52;
  font-weight: 700;
}
#custom-html-ia #tb-appointment .tb-appt-choice input:checked + label::before {
  border: 5px solid #0b67a5;
}
#custom-html-ia #tb-appointment .tb-appt-choice input[type="checkbox"]:checked + label::before {
  border-width: 2px;
  background: #0b67a5;
  box-shadow: inset 0 0 0 3px #fff;
}
#custom-html-ia #tb-appointment .tb-appt-choice input:focus-visible + label {
  outline: 3px solid rgba(11, 103, 165, 0.24);
  outline-offset: 2px;
}
#custom-html-ia #tb-appointment .tb-appt-branch {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #cfe1ee;
  border-radius: 11px;
  background: #eaf6fc;
  color: #031c52;
}
#custom-html-ia #tb-appointment .tb-appt-branch-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b67a5;
  color: #fff;
  font-size: 14px;
}
#custom-html-ia #tb-appointment .tb-appt-branch strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
#custom-html-ia #tb-appointment .tb-appt-branch span {
  color: #637083;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-ia #tb-appointment .tb-appt-upcharge-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid #c17800;
  border-radius: 8px;
  background: #fff9ed;
  color: #6e4600;
  font-size: 13px;
  line-height: 1.5;
}
#custom-html-ia #tb-appointment .tb-appt-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}
#custom-html-ia #tb-appointment .tb-appt-review-card {
  padding: 18px;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #fbfdff;
}
#custom-html-ia #tb-appointment .tb-appt-review-card h3 {
  margin: 0 0 11px;
  color: #031c52;
  font-size: 16px;
}
#custom-html-ia #tb-appointment .tb-appt-review-list {
  display: grid;
  grid-template-columns: minmax(100px, 0.38fr) minmax(0, 0.62fr);
  margin: 0;
  gap: 0;
}
#custom-html-ia #tb-appointment .tb-appt-review-list dt,
#custom-html-ia #tb-appointment .tb-appt-review-list dd {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #e5edf4;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
#custom-html-ia #tb-appointment .tb-appt-review-list dt {
  padding-right: 9px;
  color: #637083;
  font-weight: 700;
}
#custom-html-ia #tb-appointment .tb-appt-review-list dd {
  color: #17233a;
  font-weight: 700;
}
#custom-html-ia #tb-appointment .tb-appt-acknowledgements {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cfe1ee;
  border-radius: 13px;
  background: #f7fbfe;
}
#custom-html-ia #tb-appointment .tb-appt-acknowledgements h3 {
  margin: 0 0 3px;
  color: #031c52;
  font-size: 18px;
}
#custom-html-ia #tb-appointment .tb-appt-alert {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
#custom-html-ia #tb-appointment .tb-appt-alert.is-error {
  border-color: #f1b8b3;
  background: #fff2f1;
  color: #b42318;
}
#custom-html-ia #tb-appointment .tb-appt-alert.is-success {
  border-color: #9bd5ba;
  background: #ecf9f3;
  color: #087443;
}
#custom-html-ia #tb-appointment .tb-appt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
}
#custom-html-ia #tb-appointment .tb-appt-btn {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
#custom-html-ia #tb-appointment .tb-appt-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
#custom-html-ia #tb-appointment .tb-appt-btn:disabled {
  cursor: wait;
  opacity: .68;
}
#custom-html-ia #tb-appointment .tb-appt-btn-primary {
  background: #031c52;
  color: #fff;
  box-shadow: 0 8px 20px rgba(3, 28, 82, 0.2);
}
#custom-html-ia #tb-appointment .tb-appt-btn-primary:hover:not(:disabled) {
  background: #092d6a;
  color: #fff;
}
#custom-html-ia #tb-appointment .tb-appt-btn-secondary {
  border-color: #afbdcc;
  background: #fff;
  color: #031c52;
}
#custom-html-ia #tb-appointment .tb-appt-btn-secondary:hover:not(:disabled) {
  background: #f3f7fb;
  color: #031c52;
}
#custom-html-ia #tb-appointment .tb-appt-submit-note {
  margin: 12px 0 0;
  color: #637083;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
#custom-html-ia #tb-appointment .tb-appt-success-panel {
  display: none;
  padding: 62px 24px;
  text-align: center;
}
#custom-html-ia #tb-appointment.tb-appt-complete .tb-appt-success-panel {
  display: block;
}
#custom-html-ia #tb-appointment.tb-appt-complete #tb-appt-progress-head,
#custom-html-ia #tb-appointment.tb-appt-complete #tb-appointment-form {
  display: none;
}
#custom-html-ia #tb-appointment .tb-appt-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 19px;
  place-items: center;
  border-radius: 50%;
  background: #e3f6ed;
  color: #087443;
  font-size: 31px;
  font-weight: 800;
}
#custom-html-ia #tb-appointment .tb-appt-success-panel h2 {
  margin-bottom: 10px;
  color: #031c52;
  font-size: 32px;
}
#custom-html-ia #tb-appointment .tb-appt-success-panel p {
  max-width: 610px;
  margin: 0 auto 22px;
  color: #637083;
  font-size: 16px;
  line-height: 1.6;
}
#custom-html-ia #tb-appointment .tb-appt-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 760px) {
  #custom-html-ia #tb-appointment .tb-appt-promises,
  #custom-html-ia #tb-appointment .tb-appt-review,
  #custom-html-ia #tb-appointment .tb-appt-choice-grid,
  #custom-html-ia #tb-appointment .tb-appt-choice-grid.tb-two {
    grid-template-columns: 1fr;
  }
  #custom-html-ia #tb-appointment .tb-appt-promise {
    justify-content: flex-start;
    border-radius: 11px;
  }
  #custom-html-ia #tb-appointment .tb-col-8,
  #custom-html-ia #tb-appointment .tb-col-7,
  #custom-html-ia #tb-appointment .tb-col-6,
  #custom-html-ia #tb-appointment .tb-col-5,
  #custom-html-ia #tb-appointment .tb-col-4,
  #custom-html-ia #tb-appointment .tb-col-3 {
    grid-column: span 12;
  }
  #custom-html-ia #tb-appointment .tb-appt-step-tab {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #custom-html-ia #tb-appointment .tb-appt-step-tab b {
    display: none;
  }
  #custom-html-ia #tb-appointment .tb-appt-form-body {
    padding: 26px 18px 30px;
  }
  #custom-html-ia #tb-appointment .tb-appt-card {
    border-radius: 17px;
  }
  #custom-html-ia #tb-appointment .tb-appt-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #custom-html-ia #tb-appointment .tb-appt-actions .tb-appt-btn {
    width: 100%;
  }
  #custom-html-ia #tb-appointment .tb-appt-submit-note {
    text-align: center;
  }
  #custom-html-ia #tb-appointment .tb-appt-review-list {
    grid-template-columns: 1fr;
  }
  #custom-html-ia #tb-appointment .tb-appt-review-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.cid-vuz4OeTw46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031c52;
}
.cid-vuz4OeTw46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuz4OeTw46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuz4OeTw46 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuz4OeTw46 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuz4OeTw46 .row {
    text-align: center;
  }
  .cid-vuz4OeTw46 .row > div {
    margin: auto;
  }
  .cid-vuz4OeTw46 .social-row {
    justify-content: center;
  }
}
.cid-vuz4OeTw46 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuz4OeTw46 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuz4OeTw46 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuz4OeTw46 .list {
    margin-bottom: 0rem;
  }
}
.cid-vuz4OeTw46 .mbr-text {
  color: #bbbbbb;
}
.cid-vuz4OeTw46 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vuz4OeTw46 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuz4OeTw46 div > *:last-child {
    margin-top: 0 !important;
  }
}
