.tm-static-form-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #a4f001;
  color: #080808;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

form[data-static-form="1"] button,
form[data-static-form="1"] [type="submit"] {
  cursor: pointer;
}

.tm-privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 4px 0 14px;
  color: inherit;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.tm-privacy-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 18px;
  accent-color: #a4f001;
}

.tm-privacy-consent a {
  color: #a4f001;
  text-decoration: underline;
}

.tm-privacy-consent-missing .tm-privacy-consent {
  outline: 2px solid #a4f001;
  outline-offset: 6px;
  border-radius: 10px;
}

body.tm-has-floating-call {
  padding-bottom: 86px;
}

.tm-floating-call {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(392px, calc(100vw - 32px));
  min-height: 54px;
  padding: 13px 22px;
  border: 2px solid #88d900;
  border-radius: 999px;
  background: #a4f001;
  color: #080808 !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.tm-floating-call:hover,
.tm-floating-call:focus {
  color: #080808 !important;
  text-decoration: none !important;
  outline: none;
}

.tm-floating-call:focus-visible {
  box-shadow: 0 0 0 4px rgba(164, 240, 1, 0.28), 0 16px 34px rgba(0, 0, 0, 0.28);
}

.tm-floating-call__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.tm-floating-call__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

footer.elementor-location-footer .elementor-element-e08f20c {
  display: none !important;
}

body:not(.elementor-editor-active) footer.elementor-location-footer .elementor-element-e08f20c,
body:not(.elementor-editor-active) footer .elementor-element-e08f20c,
body:not(.elementor-editor-active) .elementor-element-e08f20c.elementor-sticky--active,
body:not(.elementor-editor-active) .elementor-element-e08f20c.elementor-sticky__spacer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

.tm-legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  padding: 18px 16px 24px;
  background: #080808;
  color: #a4f001;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.tm-legal-footer-links a {
  color: #a4f001 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tm-legal-main {
  background: #f6f6f6;
  color: #111;
}

.tm-legal-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 72px;
  font-family: "Montserrat", Arial, sans-serif;
}

.tm-legal-shell h1 {
  max-width: 920px;
  margin: 0 0 28px;
  color: #0c0c0d;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.04;
}

.tm-legal-card {
  padding: clamp(22px, 4vw, 48px);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.tm-legal-page {
  color: #111;
  font-size: 16px;
  line-height: 1.7;
}

.tm-legal-page h1,
.tm-legal-page h2 {
  color: #0c0c0d;
  line-height: 1.18;
}

.tm-legal-page h1 {
  margin: 28px 0 16px;
  font-size: clamp(28px, 4vw, 42px);
}

.tm-legal-page h2 {
  margin: 34px 0 14px;
  font-size: clamp(22px, 3vw, 30px);
}

.tm-legal-page p {
  margin: 0 0 12px;
}

.tm-legal-page a {
  color: #4c7f00;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tm-legal-table-wrap {
  width: 100%;
  margin: 22px 0 30px;
  overflow-x: auto;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
}

.tm-legal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.tm-legal-table th,
.tm-legal-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.tm-legal-table th {
  background: #a4f001;
  color: #080808;
  font-weight: 900;
}

.tm-legal-table tr:last-child td {
  border-bottom: 0;
}

.tm-ba-slider {
  width: min(1040px, calc(100% - 32px));
  margin: 30px auto 42px;
  padding: 18px;
  border-radius: 24px;
  background: #111317;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  box-shadow: 0 22px 58px rgba(17, 19, 23, .18);
}

.tm-ba-slider * {
  box-sizing: border-box;
}

.tm-ba-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}

.tm-ba-top p,
.tm-ba-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 7px 13px;
  border-radius: 999px;
  background: #9dff00;
  color: #111317;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.tm-ba-top h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  text-align: right;
}

.tm-ba-track {
  overflow: hidden;
}

.tm-ba-slide {
  display: none;
}

.tm-ba-slide.is-active {
  display: block;
}

.tm-ba-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tm-ba-photos figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #25282d;
}

.tm-ba-photos figure span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  min-width: 70px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #9dff00;
  color: #111317;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.tm-ba-photos img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.tm-ba-text {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  color: #111317;
}

.tm-ba-text h3,
.tm-ba-text p {
  margin: 0;
}

