@charset "UTF-8";
/*!
Theme Name: Meeting Secured
Theme URI: http://underscores.me/
Author: Optimized MK
Author URI: https://optimized.mk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meeting-secured
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Meeting Secured is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Headings

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Fonts (self-hosted Inter/Outfit)
--------------------------------------------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/inter-700.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/outfit-400.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/outfit-600.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/outfit-700.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/outfit-800.woff2") format("woff2");
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  -webkit-tap-highlight-color: transparent;
}
a:not([class*=ms-]) {
  color: #4169e1;
}
a:not([class*=ms-]):visited {
  color: #800080;
}
a:not([class*=ms-]):hover, a:not([class*=ms-]):focus, a:not([class*=ms-]):active {
  color: #191970;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-tap-highlight-color: transparent;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Core primitives (container, buttons, section spacing)
--------------------------------------------- */
/**
 * Cross-section primitives shared by every flexible-content layout:
 * the centered container, section spacing, buttons, eyebrow/heading styles.
 */
.ms-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ms-section {
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background-color: #ffffff;
  color: #14181a;
  scroll-margin-top: 96px;
}

.ms-section--panel {
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .ms-section--panel {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: calc(1392px + 24px * 2)) {
  .ms-section--panel {
    margin-left: auto;
    margin-right: auto;
  }
}

.ms-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b655f;
  margin: 0 0 16px;
}

.ms-cta-banner--dark .ms-eyebrow,
.ms-case-studies-carousel .ms-eyebrow {
  color: #aeb8b1;
  margin: 0 0 8px;
}

.ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9.5px 24px 10.5px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 4px 6px -4px rgba(15, 15, 15, 0.2), 0px 10px 15px -3px rgba(15, 15, 15, 0.2);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.ms-btn:hover {
  transform: translateY(-1px);
}

.ms-btn--primary {
  background-color: #101010;
  color: #ffffff;
}
.ms-btn--primary:hover {
  background-color: #171c19;
  color: #ffffff;
}

.ms-btn--secondary {
  background-color: #ffffff;
  border-color: #e5e7eb;
  color: #101010;
}
.ms-btn--secondary:hover {
  background-color: #101010;
  border-color: #101010;
  color: #ffffff;
}

.ms-btn--accent {
  background-color: #00a83e;
  color: #ffffff;
}
.ms-btn--accent:hover {
  background-color: #24a648;
  color: #ffffff;
}

.ms-cta-banner--dark .ms-btn--secondary,
.ms-case-studies-carousel .ms-btn--secondary,
.ms-roi-calculator__output .ms-btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.ms-cta-banner--dark .ms-btn--secondary:hover,
.ms-case-studies-carousel .ms-btn--secondary:hover,
.ms-roi-calculator__output .ms-btn--secondary:hover {
  background-color: #ffffff;
  color: #101010;
}

.ms-cta-banner--dark .ms-btn--primary,
.ms-roi-calculator__output .ms-btn--primary,
.ms-sdr-strip .ms-btn--primary {
  background-color: #00a83e;
  color: #ffffff;
}
.ms-cta-banner--dark .ms-btn--primary:hover,
.ms-roi-calculator__output .ms-btn--primary:hover,
.ms-sdr-strip .ms-btn--primary:hover {
  background-color: #24a648;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

[class*=__highlight] {
  color: #2fcb5a;
}

/* Header & footer chrome
--------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .site-header__inner {
    gap: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.site-branding .custom-logo {
  display: block;
  height: 28px;
  width: auto;
}
@media (min-width: 768px) {
  .site-branding .custom-logo {
    height: 36px;
  }
}

.site-title {
  overflow: hidden;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site-title {
    font-size: 1.25rem;
  }
}
.site-title a {
  color: #212121;
  text-decoration: none;
  font-weight: 700;
}

.site-description {
  display: none;
}

.main-navigation {
  width: auto;
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation ul.nav-menu {
  display: none;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-navigation ul.nav-menu {
    display: flex;
    justify-content: center;
  }
}
.main-navigation ul.nav-menu li {
  position: relative;
}

.ms-nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6B7280;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
}
.ms-nav-link:hover {
  color: #212121;
}

.current-menu-item > .ms-nav-link,
.current-menu-ancestor > .ms-nav-link,
.current_page_item > .ms-nav-link {
  color: #212121;
}

.ms-nav-link__chevron {
  display: flex;
  line-height: 0;
}
.ms-nav-link__chevron svg {
  width: 14px;
  height: 14px;
  transition: transform 0.18s ease;
}

.menu-item-has-children:hover .ms-nav-link__chevron svg,
.menu-item-has-children.focus .ms-nav-link__chevron svg {
  transform: rotate(180deg);
}

.ms-sub-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  margin-top: 16px;
  min-width: 260px;
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  pointer-events: none;
}

.menu-item-has-children:hover > .ms-sub-menu-panel,
.menu-item-has-children.focus > .ms-sub-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 768px) {
  .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 260px;
    height: 16px;
    z-index: 19;
  }
}
.ms-sub-menu-eyebrow {
  display: block;
  padding: 0 10px;
  margin-bottom: 12px;
  color: #5b655f;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

ul.ms-sub-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul.ms-sub-menu li {
  position: static;
}

.ms-nav-link--sub {
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 600;
}
.ms-nav-link--sub:hover {
  background: #f9fafb;
}

.ms-nav-link__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #e1f5e8;
}
.ms-nav-link__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.menu-toggle {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  margin-left: auto;
  margin-right: 0;
}
.menu-toggle:hover {
  border-color: #212121;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle__box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
}

.menu-toggle__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #212121;
  transition: transform 0.2s ease, opacity 0.15s ease, top 0.2s ease;
}
.menu-toggle__bar:nth-child(1) {
  top: 0;
}
.menu-toggle__bar:nth-child(2) {
  top: 5px;
}
.menu-toggle__bar:nth-child(3) {
  top: 10px;
}

.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

.site-header__cta {
  display: none;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .site-header__cta {
    display: block;
  }
}
.site-header__cta .ms-btn {
  padding: 10px 16px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .site-header__cta .ms-btn {
    padding: 9.5px 24px;
    font-size: 14px;
  }
}

.main-navigation__cta-item {
  display: none;
}

.main-navigation__cta {
  display: flex;
  width: 100%;
}

.main-navigation.toggled ul.nav-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 68px);
  overflow-y: auto;
  background: #ffffff;
  padding: 16px 24px 24px;
  gap: 4px;
  border-bottom: 1px solid #e3e6df;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  animation: ms-nav-panel-in 0.18s ease;
}
.main-navigation.toggled ul.nav-menu > li {
  flex: 0 0 auto;
  border-bottom: 1px solid #e3e6df;
}
.main-navigation.toggled ul.nav-menu > li:last-child {
  border-bottom: none;
}
.main-navigation.toggled ul.nav-menu > li > .ms-nav-link {
  padding: 14px 0;
  justify-content: space-between;
}
.main-navigation.toggled ul.nav-menu .ms-sub-menu-panel {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
  display: grid;
  grid-template-rows: 0fr;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  transition: grid-template-rows 0.2s ease;
}
.main-navigation.toggled ul.nav-menu .ms-sub-menu-panel__inner {
  min-height: 0;
  overflow: hidden;
}
.main-navigation.toggled ul.nav-menu .menu-item-has-children.focus > .ms-sub-menu-panel {
  grid-template-rows: 1fr;
}
.main-navigation.toggled ul.nav-menu .menu-item-has-children.focus > .ms-sub-menu-panel .ms-sub-menu-panel__inner {
  padding-top: 12px;
}
.main-navigation.toggled ul.nav-menu .ms-sub-menu-eyebrow {
  padding: 0;
}
.main-navigation.toggled ul.nav-menu .main-navigation__cta-item {
  display: block;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .main-navigation.toggled ul.nav-menu {
    position: static;
    flex-direction: row;
    border: none;
    padding: 0;
    height: auto;
    overflow-y: visible;
  }
  .main-navigation.toggled ul.nav-menu .ms-sub-menu-panel {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    display: block;
    margin-top: 16px;
    padding: 20px;
    box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
    border-radius: 16px;
  }
  .main-navigation.toggled ul.nav-menu .ms-sub-menu-panel__inner {
    overflow: visible;
  }
  .main-navigation.toggled ul.nav-menu .menu-item-has-children.focus > .ms-sub-menu-panel .ms-sub-menu-panel__inner {
    padding-top: 0;
  }
  .main-navigation.toggled ul.nav-menu .menu-item-has-children:hover > .ms-sub-menu-panel,
  .main-navigation.toggled ul.nav-menu .menu-item-has-children.focus > .ms-sub-menu-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-navigation.toggled ul.nav-menu .main-navigation__cta-item {
    display: none;
  }
}

@keyframes ms-nav-panel-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-footer {
  background: #000000;
  color: #aeb8b1;
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: 32px;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media (min-width: 768px) {
  .site-footer__columns {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

.site-footer__brand .custom-logo {
  display: block;
  height: 32px;
  width: auto;
  filter: invert(1) hue-rotate(180deg);
}
.site-footer__brand .site-title a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}

.site-footer__description {
  margin: 16px 0 24px;
  max-width: 360px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.site-footer__socials {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-footer__social-link svg {
  width: 40px;
  height: 40px;
  stroke: #FFFFFF;
}
.site-footer__social-link:hover {
  background-color: #cdfac0;
  color: #212121;
  border-color: #cdfac0;
}
.site-footer__social-link:hover svg {
  stroke: #212121;
}

.site-footer__nav-heading {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__nav a {
  color: #aeb8b1;
  text-decoration: none;
  font-size: 0.9375rem;
}
.site-footer__nav a:visited {
  color: #aeb8b1;
}
.site-footer__nav a:hover, .site-footer__nav a:focus {
  color: #ffffff;
}

.site-info {
  padding-top: 24px;
  font-size: 0.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}

.site-info__copyright {
  margin: 0;
}

.site-info__legal {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-info__legal a {
  color: #aeb8b1;
  text-decoration: none;
}
.site-info__legal a:visited {
  color: #aeb8b1;
}
.site-info__legal a:hover {
  color: #ffffff;
}

/* Flexible content sections
--------------------------------------------- */
.ms-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(56px, 9vw, 110px);
  padding-bottom: calc(clamp(220px, 30vw, 380px) - 70px);
  text-align: center;
  background: #EBEBFD;
  background: radial-gradient(circle, rgb(235, 235, 253) 0%, rgb(255, 255, 255) 100%);
}

