.content-wrap .container,
.breadcrumb .container {
  max-width: 1336px;
}

main {
  background: url("https://images.tenorshare.com/guide/px-top-bg.png") no-repeat;
  background-size: contain;
}

main nav {
  margin-bottom: 0;
}

.breadcrumb {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6b6b6b;
  padding-top: 28px;
}
.breadcrumb a {
  color: #6b6b6b;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

img {
  max-width: 100%;
}

.btn-px {
  background: #ffbc20;
}

.content-wrap {
  padding: 28px 0 64px;
}
.content-wrap .container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.guide-wrap {
  width: 290px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eeeeee;
  position: sticky;
  top: 70px;
}

.guide-toggle,
.guide-mask {
  display: none;
}

.guide-close {
  display: none;
}

.guide-content {
  padding-top: 6px;
}
.guide-content nav {
  padding-right: 4px;
}

.guide-tit {
  padding: 12px 16px;
  background: #ffe4a6;
}
.guide-tit p {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0;
}

.guide-accordion > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  max-height: calc(100vh - 120px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #d8dfe2 transparent;
}
.guide-accordion > ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.guide-accordion > ul::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.guide-accordion > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d8dfe2;
}
.guide-accordion > ul::-webkit-scrollbar-track {
  background: transparent;
}
.guide-accordion > ul > li.group {
  overflow: hidden;
}
.guide-accordion > ul > li.group > button {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 16px 12px 16px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #202329;
  transition: background-color 0.2s ease;
}
.guide-accordion > ul > li.group > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 6px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDBMMCA2SDEyTDYgMFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=")
    no-repeat center center;
  transition: transform 0.2s ease;
  transform: translateY(-50%);
}
.guide-accordion > ul > li.group > button:hover {
  background: #f0f4ff;
}
.guide-accordion > ul > li.group > button:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: -2px;
}
.guide-accordion > ul > li.group.open > button::after {
  transform: translateY(-50%) rotate(-180deg);
}
.guide-accordion > ul > li.group.open > ul {
  opacity: 1;
  padding-bottom: 14px;
}
.guide-accordion > ul > li.group > ul {
  margin: 0;
  padding: 0 16px 0;
  list-style: none;
  display: grid;
  gap: 8px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition:
    height 0.28s ease,
    opacity 0.2s ease,
    padding-bottom 0.28s ease;
  will-change: height;
}
.guide-accordion > ul > li.group > ul > li {
  display: grid;
}
.guide-accordion > ul > li.group > ul > li > button,
.guide-accordion > ul > li.group > ul > li > a {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  margin: 0;
  padding: 8px 30px 8px 0;
  color: #202329;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  color: #3a3a3a;
}
.guide-accordion > ul > li.group > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 11px;
  height: 7px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjMwMzI2IDQuMTI0NzdMOS40MjgwOSAwTDEwLjYwNjYgMS4xNzg1MUw1LjMwMzI2IDYuNDgxODVMMCAxLjE3ODUxTDEuMTc4NTEgMEw1LjMwMzI2IDQuMTI0NzdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K")
    no-repeat center center;
  transition: transform 0.2s ease;
  transform: translateY(-50%);
}
.guide-accordion > ul > li.group > ul > li > button:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: -2px;
}
.guide-accordion > ul > li.group > ul > li > button.active {
  color: #cc961a;
}
.guide-accordion > ul > li.group > ul > li.open > button::after {
  transform: translateY(-50%) rotate(-180deg);
}
.guide-accordion > ul > li.group > ul > li.open > ul {
  opacity: 1;
}
.guide-accordion > ul > li.group > ul > li > ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  display: grid;
  gap: 6px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition:
    height 0.24s ease,
    opacity 0.2s ease;
  will-change: height;
}
.guide-accordion > ul > li.group a {
  display: block;
  padding: 4px 10px;
  border-radius: 8px;
  color: #525252;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.guide-accordion > ul > li.group a.active {
  background: #fff8e9;
  color: #202329;
  font-weight: 600;
}
.guide-accordion > ul > li.group a:hover {
  background: #fff8e9;
  color: #525252;
}