.tm-ba-text h3 {
  color: #111317;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.12;
}

.tm-ba-text p:not(.tm-ba-kicker) {
  color: #48515f;
  font-size: 17px;
  line-height: 1.6;
}

.tm-ba-bottom {
  display: grid;
  grid-template-columns: 52px auto 52px minmax(190px, 260px);
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.tm-ba-arrow,
.tm-ba-dots button,
.tm-ba-call {
  border: 0;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
}

.tm-ba-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #9dff00;
  color: #111317;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.tm-ba-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.tm-ba-dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
}

.tm-ba-dots button.is-active {
  width: 34px;
  border-radius: 999px;
  background: #9dff00;
}

.tm-ba-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #9dff00;
  color: #111317 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}

.tm-conversion-blocks {
  background: #f5f8ef;
  color: #111317;
  font-family: Montserrat, Arial, sans-serif;
  padding: 72px 0;
}

.tm-conversion-blocks * {
  box-sizing: border-box;
}

.tm-conversion-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.tm-conversion-head {
  max-width: 880px;
  margin: 0 0 28px;
}

.tm-conversion-head-small {
  max-width: 760px;
}

.tm-conversion-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid #8ee900;
  border-radius: 999px;
  background: #111317;
  color: #9dff00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tm-conversion-blocks h2,
.tm-conversion-blocks h3,
.tm-conversion-blocks p,
.tm-conversion-blocks ul {
  margin: 0;
}

.tm-conversion-blocks h2 {
  color: #111317;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
}

.tm-conversion-blocks h3 {
  color: #111317;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
}

.tm-conversion-head > p:not(.tm-conversion-kicker),
.tm-conversion-photo p,
.tm-conversion-split p,
.tm-conversion-area p,
.tm-conversion-care p,
.tm-conversion-card p,
.tm-conversion-steps p,
.tm-conversion-case-grid p,
.tm-conversion-table span {
  color: #48515f;
  font-size: 17px;
  line-height: 1.65;
}

.tm-conversion-grid,
.tm-conversion-case-grid,
.tm-conversion-steps,
.tm-conversion-split,
.tm-conversion-care {
  display: grid;
  gap: 18px;
}

.tm-conversion-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 28px;
}

.tm-conversion-card,
.tm-conversion-steps > div,
.tm-conversion-case-grid > article,
.tm-conversion-care > article,
.tm-conversion-split > article {
  border: 1px solid #dfe8d0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 19, 23, .07);
}

.tm-conversion-card {
  min-height: 218px;
  padding: 22px;
}

.tm-conversion-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #9dff00;
  color: #111317;
  font-size: 14px;
  font-weight: 900;
}

.tm-conversion-card h3 {
  margin: 0 0 12px;
}

.tm-conversion-photo {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .55fr);
  gap: 24px;
  align-items: center;
  margin: 34px 0;
  padding: 34px;
  border-radius: 22px;
  background: #111317;
  color: #fff;
  box-shadow: 0 22px 54px rgba(17, 19, 23, .18);
}

.tm-conversion-photo h2,
.tm-conversion-photo p {
  color: #fff;
}

.tm-conversion-photo p:not(.tm-conversion-kicker) {
  margin-top: 16px;
  color: #d9e2ee;
}

.tm-conversion-photo ul,
.tm-conversion-split ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.tm-conversion-photo li,
.tm-conversion-split li {
  position: relative;
  padding-left: 24px;
  color: #d9e2ee;
  font-size: 17px;
  line-height: 1.45;
}

.tm-conversion-photo li::before,
.tm-conversion-split li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9dff00;
}

.tm-conversion-actions,
.tm-conversion-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tm-conversion-actions {
  grid-column: 1 / -1;
}

.tm-conversion-btn,
.tm-conversion-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #9dff00;
  color: #111317 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}

.tm-conversion-btn-light {
  background: #fff;
}

.tm-conversion-included,
.tm-conversion-cases,
.tm-conversion-compare,
.tm-conversion-area {
  margin: 34px 0;
}

.tm-conversion-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tm-conversion-steps > div,
.tm-conversion-case-grid > article,
.tm-conversion-care > article {
  padding: 22px;
}

.tm-conversion-steps strong {
  display: block;
  margin-bottom: 10px;
  color: #111317;
  font-size: 18px;
  font-weight: 900;
}