.ms-hero__graphic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(200px, 28vw, 340px);
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.ms-hero__graphic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ms-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.ms-hero-problems {
  position: relative;
}

.ms-hero-problems__glow {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 15%;
  border-radius: 32px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(229, 251, 237, 0) 0%, #e5fbed 50%, rgba(229, 251, 237, 0) 100%);
}

.ms-hero-problems .ms-section--panel {
  position: relative;
}

.ms-hero-problems .ms-hero {
  background: #ffffff;
}

.ms-hero__eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b655f;
}

.ms-hero__headline {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 24px;
}

.ms-hero__headline-highlight {
  color: #2fcb5a;
}

.ms-hero__body {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  color: #5b655f;
  max-width: 600px;
  margin: 0 auto 40px;
}

.ms-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.ms-hero--split {
  text-align: left;
  padding-bottom: clamp(48px, 7vw, 96px);
}

.ms-hero--no-graphic {
  padding-bottom: clamp(48px, 7vw, 96px);
}

.ms-hero__split {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ms-hero__split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
  }
}

.ms-hero--split .ms-hero__inner {
  max-width: 560px;
}

.ms-hero--split .ms-hero__eyebrow {
  display: inline-block;
}

.ms-hero--split .ms-hero__body {
  margin: 0 0 40px;
}

.ms-hero--split .ms-hero__actions {
  justify-content: flex-start;
}

.ms-hero__media {
  position: relative;
  justify-self: center;
  max-width: 480px;
  width: 100%;
}

.ms-hero__side-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.ms-hero__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  white-space: nowrap;
}

.ms-hero__badge-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.ms-hero__badge-icon svg {
  width: 100%;
  height: 100%;
}

.ms-hero__badge--top {
  top: 24px;
  left: -16px;
  background: #ffffff;
  color: #14181a;
}
.ms-hero__badge--top .ms-hero__badge-icon {
  color: #2fcb5a;
}

.ms-hero__badge--bottom {
  bottom: 24px;
  right: -16px;
  background: #2fcb5a;
  color: #ffffff;
}
.ms-hero__badge--bottom .ms-hero__badge-icon {
  color: #ffffff;
}

.ms-channels-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: clamp(56px, 9vw, 96px);
  padding-bottom: 0;
}

.ms-channels-hero__blocks {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 -24px 40px;
  padding: 0 24px;
}
.ms-channels-hero__blocks span {
  flex: 1 1 0;
  max-width: 140px;
  height: 64px;
  border-radius: 8px;
}
.ms-channels-hero__blocks span:nth-child(1) {
  background-color: #e1f5e8;
}
.ms-channels-hero__blocks span:nth-child(2) {
  background-color: #f9fafb;
  height: 40px;
  align-self: flex-end;
}
.ms-channels-hero__blocks span:nth-child(3) {
  background-color: #212121;
  opacity: 0.06;
  height: 88px;
}
.ms-channels-hero__blocks span:nth-child(4) {
  background-color: #e1f5e8;
  height: 48px;
  align-self: flex-end;
}
.ms-channels-hero__blocks span:nth-child(5) {
  background-color: #f9fafb;
}
.ms-channels-hero__blocks span:nth-child(6) {
  background-color: #212121;
  opacity: 0.06;
  height: 40px;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .ms-channels-hero__blocks span:nth-child(5),
  .ms-channels-hero__blocks span:nth-child(6) {
    display: none;
  }
}

.ms-channels-hero__blocks--mid {
  margin-top: 56px;
  margin-bottom: 0;
}
.ms-channels-hero__blocks--mid span {
  height: 32px;
}
.ms-channels-hero__blocks--mid span:nth-child(3),
.ms-channels-hero__blocks--mid span:nth-child(6) {
  height: 48px;
}

.ms-channels-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.ms-channels-hero__pillars {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}

.ms-channels-hero__pillars-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ms-channels-hero__pillar {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  transform: rotate(var(--ms-pillar-tilt, 0deg));
  transition: transform 0.15s ease;
}
.ms-channels-hero__pillar svg {
  width: 18px;
  height: 18px;
  display: block;
}
.ms-channels-hero__pillar:hover {
  transform: rotate(var(--ms-pillar-tilt, 0deg)) translateY(-2px);
}

.ms-channels-hero__pillar--outbound {
  background-color: #2fcb5a;
  color: #212121;
}

.ms-channels-hero__pillar--inbound {
  background-color: #212121;
  color: #ffffff;
}

.ms-channels-hero__pillar--creative {
  background-color: #8b8ef2;
  color: #212121;
}

.ms-channels-hero__pillar--outbound {
  --ms-pillar-tilt: -2deg;
  z-index: 1;
}

.ms-channels-hero__pillar--inbound {
  --ms-pillar-tilt: 2deg;
  z-index: 2;
  margin-left: -14px;
}

.ms-channels-hero__pillar--creative {
  --ms-pillar-tilt: -1.5deg;
  z-index: 3;
  margin-top: -16px;
  transform: rotate(var(--ms-pillar-tilt)) translateX(-18px);
}
.ms-channels-hero__pillar--creative:hover {
  transform: rotate(var(--ms-pillar-tilt)) translateX(-18px) translateY(-2px);
}

@media (max-width: 480px) {
  .ms-channels-hero__pillar--outbound,
  .ms-channels-hero__pillar--inbound,
  .ms-channels-hero__pillar--creative {
    --ms-pillar-tilt: 0deg;
  }
  .ms-channels-hero__pillar--inbound {
    margin-left: 0;
  }
  .ms-channels-hero__pillar--creative {
    margin-top: 0;
    transform: none;
  }
  .ms-channels-hero__pillar--creative:hover {
    transform: translateY(-2px);
  }
}
.ms-channels-hero__heading {
  margin: 0;
}

.ms-channels-hero__intro {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding-bottom: clamp(56px, 8vw, 96px);
}

.ms-channels-hero__intro-heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  color: #5b655f;
  margin: 0 0 20px;
}
.ms-channels-hero__intro-heading strong {
  color: #212121;
}

.ms-channels-hero__intro-text {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0 0 16px;
}
.ms-channels-hero__intro-text:last-child {
  margin-bottom: 0;
}

.ms-problems-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ms-problems-hero__inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
    gap: 64px;
  }
}

.ms-problems-hero__heading {
  margin: 0 0 24px;
}

.ms-problems-hero__body {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  color: #5b655f;
  max-width: 560px;
  margin: 0 0 32px;
}

.ms-problems-hero__diagram {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .ms-problems-hero__diagram {
    margin: 0 0 0 auto;
  }
}

.ms-problems-hero__circle {
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  mix-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(0.6875rem, 1.4vw, 0.8125rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #212121;
}
.ms-problems-hero__circle span {
  max-width: 7em;
}

.ms-problems-hero__circle--1 {
  top: 0;
  left: 0;
  background-color: rgba(76, 217, 100, 0.32);
}

.ms-problems-hero__circle--2 {
  top: 0;
  right: 0;
  background-color: rgba(214, 235, 90, 0.32);
}

.ms-problems-hero__circle--3 {
  bottom: 0;
  left: 0;
  background-color: rgba(150, 155, 235, 0.28);
}

.ms-problems-hero__circle--4 {
  bottom: 0;
  right: 0;
  background-color: rgba(150, 165, 160, 0.28);
}

.ms-problems-stack {
  padding-bottom: calc(clamp(64px, 8vw, 120px) + 28px * var(--ms-stack-panel-count, 1));
}

.ms-problems-stack__panel {
  position: sticky;
  border-radius: 32px;
  padding: clamp(32px, 4vw, 56px);
  background-color: var(--ms-problems-stack-accent, #dcf5df);
}
.ms-problems-stack__panel[data-aos=fade-up] {
  transform: translate3d(0, 24px, 0);
}
@media (min-width: 1024px) {
  .ms-problems-stack__panel {
    padding: clamp(40px, 5vw, 64px);
  }
}
.ms-problems-stack__panel:nth-of-type(1) {
  top: 96px;
  z-index: 1;
}
.ms-problems-stack__panel:nth-of-type(2) {
  top: 124px;
  z-index: 2;
}
.ms-problems-stack__panel:nth-of-type(3) {
  top: 152px;
  z-index: 3;
}
.ms-problems-stack__panel:nth-of-type(4) {
  top: 180px;
  z-index: 4;
}
.ms-problems-stack__panel:nth-of-type(5) {
  top: 208px;
  z-index: 5;
}
.ms-problems-stack__panel:nth-of-type(6) {
  top: 236px;
  z-index: 6;
}
.ms-problems-stack__panel:nth-of-type(7) {
  top: 264px;
  z-index: 7;
}
.ms-problems-stack__panel:nth-of-type(8) {
  top: 292px;
  z-index: 8;
}

.ms-problems-stack__panel--green .ms-problems-stack__card-label {
  background-color: #b9e8bf;
}

.ms-problems-stack__panel--lime .ms-problems-stack__card-label {
  background-color: #e0eb9c;
}

.ms-problems-stack__panel--lavender .ms-problems-stack__card-label {
  background-color: #c7cbef;
}

.ms-problems-stack__panel--grey .ms-problems-stack__card-label {
  background-color: #c8d3c6;
}

.ms-problems-stack__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 1024px) {
  .ms-problems-stack__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.ms-problems-stack__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ms-problems-stack__intro {
    grid-column: 1;
    grid-row: 1;
  }
}

.ms-problems-stack__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0;
}

.ms-problems-stack__card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 20px;
}
.ms-problems-stack__card p {
  margin: 16px 0 0;
  color: #5b655f;
}
@media (min-width: 1024px) {
  .ms-problems-stack__card--symptom {
    grid-column: 1;
    grid-row: 2;
  }
  .ms-problems-stack__card--detail {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .ms-problems-stack__card--solution {
    grid-column: 3;
    grid-row: 1/span 2;
  }
}

.ms-problems-stack__card-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  padding: 14px 18px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212121;
}
.ms-problems-stack__card-label i {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #24a648;
}