.content {
  flex: 1;
  min-width: 0;
}
.content h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}
.content h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  background: #fff8e9;
  padding: 13px 28px;
  border-left: 8px solid #ffbc20;
  margin-top: 48px;
  border-radius: 4px;
}
.content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 10px;
  border-left: 4px solid #ffbc20;
}
.content p {
  margin: 16px 0;
}
.content ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 16px;
  margin-top: 16px;
}
.content ul li:not(:first-child) {
  margin-top: 8px;
}
.content .step-wrap {
  padding-left: 90px;
  margin-top: 16px;
}
.content .step-wrap p.tit {
  margin-top: 0;
}
.content .step-wrap .step-item:not(:last-child) {
  padding-bottom: 32px;
  position: relative;
}
.content .step-wrap .step-item:not(:last-child)::after {
  content: "";
  height: 100%;
  border: 1px dashed #bdc3c6;
  position: absolute;
  top: 0;
  left: -56px;
}
.content .step-wrap .tit {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.content .step-wrap .tit span:first-child {
  position: absolute;
  top: 0;
  left: -90px;
  width: 84px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  padding: 0 8px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  z-index: 10;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCA4MyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNEMwIDEuNzkwODYgMS43OTA4NiAwIDQgMEg2OC4wNjAzQzY5LjI4NTIgMCA3MC40NDI2IDAuNTYxMjY3IDcxLjIwMTEgMS41MjMxMUw4Mi40OTY2IDE1Ljg0NjVDODIuNzg5OSAxNi4yMTg0IDgyLjc4MiAxNi43NDUgODIuNDc3OSAxNy4xMDhMNzEuMTk5IDMwLjU2OUM3MC40MzkgMzEuNDc2IDY5LjMxNjQgMzIgNjguMTMzIDMySDRDMS43OTA4NiAzMiAwIDMwLjIwOTEgMCAyOFY0WiIgZmlsbD0iI0ZGQkMyMCIvPgo8L3N2Zz4K")
    left center no-repeat;
}
.content .btn-group {
  text-align: center;
}
.content .btn-group .btn {
  height: 60px;
  min-width: 200px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  justify-content: center;
  margin: 16px 8px 0;
}
.content .section-page-turning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
.content .section-page-turning .item {
  border: 1px solid #eeeeee;
  background: rgba(33, 33, 33, 0.0392156863);
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.4s;
}
.content .section-page-turning .item .text-wrap .tit {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin: 0;
}
.content .section-page-turning .item .text-wrap .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.content .section-page-turning .item svg {
  border-radius: 4px;
  transition: all 0.4s;
}
.content .section-page-turning .item.prev {
  text-align: right;
}
.content .section-page-turning .item:hover {
  text-decoration: none;
  color: #000;
  background: rgba(255, 188, 32, 0.0392156863);
}
.content .section-page-turning .item:hover svg {
  background: #525252;
}
.content .section-page-turning .item:hover svg rect {
  stroke: #525252;
}
.content .section-page-turning .item:hover svg path {
  fill: #fff;
}

.section-bottom-banner {
  background: url("https://images.tenorshare.com/guide/px-botton-banner-bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 80px;
  border-radius: 24px;
  margin-top: 48px;
}
.section-bottom-banner h2 {
  background: none;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  padding: 0;
  margin: 0;
}
.section-bottom-banner p.des {
  margin: 12px auto 0;
  max-width: 60%;
}
.section-bottom-banner .btn {
  height: 48px;
  line-height: 48px;
  min-width: 180px;
  justify-content: center;
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .content-wrap .container {
    flex-direction: column;
    gap: 24px;
  }
  .guide-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 24px 0 40px;
  }
  .guide-wrap {
    padding: 16px;
    border-radius: 12px;
  }
  .guide-accordion > ul > li.group > ul > li > button,
  .guide-accordion > ul > li.group > ul > li > a {
    padding: 8px 28px 4px 10px;
  }
  .guide-accordion > ul > li.group > ul {
    padding: 0 14px 0;
  }
  .guide-accordion > ul > li.group.open > ul {
    padding-bottom: 12px;
  }
  .guide-accordion > ul > li.group > ul > li > ul {
    padding-left: 8px;
  }
  .content .section-page-turning {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .content .section-page-turning .item {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .content-wrap .container,
  .breadcrumb .container {
    max-width: 1164px;
  }
  .content-wrap .container {
    gap: 40px;
    margin: 0 auto;
  }
  .container {
    max-width: 1220px;
  }
  .content-wrap {
    padding: 20px 0 48px;
  }
}
@media (max-width: 992px) {
  .content-wrap {
    padding-top: 0;
  }
  main {
    background: url("https://images.tenorshare.com/guide/px-top-bg.png") no-repeat;
    background-size: unset;
  }
  .breadcrumb {
    display: none;
  }
  .content {
    padding-top: 28px;
  }
  .content h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
  }
  .content h1 + p {
    text-align: center;
  }
  main,
  .content-wrap,
  .content-wrap > .container {
    transform: none;
    filter: none;
    perspective: none;
    contain: initial;
  }
  .content ul {
    padding-left: 20px;
  }
  body.guide-open {
    overflow: hidden;
  }
  body.guide-open .guide-toggle {
    opacity: 0;
    pointer-events: none;
  }
  .guide-mask {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: #000;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
    z-index: 2998;
  }
  .guide-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: -14px;
    bottom: 100px;
    border: 0;
    z-index: 3001;
    background: unset;
  }
  .guide-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    padding: 0;
    width: 300px;
    height: 100vh;
    max-width: calc(100vw - 48px);
    transform: translateX(-100%);
    transition: transform 0.24s ease;
    z-index: 3000;
  }
  .guide-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #202329;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
  }
  body.guide-open .guide-wrap {
    transform: translateX(0);
  }
  body.guide-open .guide-mask {
    opacity: 0.5;
    pointer-events: auto;
  }
  .guide-content {
    background: #fff;
    height: 100%;
  }
  .content-wrap .container {
    gap: 0;
  }
  .guide-tit {
    border-bottom: 1px dashed #d8dfe2;
    padding: 17px 16px 12px;
  }
  .guide-accordion > ul > li.group > ul > li > ul li a {
    padding: 8px 10px;
  }
  .content h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    padding: 8px;
    margin-top: 32px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content .step-wrap p.tit {
    margin-top: 70px;
  }
  .content .step-wrap .tit span:first-child {
    left: 0;
    top: -8px;
    transform: translateY(-100%);
  }
  .content .step-wrap {
    padding-left: 0;
  }
  .content .step-wrap .tit span:first-child {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA2NSAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KPHBhdGggZD0iTTAgNEMwIDEuNzkwODYgMS43OTA4NiAwIDQgMEg2MUM2My4yMDkxIDAgNjUgMS43OTA4NiA2NSA0VjE2LjQ4NDhWMjhDNjUgMzAuMjA5MSA2My4yMDkxIDMyIDYxIDMySDQxLjgzMzNDNDAuOTY3OSAzMiA0MC4xMjU3IDMyLjI4MDcgMzkuNDMzMyAzMi44TDM0LjgyODcgMzYuMjUzNUMzMy40NDA1IDM3LjI5NDYgMzEuNTM5NSAzNy4zMjIgMzAuMTIxOSAzNi4zMjE0TDI1LjAzNzIgMzIuNzMyMUMyNC4zNjIzIDMyLjI1NTggMjMuNTU2NSAzMiAyMi43MzA0IDMySDRDMS43OTA4NiAzMiAwIDMwLjIwOTEgMCAyOFY0WiIgZmlsbD0iI0ZGQkMyMCIvPgo8L3N2Zz4K")
      no-repeat center center;
    background-size: 100% 100%;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 8px 4px;
    height: 38px;
  }
  .section-bottom-banner {
    padding: 100px 18px;
    background: url("https://images.tenorshare.com/guide/px-botton-banner-mb.png") no-repeat center center;
    background-size: cover;
    min-height: 523px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-bottom-banner h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
  }
  .section-bottom-banner p.des {
    max-width: 100%;
  }
  .content .btn-group .btn {
    height: 56px;
  }
}

