.accordion {
  border-top: 1px solid #b1b7c5;
}
.accordion .comparison.table p {
  color: #3c4858;
  font-size: 13px !important;
  line-height: 1.45 !important;
  padding: 0;
}
.entry-content .comparison.table p {
  color: #3c4858;
  font-family: "Open Sans", sans-serif;
}
.entry-content details {
  border-bottom: 1px solid #b1b7c5;
  position: relative;
}
.entry-content details > summary,
.mobile-list details > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
}
.entry-content details > summary {
  pointer-events: none;
  padding: 1.5rem 0.5rem;
}
.entry-content details > summary span.Accordion-title {
  font-size: 19.2px;
  letter-spacing: 0;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  width: calc(100% - 50px);
}
.mobile-list details > summary span.Accordion-mTitle {
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 500;
  width: calc(100% - 100px);
}
.entry-content details > summary span.Accordion-title a {
  pointer-events: all;
}
.entry-content details > summary span.Accordion-icon,
.mobile-list details > summary span.Accordion-icon {
  color: #3f52c7;
  width: 30px;
  pointer-events: all;
  transition: 0.4s ease;
  transform: rotate(-90deg);
}
.entry-content details[open] > summary span.Accordion-icon,
.mobile-list details[open] > summary span.Accordion-icon {
  color: #3f52c7;
  width: 30px;
  pointer-events: all;
  transition: 0.4s ease;
  transform: rotate(0deg);
}
.entry-content details > summary::marker {
  content: "";
}
.entry-content details > summary::-webkit-details-marker,
.mobile-list details > summary::-webkit-details-marker {
  display: none;
}
.entry-content details > div p {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  color: #000;
  transition: 0.4s ease;
}
.entry-content details > div ul {
  padding-bottom: 25px;
  padding-left: 24px;
  font-family: Karla;
}
.entry-content details > div ul li {
  margin-bottom: 14px;
}
.entry-content details[open] > p {
  transition: 0.4s ease;
}
.blog-list .list-number,
.list-number {
  padding: 10px 40px;
  counter-reset: step-counter;
  padding-right: 0;
}
.blog-list .list-number li.item-number,
.list-number li.item-number {
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 30px !important;
}
.blog-list .list-number li.item-number p,
.list-number li.item-number p {
  margin-top: 5px !important;
}
.accordion .list-number li.item-number p {
  padding: 0;
}
.accordion ul.list-number {
  padding-left: 45px;
}
.blog-list .list-number li.item-number::marker,
.list-number li.item-number::marker {
  content: "";
}
.blog-list .list-number li.item-number:before,
.list-number li.item-number:before {
  content: counter(step-counter);
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.6rem !important;
  font-size: 1rem !important;
  background-color: #3f52c7;
  border: 0.125rem solid #3f52c7;
  color: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: -40px;
}
@media only screen and (max-width: 760px) {
  .desktop-primary-navigation
    .subnav-content
    .sublist-subitem
    .inner-sub-title {
    text-align: left;
  }
}
.subnav-content a {
  float: left;
  color: #000;
  text-decoration: none;
}
.subnav-content a:hover {
  color: #000;
}
.subnav:hover .subnav-content {
  display: block;
}
.subnav-content .subnav-sublist ul {
  display: block;
  padding: 0;
}
.pros-cons {
  display: flex;
  gap: 1.5rem !important;
}
.pros-cons .pros-cons-col {
  width: 50%;
}
@media (max-width: 767px) {
  .pros-cons {
    flex-direction: column;
  }
  .pros-cons .pros-cons-col {
    width: 100%;
  }
}
.pros-cons-col .List .item {
  display: flex;
}
.pros-cons-col .List .item p {
  margin: 0px !important;
  font-size: 16px !important;
}
.pros-cons-col .List {
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
}
.pros-cons-col .Headline h3 {
  font-size: 16px !important;
  border-bottom: 1px solid #b1b7c5;
}
.pros-cons-col .List .Icon {
  color: inherit;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem !important;
  flex-shrink: 0 !important;
}
.list-custom {
  list-style: none;
  padding: 0;
}
.list-custom .item {
  display: flex;
}
.list-custom .item .desc {
  width: calc(100% - 32px);
}
.comparison.table tr.row-data .row-card-data .card-img,
.comparison.table tr.row-data .row-title {
  display: none;
}
@media only screen and (max-width: 760px) {
  .comparison.table {
    overflow-y: hidden;
  }
  .comparison.table tr {
    box-shadow: none !important;
    position: static !important;
    width: 100%;
  }
  .comparison.table tr.row-header {
    box-shadow: none !important;
    flex-direction: row !important;
    position: static !important;
    width: 100%;
    display: table-row !important;
  }
  .comparison.table tr.row-header th {
    padding: 10px !important;
  }
  .comparison.table tr.row-data {
    box-shadow: none !important;
    position: static !important;
    width: 100%;
    display: table-row !important;
  }
  .comparison.table th,
  .comparison.table td {
    width: auto;
    border: none !important;
  }
  .comparison.table td {
    padding: 10px !important;
  }
  .entry-content .comparison.table p.row-title {
    margin-bottom: 0px !important;
  }
  .comparison.table tr.row-data .row-card-data .card-img,
  .comparison.table tr.row-data .row-title {
    display: block;
  }
  .comparison.table tr.row-data .row-card-data .card-img {
    width: 120px;
  }
  .comparison.table tr.row-data .row-card-data .card-title p {
    font-size: 17px !important;
    color: #000;
    font-weight: 700;
  }
  .comparison.table td.row-card-data {
    padding-bottom: calc(1 * var(--global--spacing-unit)) !important;
  }
}
.comparison.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  empty-cells: show;
  border-collapse: collapse;
  color: #3c4858;
  font-family: "Open Sans", sans-serif;
  table-layout: fixed;
}
table.comparison.table,
.comparison.table td,
.comparison.table th {
  border: none;
}
@media (max-width: 760px) {
  /* table.comparison.table, */
  .comparison.table td,
  .comparison.table th {
    width: 180px;
  }
}
@media only screen and (min-width: 760px) {
  .comparison.table th:first-child,
  .comparison.table tbody tr:nth-child(even) td {
    background: #fff;
  }
  .comparison.table tbody tr:nth-child(odd) td {
    background: aliceblue;
  }
  .comparison.table td:first-child,
  .comparison.table th:first-child {
    position: sticky;
    left: 0;
  }
}
.comparison.table.custom ul {
  padding-left: 20px;
}
.comparison.table tbody tr:nth-child(odd) {
  background: aliceblue;
}
.comparison.table .rating {
  display: inline-flex;
  align-items: center;
}
.comparison.table .rating {
  display: inline-flex;
  align-items: center;
}
.MuiTable-root {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  empty-cells: show;
  border-collapse: collapse;
}
.MuiTableRow-root > th {
  border: none;
}
.MuiTableRow-head {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0;
}
.MuiTableCell-root:first-of-type {
  padding-left: 0;
}
.MuiTableCell-root.MuiTableCell-head {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid #e0e0e0 !important;
  text-align: left;
  padding: 16px;
  color: #000;
  border-bottom-color: #000 !important;
  font-size: 1rem;
  padding-bottom: 8px;
  min-width: 130px;
  font-weight: 700;
  padding: 0.5rem;
}
.MuiTableCell-root.MuiTableCell-body {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  display: table-cell;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  text-align: left;
  color: #000;
  width: 200px;
  vertical-align: top;
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 760px) {
  .MuiTableCell-root.MuiTableCell-head.css-tlqcut,
  .MuiTableCell-root.MuiTableCell-body.css-2msybr,
  .MuiTableCell-root .row-title {
    display: none;
  }
}
.css-1ueg5w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.css-1jbc86r:first-of-type {
  padding-left: 0;
}
.css-eq0wn9 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  font-size: inherit;
  color: #64666a;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 6px;
}
.css-26tde9 {
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  display: inline-block;
  height: 18px;
  padding: 0;
  position: relative;
  width: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.css-r5i187 {
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
  align-items: center;
}
.css-k008qs {
  display: flex;
  align-items: baseline;
}
.css-1q8bxg4:hover {
  text-decoration: none;
  background-color: #3f52c7;
  color: #fff;
}
.css-1q8bxg4 {
  margin: 0;
  line-height: inherit;
  -webkit-box-align: center;
  align-items: center;
  appearance: button;
  border-radius: 0.125rem;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.5rem;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 0.0625em;
  min-width: 160px;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: background-color 0.15s ease-out 0s;
  user-select: none;
  white-space: nowrap;
}
.css-1q8bxg4.text {
  background-color: #fff0;
  color: #3f52c7;
  text-decoration: underline;
}
.css-1q8bxg4.solid {
  background-color: #3f52c7;
  color: #fff;
}
.css-1u2cnas {
  user-select: none;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: inherit;
  color: #64666a;
  width: 15px;
  height: 15px;
}
.css-96nmx3 {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1rem;
}
.css-5ur8x {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.css-j7qwjs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.css-1h8yrzy {
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.css-dvxtzn {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.css-dvxtzn img {
  width: 70%;
}
.css-1rcszjn {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #005fb9;
}
@media only screen and (max-width: 760px) {
  .MuiTable-root {
    overflow: auto;
  }
  .MuiTableHead-root {
    display: none !important;
  }
  .css-dvxtzn {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  .css-qslnu8 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    width: 50%;
  }
  .css-1rq23i {
    width: 50%;
  }
  .css-dvxtzn img {
    width: 100%;
  }
  .MuiTableHead-root tr {
    position: static !important;
  }
  tr.MuiTableRow-head {
    box-shadow: none !important;
  }
  .css-zqysml {
    padding: 10px !important;
  }
  .MuiTable-root td,
  .MuiTable-root th {
    padding: 10px 20px !important;
  }
  .MuiTableCell-root.MuiTableCell-body {
    width: 100%;
    padding: 20px !important;
  }
  .MuiTableRow-root.css-b7wdex {
    margin-bottom: 30px;
  }
}
li.IconList-item {
  margin-bottom: 30px;
}
li.IconList-item p {
  margin-top: 5px;
  margin-bottom: 0;
}
li.IconList-item li {
  font-size: 19.2px;
  font-family: Karla;
  line-height: 1.8;
}
.full-review {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  gap: 30px;
}
.full-review .btn {
  background: transparent;
  color: #3f52c7;
  border: 2px solid #3f52c7;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-family: Karla;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  /* margin-top: 20px;
  margin-bottom: 50px; */
  width: 100%;
  padding: 11px 23px;
}
@media (max-width: 767px) {
  .full-review .btn {
    width: -webkit-fill-available;
    color: #3f52c7;
    background: transparent;
  }

  .full-review {
    flex-direction: column;
    width: 75%;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .vc_section:not(.vc_section.blog-section) {
    position: relative;
    left: 0;
    box-sizing: border-box;
  }
}
.read-more-box .tip.open-tip,
.read-more-box .tip.close-tip {
  font-weight: 700;
  cursor: pointer;
}
.custom-owl-nav,
.custom-owl-nav .custom-owl-dots {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .custom-owl-nav .custom-owl-dots {
    padding-right: 20px;
  }
}
.custom-owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 10px;
  border-radius: 100px;
  background-color: #cccbcb !important;
}
.custom-owl-dots button.owl-dot.active,
.custom-owl-dots button.owl-dot:hover {
  border-color: #3f52c7 !important;
  background-color: #3f52c7 !important;
}
.custom-owl-nav-container {
  text-align: center;
  margin: 30px 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.custom-owl-nav-container .popularLink {
  font-size: 16px;
  right: 14px;
}
@media (max-width: 767px) {
  .custom-owl-nav-container .popularLink {
    padding: 10px 50px;
    border: 1px solid;
  }
}
.popularLink.hasLink .i-arrow {
  position: relative;
}
.popularLink.hasLink .i-arrow::after {
  content: "";
  border: solid #3f52c7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translate(6px, 5px);
  -webkit-transform: rotate(-45deg) translate(6px, 5px);
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.side-article .topBox {
  margin: 16px 0;
  color: #fff;
}
.side-article .topBox h3,
.side-article .topBox p {
  color: #000 !important;
  line-height: normal !important;
}
.side-article .topBox h3 {
  font-size: 30px !important;
  margin-bottom: 4px !important;
}
.side-article .topBox p {
  font-size: 14px !important;
  margin: 0 !important;
}
.side-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
}
@media only screen and (max-width: 760px) {
  .side-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.side-card:not(:last-child) {
  border-bottom: solid 1px #adbbc9;
}
.side-card .col-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.side-card .col-img .col-img-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
}
.side-card .col-img .applyLink.solid button,
.side-card .col-img .applyLink.text button {
  line-height: normal !important;
  font-size: 12px;
  padding: 1px;
  width: 100%;
}
.side-card .col-img .applyLink.text button {
  background-color: transparent !important;
  color: #3f52c7 !important;
  border: none !important;
  text-decoration: underline;
}
.side-card .col-img .applyLink.solid button:hover {
  background-color: #3f52c7 !important;
  color: #fff !important;
  border-color: #3f52c7 !important;
}
.side-card .col-img .applyLink.text button:hover {
  background-color: transparent !important;
  color: #3f52c7 !important;
  border: none !important;
  text-decoration: underline;
}
.side-card .col-img .terms {
  font-size: 10px !important;
  margin: 0 !important;
  line-height: normal !important;
}
.side-card .col-detail {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .side-card .col-detail {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.side-card .col-detail .subTitle {
  font-size: 12px !important;
}
.side-card .col-detail .Title,
.side-card .col-detail .reward {
  font-size: 14px !important;
}
.side-card .col-detail .reward {
  margin-top: 12px;
}
.side-card .col-detail .Title,
.side-card .col-detail .reward {
  line-height: normal !important;
  margin-bottom: 0 !important;
}
.side-card .col-detail .subTitle {
  color: #3f52c7 !important;
  text-transform: uppercase !important;
}
.side-card .col-detail .reward {
  font-weight: 700 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
article .side-article {
  width: 350px;
  position: relative;
  bottom: 100px;
}
@media only screen and (max-width: 760px) {
  article .side-article {
    bottom: 0;
    width: 100%;
  }
}
.side-card-slides .owl-item {
  width: 350px;
}
#sidebar-extra-info {
  margin-bottom: 30px;
}
#sidebar-extra-info #table-of-contents-content .TableOfContents-list {
  list-style: none;
  padding: 0;
  max-height: calc(100vh - 320px * 2);
  overflow-y: scroll;
  overflow-x: hidden;
}
/* @media (max-width: 1440px) and (min-width: 767px) {
  #sidebar-extra-info #table-of-contents-content .TableOfContents-list {
    max-height: calc(100vh - 250px * 2);
  }
} */

@media (max-width: 767px) {
  #sidebar-extra-info #table-of-contents-content .TableOfContents-list {
    max-height: calc(100vh - 250px * 2);
  }
}
@media (min-width: 767px) {
  #table-of-contents-content .TableOfContents-list::-webkit-scrollbar {
    width: 5px;
  }
  #table-of-contents-content .TableOfContents-list::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 100px;
  }
  #table-of-contents-content
    .TableOfContents-list::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1;
  }
  #table-of-contents-content
    .TableOfContents-list::-webkit-scrollbar-thumb-track {
    width: 5px;
  }
}
#table-of-contents-content
  .TableOfContents-list.android-scroll::-webkit-scrollbar {
  width: 5px;
}
#table-of-contents-content
  .TableOfContents-list.android-scroll::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}
#table-of-contents-content
  .TableOfContents-list.android-scroll::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
}
#table-of-contents-content
  .TableOfContents-list.android-scroll::-webkit-scrollbar-thumb-track {
  width: 5px;
}
#sidebar-extra-info .List li {
  margin-bottom: 0.75rem;
  width: 90%;
}
#sidebar-extra-info .type-heading-six {
  line-height: 1.1 !important;
  font-size: 30px;
  letter-spacing: -0.021875rem !important;
  border-bottom: 1px solid #151515;
  padding-bottom: 16px;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  #sidebar-extra-info .type-heading-six {
    font-size: 28px;
  }
}
#sidebar-extra-info .bg-gray-light {
  background: #f3f4f8 !important;
}
#sidebar-extra-info .TableOfContents-link {
  font-size: 16px;
  color: #151515;
  position: relative;
}
#sidebar-extra-info .TableOfContents-link .TableOfContents-linkText::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background-color: #fff0;
}
#sidebar-extra-info
  .TableOfContents-link.active
  .TableOfContents-linkText::before {
  top: 0;
  bottom: 0;
  background-color: #3f52c7;
}
#sidebar-extra-info .TableOfContents-link .TableOfContents-linkText {
  display: block;
}
#sidebar-extra-info .TableOfContents-link.active .TableOfContents-linkText {
  font-weight: 700;
  transform: translate(16px);
}
@media (min-width: 767px) {
  #table-of-contents-content {
    margin-top: 60px;
  }
}
#onThisPageD {
  display: block;
}
#onThisPageM {
  display: none;
}
@media (max-width: 767px) {
  #onThisPageD {
    display: none;
  }
  #onThisPageM {
    display: block;
  }
}
.mobile-toc-header #toogle-toc-menu,
.mobile-toc-header .toogle-open.toogle-close {
  display: none;
}
.mobile-toc-header p {
  display: none;
}
@media (max-width: 1295px) {
  .mobile-toc-header input[type="checkbox"] {
    display: none;
  }
  .mobile-toc-header .toc-section.open {
    visibility: visible;
    transition: opacity 0.1s linear;
    opacity: 1;
  }
  .mobile-toc-header div.inner-button span,
  .mobile-toc-header div.inner-button span::before,
  .mobile-toc-header div.inner-button span::after {
    transition: background 0.3s, transform 0.3s;
  }
  .mobile-toc-header div.inner-button span,
  .mobile-toc-header div.inner-button span::before,
  .mobile-toc-header div.inner-button span::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    background: #000;
    top: 12px;
  }
  .mobile-toc-header div.inner-button span {
    background: #fff0;
  }
  .mobile-toc-header div.inner-button span::before {
    transform: rotate(45deg);
  }
  .mobile-toc-header div.inner-button span::after {
    transform: rotate(-45deg);
  }
  .mobile-toc-header input[type="checkbox"]:checked ~ span,
  div.inner-button span {
    background: #fff0;
  }
  .mobile-toc-header input[type="checkbox"]:checked ~ span::before,
  div.inner-button span::before {
    transform: rotate(45deg);
  }
  .mobile-toc-header input[type="checkbox"]:checked ~ span::after,
  div.inner-button span::after {
    transform: rotate(-45deg);
  }
  .mobile-toc-header p {
    margin-bottom: 0;
  }
  .mobile-toc-header {
    padding: 17px 20px;
  }
}
@media (max-width: 767px) {
  .mobile-toc-header p {
    display: block;
  }
  .mobile-toc-header .toogle-open.toogle-close {
    display: flex;
    position: relative;
    width: 90px;
    height: 50px;
    justify-content: end;
  }
  .toc-section {
    margin-top: 60px;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 0.7);
    transition: opacity 500ms;
    opacity: 1;
    margin: auto 0;
    backdrop-filter: blur(6px);
    display: flex;
    visibility: hidden;
    transition: opacity 0.1s linear;
    opacity: 0;
  }
  .toc-section #sidebar-extra-info {
    margin-bottom: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 30px;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
  .mobile-toc-header {
    display: flex;
    justify-content: space-between;
    background: #fff0;
    position: fixed;
    top: 0;
    width: 55%;
    left: -14px;
    align-items: center;
    z-index: 10;
  }
  .toogle-open.toogle-close.inner-button {
    position: absolute;
    right: 0;
    top: -16px;
  }
  table.bt tfoot th .bt-content,
  table.bt tfoot td .bt-content,
  table.bt tbody td .bt-content {
    padding: 10px;
  }
  table.bt tfoot th::before,
  table.bt tfoot td::before,
  table.bt tbody td::before {
    padding: 10px;
  }
}
.comparison::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}
.comparison::-webkit-scrollbar {
  height: 10px;
}
.termly-display-preferences {
  padding: 0.25rem;
  position: fixed;
  left: 0.8125rem;
  bottom: 0.8125em;
  background-color: #0d6efd;
  border: 1px solid #fff;
  transform-origin: bottom right;
  transform: scale(1);
  width: 3.125rem;
  height: 3.125rem;
  box-sizing: border-box;
  z-index: 30;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.termly-display-preferences:hover {
  color: #fff !important;
}
.termly-styles-preferenceContainer-fb5a6d::-webkit-scrollbar {
  width: 5px;
}
.termly-styles-preferenceContainer-fb5a6d::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}
@media (max-width: 376px) {
  #btnOnThisPage {
    font-size: 14px !important;
  }
  .mobile-toc-header {
    top: 6px;
    left: 0;
  }
}
.side-article .topBox h3 {
  font-size: 30px !important;
  margin-bottom: 4px !important;
  position: relative;
}
.side-article .topBox h3 svg {
  position: absolute;
  width: 14px;
  bottom: 25px;
}
.sticky-quotes .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-widget-content {
  background: none !important;
}
.ui-tabs .ui-tabs-nav {
  padding-bottom: 10px !important;
}
.ui-tabs .ui-tabs-nav,
.ui-tabs {
  padding: 0px !important;
}
.sticky-quotes .ui-widget-header {
  border: none;
  background: #fff0;
}
.sticky-quotes ul {
  list-style: none;
  padding: 0;
}
.sticky-quotes .ui-tabs .ui-tabs-nav li {
  border-bottom-width: 1px;
  font-size: 14px;
}
.sticky-quotes .ui-widget.ui-widget-content {
  border: none;
}
.ui-accordion-content article {
  border-bottom: 1px solid #8f8f8f;
  padding: 0;
}
#archive-accordion {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
}
.ui-widget {
  width: 100% !important;
}
.ui-accordion .ui-accordion-content {
  padding-right: 2.2em !important;
  padding-left: 2.2em !important;
  padding-bottom: 1em !important;
  padding-top: 0 !important;
}
.ui-state-default {
  background: none !important;
}
.ui-widget-content {
  background: none !important;
}
.ui-state-default {
  color: #3f52c7 !important;
  font-weight: 400;
}
.single:not(.single-docs) .ui-state-hover,
.single:not(.single-docs) .ui-state-active,
.single:not(.single-docs) .ui-state-focus {
  border: 2px solid #3f52c7 !important;
  color: #3f52c7 !important;
  border-radius: 3px;
  font-weight: 400;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.single:not(.single-docs) .ui-state-default,
.single:not(.single-docs) .ui-widget-content .ui-state-default,
.single:not(.single-docs) .ui-widget-header .ui-state-default,
.single:not(.single-docs) .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 2px solid #3f52c7 !important;
  color: #3f52c7 !important;
  border-radius: 3px;
  font-weight: 500 !important;
}
.single:not(.single-docs) .ui-state-default a,
.single:not(.single-docs) .ui-state-default a:link,
.single:not(.single-docs) .ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #3f52c7 !important;
  font-weight: 500 !important;
}
.single:not(.single-docs) .ui-state-active a,
.single:not(.single-docs) .ui-state-active a:link,
.single:not(.single-docs) .ui-state-active a:visited {
  color: #fff !important;
  background: #3f52c7;
}
.single:not(.single-docs) .ui-state-active a:focus {
  background: #3f52c7 !important;
}
.ui-accordion .ui-accordion-header {
  font-size: 16px !important;
  padding: 15px 20px !important;
}
.sticky-quotes .ui-widget.ui-widget-content {
  border: none;
}
.sticky-quotes .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.sticky-quotes .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.5em;
}
.sticky-quotes .ui-widget-header {
  border: none;
  background: #fff0;
}
.sticky-quotes .ui-tabs .ui-tabs-nav li {
  border-bottom-width: 1px;
  font-size: 14px;
  margin: 1px 8px 0 0;
}
.ui-tabs .ui-tabs-nav,
.ui-tabs {
  padding: 0px !important;
}
.single:not(.single-docs) .ui-state-active a,
.single:not(.single-docs) .ui-state-active a:link,
.single:not(.single-docs) .ui-state-active a:visited {
  color: #fff !important;
  background: #3f52c7;
}
.tab-container {
  margin-bottom: 30px;
}
.tab-container::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}
.tab-container::-webkit-scrollbar {
  height: 4px;
}
.tab-container ul li {
  font-size: 14px;
  white-space: nowrap;
  margin: 1px 8px 0 0;
  border: 2px solid #3f52c7 !important;
  color: #3f52c7;
  border-radius: 3px;
  font-weight: 500;
  list-style: none;
}
.tab-container ul li a {
  font-weight: 500 !important;
  padding: 0.5em;
  display: block;
  line-height: 1.3;
}
.related-posts {
  margin-bottom: 30px;
  width: 94%;
}
@media (max-width: 767px) {
  .related-posts {
    width: 100%;
    margin-bottom: 20px;
  }
}
.related-posts-heading {
  background-color: #f5f5f7;
  padding: 10px 30px;
}
.related-posts-heading h3 {
  font-weight: 700;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
@media (max-width: 767px) {
  .related-posts-heading {
    padding: 10px;
  }
}
.related-carousel .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.related-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  color: #000;
}
.related-carousel .slick-dots li.slick-active {
  color: #fff;
  background: #3d50c7;
  border-radius: 100px;
}
.related-carousel .slick-dots li {
  background: #cccbcb;
  border-radius: 100px;
  margin: 0 15px;
  overflow: hidden;
}
.related-carousel .slick-dots li button:before {
  content: "";
}
.related-posts .slick-list {
  padding-bottom: 30px;
}
.slick-dots li.slick-active button:before {
  color: #3f52c7 !important;
}
@media (min-width: 767px) {
  .site-main section.vc_section {
    position: relative;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}
.blog-popular__content {
  padding-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 35px;
}
.blog-popular__item {
  margin-bottom: 20px;
}
.blog-popular__image {
  width: 100%;
  max-width: 100%;
  height: 315px;
  object-fit: cover;
  margin-bottom: 20px;
}
h2.blog-popular__title {
  font-size: 24px;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .blog-popular__content {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-popular__image {
    height: 214px;
    object-fit: cover;
  }
  h2.blog-popular__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mobile-card-offer {
    max-width: 100% !important;
  }
}
.compare-container {
  display: block;
  overflow-x: scroll;
}
.compare-container::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}
.compare-container::-webkit-scrollbar {
  height: 5px;
}
#myVideoPlaceholder {
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#myVideoPlaceholder {
  z-index: 2;
}
#myVideo {
  position: relative;
  z-index: 1;
}
#myVideoPlaceholder,
#myVideo {
  transition: opacity 0.5s ease;
}
.is-child .blog-list .list-number,
.is-child .list-number {
  padding-left: 32px;
}
.is-child .blog-list .list-number li.item-number:before,
.is-child .list-number li.item-number:before {
  content: counter(step-counter) ".";
  font-size: calc(1.2 * 1rem) !important;
  background-color: #fff0;
  border: 0.125rem solid #fff0;
  color: #000;
  top: 1px;
  left: -35px;
}