.ms-problems-tabs {
  background-color: #212121;
  color: #ffffff;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .ms-problems-tabs {
    padding: 80px 96px;
  }
}

.ms-problems-tabs__header {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.ms-problems-tabs__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 12px;
}

.ms-problems-tabs__heading__highlight {
  color: #2fcb5a;
}

.ms-problems-tabs__intro {
  margin: 0;
  color: #aeb8b1;
}

.ms-problems-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 40px;
}

.ms-problems-tabs__tab {
  flex: 1 1 100%;
  padding: 16px 20px;
  border: 1px solid transparent;
  background-color: #3e3f3f;
  color: #ffffff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ms-problems-tabs__tab:hover {
  background-color: rgb(41.4, 50.4, 45);
}
.ms-problems-tabs__tab.is-active {
  background-color: var(--ms-problems-tabs-accent, #e1f5e8);
  border-color: #2fcb5a;
  color: #212121;
}
@media (min-width: 576px) {
  .ms-problems-tabs__tab {
    flex: 1 1 200px;
    max-width: 260px;
  }
}

.ms-problems-tabs__panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .ms-problems-tabs__panel {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    text-align: left;
  }
}
.ms-problems-tabs__panel.is-active {
  display: grid;
}

.ms-problems-tabs__panel-heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
}

.ms-problems-tabs__panel-text {
  color: #aeb8b1;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.65;
  max-width: 440px;
  margin: 0 auto 28px;
}
@media (min-width: 1024px) {
  .ms-problems-tabs__panel-text {
    margin: 0 0 28px;
  }
}

.ms-problems-tabs__content .ms-btn--primary {
  background-color: #ffffff;
  color: #212121;
}
.ms-problems-tabs__content .ms-btn--primary:hover {
  background-color: #cdfac0;
  color: #212121;
}

.ms-problems-tabs__media {
  position: relative;
  background-color: var(--ms-problems-tabs-accent, #cdfac0);
  border-radius: 12px;
}

.ms-problems-tabs__image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.ms-cta-banner {
  padding: 40px 0px;
  margin: 32px auto;
}
@media (min-width: 768px) {
  .ms-cta-banner {
    padding: 80px;
  }
}

.ms-cta-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .ms-cta-banner__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}

.ms-cta-banner__copy {
  flex: 1;
}

.ms-cta-banner__heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  .ms-cta-banner__heading {
    font-size: 22px;
  }
}

.ms-cta-banner__subtext {
  margin: 0;
  font-size: 1.0625rem;
  opacity: 0.85;
}

.ms-cta-banner--light-green {
  position: relative;
  background-color: #e1f5e8;
  color: #212121;
  margin: 65px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .ms-cta-banner--light-green {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.ms-cta-banner--light-green .ms-cta-banner__copy,
.ms-cta-banner--light-green .ms-btn {
  position: relative;
  z-index: 1;
}

.ms-cta-banner__decor {
  display: none;
}

.ms-cta-banner--light-green .ms-cta-banner__decor {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(0, 168, 62, 0.1490196078);
}

.ms-cta-banner--light-green .ms-cta-banner__decor--a {
  right: 120px;
  width: 100px;
  height: 90px;
}

.ms-cta-banner--light-green .ms-cta-banner__decor--b {
  right: 0;
  width: 100px;
  height: 150px;
}

.ms-cta-banner--dark {
  background-color: #212121;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.ms-cta-banner--dark .ms-cta-banner__inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ms-cta-banner--dark .ms-cta-banner__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0;
}
.ms-cta-banner--dark .ms-cta-banner__subtext {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  color: #aeb8b1;
  max-width: 778px;
  margin: 0 auto;
}

.ms-cta-banner--dark .ms-cta-banner__note {
  margin: 0;
  font-size: 0.875rem;
  color: #aeb8b1;
  max-width: 480px;
}

.ms-services-list {
  background-color: #dcf3df;
}

.ms-services-list__head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ms-services-list__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-services-list__intro-text {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0 0 24px;
}

.ms-services-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ms-services-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ms-services-list__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  border-radius: 24px;
  background-color: #ffffff;
}
.ms-services-list__card:focus-visible {
  outline: 2px solid #212121;
  outline-offset: 2px;
}

.ms-services-list__card-tab {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.ms-services-list__card-tab svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ms-services-list__card-body {
  flex: 1 1 auto;
  padding: 24px;
}
.ms-services-list__card-body h3 {
  font-size: 1.25rem;
  margin: 0 0 16px;
}

.ms-services-list__card-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.ms-services-list__card-body p {
  color: #5b655f;
  margin: 0;
}

.ms-services-list__card-detail {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.ms-services-list__card-detail p {
  margin: 8px 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
}

.ms-services-list__card:hover .ms-services-list__card-detail p,
.ms-services-list__card:focus-within .ms-services-list__card-detail p {
  max-height: 220px;
  opacity: 1;
}

.ms-services-list__card--outbound .ms-services-list__card-tab {
  background-color: #2fcb5a;
}
.ms-services-list__card--outbound .ms-services-list__card-detail {
  background-color: #cdf0c4;
  color: #212121;
}
.ms-services-list__card--outbound:hover .ms-services-list__card-detail, .ms-services-list__card--outbound:focus-within .ms-services-list__card-detail {
  background-color: #2fcb5a;
  color: #ffffff;
}
.ms-services-list__card--outbound:hover .ms-services-list__card-detail .ms-services-list__card-eyebrow, .ms-services-list__card--outbound:focus-within .ms-services-list__card-detail .ms-services-list__card-eyebrow {
  color: #ffffff;
}

.ms-services-list__card--inbound .ms-services-list__card-tab {
  background-color: #212121;
}
.ms-services-list__card--inbound .ms-services-list__card-detail {
  background-color: #d7dbd6;
  color: #212121;
}
.ms-services-list__card--inbound:hover .ms-services-list__card-detail, .ms-services-list__card--inbound:focus-within .ms-services-list__card-detail {
  background-color: #212121;
  color: #ffffff;
}
.ms-services-list__card--inbound:hover .ms-services-list__card-detail .ms-services-list__card-eyebrow, .ms-services-list__card--inbound:focus-within .ms-services-list__card-detail .ms-services-list__card-eyebrow {
  color: #ffffff;
}

.ms-services-list__card--creative .ms-services-list__card-tab {
  background-color: #8b8ef2;
}
.ms-services-list__card--creative .ms-services-list__card-detail {
  background-color: #dde0f7;
  color: #212121;
}
.ms-services-list__card--creative:hover .ms-services-list__card-detail, .ms-services-list__card--creative:focus-within .ms-services-list__card-detail {
  background-color: #8b8ef2;
  color: #ffffff;
}
.ms-services-list__card--creative:hover .ms-services-list__card-detail .ms-services-list__card-eyebrow, .ms-services-list__card--creative:focus-within .ms-services-list__card-detail .ms-services-list__card-eyebrow {
  color: #ffffff;
}

.ms-services-overview {
  background: #ffffff;
}

.ms-services-overview__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1024px) {
  .ms-services-overview__inner {
    grid-template-columns: minmax(320px, 380px) 1fr;
    gap: 133px;
  }
}

@media (min-width: 1024px) {
  .ms-services-overview__intro {
    position: sticky;
    top: 120px;
  }
}

.ms-services-overview__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-services-overview__intro-text {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.6;
  margin: 0 0 28px;
}

.ms-services-overview__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ms-services-overview__card {
  display: block;
  background: #eef0ee;
  border-radius: 24px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.25s ease;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ms-services-overview__card {
    padding: 48px;
    margin-bottom: 120px;
  }
}
.ms-services-overview__card:hover, .ms-services-overview__card:focus-within {
  background: #212121;
}
.ms-services-overview__card:hover .ms-services-overview__card-title, .ms-services-overview__card:focus-within .ms-services-overview__card-title {
  color: #ffffff;
}
.ms-services-overview__card:hover .ms-services-overview__card-desc, .ms-services-overview__card:focus-within .ms-services-overview__card-desc {
  color: #aeb8b1;
}

.ms-services-overview__card-icon {
  display: block;
  color: #2fcb5a;
  margin: 0 0 16px;
}
.ms-services-overview__card-icon svg {
  width: 28px;
  height: 28px;
}

.ms-services-overview__card-title {
  font-size: 1.25rem;
  margin: 0 0 12px;
  transition: color 0.25s ease;
}

.ms-services-overview__card-desc {
  color: #5b655f;
  line-height: 1.6;
  margin: 0;
  transition: color 0.25s ease;
}

.ms-case-studies-carousel {
  background: #212121;
  color: #ffffff;
  padding: 35px 0px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .ms-case-studies-carousel {
    padding: 75px 125px;
  }
}

.ms-case-studies-carousel__head {
  margin: 0 auto 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .ms-case-studies-carousel__head {
    margin: 0 auto 80px;
  }
}

.ms-case-studies-carousel__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-case-studies-carousel__subtext {
  color: #aeb8b1;
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.ms-case-studies-carousel__viewport {
  position: relative;
  overflow: hidden;
}

.ms-case-studies-carousel__track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.5s ease;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}
.ms-case-studies-carousel__track.is-dragging {
  cursor: grabbing;
}

.ms-case-studies-carousel__slide {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  min-width: 0;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #171c19;
  padding: 24px;
}
@media (min-width: 768px) {
  .ms-case-studies-carousel__slide {
    grid-template-columns: 1.1fr 1fr;
    padding: 40px;
  }
}

.ms-case-studies-carousel__slide-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.ms-case-studies-carousel__stats {
  display: flex;
  gap: 40px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ms-case-studies-carousel__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ms-case-studies-carousel__stat-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #aeb8b1;
}

.ms-case-studies-carousel__stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #2fcb5a;
}

.ms-case-studies-carousel__summary-heading {
  margin: 0;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #ffffff;
}

.ms-case-studies-carousel__summary-description {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #aeb8b1;
}

.ms-case-studies-carousel__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: #212121;
}

.ms-case-studies-carousel__video-brand {
  text-align: center;
}

.ms-case-studies-carousel__video-name {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

.ms-case-studies-carousel__video-name-accent {
  color: #2dd4d4;
}

.ms-case-studies-carousel__video-tagline {
  margin: 8px 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aeb8b1;
}

.ms-case-studies-carousel__play {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2fcb5a;
  display: block;
}
.ms-case-studies-carousel__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #212121;
}