.compare-table-1,
.compare-table-2,
.compare-table-3 {
  overflow-x: auto;
}

@media (min-width: 1280px) {
  .compare-table-1,
  .compare-table-2,
  .compare-table-3 {
    margin: 32px 0;
  }
}

.compare-table-1 .table-wrap,
.compare-table-2 .table-wrap,
.compare-table-3 .table-wrap {
  min-width: 600px;
  padding: 2px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d8dfe2;
}

@media (min-width: 1280px) {
  .compare-table-1 .table-wrap,
  .compare-table-2 .table-wrap,
  .compare-table-3 .table-wrap {
    padding: 8px;
  }
}

.compare-table-1 .table-wrap .tbody:last-child div,
.compare-table-2 .table-wrap .tbody:last-child div,
.compare-table-3 .table-wrap .tbody:last-child div {
  border-top: 0;
}

.compare-table-1 .table-wrap .tbody:last-child div:nth-child(1),
.compare-table-2 .table-wrap .tbody:last-child div:nth-child(1),
.compare-table-3 .table-wrap .tbody:last-child div:nth-child(1) {
  border-radius: 0 0 0 8px;
}

.compare-table-1 .table-wrap .tbody:last-child div:last-child,
.compare-table-2 .table-wrap .tbody:last-child div:last-child,
.compare-table-3 .table-wrap .tbody:last-child div:last-child {
  border-radius: 0 0 8px 0;
}

