 .landing-pricing {padding: 100px 0;background-color: rgb(250, 244, 231);}.landing-pricing__header {display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 24px;max-width: 640px;margin: 0 auto 56px;}.landing-pricing__title, .landing-pricing__title * {color: var(--Main-Black, #2D4059);text-align: center;font-family: "GT Flexa";font-size: 48px;font-weight: 800;line-height: 53px;text-wrap: pretty;margin: 0;}.landing-pricing__subtitle {color: var(--Gray-Hard, #505869);text-align: center;font-size: 24px;font-weight: 400;line-height: 32px;text-wrap: balance;margin: 0;}.landing-pricing__tabs-nav {display: none;margin-bottom: 24px;padding: 2.4px;align-items: center;justify-content: center;align-self: stretch;border-radius: 6px;background: #FFF;}.landing-pricing__tab-btn {display: flex;padding: 9.856px 19.713px;justify-content: center;align-items: center;gap: 9.856px;flex: 1 0 0;color: var(--2D4059, #2D4059);text-align: center;font-family: Nunito;font-size: 16px;font-style: normal;font-weight: 700;line-height: 19.713px;border: 1px solid transparent;}.landing-pricing__tab-btn.active {color: var(--Blue, #3978F2);border-radius: 4.928px;border: 1.232px solid var(--Blue, #3978F2);background: var(--blue-10, rgba(57, 120, 242, 0.10));}.landing-pricing__plans-wrapper {display: flex;gap: 20px;position: relative;}.landing-pricing__plan-col {width: 100%;border-radius: 15px;background: var(--white, #FFF);}.landing-pricing__plan {height: 100%;flex-direction: column;display: flex;padding: 24px;justify-content: flex-start;align-items: center;gap: 32px;}.landing-pricing__plan-header {width: 100%;}.landing-pricing__plan-name {color: var(--dark-main, #2D4059);font-family: Nunito;font-size: 24px;font-weight: 700;line-height: 36px;margin: 0 0 32px;}.landing-pricing__plan-icons {display: flex;align-items: center;gap: 16px;flex-wrap: wrap;margin-bottom: 32px;}.landing-pricing__plan-icon {max-width: 32px;max-height: 32px;width: 100%;height: auto;}.landing-pricing__plan-tagline {color: var(--dark-main, #2D4059);font-family: Nunito;font-size: 16px;font-style: normal;font-weight: 700;line-height: 24px;margin: 0 0 8px;}.landing-pricing__plan-description, .landing-pricing__plan-description * {color: var(--silver-1, #848C97);font-family: Nunito;font-size: 16px;font-style: normal;font-weight: 600;line-height: 28px;margin: 0;}.landing-pricing__plan-description {min-height: 224px;}.btn-primary.landing-pricing__plan-btn {display: inline-block;width: 100%;max-width: 340px;height: unset;color: #fff;}.btn-primary.landing-pricing__plan-btn:hover {color: #fff;}.landing-pricing__plan-features-divider {width: 100%;height: 1px;background: #D9D9D9;margin-bottom: 24px;}.landing-pricing__plan-features {width: 100%;}.landing-pricing__plan-features-title {color: var(--dark-main, #2D4059);font-family: Nunito;font-size: 16px;font-style: normal;font-weight: 700;line-height: 24px;margin: 0 0 16px;}.landing-pricing__plan-features-list {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 16px;align-self: stretch;}.landing-pricing__plan-feature {position: relative;display: flex;align-items: center;gap: 8px;color: var(--dark-main, #2D4059);font-family: Nunito;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;position: relative;}.landing-pricing__plan-feature svg {min-width: 24px;min-height: 24px;width: 24px;height: 24px;}.landing-pricing__plan-feature:hover .landing-pricing__plan-feature-tooltip-content {opacity: 1;}.landing-pricing__plan-feature-icon {flex-shrink: 0;}.landing-pricing__plan-feature-text {}.landing-pricing__plan-feature-dashed {display: inline;background-image: url('../../img/dashes.svg');background-repeat: repeat-x;background-position: bottom left;background-size: auto 1px;padding-bottom: 3px;box-decoration-break: clone;-webkit-box-decoration-break: clone;transition: background-image 0.2s ease-in-out;}.landing-pricing__plan-feature:hover .landing-pricing__plan-feature-dashed {background-image: none;}.landing-pricing__plan-feature-tooltip-content {position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);margin-bottom: 8px;padding: 8px 12px;background: rgba(0, 0, 0, 0.8);color: white;border-radius: 6px;font-size: 14px;opacity: 0;pointer-events: none;transition: opacity 0.2s ease;z-index: 1000;max-width: 400px;min-width: 220px;text-wrap: pretty;text-align: center;}.landing-pricing__plan-feature-tooltip-content::after {content: '';position: absolute;top: 100%;left: 50%;transform: translateX(-50%);border: 6px solid transparent;border-top-color: rgba(0, 0, 0, 0.8);}.landing-pricing__footer {margin-top: 56px;align-items: center;justify-content: center;}.landing-pricing__footer .landing-pricing__footer-item-col {max-width: 354px;}.landing-pricing__footer-item {text-align: center;margin: 0 auto;text-wrap: balance;display: flex;flex-direction: column;align-items: center;}.landing-pricing__footer-icons {display: flex;align-items: center;justify-content: center;gap: 16px;margin-bottom: 4px;}.landing-pricing__footer-icon {max-width: 50px;width: 100%;height: auto;}.landing-pricing__footer-title {color: rgba(64, 64, 80, 0.40);font-family: Nunito;font-size: 14px;font-weight: 900;line-height: normal;text-transform: uppercase;margin-bottom: 12px;}.landing-pricing__footer-text, .landing-pricing__footer-text * {color: rgba(64, 64, 80, 0.40);text-align: center;font-family: Nunito;font-size: 14px;font-weight: 400;line-height: 20px;max-width: 400px;text-wrap: balance;margin: 0;}@media (min-width: 992px) {.landing-pricing .container {max-width: 1440px;}.landing-pricing__plans-wrapper {overflow-x: auto;overflow-y: visible;padding-bottom: 20px;cursor: grab;scroll-behavior: smooth;-webkit-overflow-scrolling: touch;}.landing-pricing__plans-wrapper:active, .landing-pricing__plans-wrapper.dragging {cursor: grabbing;user-select: none;}.landing-pricing__plans-wrapper.dragging .landing-pricing__plan-col {pointer-events: none;}.landing-pricing__plan-col {display: block !important;flex: 0 0 calc(33.333% - 14px);max-width: 340px;}.landing-pricing__plans-wrapper--centered {justify-content: center;overflow: hidden;cursor: default;}.landing-pricing__plans-wrapper--centered:active {cursor: default;}.landing-pricing__plans-wrapper::-webkit-scrollbar {height: 6px;}.landing-pricing__plans-wrapper::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0.05);border-radius: 10px;margin: 0 15px;}.landing-pricing__plans-wrapper::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.15);border-radius: 10px;transition: background 0.3s ease;}.landing-pricing__plans-wrapper::-webkit-scrollbar-thumb:hover {background: rgba(0, 0, 0, 0.25);}}@media (max-width: 991px) {.landing-pricing__plans-wrapper {flex-direction: column;}.landing-pricing__plan-col {width: 100%;}.landing-pricing__footer {display: none;}.landing-pricing__tabs-nav {display: flex;justify-content: center;gap: 10px;flex-wrap: wrap;}.landing-pricing__header {margin: 0 auto 40px;}.landing-pricing__plan-description {min-height: unset;}}@media (max-width: 767px) {.landing-pricing__title, .landing-pricing__title * {font-size: 32px;line-height: 36px;}.landing-pricing__subtitle, .landing-pricing__subtitle * {font-size: 17px;line-height: 24px;}}