
/* ty125 H5 responsive fix start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin-left: 0;
  margin-right: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

table {
  max-width: 100%;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.ty125-upgrade-section,
.ty125-global-trust,
.ty125-footer-v3,
.ty125-footer-card,
.ty125-contact-wrap,
.ty125-polish-page,
.ty125-article-shell,
.ty125-article-page,
.ty125-article-wrap,
.ty125-article-layout,
.ty125-article-main,
.ty125-article-aside,
#ty125-seo-content,
#ty125-intent-seo,
#ty125-registration-guide,
.ty125-page-wrap,
.ty125-container,
.container,
.wrapper,
.wrap,
.main,
.content {
  max-width: min(1120px, calc(100% - 24px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ty125-card-grid,
.seo-grid,
.article-grid,
.ty125-grid,
.card-grid,
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.ty125-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ty125-compare-table {
  width: 100%;
  border-collapse: collapse;
}

[style*="width:1200px"],
[style*="width: 1200px"],
[style*="width:1100px"],
[style*="width: 1100px"],
[style*="width:1000px"],
[style*="width: 1000px"],
[style*="min-width:1200px"],
[style*="min-width: 1200px"],
[style*="min-width:1100px"],
[style*="min-width: 1100px"],
[style*="min-width:1000px"],
[style*="min-width: 1000px"] {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 900px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }

  header,
  footer,
  main,
  section,
  article,
  aside,
  nav,
  .hero,
  .banner,
  .header,
  .footer,
  .section,
  .page,
  .box,
  .card {
    max-width: 100% !important;
  }

  .ty125-upgrade-section,
  .ty125-global-trust,
  .ty125-footer-v3,
  .ty125-footer-card,
  .ty125-contact-wrap,
  .ty125-polish-page,
  .ty125-article-shell,
  .ty125-article-page,
  .ty125-article-wrap,
  .ty125-article-layout,
  .ty125-article-main,
  .ty125-article-aside,
  #ty125-seo-content,
  #ty125-intent-seo,
  #ty125-registration-guide,
  .ty125-page-wrap,
  .ty125-container,
  .container,
  .wrapper,
  .wrap,
  .main,
  .content {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 22px auto !important;
    padding: 18px !important;
    border-radius: 16px !important;
  }

  h1,
  .page-main-title {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.02em;
  }

  h2 {
    font-size: clamp(20px, 5.8vw, 26px) !important;
    line-height: 1.3 !important;
  }

  h3 {
    font-size: clamp(17px, 4.8vw, 20px) !important;
    line-height: 1.35 !important;
  }

  p,
  li,
  td,
  th {
    font-size: 15px !important;
  }

  .ty125-card-grid,
  .seo-grid,
  .article-grid,
  .ty125-grid,
  .card-grid,
  .grid,
  .articles,
  .article-list,
  .news-list {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .ty125-card-grid article,
  .seo-grid > *,
  .article-grid > *,
  .card,
  .box {
    width: 100% !important;
    max-width: 100% !important;
  }

  nav,
  .nav,
  .menu,
  .navbar,
  .links,
  .actions,
  .buttons,
  .btns,
  .cta,
  .ty125-inner-links p,
  .ty125-global-trust p {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
  }

  a[class*="btn"],
  button[class*="btn"],
  .btn,
  .button,
  .cta a,
  .actions a,
  .ty125-inner-links a,
  .ty125-global-trust a {
    min-height: 42px !important;
    padding: 10px 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  input,
  select,
  textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px;
  }

  .ty125-footer-v3,
  .ty125-footer-card,
  .ty125-global-trust {
    text-align: center !important;
  }

  .ty125-footer-v3 *,
  .ty125-footer-card *,
  .ty125-global-trust * {
    max-width: 100% !important;
  }

  .ty125-contact-wrap,
  .contact-grid,
  .contact-cards,
  .contact-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .ty125-upgrade-section,
  .ty125-global-trust,
  .ty125-footer-v3,
  .ty125-footer-card,
  .ty125-contact-wrap,
  .ty125-polish-page,
  .ty125-article-shell,
  .ty125-article-page,
  .ty125-article-wrap,
  .ty125-article-layout,
  .ty125-article-main,
  .ty125-article-aside,
  #ty125-seo-content,
  #ty125-intent-seo,
  #ty125-registration-guide,
  .ty125-page-wrap,
  .ty125-container,
  .container,
  .wrapper,
  .wrap,
  .main,
  .content {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 16px auto !important;
    padding: 16px !important;
    border-radius: 14px !important;
  }

  ul,
  ol {
    padding-left: 20px !important;
  }

  li {
    margin: 6px 0 !important;
  }

  .ty125-inner-links p,
  .ty125-global-trust p {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .ty125-inner-links a,
  .ty125-global-trust a {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 14px !important;
    padding: 9px 8px !important;
  }

  .ty125-card-grid article,
  .seo-card,
  .card,
  .box {
    padding: 15px !important;
    border-radius: 14px !important;
  }

  table.ty125-mobile-card,
  table.ty125-compare-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: visible !important;
  }

  table.ty125-mobile-card thead,
  table.ty125-compare-table thead {
    display: none !important;
  }

  table.ty125-mobile-card tbody,
  table.ty125-mobile-card tr,
  table.ty125-mobile-card td,
  table.ty125-compare-table tbody,
  table.ty125-compare-table tr,
  table.ty125-compare-table td {
    display: block !important;
    width: 100% !important;
  }

  table.ty125-mobile-card tr,
  table.ty125-compare-table tr {
    margin: 0 0 12px !important;
    padding: 12px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
  }

  table.ty125-mobile-card td,
  table.ty125-compare-table td {
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    padding: 9px 2px !important;
    white-space: normal !important;
    text-align: left !important;
  }

  table.ty125-mobile-card td:last-child,
  table.ty125-compare-table td:last-child {
    border-bottom: 0 !important;
  }

  table.ty125-mobile-card td::before,
  table.ty125-compare-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.72;
  }

  table:not(.ty125-mobile-card):not(.ty125-compare-table) {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 420px) {
  .ty125-inner-links p,
  .ty125-global-trust p {
    grid-template-columns: 1fr !important;
  }

  a[class*="btn"],
  button[class*="btn"],
  .btn,
  .button,
  .cta a,
  .actions a {
    width: 100% !important;
  }

  h1,
  .page-main-title {
    font-size: 25px !important;
  }

  h2 {
    font-size: 21px !important;
  }

  .ty125-upgrade-section,
  .ty125-global-trust,
  .ty125-footer-v3,
  .ty125-footer-card,
  .ty125-contact-wrap,
  .ty125-polish-page,
  .ty125-article-shell,
  .ty125-article-page,
  .ty125-article-wrap,
  .ty125-article-layout,
  .ty125-article-main,
  .ty125-article-aside,
  #ty125-seo-content,
  #ty125-intent-seo,
  #ty125-registration-guide,
  .ty125-page-wrap,
  .ty125-container,
  .container,
  .wrapper,
  .wrap,
  .main,
  .content {
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    padding: 14px !important;
  }
}
/* ty125 H5 responsive fix end */
