@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --slate: #263349;
  --slate-900: #0D1421;
  --slate-800: #172031;
  --slate-700: #1C2739;
  --slate-600: #222E42;
  --slate-500: #263349;
  --slate-400: #475264;
  --slate-300: #677080;
  --slate-200: #9399A4;
  --slate-100: #BEC2C8;
  --slate-50: #E5E7E9;
  --lime: #b2cc11;
  --lime-900: #8AAD05;
  --lime-800: #99B90A;
  --lime-700: #A2C00C;
  --lime-600: #ABC70F;
  --lime-500: #B2CC11;
  --lime-400: #BED435;
  --lime-300: #C9DB58;
  --lime-200: #D9E688;
  --lime-100: #E8F0B8;
  --lime-50: #F6F9E2;
  --teal: #00B9B0;
  --teal-900: #009387;
  --teal-800: #00A297;
  --teal-700: #00AAAA;
  --teal-600: #00B2A9;
  --teal-500: #00B9B0;
  --teal-400: #26C4BC;
  --teal-300: #4DCECB;
  --teal-200: #80DDDB;
  --teal-100: #B3EAED;
  --teal-50: #E0F7F6;
  --purple: #8E4396;
  --purple-900: #5F1E68;
  --purple-800: #712C79;
  --purple-700: #7B3483;
  --purple-600: #863D8E;
  --purple-500: #8E4396;
  --purple-400: #9F5FA6;
  --purple-300: #B07BB6;
  --purple-200: #C7A1CB;
  --purple-100: #DDC7E0;
  --purple-50: #F1E8F2;
  --green: #61A60E;
  --green-900: #337B04;
  --green-800: #456B08;
  --green-700: #4F950A;
  --green-600: #599E0C;
  --green-500: #61A60E;
  --green-400: #79B332;
  --green-300: #90C156;
  --green-200: #B0D387;
  --green-100: #D0E4B7;
  --green-50: #EBF1E5;
  --grey: #969AAA;
  --grey-500: #969AAA;
  --grey-400: #C9CCD1;
  --grey-300: #E6E7EB;
  --grey-200: #E9EAEC;
  --grey-100: #F4F5F6;
  --grey-0: #FFFFFF;
  --white: #FFFFFF;
  --white-90: rgba(255, 255, 255, 0.90);
  --offwhite: #fcfcfc;
  --offwhite-90: rgba(252, 252, 252, 0.90);
  --white-95: rgba(255, 255, 255, 0.95);
  --white-90: rgba(255, 255, 255, 0.90);
  --white-85: rgba(255, 255, 255, 0.85);
  --white-80: rgba(255, 255, 255, 0.80);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-70: rgba(255, 255, 255, 0.70);
  --white-65: rgba(255, 255, 255, 0.65);
  --white-60: rgba(255, 255, 255, 0.60);
  --white-55: rgba(255, 255, 255, 0.55);
  --white-50: rgba(255, 255, 255, 0.50);
  --white-45: rgba(255, 255, 255, 0.45);
  --white-40: rgba(255, 255, 255, 0.40);
  --white-35: rgba(255, 255, 255, 0.35);
  --white-30: rgba(255, 255, 255, 0.30);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-20: rgba(255, 255, 255, 0.20);
  --white-15: rgba(255, 255, 255, 0.15);
  --white-10: rgba(255, 255, 255, 0.10);
  --white-05: rgba(255, 255, 255, 0.05);
  --text-primary: #263349;
  --text-secondary: #677080;
  --text-reversed: #FCFCFC;
  --text-accent: #B2CC11;
  --bg-primary: #FCFCFC;
  --bg-reversed: #263349;
  --gradient-splash: linear-gradient(90deg, #00B9B0 0%, #B2CC11 100%);
  --utility-blue: #0000FF;
  --utlity-soft-blue: #6868FF;
  --utility-red: #CC0000;
  --utility-soft-red: #FF6A6A;
  --xxlarge: 1440px;
  --xlarge: 1280px;
  --large: 1024px;
  --medium: 768px;
  --small: 390px;
  --xsmall: 375px;
  --borderRadiusLarge: 24px;
  --borderRadiusMedium: 16px;
  --borderRadiusSmall: 8px;
}

:root {
  --font-size-xl: 4.375rem;
  --font-size-lg: 3rem;
  --font-size-md: 2.375rem;
  --font-size-base: 1.9375rem;
  --font-p1: 1.5rem;
  --font-p2: 1.125rem;
  --font-p3: 1rem;
  --font-label: 0.875rem;
  --font-legal: 0.625rem;
  --line-height-tight: 1.4;
  --line-height-relaxed: 1.5;
  --line-height-loose: 1.7;
  --letter-spacing-tight: -0.7px;
  --letter-spacing-medium: -0.2px;
  --letter-spacing-normal: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
}

[class^=ms-] h1,
[class^=ms-] h2,
[class^=ms-] h3,
[class^=ms-] h4,
[class^=ms-] h5,
[class^=ms-] h6,
[class*=" ms-"] h1,
[class*=" ms-"] h2,
[class*=" ms-"] h3,
[class*=" ms-"] h4,
[class*=" ms-"] h5,
[class*=" ms-"] h6 {
  margin: 0;
  line-height: 1.2;
}
[class^=ms-] h1 strong,
[class^=ms-] h2 strong,
[class^=ms-] h3 strong,
[class^=ms-] h4 strong,
[class^=ms-] h5 strong,
[class^=ms-] h6 strong,
[class*=" ms-"] h1 strong,
[class*=" ms-"] h2 strong,
[class*=" ms-"] h3 strong,
[class*=" ms-"] h4 strong,
[class*=" ms-"] h5 strong,
[class*=" ms-"] h6 strong {
  font-weight: 700;
}

[class^=ms-] p,
[class^=ms-] blockquote,
[class^=ms-] pre,
[class^=ms-] ul:not(.ms-list),
[class^=ms-] ol,
[class^=ms-] dl,
[class^=ms-] figure,
[class^=ms-] hr,
[class^=ms-] fieldset,
[class^=ms-] legend,
[class*=" ms-"] p,
[class*=" ms-"] blockquote,
[class*=" ms-"] pre,
[class*=" ms-"] ul:not(.ms-list),
[class*=" ms-"] ol,
[class*=" ms-"] dl,
[class*=" ms-"] figure,
[class*=" ms-"] hr,
[class*=" ms-"] fieldset,
[class*=" ms-"] legend {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

h1,
.heading-01 {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h1,
  .heading-01 {
    font-size: var(--font-size-lg);
  }
}

h2,
.heading-02 {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h2,
  .heading-02 {
    font-size: var(--font-size-md);
  }
}

h3,
.heading-03 {
  font-size: var(--font-size-md);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h3,
  .heading-03 {
    font-size: var(--font-size-base);
  }
}

h4,
.heading-04,
h5,
.heading-05,
h6,
.heading-06 {
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h4,
  .heading-04,
  h5,
  .heading-05,
  h6,
  .heading-06 {
    font-size: var(--font-p1);
  }
}

.p1 {
  font-size: var(--font-p1);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.p1 strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p1 {
    font-size: var(--font-p2);
  }
}

.p2, .ms-icon-list-card ul li a p {
  font-size: var(--font-p2);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.p2 strong, .ms-icon-list-card ul li a p strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p2, .ms-icon-list-card ul li a p {
    font-size: var(--font-p3);
  }
}

.p3 {
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.p3 strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p3 {
    font-size: var(--font-caption);
  }
}

.label {
  font-size: var(--font-label);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 700;
}

.legal {
  font-size: var(--font-legal);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-normal);
  font-weight: 400;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

a.button,
button {
  display: inline-flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: var(--btn-radius);
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  gap: var(--btn-gap);
}
a.button span,
button span {
  transition: all 0.4s ease;
}
a.button:disabled,
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(100%);
}
a.button:disabled:hover, a.button:disabled:active,
button:disabled:hover,
button:disabled:active {
  background: inherit;
  color: inherit;
}
a.button.has-icon span[class^=icon-],
button.has-icon span[class^=icon-] {
  display: inline-flex;
  align-items: center;
  margin-left: 0.625rem;
  font-size: inherit;
  line-height: 1;
  font-size: 0.75rem;
}
a.button.has-icon:hover span:nth-of-type(1),
button.has-icon:hover span:nth-of-type(1) {
  transform: translateX(0.25rem);
}
a.button.has-icon:hover span[class^=icon-],
button.has-icon:hover span[class^=icon-] {
  transform: translateX(-0.25rem);
}
a.button:focus,
button:focus {
  outline: 2px solid var(--utility-blue);
}
a.button[data-type=secondary][data-color=slate]:hover, a.button[data-type=secondary][data-color=purple]:hover,
button[data-type=secondary][data-color=slate]:hover,
button[data-type=secondary][data-color=purple]:hover {
  color: var(--white);
}
a.button[data-size=splash],
button[data-size=splash] {
  font-size: var(--font-p2);
}
a.button[data-size=xl], a.button[data-size=lg], a.button[data-size=md],
button[data-size=xl],
button[data-size=lg],
button[data-size=md] {
  font-size: var(--font-p3);
  font-weight: 600;
}
a.button[data-size=sm], a.button[data-size=xs],
button[data-size=sm],
button[data-size=xs] {
  font-size: var(--font-label);
  font-weight: 600;
}
a.button[data-type=primary][data-color=lime],
button[data-type=primary][data-color=lime] {
  background-color: var(--lime-500);
  color: var(--text-primary);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=lime]:hover,
button[data-type=primary][data-color=lime]:hover {
  background-color: var(--lime-900);
}
a.button[data-type=primary][data-color=lime]:active,
button[data-type=primary][data-color=lime]:active {
  background-color: var(--lime-200);
}
a.button[data-type=primary][data-color=lime]:disabled,
button[data-type=primary][data-color=lime]:disabled {
  background-color: var(--lime-500);
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=primary][data-color=slate],
button[data-type=primary][data-color=slate] {
  background-color: var(--slate-500);
  color: var(--white);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=slate]:hover,