.ms-case-studies-carousel__summary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2fcb5a;
  font-weight: 600;
  text-decoration: none;
}
.ms-case-studies-carousel__summary-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ms-case-studies-carousel__summary-link:hover {
  text-decoration: underline;
}

.ms-case-studies-carousel__summary-link-icon {
  display: inline-flex;
}
.ms-case-studies-carousel__summary-link-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.ms-case-studies-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.ms-case-studies-carousel__prev,
.ms-case-studies-carousel__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
.ms-case-studies-carousel__prev svg,
.ms-case-studies-carousel__next svg {
  width: 18px;
  height: 18px;
}

.ms-case-studies-carousel__prev,
.ms-case-studies-carousel__next {
  background: transparent;
  color: #aeb8b1;
}
.ms-case-studies-carousel__prev:hover,
.ms-case-studies-carousel__next:hover {
  background: #e1f5e8;
  color: #212121;
}

.ms-case-studies-carousel__dots {
  display: flex;
  gap: 8px;
}

.ms-case-studies-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: none;
  padding: 0;
  cursor: pointer;
}
.ms-case-studies-carousel__dot.is-active {
  background: #2fcb5a;
}

.ms-case-studies-grid__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .ms-case-studies-grid__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}

.ms-case-studies-grid__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0;
}

.ms-case-studies-grid__subtext {
  margin: 0;
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  max-width: 480px;
}

.ms-case-studies-grid__cta {
  flex-shrink: 0;
}

.ms-case-studies-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .ms-case-studies-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ms-case-studies-grid__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 460px;
  padding: 32px;
  border-radius: 24px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}
@media (min-width: 768px) {
  .ms-case-studies-grid__card {
    padding: 40px;
  }
}
.ms-case-studies-grid__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(11, 15, 14, 0.28);
}
.ms-case-studies-grid__card:hover .ms-case-studies-grid__card-heading {
  color: #2fcb5a;
}
.ms-case-studies-grid__card:hover .ms-case-studies-grid__card-link-icon {
  transform: translateX(4px);
}

.ms-case-studies-grid__card--ink {
  background-color: #212121;
}

.ms-case-studies-grid__card--ink-soft {
  background-color: #171c19;
}

.ms-case-studies-grid__card--green-dark {
  background-color: #24a648;
}

.ms-case-studies-grid__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ms-case-studies-grid__card-logo {
  display: inline-flex;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ms-case-studies-grid__card-logo img {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
}

.ms-case-studies-grid__card-industry {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.ms-case-studies-grid__card-bottom {
  max-width: 420px;
}

.ms-case-studies-grid__card-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ms-case-studies-grid__card-stat-value {
  display: block;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #ffffff;
}

.ms-case-studies-grid__card-stat-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.4);
}

.ms-case-studies-grid__card-heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.25;
  transition: color 0.3s ease;
}

.ms-case-studies-grid__card-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ms-case-studies-grid__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}

.ms-case-studies-grid__card-link-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.ms-case-studies-grid__card-link-icon svg {
  width: 100%;
  height: 100%;
}

.ms-impact-cards {
  background-color: #f9fafb;
}

.ms-impact-cards__head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 48px;
}

.ms-impact-cards__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0;
}

.ms-impact-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ms-impact-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ms-impact-cards__card {
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
}

.ms-impact-cards__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e3e6df;
  color: #2fcb5a;
  margin-bottom: 24px;
}
.ms-impact-cards__card-icon svg {
  width: 22px;
  height: 22px;
}

.ms-impact-cards__card-title {
  font-size: 1.25rem;
  margin: 0 0 16px;
}

.ms-impact-cards__card-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: italic;
  color: #5b655f;
  margin: 0;
}

.ms-roi-calculator {
  background: #e1f5e8;
  max-width: 100%;
  margin: -30px auto;
  border-radius: 0 0 24px 24px;
}

.ms-roi-calculator__head {
  text-align: left;
  margin: 0 auto 16px;
}

.ms-roi-calculator__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  max-width: 560px;
  margin: 0 0 64px;
}

.ms-roi-calculator__intro {
  text-align: left;
  color: #5b655f;
  max-width: 600px;
  margin: 0 0 40px;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.ms-roi-calculator__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background: #ffffff;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  margin-bottom: 32px;
}

.ms-roi-calculator__tab {
  position: relative;
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #e3e6df;
  background: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #14181a;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.ms-roi-calculator__tab:hover {
  border-color: #2fcb5a;
}
.ms-roi-calculator__tab.is-active {
  border-color: #2fcb5a;
  background: #e1f5e8;
}

.ms-roi-calculator__tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ms-roi-calculator__tab-check {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid #e3e6df;
  background: #ffffff;
}

.ms-roi-calculator__tab.is-active .ms-roi-calculator__tab-check {
  border-color: #2fcb5a;
  background-color: #2fcb5a;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}

.ms-roi-calculator__tab-icon {
  width: 22px;
  height: 22px;
  color: #14181a;
}
.ms-roi-calculator__tab-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ms-roi-calculator__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ms-roi-calculator__body {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.ms-roi-calculator__inputs-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-roi-calculator__inputs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background: #ffffff;
  border-radius: 16px;
}

.ms-roi-calculator__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #14181a;
  border-radius: 16px;
  padding: 20px;
}
.ms-roi-calculator__field input[type=number] {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e3e6df;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  width: 100%;
}
.ms-roi-calculator__field input[type=range] {
  accent-color: #2fcb5a;
  width: 100%;
}

.ms-roi-calculator__field-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ms-roi-calculator__field-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #24a648;
}
.ms-roi-calculator__field-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ms-roi-calculator__field-value {
  margin-left: auto;
  font-weight: 700;
  color: #24a648;
}

.ms-roi-calculator__field-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -4px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5b655f;
}

.ms-roi-calculator__field-suffixed {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e3e6df;
  border-radius: 8px;
  padding: 0 16px;
  background: #ffffff;
}
.ms-roi-calculator__field-suffixed input[type=number] {
  border: none;
  padding: 12px 0;
}

.ms-roi-calculator__field-suffix {
  font-weight: 400;
  color: #5b655f;
  white-space: nowrap;
}

.ms-roi-calculator__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ms-roi-calculator__stat {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
}

.ms-roi-calculator__stat-label {
  margin: 0 0 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5b655f;
}

.ms-roi-calculator__stat-value {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #14181a;
}

.ms-roi-calculator__stat--accent .ms-roi-calculator__stat-value {
  color: #24a648;
}

.ms-roi-calculator__output-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-roi-calculator__output {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  background: radial-gradient(120% 100% at 100% 100%, rgba(47, 203, 90, 0.16), transparent 60%), #212121;
  color: #ffffff;
  border-radius: 24px;
  padding: 32px;
}

.ms-roi-calculator__output-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.ms-roi-calculator__output-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #aeb8b1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.ms-roi-calculator__output-label-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  color: #2fcb5a;
}
.ms-roi-calculator__output-label-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ms-roi-calculator__output-stats {
  display: flex;
  gap: 12px;
}

.ms-roi-calculator__output-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 8px 14px;
}

.ms-roi-calculator__output-stat-label {
  margin: 0 0 2px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #aeb8b1;
  white-space: nowrap;
}

.ms-roi-calculator__output-stat-value {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.ms-roi-calculator__output-stat--accent .ms-roi-calculator__output-stat-value {
  color: #2fcb5a;
}

.ms-roi-calculator__output-value {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.ms-roi-calculator__output canvas {
  width: 100% !important;
  max-height: 200px;
  margin: 16px 0;
}

.ms-roi-calculator__output-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.ms-roi-calculator__output-footnote {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8125rem;
  color: #aeb8b1;
}
.ms-roi-calculator__output-footnote strong {
  display: block;
  color: #ffffff;
  font-size: 0.9375rem;
}

.ms-roi-calculator__output-footnote-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 203, 90, 0.15);
  color: #2fcb5a;
}
.ms-roi-calculator__output-footnote-icon svg {
  width: 16px;
  height: 16px;
}

.ms-roi-calculator__output-footnote-subtext {
  display: block;
}

.ms-roi-calculator__btn-icon {
  display: inline-flex;
}
.ms-roi-calculator__btn-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.ms-roi-calculator__disclaimer {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5b655f;
}

.ms-team-grid {
  background: #ffffff;
  color: #14181a;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .ms-team-grid {
    padding: 80px 60px;
  }
}

.ms-team-grid__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.ms-team-grid__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .ms-team-grid__heading {
    margin: 0 0 80px;
  }
}

.ms-team-grid__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .ms-team-grid__items {
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.ms-team-grid__item {
  text-align: left;
}

.ms-team-grid__photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #f9fafb;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
}
.ms-team-grid__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ms-team-grid__overlay {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(33, 33, 33, 0.9);
  backdrop-filter: blur(2px);
}

.ms-team-grid__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.ms-team-grid__title {
  font-size: 0.8125rem;
  color: #ffffff;
  margin: 2px 0 0;
}

.ms-qualifying-questions {
  background: #ffffff;
  color: #14181a;
  text-align: center;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .ms-qualifying-questions {
    padding: 80px 60px;
  }
}

.ms-qualifying-questions__head {
  margin-bottom: 40px;
}

.ms-qualifying-questions .ms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  color: #EF4444;
  background: rgba(255, 92, 92, 0.08);
  border: 1px solid #FEE2E2;
  padding: 8px 16px;
  border-radius: 999px;
}

.ms-qualifying-questions .ms-eyebrow::before {
  content: "×";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 92, 92, 0.15);
  border: 1px solid #EF4444;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.ms-qualifying-questions__heading {
  font-size: 36px;
}

.ms-qualifying-questions__heading__highlight {
  color: #EE6262;
}

.ms-qualifying-questions__intro {
  color: #5b655f;
  max-width: 600px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.ms-qualifying-questions__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-qualifying-questions__item {
  border: 1px solid #e3e6df;
  border-radius: 16px;
  overflow: hidden;
}

.ms-qualifying-questions__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 600;
  color: inherit;
  text-align: left;
  padding: 20px 24px;
  background: none;
  border: 0;
  cursor: pointer;
}