.compare-table-1 .tbody,
.compare-table-1 .thead,
.compare-table-2 .tbody,
.compare-table-2 .thead,
.compare-table-3 .tbody,
.compare-table-3 .thead {
  display: flex;
  text-align: center;
}

.compare-table-1 .tbody .no,
.compare-table-1 .tbody .yes,
.compare-table-1 .thead .no,
.compare-table-1 .thead .yes,
.compare-table-2 .tbody .no,
.compare-table-2 .tbody .yes,
.compare-table-2 .thead .no,
.compare-table-2 .thead .yes,
.compare-table-3 .tbody .no,
.compare-table-3 .tbody .yes,
.compare-table-3 .thead .no,
.compare-table-3 .thead .yes {
  position: relative;
}

.compare-table-1 .tbody .no::after,
.compare-table-1 .tbody .yes::after,
.compare-table-1 .thead .no::after,
.compare-table-1 .thead .yes::after,
.compare-table-2 .tbody .no::after,
.compare-table-2 .tbody .yes::after,
.compare-table-2 .thead .no::after,
.compare-table-2 .thead .yes::after,
.compare-table-3 .tbody .no::after,
.compare-table-3 .tbody .yes::after,
.compare-table-3 .thead .no::after,
.compare-table-3 .thead .yes::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjQ4MzYgMjIuNDAzOEwyOC4wMTI3IDkuODY5NTdDMjguNTAzMiA5LjE5MTYxIDI5LjQ1MDQgOS4wMzk2MyAzMC4xMjg0IDkuNTMwMTJDMzAuODA2MyAxMC4wMjA2IDMwLjk1ODMgMTAuOTY3OCAzMC40Njc4IDExLjY0NThMMTkuODk2OCAyOC45NTM2QzE5LjM1MDEgMjkuNzA5MSAxOC4yNTcyIDI5Ljc5NjIgMTcuNTk3OCAyOS4xMzY4TDkuNjg0MDEgMjEuMjIzQzkuMDkyMzEgMjAuNjMxMyA5LjA5MjMxIDE5LjY3MiA5LjY4NDAxIDE5LjA4MDNDMTAuMjc1NyAxOC40ODg2IDExLjIzNTEgMTguNDg4NiAxMS44MjY4IDE5LjA4MDNMMTguNDgzNiAyMi40MDM4WiIgZmlsbD0iI0ZGN0IzOSIvPgo8L3N2Zz4K)
    no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.compare-table-1 .tbody .no::after,
