
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#toc-container {
  position: relative;
}

.toc-content {
  overflow-y: scroll !important;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  max-height: 50vh;
  margin: 0px;
  font-size: 0.9rem;
  padding-left: 20px;
}
.toc-content .subsection {
  margin-left: 16px !important;
}

#toc-min-toggle-btn {
  color: #1A1A1A;
  cursor: pointer;
}

.toc-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.toc-u-section {
  display: block;
}

.toc-content::-webkit-scrollbar {
  display: none;
}

.table_of_content {
  padding: 20px;
}

.table_of_content .sd-toc-heading {
  font-weight: bold;
  list-style: none;
}

.sd-toc-heading a {
  color: #545557;
  line-height: inherit;
  text-decoration: none;
}

.sd-toc-heading a:hover {
  color: rgba(31, 131, 224, 0.83);
}

.table_of_content .sd-toc-sub-heading {
  margin-left: 1.25em;
  font-weight: 600;
  font-size: 0.8rem;
  display: list-item;
}

.sd-toc-sub-heading a {
  color: #7a7a7a;
  line-height: inherit;
  text-decoration: none;
}

.sd-toc-sub-heading a:hover {
  color: rgba(31, 131, 224, 0.83);
}

.table_of_content .numbered-heading {
  list-style: none;
  margin-left: 0;
}

.table_of_content .no-section-heading-align {
  margin-left: 0;
}

.table_of_content .toc-contents {
  padding: 0 1rem;
}

#toc-sidebar {
  position: fixed;
  top: 17%;
  right: -350px; /* Start it offscreen */
  width: 350px;
  background-color: #eff6fe;
  color: #1f83e0;
  transition: right 0.3s;
  padding: 10px;
  border-radius: 30px 0px 0px 30px;
  z-index: 10;
}

#content {
  padding: 20px;
}

#toc-toggle-btn {
  display: block;
  width: 50px;
  position: absolute;
  height: max-content;
  top: 42%;
  right: 350px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background-color: #1f83e0;
  color: azure;
  border-radius: 10px 0px 0px 10px;
}

/* Added CSS for collapsible sections */
/* Add styling for the toggle symbol */
.toc-main-section-heading .toc-toggle-symbol {
  cursor: pointer;
}

/* Add styling for the collapsed state of the toggle symbol */
.toc-toggle-symbol.collapsed {
  content: "⌵";
  display: inline-block;
  color: black;
  margin-right: 5px;
  transform: rotate(270deg);
}

/* Style the symbol as needed */
.toc-main-section-heading .toc-toggle-symbol::before {
  content: "⌵";
  display: inline-block;
  color: black;
  margin-right: 5px;
  transform: rotate(0deg);
}

.toc-active-section {
  color: #1a6bfa !important;
}

#toggle-mob-toc {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  #toc-toggle-btn {
    display: none;
  }
  #toc-sidebar {
    display: none;
    position: fixed;
    top: 3.8rem;
    right: 0rem;
    width: 100%;
    background-color: #eff6fe;
    color: #1f83e0;
    transition: right 0.3s;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    z-index: 1000;
    box-shadow: 0px 5px 5px #888888;
  }
  .table_of_content {
    padding: 0px;
  }
  .toc-content {
    font-size: 1rem;
  }
  .table_of_content .sd-toc-sub-heading {
    margin-left: 1.25em;
    font-weight: 600;
    font-size: 0.9rem;
    display: list-item;
  }
  #toc-min-toggle-btn {
    color: #1A1A1A;
    cursor: pointer;
    display: none;
  }
  .toc-title {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
  }
  #toggle-mob-toc {
    position: absolute;
    top: 0.8rem;
    right: 3rem;
  }
  #toggle-mob-toc button {
    background: rgba(7, 112, 227, 0);
  }
}
article .table_of_content {
  margin-top: 48px;
}
article .table_of_content .heading {
  text-wrap: nowrap;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: rgb(231.83, 231.83, 231.83);
  color: #222222;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: rgb(227.05, 227.05, 227.05);
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

.comfy-main a.image, #article-seo a.image {
  max-height: 15rem;
}

.comfy-main a.image, #article-seo a.image img {
  max-height: 15rem;
  height: 15rem;
  width: 100%;
  object-fit: cover;
}

.comfy-main .info {
  padding: 0.5rem 0;
  text-align: left;
}

.comfy-main .snippet-cta {
  width: 100%;
  padding: 0;
}

.comfy-main .provider-logo img {
  height: 3.5rem;
}

.comfy-main .refund-policy {
  font-size: 0.8rem;
  padding: 0.2rem;
}

.comfy-main .rating img {
  display: inline;
}

.comfy-main .comfy-partner-error {
  color: red;
  text-align: center;
  margin-top: 7.5rem;
  padding: 0 0.5rem;
}

.comfy-article {
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 1rem;
}

.comfy-main .comfy-article .categories {
  height: 40px;
  margin: 0;
  white-space: nowrap;
}

.comfy-main .comfy-article .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
}

.comfy-main .comfy-article .title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0.8rem;
}

/*! purgecss start ignore */
.comfy-main .responsive-tr {
  display: flex;
  gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.comfy-main .responsive-td {
  min-width: 20rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #99ccff;
  border-radius: 8px;
  row-gap: 5px;
}

.comfy-main .js-toc {
  position: fixed;
  top: 7rem;
  right: 1rem;
  z-index: 2;
  background: aliceblue;
  width: 16rem;
}

/*! purgecss end ignore */
@media screen and (max-width: 1300px) {
  .comfy-main .row {
    padding: 0 1rem;
  }
  .snippet-cta .each-provider {
    padding: 0 !important;
  }
}
.comfy-main h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
}

.comfy-main h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

.comfy-main h3 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

.comfy-main p {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

.comfy-main table {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

.comfy-main ul {
  margin-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

.comfy-main .hero-full-screen {
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.comfy-main .hero-full-screen .middle-content-section {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 1rem;
}
.comfy-main .hero-full-screen .middle-content-section h1 {
  font-weight: bold;
  color: #ffffff;
}
.comfy-main .hero-full-screen .middle-content-section h3 {
  padding: 0.2rem;
  color: #ffffff;
}

.comfy-main #article-seo .home-section {
  margin-top: 2rem;
}
.comfy-main #article-seo ul {
  margin: 0 0.8rem;
}
.comfy-main #article-seo .article-list {
  padding: 0 0.5em;
  outline: none;
}
.comfy-main #article-seo article.post {
  box-shadow: none;
}
.comfy-main #article-seo .slide-arrow {
  position: absolute;
  top: 22%;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  outline: none;
  width: 2em;
  height: 2em;
  color: black;
  font-size: 1.25rem !important;
}
.comfy-main #article-seo .slide-arrow:hover {
  background: #ffffff;
}
.comfy-main #article-seo .prev-arrow {
  left: 0.5em;
}
.comfy-main #article-seo .next-arrow {
  right: 0.5em;
}
.comfy-main #article-seo .fa-chevron-left {
  margin-top: 0.3rem;
  margin-right: 0.2rem;
}
.comfy-main #article-seo .fa-chevron-right {
  margin-top: 0.3rem;
  margin-left: 0.2rem;
}

.comfy-main .row {
  margin: 0 auto;
  max-width: 68.75rem;
  width: 100%;
}

.comfy-main svg {
  display: inline-block;
}

@media screen and (max-width: 40.0625em) {
  .comfy-main h3 {
    font-size: 1.0625rem;
  }
}