.ms-qualifying-questions__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%235b655f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transition: transform 0.2s ease;
}

.ms-qualifying-questions__trigger[aria-expanded=true] .ms-qualifying-questions__icon {
  transform: rotate(180deg);
}

.ms-qualifying-questions__panel {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  color: #5b655f;
  font-size: 0.95rem;
}
.ms-qualifying-questions__panel[hidden] {
  display: none;
}

.ms-qualifying-questions__panel-inner {
  padding: 0 24px 20px;
}
.ms-qualifying-questions__panel-inner p {
  margin: 0;
}

.ms-blog-feed {
  background: #f9fafb;
}

.ms-blog-feed__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .ms-blog-feed__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.ms-blog-feed__heading {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
}

.ms-blog-feed__view-all {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ms-blog-feed__layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .ms-blog-feed__layout {
    flex-direction: row;
    align-items: flex-start;
  }
}

.ms-blog-feed__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1024px) {
  .ms-blog-feed__tabs {
    flex: 0 0 200px;
    flex-direction: column;
    gap: 4px;
  }
}

.ms-blog-feed__tab {
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid #e3e6df;
  background: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #5b655f;
  text-align: left;
  transition: all 0.2s ease;
}
.ms-blog-feed__tab.is-active {
  background: #212121;
  border-color: #212121;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .ms-blog-feed__tab {
    border: none;
    border-radius: 8px;
    background: transparent;
    padding: 12px 16px;
  }
  .ms-blog-feed__tab.is-active {
    background: #ffffff;
    color: #212121;
  }
}

.ms-blog-feed__panel {
  flex: 1;
  min-width: 0;
}

.ms-blog-feed__panel-heading {
  font-size: 1.375rem;
  margin: 0 0 20px;
}

.ms-blog-feed__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-problem-hero {
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 70%);
  padding-top: clamp(56px, 9vw, 110px);
  padding-bottom: 0;
  overflow: hidden;
}

.ms-problem-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ms-problem-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.ms-problem-hero__headline {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 20px;
  line-height: 1.12;
}

.ms-problem-hero__highlight {
  color: #2fcb5a;
}

.ms-problem-hero__content .ms-hero__eyebrow {
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 16px;
}

.ms-problem-hero__body {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  color: #5b655f;
  margin: 0 0 32px;
}

.ms-problem-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.ms-problem-hero__diagnostic {
  font-size: 0.875rem;
  color: #5b655f;
  margin: 0;
}

.ms-problem-hero__image {
  align-self: center;
}
.ms-problem-hero__image img {
  width: 100%;
  display: block;
  border-radius: 24px 24px 0 0;
}

.ms-problem-cost {
  background: #212121;
  color: #ffffff;
}

.ms-problem-cost__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: center;
}

.ms-problem-cost__subtext {
  text-align: center;
  color: #aeb8b1;
  max-width: 700px;
  margin: 0 auto 48px;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.ms-problem-cost__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .ms-problem-cost__cards {
    flex-direction: row;
    align-items: stretch;
  }
}

.ms-problem-cost__card {
  flex: 1 1 0%;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 16px;
  padding: 24px 20px;
  transition: flex-grow 0.45s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
}
@media (min-width: 768px) {
  .ms-problem-cost__card:has(.ms-problem-cost__card-reveal):hover, .ms-problem-cost__cards:not(:has(.ms-problem-cost__card:hover)) .ms-problem-cost__card:first-child:has(.ms-problem-cost__card-reveal) {
    flex-grow: 3;
    border-color: #e3e6df;
  }
}

.ms-problem-cost__card-reveal {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, margin-top 0.45s ease;
}
.ms-problem-cost__card:hover .ms-problem-cost__card-reveal, .ms-problem-cost__cards:not(:has(.ms-problem-cost__card:hover)) .ms-problem-cost__card:first-child .ms-problem-cost__card-reveal {
  max-height: 640px;
  opacity: 1;
  margin-top: 16px;
}

.ms-problem-cost__card-visual {
  margin-top: 20px;
}
.ms-problem-cost__card-visual img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.ms-problem-cost__card-icon {
  margin-bottom: 16px;
}
.ms-problem-cost__card-icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.ms-problem-cost__card-title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  color: #14181a;
}

.ms-problem-cost__card-desc {
  font-size: 0.9375rem;
  color: #5b655f;
  margin: 0;
  line-height: 1.5;
}

.ms-problem-why {
  background: #f9fafb;
}

.ms-problem-why__head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 48px;
}

.ms-problem-why__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-problem-why__subtext {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0;
}

.ms-problem-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .ms-problem-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ms-problem-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ms-problem-why__item {
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 16px;
  padding: 28px 24px;
}

.ms-problem-why__item-icon {
  margin-bottom: 14px;
}
.ms-problem-why__item-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.ms-problem-why__item-title {
  font-weight: 700;
  font-size: 1.0625rem;
  margin: 0 0 8px;
  color: #14181a;
}

.ms-problem-why__item-desc {
  font-size: 0.9375rem;
  color: #5b655f;
  margin: 0;
  line-height: 1.55;
}

.ms-problem-solution-intro {
  padding-bottom: clamp(48px, 6vw, 80px);
}

.ms-problem-solution-intro__head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}

.ms-problem-solution-intro__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-problem-solution-intro__heading__highlight {
  color: #2fcb5a;
}

.ms-problem-solution-intro__subtext {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0;
}

.ms-problem-feature {
  background: #ffffff;
}

.ms-problem-feature--alt {
  background: #f9fafb;
}

.ms-problem-feature__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ms-problem-feature__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .ms-problem-feature__inner--reversed .ms-problem-feature__image {
    order: -1;
  }
}

.ms-problem-feature__heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 16px;
}

.ms-problem-feature__body {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0 0 24px;
  line-height: 1.6;
}

.ms-problem-feature__link {
  font-weight: 600;
  color: #212121;
  text-decoration: none;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
}
.ms-problem-feature__link:hover {
  text-decoration: underline;
}

.ms-problem-feature__image img {
  width: 100%;
  display: block;
  border-radius: 24px;
}
.ms-problem-feature__image--card img {
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
}

.ms-problem-hear {
  background: #f9fafb;
}

.ms-problem-hear__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 1024px) {
  .ms-problem-hear__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.ms-problem-hear__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-problem-hear__heading__highlight {
  color: #2fcb5a;
}

.ms-problem-hear__body {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0 0 28px;
  line-height: 1.6;
}

.ms-problem-hear__quality {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ms-problem-hear__quality-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
}
.ms-problem-hear__quality-item::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1.5px solid #2fcb5a;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%232fcb5a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.ms-problem-hear__samples {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ms-problem-hear__sample {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  transition: border-color 0.2s ease;
}
.ms-problem-hear__sample:not(.ms-problem-hear__sample--no-file):hover {
  border-color: #212121;
  cursor: pointer;
}

.ms-problem-hear__play {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #212121;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ms-problem-hear__play svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: currentColor;
  transform: translateX(1px);
}
.ms-problem-hear__play:hover {
  background: #171c19;
}
.ms-problem-hear__play--disabled {
  background: rgba(33, 33, 33, 0.3);
  cursor: default;
}

.ms-problem-hear__sample-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ms-problem-hear__sample-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #14181a;
}

.ms-problem-hear__waveform {
  display: flex;
  align-items: center;
  align-self: flex-start;
  width: max-content;
  gap: 3px;
  height: 20px;
}
.ms-problem-hear__sample:not(.ms-problem-hear__sample--no-file) .ms-problem-hear__waveform {
  cursor: pointer;
}
.ms-problem-hear__waveform i {
  display: block;
  width: 3px;
  border-radius: 1px;
  background: #e3e6df;
  transition: background-color 0.15s linear;
}
.ms-problem-hear__waveform i:nth-child(6n+1) {
  height: 40%;
}
.ms-problem-hear__waveform i:nth-child(6n+2) {
  height: 85%;
}
.ms-problem-hear__waveform i:nth-child(6n+3) {
  height: 60%;
}
.ms-problem-hear__waveform i:nth-child(6n+4) {
  height: 100%;
}
.ms-problem-hear__waveform i:nth-child(6n+5) {
  height: 50%;
}
.ms-problem-hear__waveform i:nth-child(6n) {
  height: 70%;
}
.ms-problem-hear__waveform i.is-played {
  background: #2fcb5a;
}

.ms-case-study-hero {
  padding-top: clamp(56px, 9vw, 110px);
  padding-bottom: clamp(56px, 9vw, 110px);
  color: #ffffff;
}

.ms-case-study-hero--ink {
  background-color: #212121;
}

.ms-case-study-hero--ink-soft {
  background-color: #171c19;
}

.ms-case-study-hero--green-dark {
  background-color: #24a648;
}

.ms-case-study-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: end;
}
@media (min-width: 1024px) {
  .ms-case-study-hero__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.ms-case-study-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  font-weight: 500;
}

.ms-case-study-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2fcb5a;
}

.ms-case-study-hero__headline {
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  color: #ffffff;
  margin: 0 0 32px;
  line-height: 1.1;
}

.ms-case-study-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .ms-case-study-hero__stats {
    gap: 56px;
  }
}

.ms-case-study-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ms-case-study-hero__stat-value {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: #2fcb5a;
}

.ms-case-study-hero__stat-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}

.ms-case-study-hero__media {
  position: relative;
}

.ms-case-study-hero__media-embed {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
}
.ms-case-study-hero__media-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.ms-case-study-hero__media-thumb {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ms-case-study-hero__media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ms-case-study-hero__media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-case-study-hero__media-play svg {
  width: 24px;
  height: 24px;
  transform: translateX(2px);
}

.ms-case-study-hero__media-caption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}

.ms-case-study-hero__media-fallback {
  aspect-ratio: 1/1;
  max-height: 420px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
}
.ms-case-study-hero__media-fallback p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.ms-case-study-hero__media-fallback-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: #2fcb5a;
  margin-bottom: 16px;
}
.ms-case-study-hero__media-fallback-icon svg {
  width: 100%;
  height: 100%;
}

.ms-case-study-content__inner {
  max-width: 760px;
}