button[data-type=primary][data-color=slate]:hover {
  background-color: var(--slate-800);
}
a.button[data-type=primary][data-color=slate]:active,
button[data-type=primary][data-color=slate]:active {
  background-color: var(--slate-400);
}
a.button[data-type=primary][data-color=slate]:disabled,
button[data-type=primary][data-color=slate]:disabled {
  background-color: var(--slate-200);
  color: rgba(var(--white), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=primary][data-color=purple],
button[data-type=primary][data-color=purple] {
  background-color: var(--purple-500);
  color: var(--white);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=purple]:hover,
button[data-type=primary][data-color=purple]:hover {
  background-color: var(--purple-600);
}
a.button[data-type=primary][data-color=purple]:active,
button[data-type=primary][data-color=purple]:active {
  background-color: var(--purple-700);
}
a.button[data-type=primary][data-color=purple]:disabled,
button[data-type=primary][data-color=purple]:disabled {
  background-color: var(--purple-200);
  color: rgba(var(--white), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=primary][data-color=white],
button[data-type=primary][data-color=white] {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=white]:hover,
button[data-type=primary][data-color=white]:hover {
  background-color: var(--slate-100);
}
a.button[data-type=primary][data-color=white]:active,
button[data-type=primary][data-color=white]:active {
  background-color: var(--slate-50);
}
a.button[data-type=primary][data-color=white]:disabled,
button[data-type=primary][data-color=white]:disabled {
  background-color: var(--slate-300);
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=secondary][data-color=lime],
button[data-type=secondary][data-color=lime] {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--lime-500);
}
a.button[data-type=secondary][data-color=lime]:hover,
button[data-type=secondary][data-color=lime]:hover {
  background-color: var(--lime-900);
}
a.button[data-type=secondary][data-color=lime]:active,
button[data-type=secondary][data-color=lime]:active {
  background-color: var(--lime-200);
}
a.button[data-type=secondary][data-color=lime]:disabled,
button[data-type=secondary][data-color=lime]:disabled {
  background-color: transparent;
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: var(--lime-500);
}
a.button[data-type=secondary][data-color=slate],
button[data-type=secondary][data-color=slate] {
  background-color: transparent;
  color: var(--slate-500);
  border: 1px solid none;
}
a.button[data-type=secondary][data-color=slate]:hover,
button[data-type=secondary][data-color=slate]:hover {
  background-color: var(--slate-800);
}
a.button[data-type=secondary][data-color=slate]:active,
button[data-type=secondary][data-color=slate]:active {
  background-color: var(--slate-400);
}
a.button[data-type=secondary][data-color=slate]:disabled,
button[data-type=secondary][data-color=slate]:disabled {
  background-color: transparent;
  color: rgba(var(--slate-500), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=secondary][data-color=purple],
button[data-type=secondary][data-color=purple] {
  background-color: transparent;
  color: var(--purple-500);
  border: 1px solid var(--purple-500);
}
a.button[data-type=secondary][data-color=purple]:hover,
button[data-type=secondary][data-color=purple]:hover {
  background-color: var(--purple-600);
}
a.button[data-type=secondary][data-color=purple]:active,
button[data-type=secondary][data-color=purple]:active {
  background-color: var(--purple-700);
}
a.button[data-type=secondary][data-color=purple]:disabled,
button[data-type=secondary][data-color=purple]:disabled {
  background-color: var(--purple-200);
  color: rgba(var(--purple-500), 0.5);
  pointer-events: none;
  border-color: var(--purple-500);
}
a.button[data-type=secondary][data-color=white],
button[data-type=secondary][data-color=white] {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--slate-500);
}
a.button[data-type=secondary][data-color=white]:hover,
button[data-type=secondary][data-color=white]:hover {
  background-color: var(--slate-100);
}
a.button[data-type=secondary][data-color=white]:active,
button[data-type=secondary][data-color=white]:active {
  background-color: var(--slate-50);
}
a.button[data-type=secondary][data-color=white]:disabled,
button[data-type=secondary][data-color=white]:disabled {
  background-color: var(--slate-300);
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: var(--slate-500);
}
a.button[data-size=splash],
button[data-size=splash] {
  height: 56px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=xl],
button[data-size=xl] {
  height: 48px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=lg],
button[data-size=lg] {
  height: 40px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=md],
button[data-size=md] {
  height: 32px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=sm],
button[data-size=sm] {
  height: 28px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=xs],
button[data-size=xs] {
  height: 24px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  scroll-padding-top: 8rem;
}
@media (max-width: 768px) {
  html,
  body {
    scroll-padding-top: 5.5rem;
  }
}

html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@supports (-webkit-hyphens: none) {
  html {
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg-primary);
  color: var(--slate-500);
}
body:has(.ms-slate) {
  color: var(--slate-500);
}

[class^=ms-] a,
[class*=" ms-"] a {
  text-decoration: none;
}
[class^=ms-] a:hover, [class^=ms-] a:focus, [class^=ms-] a:active,
[class*=" ms-"] a:hover,
[class*=" ms-"] a:focus,
[class*=" ms-"] a:active {
  text-decoration: none;
}

main.ms-slate {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}
main.ms-slate h1, main.ms-slate h2, main.ms-slate h3, main.ms-slate h4, main.ms-slate h5, main.ms-slate h6,
main.ms-slate ul, main.ms-slate li, main.ms-slate ol, main.ms-slate p, main.ms-slate span, main.ms-slate div {
  color: inherit;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
}

p, li, figcaption {
  text-wrap: pretty;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.row {
  width: min(100%, 1440px);
  margin-inline: auto;
}
@media all and (width < 1440px) {
  .row {
    padding-inline: 2rem;
  }
}
@media all and (width <= 768px) {
  .row {
    padding-inline: 1rem;
  }
}
@media all and (width <= 768px) {
  .row > * {
    padding-inline: 0;
  }
}
.row-inset {
  max-width: 1172px;
}
.row-inset-xs {
  max-width: 910px;
}

.ms-theme-form .gfield--type-honeypot,
.ms-theme-form .gfield--type-checkbox legend,
.ms-theme-form .gfield--type-consent legend {
  display: none;
}
.ms-theme-form .gfield {
  margin-bottom: 1.75rem;
}
.ms-theme-form .gfield_required {
  color: var(--utility-red) !important;
  margin-left: 0.125rem;
}
.ms-theme-form #error {
  padding: 0.875rem;
  font-size: 1rem;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--utility-red);
  color: var(--utility-red);
  margin-top: 1rem;
  display: block;
}
.ms-theme-form #error ol {
  display: grid;
}
.ms-theme-form #error ol li {
  padding-block: 0.5rem;
  padding-left: 1rem;
}
.ms-theme-form #error a {
  color: var(--utility-red);
}
.ms-theme-form #error .validation_error {
  color: var(--utility-red) !important;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ms-theme-form .gform_wrapper .gform_body textarea {
  padding: 0.875rem;
  font-size: 1rem;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--grey-400);
  width: 100%;
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .ms-theme-form .gform_wrapper .gform_body textarea::-moz-placeholder {
  color: var(--text-secondary);
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.ms-theme-form .gform_wrapper .gform_body textarea::placeholder {
  color: var(--text-secondary);
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 54px;
}
.ms-theme-form .gform_wrapper .gform_body textarea {
  height: 140px;
}
.ms-theme-form .gform_wrapper .gform_body input.has-checkmark, .ms-theme-form textarea.has-checkmark {
  background: url(../../../assets/images/slate/svg/icon-check-status.svg) no-repeat right 1rem center;
  background-size: 1rem 1rem;
  border: 1px solid var(--slate-500) !important;
}
.ms-theme-form .gform_wrapper.gravity-theme label.gfield_label {
  font-size: var(--font-label);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--text-secondary);
}
.ms-theme-form .gfield:has(h3.gsection_title) {
  border-bottom: none;
  margin: 1.5rem 0 1rem !important;
}
.ms-theme-form h3.gsection_title,
.ms-theme-form legend.gfield_label {
  font-size: var(--font-p2);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 600;
  color: var(--text-primary);
  border-bottom: none;
}
.ms-theme-form .ginput_container_consent:has(input[type=checkbox]) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}
.ms-theme-form .ginput_container_consent:has(input[type=checkbox]) label {
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-size: 14px;
}
.ms-theme-form .legal-links {
  display: flex;
  gap: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
@media all and (max-width: 600px) {
  .ms-theme-form .legal-links {
    flex-flow: column wrap;
  }
}
.ms-theme-form .legal-links a {
  color: var(--text-primary);
}
.ms-theme-form .ms-pills {
  margin: 0 0 1.5rem !important;
  display: block;
}
.ms-theme-form .ms-pills .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
@media all and (max-width: 600px) {
  .ms-theme-form .ms-pills .gfield_checkbox {
    flex-flow: column wrap;
  }
}
.ms-theme-form .ms-pills .gchoice {
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--slate-200);
  border-radius: 25px;
  padding: 0.25rem 1rem;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
}
.ms-theme-form .ms-pills .gchoice:focus {
  outline: 2px solid var(--utility-blue);
}
.ms-theme-form .ms-pills .gchoice:focus-within {
  outline: 2px solid var(--utility-blue);
  outline-offset: 2px;
}
.ms-theme-form .ms-pills .gchoice:has(input[type=checkbox]:checked) {
  background: var(--slate-500);
  color: var(--white);
  border: 1px solid var(--slate-500);
}
.ms-theme-form .ms-pills .gchoice:has(input[type=checkbox]:checked) label {
  color: var(--white);
  margin-bottom: 0;
}
.ms-theme-form .ms-pills .gchoice:hover {
  background: var(--slate-500);
}
.ms-theme-form .ms-pills .gchoice:hover label {
  color: var(--white);
}
.ms-theme-form .ms-pills .gchoice input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  z-index: 0;
  cursor: pointer;
  border-radius: 25px;
}
.ms-theme-form .ms-pills .gchoice label {
  width: 100%;
  max-width: none !important;
  text-align: center;
  color: var(--text-secondary);
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 0;
}
.ms-theme-form .gfield_checkbox .gchoice,
.ms-theme-form .ginput_container_consent .gchoice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ms-theme-form .gfield_checkbox label,
.ms-theme-form .ginput_container_consent label {
  margin-bottom: 0;
}
.ms-theme-form .gfield_checkbox input[type=checkbox],
.ms-theme-form .ginput_container_consent input[type=checkbox] {
  --size: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: inline-flex;
  margin-right: 0.25rem;
  background: var(--white);
  border: 1px solid var(--text-primary);
  cursor: pointer;
}
.ms-theme-form .gfield_checkbox input[type=checkbox]:hover,
.ms-theme-form .ginput_container_consent input[type=checkbox]:hover {
  outline: 1px solid var(--text-primary);
}
.ms-theme-form .gfield_checkbox input[type=checkbox]:checked,
.ms-theme-form .ginput_container_consent input[type=checkbox]:checked {
  background: var(--text-primary);
  outline: 1px solid var(--text-primary);
}
.ms-theme-form .gfield_checkbox input[type=checkbox]:checked::before,
.ms-theme-form .ginput_container_consent input[type=checkbox]:checked::before {
  content: "\e904";
  font-family: "slate-icons" !important;
  color: var(--white);
  font-size: 0.625rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ms-theme-form .gform_footer,
.ms-theme-form .gform_page_footer {
  display: flex;
  gap: 1rem;
  padding: 2rem 0 3rem !important;
  background: var(--white);
  border-top: 1px solid var(--grey-200);
  position: relative;
}
@media all and (max-width: 600px) {
  .ms-theme-form .gform_footer,
  .ms-theme-form .gform_page_footer {
    flex-flow: column wrap;
  }
}
@media all and (max-width: 992px) {
  .ms-theme-form .gform_footer,
  .ms-theme-form .gform_page_footer {
    padding: 2rem 0 8rem !important;
  }
}
@media all and (max-width: 768px) {
  .ms-theme-form .gform_footer,
  .ms-theme-form .gform_page_footer {
    padding: 2rem 0 10rem !important;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .ms-theme-form .gform_footer,
    .ms-theme-form .gform_page_footer {
      padding: 2rem 0 7rem !important;
    }
  }
}
.ms-theme-form .gform_footer::before, .ms-theme-form .gform_footer::after,
.ms-theme-form .gform_page_footer::before,
.ms-theme-form .gform_page_footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  background: var(--white);
  z-index: -1;
  border-top: 1px solid var(--grey-200);
}
.ms-theme-form .gform_footer::before,
.ms-theme-form .gform_page_footer::before {
  top: -1px;
  left: -100%;
}
.ms-theme-form .gform_footer::after,
.ms-theme-form .gform_page_footer::after {
  top: -1px;
  right: -100%;
}
.ms-theme-form .gform_footer .gform_button,
.ms-theme-form .gform_page_footer .gform_button {
  order: 2;
}