.tm-conversion-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0;
}

.tm-conversion-split > article {
  padding: 28px;
}

.tm-conversion-split > article:only-child {
  grid-column: 1 / -1;
}

.tm-conversion-split .tm-conversion-kicker {
  background: #9dff00;
  color: #111317;
  border-color: #111317;
  box-shadow: 0 8px 18px rgba(157, 255, 0, .25);
}

.tm-services-seo {
  width: 100%;
  margin: 28px 0 34px;
}

.tm-services-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tm-services-seo-card {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(17, 19, 23, .1);
  border-radius: 22px;
  background: #fff;
  color: #111317;
  box-shadow: 0 12px 34px rgba(17, 19, 23, .08);
}

.tm-services-seo-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #9dff00;
  color: #111317;
  font-weight: 900;
}

.tm-services-seo-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(20px, 2.2vw, 25px);
  line-height: 1.08;
  color: #111317;
}

.tm-services-seo-card p {
  margin: 0;
  color: #4c5566;
  font-size: 16px;
  line-height: 1.55;
}

.tm-services-seo-card:hover,
.tm-services-seo-card:focus-visible {
  border-color: #9dff00;
  transform: translateY(-2px);
}

.tm-services-seo-card:focus-visible {
  outline: 3px solid rgba(157, 255, 0, .65);
  outline-offset: 3px;
}

.tm-services-page {
  background: #f4f8ef;
  color: #111317;
  font-family: Montserrat, Arial, sans-serif;
}

.tm-services-page * {
  box-sizing: border-box;
}

.tm-services-page a {
  color: inherit;
}

.tm-services-page-hero,
.tm-services-page-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.tm-services-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 28px;
  align-items: center;
  padding: 72px 0 44px;
}

.tm-services-page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 7px 16px;
  border: 1px solid #111317;
  border-radius: 999px;
  background: #9dff00;
  color: #111317;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tm-services-page h1,
.tm-services-page h2,
.tm-services-page h3 {
  margin: 0;
  color: #111317;
  font-weight: 900;
  line-height: 1.08;
}

.tm-services-page h1 {
  max-width: 820px;
  font-size: clamp(38px, 6vw, 76px);
}

.tm-services-page h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.tm-services-page h3 {
  font-size: clamp(21px, 2.4vw, 29px);
}

.tm-services-page p {
  margin: 0;
  color: #4c5566;
  font-size: 18px;
  line-height: 1.65;
}

.tm-services-page-lead {
  max-width: 680px;
  margin-top: 22px !important;
  font-size: 20px !important;
}

.tm-services-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tm-services-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border: 1px solid #9dff00;
  border-radius: 999px;
  background: #9dff00;
  color: #111317;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.tm-services-page-btn-light {
  border-color: rgba(17, 19, 23, .18);
  background: #fff;
}

.tm-services-page-photo {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(17, 19, 23, .18);
}

.tm-services-page-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.tm-services-page-section {
  padding: 42px 0;
}

.tm-services-page-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.tm-services-page-head p {
  margin-top: 14px;
}

.tm-services-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tm-services-page-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  border: 1px solid #dfe8d0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 19, 23, .07);
}

.tm-services-page-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #9dff00;
  color: #111317;
  font-weight: 900;
}

.tm-services-page-card p {
  margin-top: 14px;
}

.tm-services-page-card .tm-services-page-link {
  margin-top: auto;
  padding-top: 22px;
  color: #111317;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #9dff00;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.tm-services-page-band {
  width: 100%;
  margin-top: 30px;
  padding: 34px;
  border-radius: 28px;
  background: #111317;
  color: #fff;
}

.tm-services-page-band h2,
.tm-services-page-band p {
  color: #fff;
}

.tm-services-page-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tm-services-page-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: #eaf4ff;
  font-size: 17px;
  line-height: 1.45;
}

.tm-services-page-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9dff00;
}

.tm-conversion-split h2,
.tm-conversion-area h2,
.tm-conversion-care h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 3vw, 40px);
}

.tm-conversion-head > .tm-subsection-title,
.tm-conversion-photo .tm-subsection-title,
.tm-conversion-care .tm-subsection-title {
  margin: .5rem 0 16px;
  color: inherit;
  font-family: inherit;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.12;
}

.tm-conversion-split ul {
  margin-top: 18px;
}