.ms-case-study-content__quote {
  position: relative;
  margin: 0 0 64px;
  padding: 32px;
  background: #f9fafb;
  border: 1px solid #e3e6df;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .ms-case-study-content__quote {
    padding: 48px;
  }
}

.ms-case-study-content__quote-icon {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 56px;
  height: 56px;
  color: rgba(47, 203, 90, 0.2);
}
.ms-case-study-content__quote-icon svg {
  width: 100%;
  height: 100%;
}

.ms-case-study-content__quote-text {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.5;
  color: #14181a;
}

.ms-case-study-content__quote-author {
  display: flex;
  flex-direction: column;
}

.ms-case-study-content__quote-author-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #14181a;
}

.ms-case-study-content__quote-author-client {
  font-size: 0.8125rem;
  color: #5b655f;
}

.ms-case-study-content__sections {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.ms-case-study-content__section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #14181a;
  margin: 0 0 24px;
}

.ms-case-study-content__section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #eef0ee;
  color: #14181a;
}
.ms-case-study-content__section-icon svg {
  width: 18px;
  height: 18px;
}

.ms-case-study-content__section-icon--accent {
  background: #cdfac0;
  color: #212121;
}

.ms-case-study-content__section-body {
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: #5b655f;
  margin: 0;
}

.ms-case-study-content__section-body--result {
  color: #14181a;
  font-weight: 500;
  margin-bottom: 32px;
}

.ms-case-study-content__result-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .ms-case-study-content__result-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ms-case-study-content__result-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #e1f5e8;
  border: 1px solid rgba(47, 203, 90, 0.15);
  border-radius: 16px;
}

.ms-case-study-content__result-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(47, 203, 90, 0.2);
  color: #24a648;
}
.ms-case-study-content__result-stat-icon svg {
  width: 16px;
  height: 16px;
}

.ms-case-study-content__result-stat-value {
  display: block;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #14181a;
}

.ms-case-study-content__result-stat-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5b655f;
}

.ms-case-study-explore {
  background-color: #212121;
  color: #ffffff;
}

.ms-case-study-explore__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ms-case-study-explore__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}

.ms-case-study-explore__heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  color: #ffffff;
  margin: 0 0 8px;
}

.ms-case-study-explore__subtext {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.ms-case-study-explore__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .ms-case-study-explore__links {
    justify-content: flex-end;
  }
}

.ms-case-study-explore__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ms-case-study-explore__link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ms-case-study-explore__link-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
}
.ms-case-study-explore__link-icon svg {
  width: 100%;
  height: 100%;
}

.ms-methodology-overview {
  background: #f9fafb;
}

.ms-methodology-overview__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ms-methodology-overview__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.ms-methodology-overview__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 12px;
}

.ms-methodology-overview__approach-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #5b655f;
  margin: 0 0 20px;
  letter-spacing: 0.01em;
}

.ms-methodology-overview__intro {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0 0 28px;
  line-height: 1.6;
}

.ms-methodology-overview__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ms-methodology-overview__point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1rem;
  line-height: 1.55;
}

.ms-methodology-overview__point-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2fcb5a;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230c0f0d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  margin-top: 2px;
}

.ms-methodology-overview__diagram {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-methodology-overview__diagram svg {
  position: relative;
  width: 100%;
  max-width: 340px;
  display: block;
}

.ms-methodology-overview__diagram-glow {
  position: absolute;
  inset: -15%;
  background: radial-gradient(circle, rgba(47, 203, 90, 0.16) 0%, rgba(47, 203, 90, 0) 70%);
  pointer-events: none;
}

.ms-sdr-strip {
  background: #212121;
  color: #ffffff;
}

.ms-sdr-strip__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ms-sdr-strip__inner {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 40px;
  }
}

.ms-sdr-strip__avatars {
  display: flex;
  flex-shrink: 0;
}
.ms-sdr-strip__avatars .ms-sdr-strip__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFFFFF;
}
@media (min-width: 768px) {
  .ms-sdr-strip__avatars .ms-sdr-strip__avatar {
    width: 80px;
    height: 80px;
  }
}
.ms-sdr-strip__avatars .ms-sdr-strip__avatar + .ms-sdr-strip__avatar {
  margin-left: -12px;
}
.ms-sdr-strip__avatars span.ms-sdr-strip__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.ms-sdr-strip__avatars span.ms-sdr-strip__avatar svg {
  width: 22px;
  height: 22px;
}
.ms-sdr-strip__avatars span.ms-sdr-strip__avatar--green {
  background-color: #2fcb5a;
}
.ms-sdr-strip__avatars span.ms-sdr-strip__avatar--purple {
  background-color: #8b8ef2;
}

.ms-sdr-strip__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .ms-sdr-strip__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}
.ms-sdr-strip__body p {
  margin: 0;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  color: #aeb8b1;
  max-width: 560px;
}

.ms-campaign-performance {
  background: #ffffff;
}

.ms-campaign-performance__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.ms-campaign-performance__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-campaign-performance__subtext {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0;
}

.ms-campaign-performance__tracker {
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  overflow: hidden;
}

.ms-campaign-performance__tracker-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  flex-wrap: wrap;
}

.ms-campaign-performance__tracker-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f9fafb;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-campaign-performance__tracker-icon svg {
  width: 22px;
  height: 22px;
}

.ms-campaign-performance__tracker-titles {
  flex: 1 1 auto;
  min-width: 200px;
}
.ms-campaign-performance__tracker-titles h3 {
  font-size: 1.0625rem;
  margin: 0 0 4px;
}
.ms-campaign-performance__tracker-titles p {
  margin: 0;
  color: #5b655f;
  font-size: 0.875rem;
}

.ms-campaign-performance__tracker-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: #e1f5e8;
  color: #24a648;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
}
.ms-campaign-performance__tracker-badge svg {
  width: 14px;
  height: 14px;
}

.ms-campaign-performance__table-scroll {
  overflow-x: auto;
  border-top: 1px solid #e3e6df;
}

.ms-campaign-performance__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.ms-campaign-performance__table th,
.ms-campaign-performance__table td {
  padding: 14px 16px;
  text-align: right;
  white-space: nowrap;
}
.ms-campaign-performance__table th.ms-campaign-performance__col-month,
.ms-campaign-performance__table td.ms-campaign-performance__col-month {
  text-align: left;
}
.ms-campaign-performance__table thead th {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b655f;
  border-bottom: 1px solid #e3e6df;
}
.ms-campaign-performance__table tbody tr {
  border-bottom: 1px solid #e3e6df;
}
.ms-campaign-performance__table tbody tr:last-child {
  border-bottom: none;
}
.ms-campaign-performance__table tbody td.ms-campaign-performance__col-month {
  font-weight: 700;
}
.ms-campaign-performance__table .ms-campaign-performance__col-meetings_set {
  background: #e1f5e8;
  font-weight: 700;
  color: #24a648;
}
.ms-campaign-performance__table thead .ms-campaign-performance__col-meetings_set {
  color: #24a648;
  background: rgba(47, 203, 90, 0.12);
}
.ms-campaign-performance__table tr.is-holiday {
  color: #5b655f;
}
.ms-campaign-performance__table tr.is-holiday td {
  color: inherit;
}
.ms-campaign-performance__table tr.is-holiday .ms-campaign-performance__col-meetings_set {
  background: rgba(225, 245, 232, 0.5);
  color: #5b655f;
  font-weight: 400;
  font-style: italic;
}
.ms-campaign-performance__table .ms-campaign-performance__col-proof a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5b655f;
  text-decoration: none;
  font-size: 0.8125rem;
}
.ms-campaign-performance__table .ms-campaign-performance__col-proof a:hover {
  color: #212121;
}
.ms-campaign-performance__table .ms-campaign-performance__col-proof a svg {
  width: 15px;
  height: 15px;
}

.ms-campaign-performance__tracker-footnote {
  margin: 0;
  padding: 16px 28px;
  border-top: 1px solid #e3e6df;
  text-align: right;
  font-size: 0.75rem;
  color: #5b655f;
}

.ms-blog-archive__hero {
  background: #f9fafb;
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(40px, 5vw, 64px);
  text-align: center;
}

.ms-blog-archive__title {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
  color: #14181a;
}

.ms-blog-archive__title-highlight {
  color: #2fcb5a;
}

.ms-blog-archive__subtitle {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  color: #5b655f;
  max-width: 520px;
  margin: 0 auto;
}

.ms-blog-archive__featured {
  background: #f9fafb;
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.ms-blog-archive__featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .ms-blog-archive__featured-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 1024px) {
  .ms-blog-archive__featured-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (min-width: 768px) {
  .ms-blog-card--large {
    grid-column: 1;
    grid-row: 1/span 3;
  }
}

.ms-blog-archive__latest {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(56px, 8vw, 96px);
  background: #ffffff;
}

.ms-blog-archive__latest-heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 32px;
}

.ms-blog-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ms-blog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ms-blog-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ms-blog-archive__load-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.ms-blog-archive__load-more-btn {
  padding: 14px 40px;
  border-radius: 999px;
  border: 2px solid #e3e6df;
  background: transparent;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  color: #14181a;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.ms-blog-archive__load-more-btn:hover {
  border-color: #212121;
  background: #212121;
  color: #ffffff;
}
.ms-blog-archive__load-more-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.ms-blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ms-blog-card:hover {
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  transform: translateY(-2px);
}

.ms-blog-card__image {
  aspect-ratio: 16/10;
  background: #f9fafb;
  overflow: hidden;
}
.ms-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ms-blog-card__image--placeholder {
  background: linear-gradient(135deg, #f9fafb 0%, #e1f5e8 100%);
}

.ms-blog-card__body {
  padding: 20px;
}

.ms-blog-card__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212121;
  background: #cdfac0;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.ms-blog-card__title {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin: 0;
  color: #14181a;
}

.ms-blog-card--large .ms-blog-card__image {
  aspect-ratio: 4/3;
}
.ms-blog-card--large .ms-blog-card__title {
  font-size: 1.3125rem;
}

.ms-blog-card--side {
  display: flex;
  align-items: stretch;
}
.ms-blog-card--side .ms-blog-card__image {
  flex: 0 0 40%;
  aspect-ratio: auto;
  min-height: 120px;
}
.ms-blog-card--side .ms-blog-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.ms-blog-card--side .ms-blog-card__title {
  font-size: 0.9375rem;
}