#extension-form .qr-title p {
  color: #3f52c7;
  font-family: Karla;
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: -0.96px;
  line-height: 25px !important;
  margin-bottom: 20px;
}

#extension-form button.qr-button-done {
  line-height: normal !important;
  position: relative;
  font-size: 16px;
  padding: 7px;
}

#extension-form .qr-content {
  right: 90px;
  padding: 40px 19px;
}

#extension-form .qr-content .qr-code-title {
  padding: 0px;
}
#extension-form .qr-content .qr-code {
  display: flex;
  column-gap: 16px;
  padding-bottom: 16px;
  align-items: flex-start;
}

#extension-form .qr-content .description {
  text-align: center;
  color: #000;
  font-family: Karla;
  font-size: 17px;
  letter-spacing: -0.96px;
  line-height: 19px;
  margin: 20px 0px;
}

#extension-form button.exten-button-close {
  position: absolute;
  top: -27px;
  right: 0;
  padding: 0px;
  color: #000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  font-weight: 600;
}

#profile-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-left: 10px;
  margin-top: 5px;
  padding: 8px 8px 8px 14px;
}

#alert-box .main-content-container {
  display: flex;
  padding: 60px 0px;
}

#alert-box .qr-logo {
  height: 80px;
  width: auto;
  padding: 9px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 0.2);
  display: block;
  border: 1px #d5d5d5 solid;
  margin-right: 20px;
}

#alert-box .company-name {
  font-family: "Karla";
  font-size: 24px;
  font-weight: bold;
}

#alert-box .qr-code-image {
  display: flex;
  align-items: center;
  gap: 20px;
}

#alert-box .alert-close {
  position: absolute;
  top: 1rem;
  right: 30px;
  padding: 0px;
  color: #000 !important;
  font-weight: 600;
  background-color: transparent !important;
}

#alert-box .alert-close:hover {
  background-color: transparent !important;
}

#alert-box .sub-text,
#alert-box span {
  font-size: 20px;
}