.compare-table-1 .thead .no::after,
.compare-table-2 .tbody .no::after,
.compare-table-2 .thead .no::after,
.compare-table-3 .tbody .no::after,
.compare-table-3 .thead .no::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43NTAyIDI1Ljg5MjRDMTEuMDk5MyAyNi41NDMzIDExLjA5OTMgMjcuNTk4NiAxMS43NTAyIDI4LjI0OTVDMTIuNDAxIDI4LjkwMDMgMTMuNDU2MyAyOC45MDAzIDE0LjEwNzIgMjguMjQ5NUwxOS45OTk5IDIyLjM1NjhMMjUuODkyNyAyOC4yNDk2QzI2LjU0MzYgMjguOTAwNCAyNy41OTg4IDI4LjkwMDQgMjguMjQ5NyAyOC4yNDk2QzI4LjkwMDYgMjcuNTk4NyAyOC45MDA2IDI2LjU0MzQgMjguMjQ5NyAyNS44OTI1TDIyLjM1NjkgMTkuOTk5N0wyOC4yNDkzIDE0LjEwNzNDMjguOTAwMiAxMy40NTY0IDI4LjkwMDIgMTIuNDAxMiAyOC4yNDkzIDExLjc1MDNDMjcuNTk4NCAxMS4wOTk0IDI2LjU0MzIgMTEuMDk5NCAyNS44OTIzIDExLjc1MDNMMTkuOTk5OSAxNy42NDI3TDE0LjEwNzYgMTEuNzUwNEMxMy40NTY3IDExLjA5OTUgMTIuNDAxNCAxMS4wOTk1IDExLjc1MDYgMTEuNzUwNEMxMS4wOTk3IDEyLjQwMTMgMTEuMDk5NyAxMy40NTY2IDExLjc1MDYgMTQuMTA3NEwxNy42NDI5IDE5Ljk5OTdMMTEuNzUwMiAyNS44OTI0WiIgZmlsbD0iIzlDOUM5QyIvPgo8L3N2Zz4K)
    no-repeat;
  background-size: cover;
}