.ms-blog-subscribe {
  background: #e1f5e8;
  border-radius: 24px;
  margin: 32px auto;
  max-width: 1392px;
  padding: clamp(24px, 4vw, 32px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .ms-blog-subscribe {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: calc(1392px + 24px * 2)) {
  .ms-blog-subscribe {
    margin-left: auto;
    margin-right: auto;
  }
}

.ms-blog-subscribe__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ms-blog-subscribe__inner {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

.ms-blog-subscribe__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: #24a648;
}
.ms-blog-subscribe__icon svg {
  width: 100%;
  height: 100%;
}

.ms-blog-subscribe__heading {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
  color: #212121;
  white-space: nowrap;
}

.ms-blog-subscribe__form {
  flex: 1;
  max-width: 480px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.ms-blog-subscribe__form .fluentform,
.ms-blog-subscribe__form .frm-fluent-form {
  width: 100%;
}
.ms-blog-subscribe__form .ff-t-container.ff-column-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}
@media (min-width: 576px) {
  .ms-blog-subscribe__form .ff-t-container.ff-column-container {
    flex-wrap: nowrap;
  }
}
.ms-blog-subscribe__form .ff-t-cell {
  flex: 1;
  max-width: none !important;
}
.ms-blog-subscribe__form .ff-t-cell.ff-t-column-2 {
  flex: 0 0 auto;
}
.ms-blog-subscribe__form .ff-el-group {
  margin: 0 !important;
}
.ms-blog-subscribe__form .ff-el-form-control {
  width: 100%;
  height: auto !important;
  padding: 13px 18px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  font-family: inherit !important;
  font-size: 0.9375rem !important;
  color: #14181a !important;
  box-shadow: none !important;
}
.ms-blog-subscribe__form .ff-el-form-control::placeholder {
  color: #5b655f;
}
.ms-blog-subscribe__form .ff-el-form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(47, 203, 90, 0.45) !important;
}
.ms-blog-subscribe__form .ff-btn-submit {
  background-color: #212121 !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 28px !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  min-width: 0 !important;
  white-space: nowrap;
  box-shadow: none !important;
  cursor: pointer;
}
.ms-blog-subscribe__form .ff-btn-submit:hover {
  background-color: #171c19 !important;
  color: #ffffff !important;
}
.ms-blog-subscribe__form .ff-errors-in-stack:empty {
  display: none;
}

.ms-blog-subscribe__decoration {
  position: absolute;
  z-index: 0;
  bottom: -16px;
  width: 100px;
  border-radius: 14px;
  background: rgba(0, 168, 62, 0.1490196078);
}
.ms-blog-subscribe__decoration--a {
  right: 120px;
  height: 76px;
}
.ms-blog-subscribe__decoration--b {
  right: 0;
  height: 116px;
}

.ms-blog-single__header-band {
  background: #f9fafb;
}

.ms-blog-single__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(32px, 4vw, 48px);
}
@media (min-width: 1024px) {
  .ms-blog-single__header {
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
  }
}

.ms-blog-single__header-image {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.ms-blog-single__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ms-blog-single__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5b655f;
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
.ms-blog-single__back svg {
  width: 16px;
  height: 16px;
}
.ms-blog-single__back:hover {
  color: #212121;
}

.ms-blog-single__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212121;
  background: #cdfac0;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 16px;
}

.ms-blog-single__title {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.12;
  margin: 0 0 20px;
}

.ms-blog-single__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #5b655f;
  margin: 0;
}

.ms-blog-single__meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ms-blog-single__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: clamp(48px, 6vw, 80px);
  align-items: start;
}
@media (min-width: 1024px) {
  .ms-blog-single__body {
    grid-template-columns: 240px 1fr;
    gap: 64px;
  }
}

@media (min-width: 1024px) {
  .ms-toc {
    position: sticky;
    top: 100px;
  }
}

.ms-toc__inner {
  padding-bottom: 20px;
}

.ms-toc__heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #212121;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e6df;
}

.ms-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ms-toc__item {
  position: relative;
}

.ms-toc__link {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.15s ease;
}
.ms-toc__link:hover {
  color: #24a648;
}
.ms-toc__link.is-active {
  color: #24a648;
}

.ms-toc__sublist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ms-toc__link--sub {
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 20px;
}

.ms-blog-single__content {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.75;
  color: #14181a;
  min-width: 0;
}
.ms-blog-single__content h2 {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 2em 0 0.6em;
  scroll-margin-top: 100px;
}
.ms-blog-single__content h2:first-child {
  margin-top: 0;
}
.ms-blog-single__content h3 {
  font-size: 1.25rem;
  margin: 1.5em 0 0.5em;
}
.ms-blog-single__content p {
  margin: 0 0 1.25em;
}
.ms-blog-single__content ul,
.ms-blog-single__content ol {
  padding-left: 1.5em;
  margin: 0 0 1.25em;
}
.ms-blog-single__content ul li,
.ms-blog-single__content ol li {
  margin-bottom: 0.4em;
}
.ms-blog-single__content a {
  color: #24a648;
  text-decoration: underline;
}
.ms-blog-single__content a:hover {
  color: #212121;
}
.ms-blog-single__content blockquote {
  border-left: 4px solid #2fcb5a;
  margin: 1.5em 0;
  padding: 12px 20px;
  background: #f9fafb;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #5b655f;
}
.ms-blog-single__content img {
  max-width: 100%;
  border-radius: 16px;
  display: block;
  margin: 1.5em auto;
}
.ms-blog-single__content hr {
  border: none;
  border-top: 1px solid #e3e6df;
  margin: 2em 0;
}

.ms-blog-single__related {
  background: #f9fafb;
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.ms-blog-single__related-heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 32px;
  text-align: center;
}

.ms-blog-single__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ms-blog-single__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ms-blog-single__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ms-book-a-demo__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1024px) {
  .ms-book-a-demo__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
    gap: 64px;
  }
}

.ms-book-a-demo__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 20px;
}

.ms-book-a-demo__intro {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  max-width: 520px;
  margin: 0 0 32px;
}

.ms-book-a-demo__qualifier {
  margin-bottom: 28px;
}

.ms-book-a-demo__qualifier-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #212121;
}

.ms-book-a-demo__qualifier-dot {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.ms-book-a-demo__qualifier--yes .ms-book-a-demo__qualifier-label {
  background: #cdfac0;
}

.ms-book-a-demo__qualifier--yes .ms-book-a-demo__qualifier-dot {
  background: #24a648;
}

.ms-book-a-demo__qualifier--no .ms-book-a-demo__qualifier-label {
  background: rgba(238, 98, 98, 0.12);
}

.ms-book-a-demo__qualifier--no .ms-book-a-demo__qualifier-dot {
  background: #EE6262;
}

.ms-book-a-demo__qualifier-list {
  list-style: none;
  margin: 0;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ms-book-a-demo__qualifier-list li {
  font-size: 1rem;
  color: #14181a;
  line-height: 1.5;
}

.ms-book-a-demo__form-card {
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  padding: clamp(28px, 3.4vw, 40px);
}

.ms-book-a-demo__form-heading {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 24px;
}

.ms-book-a-demo__terms {
  margin: 20px 0 0;
  font-size: 0.8125rem;
  color: #5b655f;
  text-align: center;
}
.ms-book-a-demo__terms a {
  color: #5b655f;
  text-decoration: underline;
}
.ms-book-a-demo__terms a:hover {
  color: #212121;
}

.ms-book-a-demo__form .fluentform .ff-el-group {
  margin-bottom: 18px;
}
.ms-book-a-demo__form .fluentform .ff-el-input--label label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #14181a;
}
.ms-book-a-demo__form .fluentform .ff-el-form-control {
  width: 100%;
  height: auto;
  padding: 14px 20px;
  border: 1px solid #e3e6df;
  border-radius: 999px;
  background: #ffffff;
  color: #14181a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  box-shadow: none;
  transition: border-color 0.2s ease;
}
.ms-book-a-demo__form .fluentform .ff-el-form-control:focus {
  border-color: #212121;
  outline: none;
  box-shadow: none;
}
.ms-book-a-demo__form .fluentform textarea.ff-el-form-control {
  border-radius: 16px;
}
.ms-book-a-demo__form .fluentform .ff-el-form-check {
  margin: 0 0 12px;
  border: 1px solid #e3e6df;
  border-radius: 16px;
  padding: 16px 18px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.ms-book-a-demo__form .fluentform .ff-el-form-check:hover {
  border-color: #24a648;
}
.ms-book-a-demo__form .fluentform .ff-el-form-check.ff_item_selected {
  border-color: #24a648;
  background: rgba(47, 203, 90, 0.06);
}
.ms-book-a-demo__form .fluentform .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #14181a;
  cursor: pointer;
}
.ms-book-a-demo__form .fluentform .ff-el-form-check-label input {
  margin-top: 3px;
  flex: 0 0 auto;
  accent-color: #212121;
}
.ms-book-a-demo__form .fluentform .ff-el-form-check-label span {
  font-weight: 400;
  color: #5b655f;
}
.ms-book-a-demo__form .fluentform .ff-el-form-check-label span strong,
.ms-book-a-demo__form .fluentform .ff-el-form-check-label span b {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #14181a;
}
.ms-book-a-demo__form .fluentform .ff-btn-submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 16px 28px !important;
  border-radius: 999px !important;
  background-color: #212121 !important;
  color: #ffffff !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600 !important;
  font-size: 1rem !important;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ms-book-a-demo__form .fluentform .ff-btn-submit:hover {
  background-color: #171c19 !important;
}
.ms-book-a-demo__form .fluentform .ff_submit_btn_wrapper {
  margin-top: 8px;
}

.ms-anti-sales {
  background: #ffffff;
}

.ms-anti-sales__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1024px) {
  .ms-anti-sales__inner {
    grid-template-columns: minmax(320px, 380px) 1fr;
    gap: 64px;
  }
}

@media (min-width: 1024px) {
  .ms-anti-sales__intro {
    position: sticky;
    top: 120px;
  }
}

.ms-anti-sales__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-anti-sales__body {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.6;
  margin: 0 0 28px;
}