.ms-form-disclaimer-content {
  text-align: left;
}
.ms-form-disclaimer-content a {
  color: var(--text-primary);
  text-decoration: underline;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button {
  background: var(--slate-500);
  color: var(--white);
  height: 3rem;
  display: inline-flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: var(--btn-radius);
  padding: 0.5rem 3rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media all and (max-width: 600px) {
  .gform_wrapper.gravity-theme .gform_footer .gform_button,
  .gform_wrapper.gravity-theme .gform_page_footer .gform_button {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button:hover {
  background: var(--slate-800);
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:active,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button:active {
  background: var(--slate-400);
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  background: var(--white);
}

.gform_wrapper .gform_body .gfield.gfield_error .ginput_container > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gfield.gfield_error .ginput_container > textarea {
  border: 1px solid var(--utility-red);
  color: var(--utility-red);
}

.gform_wrapper .gform_body .gfield.gfield_error .gfield_label, .gform_wrapper .gform_body .gfield.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper .gform_body .gfield.gfield_error ul.gfield_checkbox, .gform_wrapper .gform_body .gfield.gfield_error ul.gfield_radio {
  color: var(--utility-red);
}

.gform_wrapper .gform_body .gfield.gfield_error.gfield_contains_required div.validation_message {
  color: var(--utility-red);
  text-align: right;
  padding: 0;
  border-radius: 4px;
  border: none;
  background: transparent;
}

#buttonControls select {
  padding-left: 1rem !important;
  border-radius: 8px !important;
}

@font-face {
  font-family: "slate-icons";
  src: url("../../../assets/fonts/slate/icomoon.eot?rrhwjr");
  src: url("../../../assets/fonts/slate/icomoon.eot?rrhwjr#iefix") format("embedded-opentype"), url("../../../assets/fonts/slate/icomoon.ttf?rrhwjr") format("truetype"), url("../../../assets/fonts/slate/icomoon.woff?rrhwjr") format("woff"), url("../../../assets/fonts/slate/icomoon.svg?rrhwjr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "slate-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-chat:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-checklist:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-connect:before {
  content: "\e907";
}

.icon-dashboard:before {
  content: "\e908";
}

.icon-domestic:before {
  content: "\e909";
}

.icon-fb:before {
  content: "\e90a";
}

.icon-hand:before {
  content: "\e90b";
}

.icon-health-hand:before {
  content: "\e90c";
}

.icon-heath-doc:before {
  content: "\e90d";
}

.icon-insta:before {
  content: "\e90e";
}

.icon-interface:before {
  content: "\e90f";
}

.icon-international:before {
  content: "\e910";
}

.icon-leadership:before {
  content: "\e911";
}

.icon-linkedin:before {
  content: "\e912";
}

.icon-live:before {
  content: "\e913";
}

.icon-menu:before {
  content: "\e914";
}

.icon-phone:before {
  content: "\e915";
}

.icon-pin:before {
  content: "\e916";
}

.icon-quote:before {
  content: "\e917";
}

.icon-search:before {
  content: "\e918";
}

.icon-support:before {
  content: "\e919";
}

.icon-tiktok:before {
  content: "\e91a";
}

.icon-user-graphs:before {
  content: "\e91b";
}

.icon-user:before {
  content: "\e91c";
}

.icon-virtual:before {
  content: "\e91d";
}

.icon-youtube:before {
  content: "\e91e";
}

body:has(.ms-slate) header.banner.has-top-nav > .wrap {
  padding-top: 111px;
}
@media all and (max-width: 992px) {
  body:has(.ms-slate) header.banner.has-top-nav > .wrap {
    padding-top: 74px;
  }
}
body:has(.ms-slate) .headroom--not-top a.navbar-brand {
  width: 250px;
  margin-left: 0 !important;
}
body:has(.ms-slate) .headroom--not-top a.navbar-brand .ml-xl-5, body:has(.ms-slate) .headroom--not-top a.navbar-brand .mx-xl-5 {
  margin-left: 0 !important;
}
@media all and (min-width: 1200px) {
  body:has(.ms-slate) .headroom--not-top a.navbar-brand .ml-xl-5, body:has(.ms-slate) .headroom--not-top a.navbar-brand .mx-xl-5 {
    margin-left: 0 !important;
  }
}
body:has(.ms-slate) .headeroom--top .ml-xl-5, body:has(.ms-slate) .headeroom--top .mx-xl-5 {
  margin-left: 0 !important;
}
@media all and (min-width: 1200px) {
  body:has(.ms-slate) .headeroom--top .ml-xl-5, body:has(.ms-slate) .headeroom--top .mx-xl-5 {
    margin-left: 0 !important;
  }
}

.ms-theme-form {
  font-size: 1rem !important;
}

.ms-award-grid {
  --padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: min(100%, 910px + var(--padding) * 2);
  padding: 0 var(--padding);
  margin: 2rem auto 5rem;
}
.ms-award-item {
  background: var(--grey-100);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
@media all and (max-width: 600px) {
  .ms-award-item {
    flex-flow: row wrap;
  }
}
.ms-award-item:has(.ms-award-img) {
  justify-content: flex-start;
  text-align: left;
}
.ms-award-item:has(.ms-award-img) .ms-award-content {
  padding-right: 15%;
}
@media all and (max-width: 600px) {
  .ms-award-item:has(.ms-award-img) .ms-award-content {
    padding-right: 0;
    width: 100%;
  }
}
.ms-award-item:has(.ms-award-img) .ms-award-date {
  justify-content: flex-start;
}
@media all and (max-width: 600px) {
  .ms-award-item:has(.ms-award-img) .ms-award-date {
    justify-content: center;
  }
}
.ms-award-item:not(:has(.ms-award-img)) .ms-award-content {
  padding-block: 1.5rem;
}
.ms-award-img {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .ms-award-img {
    flex: 0 0 100%;
  }
}
.ms-award-img img {
  max-width: 50%;
  padding-block: 1.5rem;
}
@media all and (max-width: 600px) {
  .ms-award-content {
    text-align: center;
  }
}
.ms-award-date {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.ms-animate .ms-award-item {
  opacity: 0;
  animation: fadeIn 0.7s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
  }
}
body:has(.ms-slate) .ms-banner {
  color: var(--white);
}

.ms-banner {
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin: 1.5rem auto 0;
  background: var(--slate-500);
  color: var(--white);
  border-radius: 24px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-self: center;
  padding: 0;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .ms-banner {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 600px) {
  .ms-banner {
    display: block;
    min-height: 0;
  }
}
.ms-banner[data-banner=about] {
  border-radius: 0;
  aspect-ratio: 1440/500;
  background: url(../../../assets/images/slate/svg/ms-banner-curve.svg) no-repeat center top;
  background-size: 100% 100%;
  border: 1px dashed black;
}
.ms-banner[data-banner=about] .ms-banner-img::after {
  display: none;
}
.ms-banner-content {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 5rem;
}
@media all and (max-width: 1024px) {
  .ms-banner-content {
    padding-left: 3rem;
  }
}
@media all and (max-width: 600px) {
  .ms-banner-content {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 0;
  }
}
@media all and (max-width: 1024px) {
  .ms-banner-content h1 {
    font-size: var(--font-size-lg);
  }
}
.ms-banner[data-banner=tech] .ms-banner-content h1 {
  padding-right: 5rem;
}
@media all and (max-width: 1200px) {
  .ms-banner[data-banner=tech] .ms-banner-content h1 {
    padding-right: 0rem;
  }
}
.ms-banner-content button {
  opacity: 0;
}
@media all and (max-width: 600px) {
  .ms-banner-content button {
    width: 100%;
  }
}
.ms-banner-img {
  margin-top: 1rem;
  width: 100%;
  display: grid;
  align-self: end;
  justify-self: end;
  position: relative;
}
.ms-banner-img::after {
  --size: 45rem;
  content: "";
  width: var(--size);
  height: var(--size);
  display: block;
  border-radius: 50%;
  background: var(--lime-500);
  position: absolute;
  bottom: -55%;
  right: -25%;
  z-index: 0;
}
@media all and (max-width: 1400px) {
  .ms-banner-img::after {
    --size: 40rem;
  }
}
@media all and (max-width: 1180px) {
  .ms-banner-img::after {
    --size: 35rem;
  }
}
@media all and (max-width: 900px) {
  .ms-banner-img::after {
    --size: 30rem;
  }
}
@media all and (max-width: 768px) {
  .ms-banner-img::after {
    --size: 22rem;
  }
}
@media all and (max-width: 600px) {
  .ms-banner-img::after {
    --size: 25rem;
    bottom: -12.5rem;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0 0 50% 0);
  }
}
@media all and (max-width: 400px) {
  .ms-banner-img::after {
    bottom: -18rem;
  }
}
@media all and (max-width: 600px) {
  .ms-banner-img {
    justify-self: center;
    align-self: center;
  }
}
@media all and (max-width: 480px) {
  .ms-banner-img {
    background-position: bottom -15rem center;
  }
}
.ms-banner-img img {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 600px) {
  .ms-banner-img img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}

.ms-animate .ms-banner-content .button {
  animation: fade-in 1s ease-in-out forwards;
  animation-delay: 0.2s;
}
.ms-animate .ms-banner-img::after {
  animation: scale 0.5s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  from {
    scale: 0;
    transform-origin: center;
  }
  to {
    scale: 1;
    transform-origin: center;
  }
}
body:has(.ms-slate) .ms-banner-curved {
  color: var(--white);
}

.ms-banner-curved {
  --banner-bg: url(../../../assets/images/slate/svg/curved-banner-white-1440.svg);
  width: 100%;
  height: 500px;
  margin: 1.5rem auto 0;
  background: var(--slate-500) var(--banner-bg) no-repeat center bottom;
  background-size: 100%;
  color: var(--white);
  border-radius: 24px;
  position: relative;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .ms-banner-curved {
    --banner-bg: url(../../../assets/images/slate/svg/curved-banner-white-1280.svg);
  }
}
@media (max-width: 1024px) {
  .ms-banner-curved {
    --banner-bg: url(../../../assets/images/slate/svg/curved-banner-white-1024.svg);
  }
}
@media (max-width: 768px) {
  .ms-banner-curved {
    --banner-bg: url(../../../assets/images/slate/svg/curved-banner-white-768.svg);
  }
}
@media (max-width: 600px) {
  .ms-banner-curved {
    --banner-bg: url(../../../assets/images/slate/svg/curved-banner-white-400.svg);
    grid-template-columns: 1fr;
    margin-bottom: 10rem;
  }
}
@media (max-width: 480px) {
  .ms-banner-curved {
    margin-bottom: 0rem;
  }
}
.ms-banner-curved-content {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 5rem;
}
@media all and (max-width: 1024px) {
  .ms-banner-curved-content {
    padding-left: 3rem;
  }
}
@media all and (max-width: 600px) {
  .ms-banner-curved-content {
    grid-template-columns: 1fr;
    padding: 5rem 1rem 3rem;
  }
}
@media all and (max-width: 1024px) {
  .ms-banner-curved-content h1 {
    font-size: var(--font-size-lg);
  }
}
.ms-banner-curved-img {
  width: 100%;
  margin-top: 2rem;
}
@media all and (max-width: 992px) {
  .ms-banner-curved-img {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ms-banner-curved-img-inner {
  width: 75%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 4px solid var(--lime-500);
  aspect-ratio: 1;
  border-radius: 50%;
}
@media all and (max-width: 1280px) {
  .ms-banner-curved-img-inner {
    width: 85%;
  }
}
@media all and (max-width: 992px) {
  .ms-banner-curved-img-inner {
    width: 100%;
  }
}
.ms-banner-curved-img img {
  position: relative;
  z-index: 10;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
  display: block;
}

.ms-button-customizer {
  border: 1px solid var(--grey-300);
  background: var(--white);
  border-radius: 24px;
  padding: 2rem;
  width: min(100%, 1440px);
  margin: 1rem auto;
}
.ms-button-customizer .view-all-toggle {
  margin-block: 1rem;
}
.ms-button-customizer form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--slate-500);
}
@media all and (max-width: 992px) {
  .ms-button-customizer form {
    flex-flow: column nowrap;
  }
}
.ms-button-customizer form select {
  border: 1px solid var(--grey-300);
  font-weight: 600;
  border-radius: 4px;
  padding: 0.5rem;
  cursor: pointer;
}
.ms-button-customizer form input {
  font-size: 1rem;
  padding: 0.5rem;
}
.ms-button-customizer form label {
  flex: 1 1 100%;
  display: flex;
  font-weight: 700;
  justify-content: center;
  gap: 0.25rem;
  flex-flow: column nowrap;
}
.ms-button-customizer form label:has(input[type=checkbox]) {
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  cursor: pointer;
  border-radius: 4px;
}
.ms-button-customizer form label:has(input[type=checkbox]) input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  cursor: pointer;
}
.ms-button-customizer .copy-code-btn {
  margin: 2rem 0 0 0;
}
.ms-button-customizer .copy-code-btn svg {
  --size: 1.25rem;
  width: var(--size);
  height: var(--size);
}
.ms-button-customizer section {
  flex: 1 1 100%;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid var(--grey-300);
}
.ms-button-customizer section h6 {
  display: block;
  margin: 0 0 1rem;
}
.ms-button-customizer section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#buttonPreview {
  border: 1px dashed var(--grey-300);
  padding: 2rem;
  text-align: center;
}

.toggleWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  white-space: nowrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
  cursor: pointer;
}

.toggleWrapper input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--slate-500);
  cursor: pointer;
}

.toggle-label {
  all: unset;
  font-size: 0.875rem;
  font-weight: 600;
}

pre {
  background: var(--slate-500);
  color: var(--white);
  border-radius: 8px;
  padding: 1.25rem !important;
  margin: 0 0 0;
}
pre code {
  font-size: 1rem;
}

body:has(.ms-slate) .ms-connect {
  color: var(--white);
}

.ms-connect {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  background: var(--slate-500);
  color: var(--text-reversed);
  border-radius: 24px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .ms-connect {
    padding: 3rem 1.5rem 2rem;
  }
}
@media all and (max-width: 480px) {
  .ms-connect {
    padding: 2rem 1rem;
  }
}
.ms-connect-content {
  text-align: center;
  opacity: 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .ms-connect-content h2 {
    font-size: var(--font-size-base);
    margin-bottom: 0.5rem;
  }
}
.ms-connect-form-container {
  width: min(100%, 600px);
  height: 58px;
  margin: 1rem auto 2rem;
  background: var(--white);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 0.0625rem;
  background: var(--gradient-splash);
  transition: all 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-connect-form-container {
    width: 100%;
  }
}
.ms-connect-form-container:has(input[type=email]:focus, button:focus, input[type=email]:focus-visible, button:focus-visible) {
  box-shadow: 0 0px 8px var(--teal-400);
}
.ms-connect-form-container-inner {
  padding: 0.25rem;
  background: var(--white);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0;
  border-radius: 7px;
}
.ms-connect-form-container > * {
  position: relative;
  z-index: 1;
}
.ms-connect-form-container::before {
  --size: 1px;
  content: "";
  width: calc(100% + var(--size) * 2);
  height: calc(100% + var(--size) * 2);
  border-radius: 8px;
  display: flex;
  position: absolute;
  inset: -1px;
  background: var(--gradient-splash);
  pointer-events: none;
  z-index: 0;
}
.ms-connect-form-container input[type=email] {
  width: 100%;
  border-radius: 8px 0 0 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: var(--white);
  height: 100%;
  font-size: 1rem;
  height: 48px;
  padding-inline: 0.875rem;
}
.ms-connect-form-container input[type=email]::-moz-placeholder {
  color: var(--text-secondary);
}
.ms-connect-form-container input[type=email]::placeholder {
  color: var(--text-secondary);
}
.ms-connect-form-container input[type=email].invalid:focus {
  outline-color: var(--utility-red);
}
.ms-connect-form-container button {
  color: var(--lime-500) !important;
}
@media all and (max-width: 768px) {
  .ms-connect-form-container button.sq-btn {
    max-width: 48px;
  }
}
.ms-connect-form-container button:hover span[class^=icon-] {
  transform: translateX(0);
}
@media all and (max-width: 768px) {
  .ms-connect-form-container button span:nth-of-type(1) {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .ms-connect-form-container button span[class^=icon-] {
    margin-left: 0;
  }
}
.ms-connect .ms-error-msg {
  margin: -1rem 0 1rem;
  color: #FF6B6B;
  font-size: 0.875rem;
}
.ms-connect-img-group {
  width: 60%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box !important;
}
@media all and (max-width: 768px) {
  .ms-connect-img-group {
    width: 100%;
  }
}
.ms-connect-img-group-item {
  scale: 1.25;
  transition: all 1.25s ease;
  position: relative;
}
@media all and (max-width: 768px) {
  .ms-connect-img-group-item:nth-child(1), .ms-connect-img-group-item:nth-child(5) {
    display: none;
  }
}
.ms-connect-img-group-item:nth-child(1) {
  top: -80%;
  left: -25%;
}
.ms-connect-img-group-item:nth-child(2) {
  top: -135%;
  left: -15%;
}
.ms-connect-img-group-item:nth-child(3) {
  top: -25%;
  left: -5%;
}
.ms-connect-img-group-item:nth-child(4) {
  top: 15%;
  left: 5%;
}
.ms-connect-img-group-item:nth-child(5) {
  top: -90%;
  left: 25%;
}

.ms-animate:has([data-animate=true]) .ms-connect-content {
  animation: fadeIn 0.8s ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.ms-animate:has([data-animate=true]) .ms-connect-img-group-item {
  scale: 1;
  position: relative;
  inset: 0 !important;
}

.ms-animate:has([data-animate=false]) .ms-connect-content {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ms-form-drawer {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--bg-primary);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: clip;
  overscroll-behavior: contain;
}
.admin-bar .ms-form-drawer {
  top: 32px;
}
@media all and (max-width: 782px) {
  .admin-bar .ms-form-drawer {
    top: 46px;
  }
}
@media all and (max-width: 992px) {
  .ms-form-drawer {
    inset: auto;
    bottom: 0;
    width: 100%;
    transform: translateX(0) translateY(100%);
  }
}
.ms-form-drawer::backdrop {
  background: var(--slate-500);
  opacity: 0.8;
}
.ms-form-drawer[open] {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  cursor: auto;
}
@media all and (max-width: 992px) {
  .ms-form-drawer[open] {
    --headerHeight: 5rem;
    transform: translateX(0) translateY(var(--headerHeight));
  }
}
.ms-form-drawer-header {
  --blur: 10px;
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--offwhite-90);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
}
@media all and (max-width: 600px) {
  .ms-form-drawer-header {
    background-position: center left 1.25rem;
    padding: 0.875rem 0.625rem;
  }
}
.ms-form-drawer-header img {
  margin: 0;
  padding: 0;
}
.ms-form-drawer-body {
  padding: 0 6rem 0;
  margin-top: 1.5rem;
}
@media all and (max-width: 600px) {
  .ms-form-drawer-body {
    padding: 0 1.25rem 0;
  }
}
.ms-form-drawer-close {
  --size: 2.25rem;
  all: unset;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
}
@media all and (max-width: 600px) {
  .ms-form-drawer-close {
    position: relative;
    inset: auto;
  }
}
.ms-form-drawer-close span {
  all: unset;
  font-size: 1.125rem;
  opacity: 0.8;
}
.ms-form-drawer-close:hover {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
}
.ms-form-drawer-close:hover span {
  opacity: 1;
}

.ms-form-drawer-intro-text .text-container {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media all and (max-width: 1200px) {
  .ms-form-drawer-intro-text .text-container {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}
.ms-form-drawer-intro-text .text-container h3 {
  margin-bottom: 0;
}
.ms-form-drawer-intro-text .p3 a {
  color: var(--text-primary);
  text-decoration: underline;
}
.ms-form-drawer-intro-text .img-group {
  display: inline-flex;
  gap: 0.25rem;
}
@media all and (max-width: 768px) {
  .ms-form-drawer-intro-text .img-group {
    display: none;
  }
}
.ms-form-drawer-intro-text .img-group img {
  --size: 4.125rem;
  width: var(--size);
  height: var(--size);
}

.ms-form-drawer-thank-you-text {
  display: none;
}

.ms-form-drawer-thank-you-text .social-media {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 1rem;
}
@media all and (max-width: 768px) {
  .ms-form-drawer-thank-you-text .social-media {
    margin: 1rem 0 0 !important;
  }
}
.ms-form-drawer-thank-you-text .social-media li a {
  --size: 2.5rem;
  width: var(--size);
  height: var(--size);
  font-size: calc(var(--size) / 1.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.ms-form-drawer-thank-you-text .social-media li a:hover {
  background: var(--grey-100);
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer {
  background: var(--white);
  border-top: 1px solid var(--grey-200);
  padding: 2rem 0 4rem;
  position: relative;
  margin-top: 2rem;
}
@media all and (max-width: 992px) {
  .ms-form-drawer-thank-you-text .ms-form-drawer-close-footer {
    margin-bottom: 6rem;
  }
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer::before, .ms-form-drawer-thank-you-text .ms-form-drawer-close-footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  background: var(--white);
  z-index: -1;
  border-top: 1px solid var(--grey-200);
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer::before {
  top: -1px;
  left: -100%;
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer::after {
  top: -1px;
  right: -100%;
}
.ms-form-drawer-thank-you-text .row:not(.intro) {
  color: var(--text-secondary);
}
.ms-form-drawer-thank-you-text .row:not(.intro) a {
  color: var(--text-secondary);
  text-decoration: underline;
}

@supports (selector(:has(*))) {
  html:has(.ms-form-drawer[open]) {
    overflow: hidden;
  }
  .ms-theme-form .gform_confirmation_message {
    display: none !important;
  }
  .ms-form-drawer-body:has(.gform_wrapper form) .ms-form-drawer-intro-text {
    display: block;
  }
  .ms-form-drawer-body:has(.gform_wrapper form) .ms-form-drawer-thank-you-text {
    display: none;
  }
  .ms-form-drawer-body:has(.gform_confirmation_message) .ms-form-drawer-intro-text {
    display: none;
  }
  .ms-form-drawer-body:has(.gform_confirmation_message) .ms-form-drawer-thank-you-text {
    display: block;
  }
}
.ms-group-brand-grid {
  --padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
  padding: 0 var(--padding);
  margin: 2rem auto 5rem;
}
.ms-group-brand-item {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 1rem;
}
@media all and (max-width: 600px) {
  .ms-group-brand-item {
    flex-flow: row wrap;
  }
}
.ms-group-brand-item-img {
  flex: 0 0 200px;
}

body:has(.ms-slate) .ms-hero-content {
  color: var(--white);
}

.ms-hero {
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
  padding-bottom: 5rem;
}
@media all and (max-width: 600px) {
  .ms-hero {
    padding-bottom: 2rem;
  }
}
.ms-hero-inner {
  width: 100%;
  margin: 0 auto;
  background: var(--slate-500);
  border-radius: 24px;
  color: var(--white);
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 4rem 0 0;
}
@media all and (max-width: 600px) {
  .ms-hero-inner {
    padding: 2rem 0 0;
    overflow: hidden;
  }
}
.ms-hero-content {
  padding-inline: 1.25rem;
  position: relative;
  z-index: 100;
  margin-bottom: -2.3125rem;
}
@media all and (max-width: 600px) {
  .ms-hero-content {
    margin-bottom: 0;
  }
}
.ms-hero h1,
.ms-hero h2 {
  margin-bottom: 1rem;
}
@media all and (max-width: 480px) {
  .ms-hero h1 {
    font-size: var(--font-size-md);
  }
}
.ms-hero h2 {
  text-align: center;
}
.ms-hero h2 span {
  display: inline-block;
}
.ms-hero button {
  margin-bottom: 1rem;
}
@media all and (max-width: 600px) {
  .ms-hero button {
    width: 100%;
  }
}

.ms-hero-img-container {
  position: relative;
  width: 100%;
}
.ms-hero-img-container .professionals {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 24px;
  position: relative;
  bottom: 0;
}
.ms-hero-img-container .professionals .people {
  --width: 45%;
  width: var(--width);
  position: relative;
  bottom: -50px;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .ms-hero-img-container .professionals .people {
    --width: 55%;
    bottom: 0;
  }
}
.ms-hero-img-container .professionals .circle {
  --width: 90%;
  width: var(--width);
  left: calc((100% - var(--width)) / 2);
  position: absolute;
  bottom: -2rem;
  bottom: 0;
  z-index: 0;
}
@media all and (max-width: 600px) {
  .ms-hero-img-container .professionals .circle {
    --width: 100%;
    scale: 1;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.chart-container {
  --width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  inset: 0;
  top: auto;
  bottom: 2%;
  width: var(--width);
  z-index: 10;
  pointer-events: none;
}
@media all and (max-width: 992px) {
  .chart-container {
    height: 40%;
    bottom: 5%;
  }
}
@media all and (max-width: 600px) {
  .chart-container {
    display: none;
  }
}

.chart-bg,
.chart-fg {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .chart-bg,
  .chart-fg {
    display: none;
  }
}

.chart-bg {
  --width: 90%;
  margin: 1rem calc((100% - var(--width)) / 2) 0;
  width: var(--width);
  opacity: 0.7;
  filter: blur(3px);
  transition: all 0.4s ease;
}
@media all and (max-width: 1280px) {
  .chart-bg {
    margin-top: 4rem;
  }
}
@media all and (max-width: 1024px) {
  .chart-bg {
    --width: 110%;
    margin-right: 20%;
  }
}
@-moz-document url-prefix() {
  .chart-bg {
    filter: none !important;
    opacity: 0.25;
  }
}
.chart-bg .chart {
  scale: 1.05;
  padding: 0.5rem;
}
@-moz-document url-prefix() {
  .chart-bg .chart {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.25;
  }
}
.chart-bg .chart:nth-of-type(1) {
  will-change: transform;
  width: 13.6%;
  transform: translateY(2rem);
}
.chart-bg .chart:nth-of-type(2) {
  will-change: transform;
  width: 11.8%;
  margin-right: 3%;
}
@media all and (max-width: 1024px) {
  .chart-bg .chart:nth-of-type(2) {
    margin-right: 8%;
  }
}

.chart-fg {
  --width: 100%;
  width: var(--width);
  left: calc((100% - var(--width)) / 2);
  bottom: 0%;
}
.chart-fg .chart img {
  width: 100%;
}
.chart-fg .chart:nth-of-type(1) {
  will-change: transform;
  transform: translate(55%, -2%);
  width: 23.5%;
}
.chart-fg .chart:nth-of-type(2) {
  will-change: transform;
  transform: translate(-34%, -36%);
  width: 19.6%;
}

.chart {
  --blur: 10px;
  position: relative;
  background: var(--white-70);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
  width: auto;
}

.ms-animate-target {
  --speed: 1.125s;
}
.ms-animate-target .ms-hero-content {
  animation: contentFadeDown var(--speed) ease-out forwards;
  opacity: 0;
  transform: translateY(-20px);
}
.ms-animate-target .chart-container {
  --speed: 2s;
  animation: shiftUp var(--speed) ease forwards;
}
.ms-animate-target .ms-hero-img-container .people {
  --speed: 1s;
  animation: shiftUp var(--speed) ease forwards;
}
.ms-animate-target .ms-hero-img-container .circle {
  --speed: 1.5s;
  animation: shiftUp var(--speed) ease forwards;
}

@keyframes contentFadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes imgFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shiftUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes blur {
  0% {
    filter: blur(1px);
  }
  100% {
    filter: blur(5px);
  }
}
.ms-icon-list-card {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--grey-100);
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
@media all and (max-width: 992px) {
  .ms-icon-list-card {
    padding: 1.5rem;
  }
}
.ms-icon-list-card-content {
  min-height: 80px;
}
@media all and (max-width: 992px) {
  .ms-icon-list-card-content {
    min-height: 100px;
  }
}
@media all and (max-width: 768px) {
  .ms-icon-list-card-content {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .ms-icon-list-card-content:has(p) {
    margin-bottom: 0;
  }
}
.ms-icon-list-card ul {
  display: grid;
  gap: 1rem;
  width: 100%;
  text-align: left;
}
.ms-icon-list-card ul li a {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--grey-300);
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media all and (max-width: 992px) {
  .ms-icon-list-card ul li a {
    border-color: var(--slate);
    padding: 1rem;
  }
}
.ms-icon-list-card ul li a::after {
  --size: 2.5rem;
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lime-500) url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 50%;
  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: calc(var(--size) * -1);
  opacity: 0;
  scale: 0;
  transition: all 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-icon-list-card ul li a::after {
    --size: 1.5rem;
    opacity: 1;
    scale: 1;
    right: 1rem;
  }
}
.ms-icon-list-card ul li a:hover, .ms-icon-list-card ul li a:focus, .ms-icon-list-card ul li a:active {
  border-color: var(--slate);
}
.ms-icon-list-card ul li a:hover::after, .ms-icon-list-card ul li a:focus::after, .ms-icon-list-card ul li a:active::after {
  opacity: 1;
  scale: 1;
  right: 1rem;
}
.ms-icon-list-card ul li a:active {
  background: var(--grey-100);
}
.ms-icon-list-card ul li a img,
.ms-icon-list-card ul li a [class^=icon-],
.ms-icon-list-card ul li a [class*=" icon-"] {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  font-size: var(--size);
  display: inline-flex;
  color: var(--lime-500);
}
.ms-icon-list-card ul li a p {
  margin: 0 2.5rem 0 0;
  font-weight: 600;
}

.ms-leadership-team-grid {
  display: grid;
  gap: 4rem 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 1200px) {
  .ms-leadership-team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1rem;
  }
}
@media all and (max-width: 992px) {
  .ms-leadership-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media all and (max-width: 768px) {
  .ms-leadership-team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ms-leadership-team-item {
  cursor: pointer;
  text-align: center;
  border-radius: 16px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.4s ease;
}
.ms-leadership-team-item::after {
  --fontsize: 0.75rem;
  content: "\e900";
  font-family: "slate-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: var(--fontsize);
  line-height: 1;
  display: none;
  rotate: 270deg;
  position: absolute;
  top: calc(50% - var(--fontsize) / 2);
  right: 1rem;
}
@media all and (max-width: 768px) {
  .ms-leadership-team-item::after {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .ms-leadership-team-item {
    text-align: left;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
.ms-leadership-team-item:focus-visible {
  outline: 1px solid var(--utility-blue);
}
@media all and (max-width: 768px) {
  .ms-leadership-team-item:hover {
    background: var(--grey-100);
  }
}
.ms-leadership-team-item:hover .ms-leadership-team-img {
  background: var(--lime-500);
}
.ms-leadership-team-img {
  --size: 15rem;
  flex: 0 0 var(--size);
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto !important;
  padding: 0;
  border-radius: 50%;
  transition: all 0.4s ease;
  position: relative;
}
@media all and (max-width: 768px) {
  .ms-leadership-team-img {
    --size: 7.5rem;
    margin: 0 !important;
  }
}
.ms-leadership-team-img:hover .circle-bg {
  scale: 2;
}
.ms-leadership-team-img:hover .post-thumb {
  background: var(--lime-500);
}
.ms-leadership-team-img .post-thumb {
  flex: 0 0 15rem;
  width: 15rem;
  height: 15rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: var(--lime-200);
  transition: all 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-leadership-team-img .post-thumb {
    flex: 0 0 7.5rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}
.ms-leadership-team-img img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.ms-leadership-team-img .circle-bg {
  width: var(--size);
  height: var(--size);
  background: var(--lime-100);
  opacity: 0.15;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  z-index: 0;
  scale: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.ms-leadership-team-content {
  display: block;
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}
.ms-leadership-team-name {
  margin-top: 1rem;
}
.ms-leadership-team-title {
  color: var(--text-secondary) !important;
}
.ms-leadership-team-drawer {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--bg-primary);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: clip;
  overscroll-behavior: contain;
}
.admin-bar .ms-leadership-team-drawer {
  top: 32px;
}
@media all and (max-width: 782px) {
  .admin-bar .ms-leadership-team-drawer {
    top: 46px;
  }
}
@media all and (max-width: 992px) {
  .ms-leadership-team-drawer {
    inset: auto;
    bottom: 0;
    width: 100%;
    transform: translateX(0) translateY(100%);
  }
}
.ms-leadership-team-drawer::backdrop {
  background: var(--slate-500);
  opacity: 0.8;
}
.ms-leadership-team-drawer[open] {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  cursor: auto;
}
@media all and (max-width: 992px) {
  .ms-leadership-team-drawer[open] {
    --headerHeight: 5rem;
    transform: translateX(0) translateY(var(--headerHeight));
  }
}
.ms-leadership-team-drawer-header {
  --blur: 10px;
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--offwhite-90);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
}
@media all and (max-width: 600px) {
  .ms-leadership-team-drawer-header {
    background-position: center left 1.25rem;
    padding: 0.875rem 0.625rem;
  }
}
.ms-leadership-team-drawer-header img {
  margin: 0;
  padding: 0;
}
.ms-leadership-team-drawer-body {
  padding: 0 6rem 5rem;
  margin-top: 1.5rem;
  overflow-y: scroll;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.ms-leadership-team-drawer-body .ms-leadership-team-img {
  margin: 0 0 1rem !important;
}
.ms-leadership-team-drawer-body .bio p {
  margin-bottom: 1rem;
}
@media all and (max-width: 600px) {
  .ms-leadership-team-drawer-body {
    padding: 0 1.25rem 10rem;
  }
}
.ms-leadership-team-drawer-close {
  --size: 2.25rem;
  all: unset;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  border-radius: 8px;
  display: flex;
  max-width: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
}
@media all and (max-width: 600px) {
  .ms-leadership-team-drawer-close {
    position: relative;
    inset: auto;
  }
}
.ms-leadership-team-drawer-close span {
  all: unset;
  font-size: 1.125rem;
  opacity: 0.8;
}
.ms-leadership-team-drawer-close:hover {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
}
.ms-leadership-team-drawer-close:hover span {
  opacity: 1;
}

.ms-list {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  list-style-type: none;
}
.ms-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 0;
}
.ms-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  opacity: 1;
  border: 1px solid var(--grey-300);
  background: linear-gradient(90deg, var(--grey-100) 0%, rgba(244, 245, 246, 0.3) 100.64%);
  mask-image: linear-gradient(to right, black 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 30%, transparent 100%);
  z-index: -1;
}
.ms-list li [class^=icon-],
.ms-list li [class*=" icon-"] {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: var(--lime-500);
}

.ms-marquee {
  width: min(1440px, 100%);
  margin: 2rem auto;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
}
.ms-marquee::before, .ms-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
}
.ms-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgb(252, 252, 252) 0%, rgba(252, 252, 252, 0) 100%);
}
.ms-marquee::after {
  right: 0;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgb(252, 252, 252) 100%);
}
.ms-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  will-change: transform;
  border: 2px solid transparent;
}
.ms-marquee-logo {
  width: auto;
  max-height: 65px;
  flex-shrink: 0;
  padding-block: 0.5rem;
}

@starting-style {
  .ms-modal {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media (max-width: 768px) {
  @starting-style {
    .ms-modal {
      transform: translateY(100%);
      opacity: 0;
    }
  }
}
.ms-modal {
  width: 90%;
  max-width: 580px;
  border-radius: 16px;
  background: var(--bg-primary);
  margin: auto;
  padding: 1rem 1rem 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  border: none;
  z-index: 9999;
  overflow: hidden;
  display: none; /* Hidden by default */
  transition-property: display opacity;
  transition-duration: 0.25s;
  transition-behavior: allow-discrete;
}
@media all and (max-width: 768px) {
  .ms-modal {
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    box-shadow: none;
    inset: 0;
    top: auto;
    position: fixed;
  }
}
.ms-modal[open] {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 768px) {
  .ms-modal[open] {
    transform: translateY(0);
  }
}
.ms-modal.is-closing {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-modal.is-closing {
    transform: translateY(100%);
  }
}
.ms-modal::backdrop {
  background: rgba(15, 23, 42, 0.8);
}
.ms-modal-close {
  all: unset;
  --size: 1.5rem;
  width: var(--size);
  height: var(--size);
  font-size: 1rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  opacity: 0.7;
  transition: all 0.4s ease;
  z-index: 100;
}
@media all and (max-width: 768px) {
  .ms-modal-close {
    top: 0.625rem;
    right: 0.625rem;
  }
}
.ms-modal-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
}
.ms-modal-banner {
  width: 100%;
  background: var(--lime-500);
  color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .ms-modal-banner {
    margin-top: 2.5rem;
  }
}
.ms-modal-banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  bottom: -10px;
}
.ms-modal-content {
  background: var(--white);
  text-align: center;
  position: relative;
  display: block;
  margin: 1rem 0;
}
.ms-modal-content h4, .ms-modal-content p {
  margin-bottom: 1rem;
}
.ms-modal-content > div {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .ms-modal-content > div .button {
    padding-inline: 0rem;
  }
}
.ms-modal-content .button.has-icon span[class^=icon-],
.ms-modal-content .button.has-icon span[class*=" icon-"] {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.ms-modal-button-container {
  width: 100%;
  display: flex;
  border-top: 1px solid var(--grey-200);
  background: var(--white);
  padding-block: 1.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .ms-modal-button-container {
    align-items: center;
    justify-content: center;
  }
}
.ms-modal-button-container > div {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 768px) {
  .ms-modal-button-container > div {
    margin-left: 0;
  }
}
.ms-modal-button-container::before, .ms-modal-button-container::after {
  content: "";
  width: 1rem;
  height: calc(100% + 1px);
  display: block;
  position: absolute;
  top: -1px;
  border-top: 1px solid var(--grey-200);
  background: var(--white);
}
.ms-modal-button-container::before {
  left: 0;
  transform: translateX(-100%);
}
.ms-modal-button-container::after {
  right: 0;
  transform: translateX(100%);
}

.ms-testimonials {
  width: 100%;
  padding-block: 10rem 3rem;
  position: relative;
  overflow: hidden;
  background: url(../../../assets//images/slate/svg/circles-bg.svg) no-repeat center center fixed;
  background-size: 100% 100%;
}
@media all and (max-width: 768px) {
  .ms-testimonials {
    padding-block: 0;
    background-position: top center;
    background-attachment: scroll;
    background-size: 150% 100%;
  }
}
.ms-testimonials-top {
  --blur: 50px;
  background: linear-gradient(90deg, rgba(244, 245, 246, 0.8) 0%, rgba(244, 245, 246, 0.3) 100.64%);
  border-block: 1px solid var(--grey-300);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
}
.ms-testimonials-top .col-16 {
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-block: 3rem;
}
@media all and (max-width: 768px) {
  .ms-testimonials-top .col-16:nth-of-type(2) {
    display: none;
  }
}
.ms-testimonials-brands {
  display: flex;
  gap: 3rem;
  margin: 2rem 0 0 0;
}
.ms-testimonials-brands img {
  max-height: 40px;
}
.ms-testimonials-img-desktop {
  margin-top: 0;
  padding-left: 5rem;
  bottom: 0;
  position: absolute;
}
@media all and (max-width: 1200px) {
  .ms-testimonials-img-desktop {
    padding-left: 0;
  }
}
@media all and (max-width: 768px) {
  .ms-testimonials-img-desktop {
    display: none;
  }
}
.ms-testimonials-img-mobile {
  display: none;
  position: relative;
}
.ms-testimonials-img-mobile .img-container {
  position: relative;
  overflow: hidden;
}
.ms-testimonials-img-mobile .img-container img {
  width: 60%;
  margin: 0 auto -6rem;
  text-align: center;
}
@media all and (max-width: 420px) {
  .ms-testimonials-img-mobile .img-container img {
    width: 100%;
  }
}
.ms-testimonials-img-mobile .circle {
  width: 80%;
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 10%;
}
@media all and (max-width: 420px) {
  .ms-testimonials-img-mobile .circle {
    scale: 1.35;
    top: 45%;
  }
}
@media all and (max-width: 768px) {
  .ms-testimonials-img-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ms-testimonials-bottom {
  padding-block: 5rem;
}
@media all and (max-width: 768px) {
  .ms-testimonials-bottom {
    padding-block: 3rem;
  }
}
.ms-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  position: relative;
}
.ms-testimonials blockquote {
  grid-column: span 6;
  --blur: 10px;
  padding: 1.5rem;
  padding-left: 5rem;
  border-radius: 16px;
  background: var(--white-70);
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .ms-testimonials blockquote {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    padding: 1.5rem;
    padding-top: 5rem;
  }
}
.ms-testimonials blockquote::before {
  --size: 3rem;
  content: "";
  background: url(../../../assets/images/slate/svg/icon-quote.svg) no-repeat center center;
  background-size: var(--size);
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: var(--size);
  height: var(--size);
  z-index: -1;
}
.ms-testimonials blockquote:nth-of-type(1) {
  grid-column: 1/span 8;
}
.ms-testimonials blockquote:nth-of-type(2) {
  grid-column: 5/span 8;
  grid-row: 2;
  justify-self: end;
}
.ms-testimonials blockquote cite {
  display: block;
  font-weight: 400;
  font-style: normal;
  margin-top: 1rem;
  color: var(--text-secondary);
  text-wrap: pretty;
}

.ms-animate blockquote:nth-of-type(1) {
  animation: fadeInLeft 0.8s ease-in-out;
}
.ms-animate blockquote:nth-of-type(2) {
  animation: fadeInRight 0.8s ease-in-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ms-tile {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
  position: relative;
  text-decoration: none;
  display: grid;
  align-items: start;
  overflow: hidden;
  background: var(--white);
  color: var(--text-primary);
  border-radius: 16px;
  border: 1px solid var(--grey-200);
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
@media all and (max-width: 992px) {
  .ms-tile {
    justify-content: flex-start;
  }
}
.ms-tile::before {
  --size: 4.5rem;
  --position: -0.75rem;
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 6px solid var(--lime-500);
  display: block;
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 1.5rem;
  rotate: -45deg;
  position: absolute;
  bottom: var(--position);
  right: var(--position);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 992px) {
  .ms-tile:hover {
    background: var(--slate-50);
  }
}
.ms-tile:hover .ms-tile-content h3, .ms-tile:hover .ms-tile-content p {
  color: var(--white);
}
@media all and (max-width: 992px) {
  .ms-tile:hover .ms-tile-content h3, .ms-tile:hover .ms-tile-content p {
    color: inherit;
  }
}
.ms-tile:hover .ms-tile-content .hidden-text {
  color: var(--lime-500);
  opacity: 1;
}
@media all and (max-width: 992px) {
  .ms-tile:hover .ms-tile-content .hidden-text {
    color: var(--text-primary);
  }
}
.ms-tile:hover .bubble {
  opacity: 1;
  transform: scale(35);
}
.ms-tile:hover::before {
  --size: 3rem;
  rotate: 0deg;
  bottom: 0.5rem;
  right: 0.5rem;
  border: none;
  background-color: var(--lime-500);
}
.ms-tile:active {
  background: var(--slate-800);
}
@media all and (max-width: 992px) {
  .ms-tile:active {
    background: var(--slate-50);
  }
}
.ms-tile:active .hidden-text {
  color: var(--lime-500);
  opacity: 1;
}
@media all and (max-width: 992px) {
  .ms-tile:active .hidden-text {
    color: var(--text-primary);
  }
}
.ms-tile:active .bubble {
  opacity: 0;
  transform: scale(0);
}
.ms-tile:focus:not(:active) {
  outline: 2px solid var(--utility-blue);
}
.ms-tile:focus:not(:active) .hidden-text {
  color: var(--text-primary);
  opacity: 1;
}
.ms-tile:focus:hover .hidden-text {
  color: var(--lime-500);
  opacity: 1;
}
.ms-tile-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ms-tile-content > a {
  text-decoration: none;
}
.ms-tile-content > a:hover {
  text-decoration: none;
}
.ms-tile-content * {
  transition: all 0.5s ease-in-out;
}
.ms-tile-content h3 {
  margin-bottom: 0.5rem;
  display: block;
}
.ms-tile-content .p2 {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.ms-tile-content .p2 strong {
  font-weight: 700;
}
.ms-tile-content .hidden-text {
  color: var(--lime-500);
  opacity: 0;
  margin: auto 6rem 0 0;
}
@media all and (max-width: 1170px) {
  .ms-tile-content .hidden-text {
    margin-right: 2rem;
  }
}
@media all and (max-width: 992px) {
  .ms-tile-content .hidden-text {
    opacity: 1;
    color: var(--text-primary);
  }
}
.ms-tile .bubble {
  --size: 2rem;
  position: absolute;
  z-index: 0;
  background: var(--slate-500);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  opacity: 1;
  transform: scale(0);
  transition: transform 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
@media all and (max-width: 992px) {
  .ms-tile .bubble {
    display: none;
  }
}

.ms-typography-customizer {
  border: 1px solid var(--grey-300);
  background: var(--white);
  border-radius: 24px;
  padding: 2rem;
  width: min(100%, 1440px);
  margin: 1rem auto;
}
.ms-typography-customizer .view-all-toggle {
  margin-block: 1rem;
  padding: 0.75rem 1.5rem;
  background: var(--slate-500);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.ms-typography-customizer form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--slate-500);
  flex-wrap: wrap;
}
.ms-typography-customizer form select,
.ms-typography-customizer form input[type=text] {
  border: 1px solid var(--grey-300);
  font-weight: 600;
  border-radius: 4px;
  padding: 0.5rem;
  cursor: pointer;
  font-family: inherit;
}
.ms-typography-customizer form label {
  flex: 1 1 100%;
  display: flex;
  font-weight: 700;
  justify-content: center;
  gap: 0.25rem;
  flex-flow: column nowrap;
  min-width: 150px;
}
.ms-typography-customizer .copy-code-btn {
  margin: 2rem 0 0 0;
  padding: 0.75rem 1rem;
  background: var(--slate-500);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.ms-typography-customizer .copy-code-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.ms-typography-customizer section {
  flex: 1 1 100%;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid var(--grey-300);
}
.ms-typography-customizer section h6 {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: var(--slate-700);
}
.ms-typography-customizer .typography-wrapper {
  transition: background-color 0.2s ease;
  padding: 1rem;
  border: 1px solid var(--grey-200);
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.ms-typography-customizer .typography-wrapper:hover {
  background-color: var(--grey-100);
  border-color: var(--grey-300);
}
.ms-typography-customizer .typography-wrapper:last-child {
  margin-bottom: 0;
}
.ms-typography-customizer .typography-label {
  margin-top: 0.5rem;
  color: var(--grey-600);
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
}

#typographyPreview {
  border: 1px dashed var(--grey-300);
  padding: 2rem;
  text-align: left;
  min-height: 100px;
  display: flex;
  align-items: center;
  background: var(--grey-50);
  border-radius: 8px;
  margin: 1rem 0;
}
#typographyPreview * {
  margin: 0;
  width: 100%;
}

pre {
  background: var(--slate-500);
  color: var(--white);
  border-radius: 8px;
  padding: 1.25rem !important;
  margin: 1rem 0 0;
  overflow-x: auto;
}
pre code {
  font-size: 1rem;
  font-family: "Courier New", monospace;
  white-space: pre-wrap;
}

#inlineControls {
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
#inlineControls .instruction-text {
  flex: 1 1 100%;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--grey-700);
}
#inlineControls label {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}
#inlineControls select {
  border: 1px solid var(--grey-300);
  border-radius: 4px;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
#inlineControls button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: white;
}
#inlineControls .apply-btn {
  background: var(--slate-500);
}
#inlineControls .clear-btn {
  background: var(--grey-500);
}

@media all and (max-width: 768px) {
  h1, .heading-01 {
    font-size: var(--font-size-lg);
  }
  h2, .heading-02 {
    font-size: var(--font-size-md);
  }
  h3, .heading-03 {
    font-size: var(--font-size-base);
  }
  h4, h5, h6 {
    font-size: var(--font-p1);
  }
  .p1 {
    font-size: var(--font-p2);
  }
  .p2 {
    font-size: var(--font-p3);
  }
  .ms-typography-customizer {
    padding: 1rem;
  }
  .ms-typography-customizer form {
    flex-direction: column;
    align-items: stretch;
  }
  .ms-typography-customizer form label {
    flex: 1 1 auto;
    min-width: auto;
  }
  #inlineControls {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
}
@media all and (max-width: 768px) {
  .ms-slate[data-page=client-home] .button[data-color=white] {
    width: 100%;
    max-width: none;
  }
}
.ms-slate [data-bg=white] {
  border-color: var(--offwhite);
  background: var(--offwhite);
}
.ms-slate [data-bg=grey] {
  border-color: var(--grey-300);
  background: linear-gradient(90deg, #F4F5F6 0%, rgba(244, 245, 246, 0.3) 100.64%);
}
.ms-slate section {
  background: var(--offwhite);
  border-block: 1px solid var(--offwhite);
  scroll-margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .ms-slate section {
    scroll-margin-top: 5rem;
  }
}
@media all and (max-width: 768px) {
  .ms-slate section.col-swap-mobile [class^=col-]:nth-of-type(1),
  .ms-slate section.col-swap-mobile [class*=" col-"]:nth-of-type(1) {
    order: 2;
  }
}
.ms-slate section[data-bg=white] {
  border-color: var(--offwhite);
  background: var(--offwhite);
}
.ms-slate section[data-bg=grey] {
  border-color: var(--grey-300);
  background: linear-gradient(90deg, #F4F5F6 0%, rgba(244, 245, 246, 0.3) 100.64%);
}
.ms-slate section#matchwell .logo img {
  width: 260px;
}
.ms-slate section#tech [class^=col-],
.ms-slate section#tech [class*=" col-"] {
  padding-block: 0;
}
.ms-slate section [class^=col-],
.ms-slate section [class*=" col-"] {
  padding-block: 3rem;
  display: flex;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
}
@media all and (max-width: 992px) {
  .ms-slate section [class^=col-],
  .ms-slate section [class*=" col-"] {
    padding-block: 1.5rem;
  }
}
.ms-slate section .icon {
  color: var(--lime-500);
  font-size: 2.5rem;
}
.ms-slate section a:not(.button) {
  text-decoration: underline;
  color: var(--text-primary);
}
.ms-slate section button,
.ms-slate section a.button {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media all and (max-width: 768px) {
  .ms-slate section button,
  .ms-slate section a.button {
    width: 100%;
    max-width: none;
  }
}
.ms-slate section button span,
.ms-slate section a.button span {
  display: flex;
}
.ms-slate .highlight-title {
  padding-block: 0.25rem;
}
.ms-slate .icon-animate {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.ms-slate .icon-animate.active {
  animation: bounce 0.8s ease-in-out 0s 2;
  animation-delay: 0.5s;
}
.ms-slate .ms-highlight {
  position: relative;
  overflow: hidden;
}
.ms-slate .ms-highlight span {
  position: relative;
  z-index: 1;
}
.ms-slate .ms-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(178, 204, 17, 0.5), transparent);
  animation: pulseHighlight 2s ease-in-out;
  pointer-events: none;
  z-index: 0;
}
@keyframes pulseHighlight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.ms-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.ms-bento-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media all and (max-width: 600px) {
  .ms-bento-grid-row {
    grid-template-columns: 1fr;
  }
}
.ms-bento-grid-row:nth-of-type(even) {
  grid-template-columns: 1fr 1.5fr;
}
@media all and (max-width: 600px) {
  .ms-bento-grid-row:nth-of-type(even) div:nth-of-type(1) {
    order: 2;
  }
}
@media all and (max-width: 768px) {
  .ms-bento-grid-row:nth-of-type(even) {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 600px) {
  .ms-bento-grid-row:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
}
.ms-bento-grid-row[data-row=what-we-do] .ms-bento-grid-img img {
  height: 150%;
}
@media all and (max-width: 992px) {
  .ms-bento-grid-row[data-row=what-we-do] .ms-bento-grid-img img {
    height: 100%;
  }
}
.ms-bento-grid-row[data-row=what-we-believe] .ms-bento-grid-img img {
  height: 140%;
}
@media all and (max-width: 992px) {
  .ms-bento-grid-row[data-row=what-we-believe] .ms-bento-grid-img img {
    height: 100%;
  }
}
.ms-bento-grid-content, .ms-bento-grid-img {
  border-radius: 16px;
}
.ms-bento-grid-img {
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}
.ms-bento-grid-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
@media all and (max-width: 600px) {
  .ms-bento-grid-img img {
    position: relative;
  }
}
.ms-bento-grid-content {
  background: var(--grey-100);
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ms-bento-grid-content h3 {
  font-size: var(--font-size-base);
}
.ms-bento-grid-content .p2 {
  font-size: var(--font-p3);
}

.col-16:has(.medsol-group) {
  align-items: flex-start;
}

.ms-circle-img {
  --size: 420px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1280px) {
  .ms-circle-img {
    --size: 370px;
  }
}
@media all and (max-width: 1024px) {
  .ms-circle-img {
    --size: 290px;
  }
}
@media all and (max-width: 768px) {
  .ms-circle-img {
    --size: 260px;
  }
}
.ms-circle-img[data-circle=community]::before {
  top: auto;
  bottom: 0;
}
.ms-circle-img[data-circle=community]::after {
  top: 0;
  bottom: auto;
}
.ms-circle-img-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  border: 15px solid var(--white);
  outline: 6px solid var(--lime-500);
}
@media all and (max-width: 1280px) {
  .ms-circle-img-inner {
    border-width: 10px;
    outline-width: 4px;
  }
}
.ms-circle-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
@media all and (max-width: 600px) {
  .ms-circle-img img {
    position: relative;
  }
}
.ms-circle-img::before, .ms-circle-img::after {
  --size: 1rem;
  content: "";
  width: var(--size);
  height: var(--size);
  display: block;
  background: var(--lime-500);
  border-radius: 50%;
  position: absolute;
  z-index: 100;
}
.ms-circle-img::before {
  --size: 3.3125rem;
  top: 0;
  left: 0;
}
@media all and (max-width: 1280px) {
  .ms-circle-img::before {
    --size: 2.92rem;
  }
}
@media all and (max-width: 992px) {
  .ms-circle-img::before {
    --size: 2.29rem;
  }
}
@media all and (max-width: 768px) {
  .ms-circle-img::before {
    --size: 2rem;
  }
}
.ms-circle-img::after {
  --size: 8.125rem;
  bottom: 0rem;
  right: 0rem;
}
@media all and (max-width: 1280px) {
  .ms-circle-img::after {
    --size: 5.68rem;
  }
}
@media all and (max-width: 992px) {
  .ms-circle-img::after {
    --size: 4.45rem;
  }
}
@media all and (max-width: 768px) {
  .ms-circle-img::after {
    --size: 4rem;
  }
}

.ms-portfolio-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.ms-portfolio-grid[data-type=group-brands] .ms-portfolio-card {
  box-shadow: none;
}
.ms-portfolio-grid[data-type=group-brands] .ms-portfolio-img {
  --size: 320px;
}
.ms-portfolio-grid[data-type=group-brands] .ms-portfolio-img img {
  margin: 0 auto;
}
.ms-portfolio-card {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--grey-200);
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(38, 51, 73, 0.1);
}
@media all and (max-width: 600px) {
  .ms-portfolio-card {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
.ms-portfolio-card[data-card=internships] {
  background: var(--grey-100);
}
.ms-portfolio-img {
  --size: 200px;
  flex: 0 0 var(--size);
  max-width: var(--size);
}
@media all and (max-width: 600px) {
  .ms-portfolio-img {
    --size: auto;
  }
}
.ms-portfolio-content p {
  font-weight: 400;
}
@media all and (max-width: 600px) {
  .ms-portfolio-content p br {
    display: none;
  }
}
.ms-portfolio-content a.button {
  margin: 1rem 0 0 0;
}
.ms-portfolio-content a.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 1rem 0 0 0;
  text-decoration: none !important;
}
.ms-portfolio-content a.link:hover .icon-arrow {
  transform: translateX(0.25rem);
}
.ms-portfolio-content a.link .icon-arrow {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(0);
  }
  to {
    transform: rotate(360deg) translateX(0);
  }
}
.ms-banner-featured {
  --banner-bg: url(../../../assets/images/slate/svg/curve.svg);
  width: 100%;
  height: 500px;
  background: var(--slate-500) var(--banner-bg) no-repeat center bottom;
  background-size: 100%;
  margin: 1.5rem auto 0;
  color: var(--white);
  border-radius: 24px;
  color: var(--white) !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem 0;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  .ms-banner-featured {
    padding: 2rem 2rem 0;
  }
}
.ms-featured-post {
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: var(--white-85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 0.5rem;
  box-shadow: 0 4px 8px rgba(100, 116, 139, 0.1);
  position: relative;
  margin: -16rem 0 4rem;
}
@media all and (max-width: 1140px) {
  .ms-featured-post {
    margin-inline: 4rem;
  }
}
@media all and (max-width: 600px) {
  .ms-featured-post {
    width: calc(100% - 2rem);
    margin-inline: auto;
    margin-top: -20rem;
  }
}
@media all and (max-width: 480px) {
  .ms-featured-post {
    margin-top: -18rem;
  }
}
@media all and (max-width: 420px) {
  .ms-featured-post {
    margin-top: -16rem;
  }
}
.ms-featured-post-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 600px) {
  .ms-featured-post-inner {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}
.ms-featured-post-gradient {
  border-radius: 8px;
  border: 2px solid var(--lime-500);
  position: relative;
  width: 100%;
}
.ms-featured-post-gradient::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  position: absolute;
  inset: -2px;
  border-radius: 8px;
  border: 2px solid var(--teal-500);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 40%, transparent 100%);
  mask-image: linear-gradient(to right, black 40%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.ms-featured-post-content {
  --width: 50%;
  flex: 0 0 var(--width);
  max-width: var(--width);
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 600px) {
  .ms-featured-post-content {
    --width: 100%;
    order: 2;
  }
}
.ms-featured-post-content > div {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}
@media all and (max-width: 600px) {
  .ms-featured-post-content > div {
    padding: 1rem;
  }
}
.ms-featured-post-content > div .ms-post-categories {
  margin: 0 0 1rem;
  padding: 0 !important;
}
@media all and (max-width: 600px) {
  .ms-featured-post-content > div .button {
    width: 100%;
  }
}
.ms-featured-post-img {
  --width: 50%;
  flex: 0 0 var(--width);
  max-width: var(--width);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .ms-featured-post-img {
    --width: 100%;
    order: 1;
  }
}
.ms-featured-post-img .post-thumb {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .ms-featured-post-img .post-thumb {
    padding: 1rem 1rem 0;
  }
}
.ms-featured-post-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.ms-featured-badge {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: var(--teal-100);
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .ms-featured-badge[data-device=desktop] {
    display: none;
  }
}
.ms-featured-badge[data-device=mobile] {
  display: none;
}
@media all and (max-width: 600px) {
  .ms-featured-badge[data-device=mobile] {
    display: inline-flex;
    margin: 1rem 0 0 1rem;
  }
}
.ms-featured-badge span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: normal;
}
.ms-featured-badge span::before {
  --size: 1.25rem;
  content: "";
  width: var(--size);
  height: var(--size);
  background: url(../../../assets/images/slate/svg/icon-star.svg) no-repeat center center;
  background-size: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ms-search {
  width: 100%;
}
.ms-search form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.125rem;
  width: 28%;
}
@media all and (max-width: 600px) {
  .ms-search form {
    width: 100%;
  }
}
.ms-search form label {
  margin: 0;
  padding: 0;
}
.ms-search .select-container {
  width: 100%;
  position: relative;
}
.ms-search .select-container::after {
  --size: 0.75rem;
  content: "";
  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: 1rem;
  width: var(--size);
  height: var(--size);
  display: block;
  background: var(--white) url(../../../assets/images/slate/svg/icon-arrow-down.svg) no-repeat center center;
  background-size: 100%;
  z-index: 10;
  opacity: 0.75;
}
.ms-search select {
  width: 100%;
  border-radius: 8px !important;
  padding: 1rem !important;
  border: 1px solid var(--slate-100);
  background: var(--white);
  color: var(--text-secondary);
  cursor: pointer;
}
.ms-search select:focus {
  border-color: var(--utility-blue);
  outline: none;
}
.ms-search input {
  border-radius: 8px !important;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  font-size: 1rem;
  border: 1px solid var(--slate-100);
  background: var(--white) url(../../../assets/images/slate/svg/icon-search.svg) no-repeat center left 1rem;
  background-size: 1rem;
  color: var(--text-secondary);
}
.ms-form-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem;
}
@media all and (max-width: 600px) {
  .ms-form-container {
    flex-flow: column nowrap;
    gap: 1rem;
  }
}
.ms-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
}
@media all and (max-width: 1140px) {
  .ms-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .ms-post-grid {
    grid-template-columns: 1fr;
  }
}
.ms-post-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid var(--grey-200);
  transition: all 0.4s ease;
}
.ms-post-card:hover {
  border: 1px solid var(--slate-500);
  box-shadow: 0px 2px 4px 0px rgba(38, 51, 73, 0.1);
}
.ms-post-img {
  width: 100%;
  display: block;
}
.ms-post-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.ms-post-img a:focus-visible > div {
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--utility-blue);
}
.ms-post-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  position: relative;
}
.ms-post-categories {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0 1rem !important;
  list-style-type: none;
}
.ms-post-categories li a {
  color: var(--text-secondary);
  background: var(--grey-200);
  text-wrap: nowrap;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  padding: 0.5rem;
  transition: all 0.4s ease;
}
.ms-post-categories li a:hover {
  background: var(--grey-400);
}
.ms-post-card-link {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 0 1rem;
  margin-top: auto;
  border-radius: 0 0 16px 16px;
  position: relative;
}
.ms-post-card-link h2 {
  display: block;
  margin: 0 0 3rem;
}
.ms-post-card-link::before {
  --size: 4.5rem;
  --position: -0.75rem;
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 6px solid var(--lime-500);
  display: block;
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 1.5rem;
  rotate: -45deg;
  position: absolute;
  bottom: var(--position);
  right: var(--position);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.ms-post-card-link .hidden-text {
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateX(-2rem);
  position: absolute;
  margin: 0;
  bottom: 1rem;
  right: 4rem;
}
.ms-post-card-link:hover::before {
  --size: 3rem;
  rotate: 0deg;
  bottom: 0.5rem;
  right: 0.5rem;
  border: none;
  background-color: var(--lime-500);
}
.ms-post-card-link:hover .hidden-text {
  opacity: 1;
  transform: translateX(0);
}
.ms-post-date {
  margin-top: auto;
  width: 100%;
  display: block;
  padding: 1rem 0;
  color: var(--slate-200) !important;
}

.load-more-btn {
  margin: 0 auto 5rem;
}

main.ms-slate[data-page=blog-single] {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 1140px) {
  main.ms-slate[data-page=blog-single] {
    padding: 0 1rem;
  }
}
main.ms-slate[data-page=blog-single] .ms-blog-single {
  padding: 2rem 0 4rem;
}
main.ms-slate[data-page=blog-single] .ms-post-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
main.ms-slate[data-page=blog-single] .ms-post-main-title {
  text-align: center;
  margin-bottom: 1rem;
  text-wrap: balance;
}
main.ms-slate[data-page=blog-single] .ms-single-post-img {
  border-radius: 16px;
  overflow: hidden;
}
main.ms-slate[data-page=blog-single] .ms-single-post-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
main.ms-slate[data-page=blog-single] .ms-single-post-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 1rem 0;
}
@media all and (max-width: 600px) {
  main.ms-slate[data-page=blog-single] .ms-single-post-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
main.ms-slate[data-page=blog-single] .post-meta-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
main.ms-slate[data-page=blog-single] .post-meta-author img {
  --size: 3.75rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.ms-slate[data-page=blog-single] .post-meta-author .author-info {
  color: var(--text-primary);
}
main.ms-slate[data-page=blog-single] .post-meta-author .post-date {
  color: var(--text-secondary);
}
main.ms-slate[data-page=blog-single] .social-media {
  height: 100%;
  background: var(--grey-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  margin: 0;
}
main.ms-slate[data-page=blog-single] .social-media a {
  color: var(--text-secondary);
  font-size: var(--font-p2);
  transition: color 0.3s ease;
}
main.ms-slate[data-page=blog-single] .social-media a:hover {
  color: var(--primary);
}
main.ms-slate[data-page=blog-single] .ms-blog-single-inset {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}
main.ms-slate[data-page=blog-single] .entry-content h1, main.ms-slate[data-page=blog-single] .entry-content h2, main.ms-slate[data-page=blog-single] .entry-content h3, main.ms-slate[data-page=blog-single] .entry-content h4, main.ms-slate[data-page=blog-single] .entry-content h5, main.ms-slate[data-page=blog-single] .entry-content h6, main.ms-slate[data-page=blog-single] .entry-content p, main.ms-slate[data-page=blog-single] .entry-content span, main.ms-slate[data-page=blog-single] .entry-content div, main.ms-slate[data-page=blog-single] .entry-content blockquote {
  margin-bottom: 1rem;
  display: block;
}
main.ms-slate[data-page=blog-single] .entry-content h1, main.ms-slate[data-page=blog-single] .entry-content h2, main.ms-slate[data-page=blog-single] .entry-content h3, main.ms-slate[data-page=blog-single] .entry-content h4, main.ms-slate[data-page=blog-single] .entry-content h5, main.ms-slate[data-page=blog-single] .entry-content h6 {
  margin-top: 2rem;
}
main.ms-slate[data-page=blog-single] .entry-content p {
  font-size: var(--font-p2);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
main.ms-slate[data-page=blog-single] .entry-content p strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  main.ms-slate[data-page=blog-single] .entry-content p {
    font-size: var(--font-p3);
  }
}
main.ms-slate[data-page=blog-single] .entry-content ul, main.ms-slate[data-page=blog-single] .entry-content ol {
  font-size: var(--font-p2);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  main.ms-slate[data-page=blog-single] .entry-content ul, main.ms-slate[data-page=blog-single] .entry-content ol {
    font-size: var(--font-p3);
  }
}
main.ms-slate[data-page=blog-single] .entry-content ul {
  list-style: disc;
  margin-block: 1rem;
  padding-left: 2.5rem;
}
main.ms-slate[data-page=blog-single] .entry-content ul li {
  margin-bottom: 0.5rem;
}
main.ms-slate[data-page=blog-single] .entry-content ol {
  list-style: decimal;
  margin-block: 1rem;
  padding-left: 2.5rem;
}
main.ms-slate[data-page=blog-single] .author-box {
  background: var(--grey-100);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  margin-top: 3rem;
}
main.ms-slate[data-page=blog-single] .author-avatar {
  --size: 7.5rem;
  flex: 0 0 var(--size);
  max-width: var(--size);
  border-radius: 50%;
  overflow: hidden;
}
main.ms-slate[data-page=blog-single] .author-avatar img {
  width: 100%;
}
main.ms-slate[data-page=blog-single] .author-info a {
  text-decoration: underline;
}

.sticky-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  z-index: 100;
  transition: all 0.3s ease;
}
.sticky-video-wrapper.sticky {
  position: fixed;
  width: 320px;
  height: 180px;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  background: #000;
}
.sticky-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.recommended-reads {
  border-top: 1px solid var(--grey-300) !important;
}
.recommended-reads a {
  text-decoration: none !important;
}
.recommended-reads .ms-post-img {
  display: none;
}
.recommended-reads .ms-post-categories {
  margin: 1rem 0 0 !important;
  justify-content: flex-start !important;
}
.recommended-reads .ms-post-categories a {
  color: var(--text-secondary) !important;
}

iframe[src*="youtube.com"] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}/*# sourceMappingURL=slate.css.map */