.tm-conversion-split li {
  color: #48515f;
}

.tm-conversion-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-conversion-case-grid h3 {
  margin-bottom: 14px;
}

.tm-conversion-case-grid p + p {
  margin-top: 8px;
}

.tm-conversion-compare {
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e9ffc6 0%, #fff 68%);
  border: 1px solid #d7efad;
}

.tm-conversion-table {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tm-conversion-table > div {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
}

.tm-conversion-table strong {
  color: #111317;
  font-size: 18px;
  font-weight: 900;
}

.tm-conversion-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 30px;
  border-radius: 22px;
  background: #111317;
}

.tm-conversion-area h2,
.tm-conversion-area p {
  color: #fff;
}

.tm-conversion-area p:not(.tm-conversion-kicker) {
  color: #d9e2ee;
}

.tm-conversion-care {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .tm-conversion-grid,
  .tm-conversion-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-conversion-steps,
  .tm-conversion-split,
  .tm-conversion-care,
  .tm-conversion-photo,
  .tm-conversion-area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tm-ba-slider {
    width: min(100% - 22px, 1040px);
    margin: 24px auto 34px;
    padding: 12px;
    border-radius: 18px;
  }

  .tm-ba-top {
    display: grid;
    justify-items: start;
  }

  .tm-ba-top h3 {
    text-align: left;
  }

  .tm-ba-photos {
    grid-template-columns: 1fr;
  }

  .tm-ba-photos figure {
    border-radius: 14px;
  }

  .tm-ba-photos img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .tm-ba-text {
    padding: 18px;
    border-radius: 14px;
  }

  .tm-ba-bottom {
    grid-template-columns: 52px 1fr 52px;
  }

  .tm-ba-call {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tm-conversion-blocks {
    padding: 46px 0;
  }

  .tm-conversion-wrap {
    width: min(100% - 22px, 1180px);
  }

  .tm-conversion-grid,
  .tm-conversion-case-grid {
    grid-template-columns: 1fr;
  }

  .tm-conversion-card,
  .tm-conversion-steps > div,
  .tm-conversion-case-grid > article,
  .tm-conversion-care > article,
  .tm-conversion-split > article,
  .tm-conversion-photo,
  .tm-conversion-compare,
  .tm-conversion-area {
    border-radius: 16px;
    padding: 20px;
  }

  .tm-conversion-table > div {
    grid-template-columns: 1fr;
  }

  .tm-conversion-btn,
  .tm-conversion-links a {
    width: 100%;
  }
}

@media (max-width: 900px) {
  html body:not(.elementor-editor-active) header.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed !important;
    top: 78px !important;
    left: 16px !important;
    right: 16px !important;
    width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 32px) !important;
    border-radius: 18px !important;
    transform-origin: top center !important;
    z-index: 9999 !important;
  }

  html body:not(.elementor-editor-active) header.elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu,
  html body:not(.elementor-editor-active) header.elementor-location-header .elementor-nav-menu--dropdown .menu-item,
  html body:not(.elementor-editor-active) header.elementor-location-header .elementor-nav-menu--dropdown a.elementor-item {
    width: 100% !important;
    max-width: none !important;
  }

  html body:not(.elementor-editor-active) header.elementor-location-header .elementor-nav-menu--dropdown a.elementor-item {
    padding: 16px 18px !important;
  }

  .tm-services-seo-grid {
    grid-template-columns: 1fr;
  }

  .tm-services-seo-card {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .tm-services-page-hero {
    grid-template-columns: 1fr;
    padding: 46px 0 30px;
  }

  .tm-services-page-grid,
  .tm-services-page-list {
    grid-template-columns: 1fr;
  }

  .tm-services-page-card {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .tm-services-page-band {
    padding: 24px;
    border-radius: 22px;
  }

  .tm-services-page-actions,
  .tm-services-page-btn {
    width: 100%;
  }
}

@media (min-width: 901px) {
  body.tm-has-floating-call {
    padding-bottom: 0;
  }

  .tm-floating-call {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: auto;
    min-width: 270px;
    transform: none;
  }
}

@media (max-width: 420px) {
  .tm-floating-call {
    width: calc(100vw - 28px);
    min-height: 50px;
    padding: 12px 16px;
    font-size: 17px;
  }

  .tm-legal-shell {
    width: min(100% - 20px, 1120px);
    padding: 72px 0 48px;
  }

  .tm-legal-card {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .tm-legal-page {
    font-size: 15px;
  }
}

html body:not(.elementor-editor-active) footer .elementor-element-e08f20c,
html body:not(.elementor-editor-active) footer .elementor-element-e08f20c.elementor-sticky--active,
html body:not(.elementor-editor-active) footer .elementor-element-e08f20c.elementor-sticky__spacer,
html body:not(.elementor-editor-active) footer .elementor-element-e08f20c .elementor-element-a8b0a41,
html body:not(.elementor-editor-active) footer .elementor-element-e08f20c .elementor-button-wrapper,
html body:not(.elementor-editor-active) footer .elementor-element-e08f20c a.elementor-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

html body:not(.elementor-editor-active) .elementor-element-e08f20c,
html body:not(.elementor-editor-active) .elementor-element-e08f20c.elementor-sticky--active,
html body:not(.elementor-editor-active) .elementor-element-e08f20c.elementor-sticky__spacer,
html body:not(.elementor-editor-active) .elementor-element-e08f20c .elementor-element-a8b0a41,
html body:not(.elementor-editor-active) .elementor-element-e08f20c .elementor-button-wrapper,
html body:not(.elementor-editor-active) .elementor-element-e08f20c a.elementor-button,
html body:not(.elementor-editor-active) .elementor-element-a8b0a41[data-id="a8b0a41"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

html body:not(.elementor-editor-active) #comments,
html body:not(.elementor-editor-active) .comments-area,
html body:not(.elementor-editor-active) .comment-respond,
html body:not(.elementor-editor-active) .comment-form {
  display: none !important;
  visibility: hidden !important;
}

html body:not(.elementor-editor-active) .tmaster-castiron-article .tmaster-castiron-hero {
  margin-top: 36px !important;
}

@media (max-width: 767px) {
  html body:not(.elementor-editor-active) .tmaster-castiron-article .tmaster-castiron-hero {
    margin-top: 68px !important;
  }
}

html body:not(.elementor-editor-active) .elementor-element-210b49cf .elementor-heading-title,
html body:not(.elementor-editor-active) .elementor-element-635ca095 .elementor-heading-title,
html body:not(.elementor-editor-active) .elementor-element-1206df07 .elementor-heading-title,
html body:not(.elementor-editor-active) .elementor-element-7efcb66b .elementor-heading-title,
html body:not(.elementor-editor-active) .elementor-element-4e6435d .elementor-heading-title,
html body:not(.elementor-editor-active) .elementor-element-bc286c8 .elementor-heading-title,
html body:not(.elementor-editor-active) .elementor-element-cd2acc2 .elementor-heading-title,
html body:not(.elementor-editor-active) .tm-conversion-kicker,
html body:not(.elementor-editor-active) .tm-ba-top > p,
html body:not(.elementor-editor-active) .tm-services-page-kicker {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: calc(100% - 24px) !important;
  min-height: 30px !important;
  padding: 5px 17px !important;
  border: 1px solid #8ee900 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111317 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: none !important;
}

html body:not(.elementor-editor-active) .elementor-element-210b49cf,
html body:not(.elementor-editor-active) .elementor-element-635ca095,
html body:not(.elementor-editor-active) .elementor-element-1206df07,
html body:not(.elementor-editor-active) .elementor-element-7efcb66b,
html body:not(.elementor-editor-active) .elementor-element-4e6435d,
html body:not(.elementor-editor-active) .elementor-element-bc286c8,
html body:not(.elementor-editor-active) .elementor-element-cd2acc2,
html body:not(.elementor-editor-active) .elementor-element-210b49cf > .elementor-widget-container,
html body:not(.elementor-editor-active) .elementor-element-635ca095 > .elementor-widget-container,
html body:not(.elementor-editor-active) .elementor-element-1206df07 > .elementor-widget-container,
html body:not(.elementor-editor-active) .elementor-element-7efcb66b > .elementor-widget-container,
html body:not(.elementor-editor-active) .elementor-element-4e6435d > .elementor-widget-container,
html body:not(.elementor-editor-active) .elementor-element-bc286c8 > .elementor-widget-container,
html body:not(.elementor-editor-active) .elementor-element-cd2acc2 > .elementor-widget-container {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