.ms-anti-sales__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ms-anti-sales__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e6df;
}
.ms-anti-sales__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ms-anti-sales__item-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e1f5e8;
  color: #24a648;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-anti-sales__item-icon svg {
  width: 20px;
  height: 20px;
}

.ms-anti-sales__item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.ms-anti-sales__item-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.0625rem;
}

.ms-anti-sales__item-desc {
  margin: 0;
  color: #5b655f;
  line-height: 1.55;
}

.ms-methodology-engine {
  background: #ffffff;
}

.ms-methodology-engine__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.ms-methodology-engine__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0 0 16px;
}

.ms-methodology-engine__intro {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin: 0;
}

.ms-methodology-engine__card {
  display: grid;
  grid-template-columns: 1fr;
  background: #212121;
  border-radius: 32px;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ms-methodology-engine__card {
    grid-template-columns: minmax(280px, 340px) 1fr;
  }
}

.ms-methodology-engine__tabs {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 4px;
}
@media (min-width: 1024px) {
  .ms-methodology-engine__tabs {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
}

.ms-methodology-engine__tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  padding: 16px 20px;
  border-radius: 16px;
  border: none;
  background: transparent;
  color: #aeb8b1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.ms-methodology-engine__tab:hover {
  background: rgba(255, 255, 255, 0.06);
}
.ms-methodology-engine__tab.is-active {
  background: #2fcb5a;
  color: #212121;
}

.ms-methodology-engine__tab-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
}

.ms-methodology-engine__tab-name {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.ms-methodology-engine__panels {
  position: relative;
  padding: clamp(32px, 4vw, 56px);
}

.ms-methodology-engine__panel {
  display: none;
}
.ms-methodology-engine__panel.is-active {
  display: block;
}

.ms-methodology-engine__panel-number {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #2fcb5a;
  margin: 0 0 8px;
  line-height: 1;
}

.ms-methodology-engine__panel-title {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 16px;
}

.ms-methodology-engine__panel-desc {
  color: #aeb8b1;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 540px;
}

.ms-methodology-engine__result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  max-width: 480px;
}

.ms-methodology-engine__result-badge {
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2fcb5a;
}

.ms-methodology-engine__result-text {
  margin: 0;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.ms-why-it-works {
  background: #f9fafb;
}

.ms-why-it-works__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.ms-why-it-works__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0;
}

.ms-why-it-works__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-why-it-works__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 12px;
  row-gap: 4px;
  padding: 24px 28px;
  border-radius: 24px;
}

.ms-why-it-works__item-dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  align-self: center;
  background: currentColor;
}

.ms-why-it-works__item-title {
  font-weight: 700;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ms-why-it-works__item-desc {
  color: inherit;
  opacity: 0.75;
  font-size: 1rem;
}

.ms-why-it-works__item--green {
  background: #e1f5e8;
  color: #24a648;
}

.ms-why-it-works__item--lavender {
  background: #e3e4f8;
  color: #4b4fb0;
}

.ms-why-it-works__item--lime {
  background: #f1f6d2;
  color: #6b7a12;
}

.ms-why-it-works__item--grey {
  background: #e4e9e2;
  color: #5b655f;
}

.ms-why-it-works__item--dark {
  background: #212121;
  color: #ffffff;
}

.ms-why-it-works__actions {
  display: flex;
  justify-content: center;
}

.ms-verdict-table {
  background: #ffffff;
}

.ms-verdict-table__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.ms-verdict-table__heading {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  margin: 0;
}

.ms-verdict-table__table-scroll {
  overflow-x: auto;
  border: 1px solid #e3e6df;
  border-radius: 24px;
}

.ms-verdict-table__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.ms-verdict-table__table th,
.ms-verdict-table__table td {
  padding: 20px 24px;
  text-align: left;
  vertical-align: top;
}
.ms-verdict-table__table thead th {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5b655f;
  border-bottom: 1px solid #e3e6df;
}
.ms-verdict-table__table tbody tr {
  border-bottom: 1px solid #e3e6df;
}
.ms-verdict-table__table tbody tr:last-child {
  border-bottom: none;
}
.ms-verdict-table__table .ms-verdict-table__col-label {
  width: 18%;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b655f;
  white-space: nowrap;
}
.ms-verdict-table__table .ms-verdict-table__col-traditional {
  color: #5b655f;
}
.ms-verdict-table__table .ms-verdict-table__col-us {
  background: #e1f5e8;
  color: #24a648;
  font-weight: 600;
}
.ms-verdict-table__table thead .ms-verdict-table__col-us {
  color: #24a648;
  background: rgba(47, 203, 90, 0.16);
}

.ms-about-story {
  background: #EBEBFD;
  background: radial-gradient(circle, rgb(235, 235, 253) 0%, rgb(255, 255, 255) 100%);
}

.ms-about-story__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 24px;
  width: 100%;
}

.ms-about-story__tab {
  flex: 1 1 200px;
  padding: 16px 20px;
  border: none;
  border-top: 3px solid #e3e6df;
  background: #eef0ee;
  color: #5b655f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ms-about-story__tab:hover {
  color: #14181a;
}
.ms-about-story__tab.is-active {
  background: #cdfac0;
  border-top-color: #2fcb5a;
  color: #14181a;
}

.ms-about-story__card {
  background: #ffffff;
  border: 1px solid #e3e6df;
  border-radius: 32px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  padding: clamp(24px, 4vw, 48px);
}

.ms-about-story__panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ms-about-story__panel {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
  }
}
.ms-about-story__panel.is-active {
  display: grid;
}

.ms-about-story__panel-heading {
  font-weight: 700;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  line-height: 1.45;
  margin: 0 0 20px;
}

.ms-about-story__panel-text {
  color: #5b655f;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.65;
  margin: 0 0 16px;
}
.ms-about-story__panel-text:last-child {
  margin-bottom: 0;
}

.ms-about-story__media img {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.ms-vision-mission {
  background: #ffffff;
}

.ms-vision-mission__heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
}

.ms-vision-mission__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ms-vision-mission__cards {
    grid-template-columns: 1fr 1fr;
  }
}

.ms-vision-mission__card {
  border-radius: 24px;
  padding: clamp(24px, 3vw, 36px);
}

.ms-vision-mission__card--vision {
  background: #e2e1fb;
}

.ms-vision-mission__card--mission {
  background: #e1f5e8;
}

.ms-vision-mission__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #ffffff;
  margin: 0 0 20px;
}
.ms-vision-mission__card-icon svg {
  width: 24px;
  height: 24px;
  color: #14181a;
}

.ms-vision-mission__card-title {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 20px;
}

.ms-vision-mission__card-body {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}

.ms-vision-mission__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 0 0 16px;
}

.ms-vision-mission__tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
}

.ms-vision-mission__card--vision .ms-vision-mission__tag {
  background: #e2e1fb;
  color: #14181a;
}

.ms-vision-mission__card--vision .ms-vision-mission__tag-dot {
  background: #8b8ef2;
}

.ms-vision-mission__card--mission .ms-vision-mission__tag {
  background: #e1f5e8;
  color: #14181a;
}

.ms-vision-mission__card--mission .ms-vision-mission__tag-dot {
  background: #2fcb5a;
}

.ms-vision-mission__card-text {
  color: #5b655f;
  line-height: 1.6;
  margin: 0 0 14px;
}
.ms-vision-mission__card-text:last-child {
  margin-bottom: 0;
}

.ms-vision-mission__values {
  background: #e1f5e8;
  margin-top: clamp(48px, 6vw, 80px);
  padding: clamp(40px, 5vw, 64px) 0;
  border-radius: 32px;
}

.ms-vision-mission__values-heading {
  text-align: center;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  margin: 0 0 40px;
}

.ms-vision-mission__values-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  justify-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .ms-vision-mission__values-row {
    grid-template-columns: auto 1fr;
    justify-items: stretch;
    text-align: left;
    gap: 32px;
  }
}

.ms-vision-mission__viewport {
  width: 100%;
  overflow: hidden;
}

.ms-vision-mission__track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.5s ease;
}

.ms-vision-mission__dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (min-width: 1024px) {
  .ms-vision-mission__dots {
    flex-direction: column;
  }
}

.ms-vision-mission__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(12, 15, 13, 0.16);
  cursor: pointer;
  transition: background-color 0.2s ease, height 0.2s ease;
}
.ms-vision-mission__dot.is-active {
  background: #2fcb5a;
}
@media (min-width: 1024px) {
  .ms-vision-mission__dot.is-active {
    height: 28px;
  }
}

.ms-vision-mission__value {
  display: grid;
  flex: 0 0 100%;
  min-width: 0;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  justify-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .ms-vision-mission__value {
    grid-template-columns: auto 1fr;
    justify-items: stretch;
    text-align: left;
    gap: 32px;
  }
}

.ms-vision-mission__value-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(11, 15, 14, 0.08);
  padding: 24px;
  width: 100%;
  max-width: 220px;
}
@media (min-width: 1024px) {
  .ms-vision-mission__value-label {
    width: 220px;
  }
}

.ms-vision-mission__value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e3e6df;
}
.ms-vision-mission__value-icon svg {
  width: 26px;
  height: 26px;
  color: #24a648;
}

.ms-vision-mission__value-title {
  font-weight: 700;
  margin: 4px 0 0;
}

.ms-vision-mission__value-subtitle {
  color: #5b655f;
  font-size: 0.875rem;
  margin: 0;
}

.ms-vision-mission__value-card {
  background: #ffffff;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ms-vision-mission__value-block-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 0 0 12px;
}

.ms-vision-mission__value-block-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
}

.ms-vision-mission__value-block--looks-like .ms-vision-mission__value-block-label {
  background: #e1f5e8;
  color: #14181a;
}

.ms-vision-mission__value-block--looks-like .ms-vision-mission__value-block-dot {
  background: #2fcb5a;
}

.ms-vision-mission__value-block--counter-example .ms-vision-mission__value-block-label {
  background: #eef0ee;
  color: #5b655f;
}

.ms-vision-mission__value-block--counter-example .ms-vision-mission__value-block-dot {
  background: #5b655f;
}

.ms-vision-mission__value-block-text {
  margin: 0;
  color: #5b655f;
  line-height: 1.6;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Headings
--------------------------------------------- */
.ms-heading-xl {
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  line-height: 1.1;
}

/*# sourceMappingURL=style.css.map */