.compare-table-1 .tbody div,
.compare-table-1 .thead div,
.compare-table-2 .tbody div,
.compare-table-2 .thead div,
.compare-table-3 .tbody div,
.compare-table-3 .thead div {
  border: 1px solid #d8dfe2;
  border-collapse: collapse;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compare-table-1 .tbody div:not(:nth-child(1)),
.compare-table-1 .thead div:not(:nth-child(1)),
.compare-table-2 .tbody div:not(:nth-child(1)),
.compare-table-2 .thead div:not(:nth-child(1)),
.compare-table-3 .tbody div:not(:nth-child(1)),
.compare-table-3 .thead div:not(:nth-child(1)) {
  border-left: 0;
}

.compare-table-1 .thead div,
.compare-table-2 .thead div,
.compare-table-3 .thead div {
  background: #ffece3;
  border-color: #ffb38e;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

@media (min-width: 1600px) {
  .compare-table-1 .thead div,
  .compare-table-2 .thead div,
  .compare-table-3 .thead div {
    padding: 18px 12px;
    font-size: 20px;
  }
}

.compare-table-1 .thead div.active,
.compare-table-2 .thead div.active,
.compare-table-3 .thead div.active {
  background: #ff7b39;
  color: #fff;
}

.compare-table-1 .thead div:nth-child(1),
.compare-table-2 .thead div:nth-child(1),
.compare-table-3 .thead div:nth-child(1) {
  border-radius: 8px 0 0 0;
}

.compare-table-1 .thead div:last-child,
.compare-table-2 .thead div:last-child,
.compare-table-3 .thead div:last-child {
  border-radius: 0 8px 0 0;
}

.compare-table-1 .tbody div,
.compare-table-2 .tbody div,
.compare-table-3 .tbody div {
  padding: 12px 10px;
  border-top: 0;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .compare-table-1 .tbody div,
  .compare-table-2 .tbody div,
  .compare-table-3 .tbody div {
    padding: 10px 12px;
  }
}

@media (min-width: 1600px) {
  .compare-table-1 .tbody div,
  .compare-table-2 .tbody div,
  .compare-table-3 .tbody div {
    font-size: 18px;
    padding: 18px 12px;
  }
}

.compare-table-1 .tbody div:nth-child(1),
.compare-table-2 .tbody div:nth-child(1),
.compare-table-3 .tbody div:nth-child(1) {
  text-align: left;
  color: #212121;
  background: rgba(255, 236, 227, 0.3);
}

.compare-table-2 {
  padding-top: 68px;
}

.compare-table-2 .table-wrap {
  overflow: unset;
}

.compare-table-2 .table-wrap .tbody:last-child div:last-child {
  border-bottom: 1px solid #ff7b39;
}

.compare-table-2 .tbody div,
.compare-table-2 .thead div {
  background: #fff;
  border-color: #d8dfe2;
  color: #525252;
  font-weight: 600;
}

.compare-table-2 .tbody div:nth-child(1),
.compare-table-2 .thead div:nth-child(1) {
  font-weight: 400;
}

.compare-table-2 .tbody div.active,
.compare-table-2 .thead div.active {
  background: #fffae6;
  border-color: #ff7b39;
  border-left: 1px solid #ff7b39;
  border-bottom: 2px solid #ffc6aa;
}

.compare-table-2 .thead div {
  position: relative;
  color: #212121;
  background: #eee;
}

.compare-table-2 .thead div:nth-child(1) {
  font-weight: 600;
}

.compare-table-2 .thead div.active {
  border-radius: 0;
  color: #212121;
}

.compare-table-2 .thead div span {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  width: calc(100% + 2px);
  background: #ff7b39;
  border: 1px solid #ff7b39;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}

.compare-table-2 .tbody div:nth-last-child(2) {
  border-right: 0;
}

.compare-table-3 {
  margin: 32px 0;
}

.compare-table-3 .table-wrap {
  min-width: 540px;
}

.compare-table-3 .thead div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  line-height: 130%;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .compare-table-3 .thead div {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .compare-table-3 .thead div {
    font-size: 24px;
  }
}

.compare-table-3 .tbody div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}

.compare-table-3 .tbody div svg {
  width: 16px;
}

@media (min-width: 1280px) {
  .compare-table-3 .tbody div svg {
    width: 20px;
  }
}

@media (min-width: 1600px) {
  .compare-table-3 .tbody div svg {
    width: 28px;
  }
}

.compare-table-3 .tbody div:nth-child(1) {
  color: #212121;
}

.compare-table-3 .tbody div:not(:nth-child(1)) {
  font-weight: 600;
}

@media (min-width: 1600px) {
  .compare-table-3.tab-simplify .thead div {
    font-size: 18px;
  }
}

.compare-table-3.tab-simplify .tbody div:not(:nth-child(1)) {
  color: #525252;
  font-weight: 400;
}
.youtube-video {
  border-radius: 8px;
  margin-top: 20px;
  max-width: 100%;
  width: 872px;
  height: 488px;
  display: block;
  object-fit: cover;
}

.compare-table-1 .thead div, .compare-table-2 .thead div, .compare-table-3 .thead div{

  border-color: #d8dfe2;
}

.compare-table-1 .thead div, .compare-table-2 .thead div, .compare-table-3 .thead div,.compare-table-1 .tbody div:nth-child(1), .compare-table-2 .tbody div:nth-child(1), .compare-table-3 .tbody div:nth-child(1){
  background: #fff8e9;

}
.compare-table-1 .thead div.active, .compare-table-2 .thead div.active, .compare-table-3 .thead div.active{
  background: #ffe4a6;
  border-color: #ffe4a6;
}
.compare-table-1 .thead div.active, .compare-table-2 .thead div.active, .compare-table-3 .thead div.active{
  color:#111
}
.compare-table-1 .tbody .no::after, .compare-table-1 .tbody .yes::after, .compare-table-1 .thead .no::after, .compare-table-1 .thead .yes::after, .compare-table-2 .tbody .no::after, .compare-table-2 .tbody .yes::after, .compare-table-2 .thead .no::after, .compare-table-2 .thead .yes::after, .compare-table-3 .tbody .no::after, .compare-table-3 .tbody .yes::after, .compare-table-3 .thead .no::after, .compare-table-3 .thead .yes::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjQ4MzYgMjIuNDAzOEwyOC4wMTI3IDkuODY5NTdDMjguNTAzMiA5LjE5MTYxIDI5LjQ1MDQgOS4wMzk2MyAzMC4xMjg0IDkuNTMwMTJDMzAuODA2MyAxMC4wMjA2IDMwLjk1ODMgMTAuOTY3OCAzMC40Njc4IDExLjY0NThMMTkuODk2OCAyOC45NTM2QzE5LjM1MDEgMjkuNzA5MSAxOC4yNTcyIDI5Ljc5NjIgMTcuNTk3OCAyOS4xMzY4TDkuNjg0MDEgMjEuMjIzQzkuMDkyMzEgMjAuNjMxMyA5LjA5MjMxIDE5LjY3MiA5LjY4NDAxIDE5LjA4MDNDMTAuMjc1NyAxOC40ODg2IDExLjIzNTEgMTguNDg4NiAxMS44MjY4IDE5LjA4MDNMMTguNDgzNiAyMi40MDM4WiIgZmlsbD0iI2ZmZTRhNiIvPgo8L3N2Zz4K) no-repeat;
  background-size: cover;

}