
/* ===== CSS RESET (normalize.css) ===== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ===== WEBFLOW FRAMEWORK ===== */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  height: 100%;
}


body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}


img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}


html.w-mod-touch * {
  background-attachment: scroll !important;
}


.w-inline-block {
  max-width: 100%;
  display: inline-block;
}


.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}


input.w-button {
  -webkit-appearance: button;
}


html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}


.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}


.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}


h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}


h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}


h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}


h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}


h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}


h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}


p {
  margin-top: 0;
  margin-bottom: 10px;
}


blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}


figure {
  margin: 0;
  margin-bottom: 10px;
}


figcaption {
  margin-top: 5px;
  text-align: center;
}


ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}


.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}


.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}


.w-embed:after {
  clear: both;
}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}


button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}


.w-form {
  margin: 0 0 15px;
}


label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}


.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}


.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}


textarea.w-input,
textarea.w-select {
  height: auto;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}


.w-widget-map label {
  width: auto;
  display: inline;
}


.w-widget-map img {
  max-width: inherit;
}


.w-widget-map .gm-style-iw > button {
  display: none !important;
}


.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}


.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}


.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}


.w-slider-nav.w-round > div {
  border-radius: 100%;
}


.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}


.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}


.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}


.w-slider-nav-invert > div.w-active {
  background-color: #222;
}


.w-dropdown-link.w--current {
  color: #0082f3;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}


/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}


/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}


/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}


.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}


.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}


.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}


.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


.w-richtext figure {
  position: relative;
  max-width: 60%;
}


.w-richtext figure > div:before {
  cursor: default!important;
}


.w-richtext figure img {
  width: 100%;
}


.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}


.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}


.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}


.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}


.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}


.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}


.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}


.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}


.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}


.w-richtext figure.w-richtext-align-normal {
  clear: both;
}


.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}


.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}


.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}


.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}


.w-nav-link.w--current {
  color: #0082f3;
}


[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}


.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}


.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}


.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}


.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}


.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}


.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}


.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}


.w-tab-link.w--current {
  background-color: #C8C8C8;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===== CUSTOM STYLES ===== */
@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



:root {
  --font-family--body-font: Sora, sans-serif;
  --color--dark-blue: #00007f;
  --color--blue: blue;
  --color--purple: #8f00ff;
  --font-family--heading-font: Sora, sans-serif;
  --system-color--link-primary: var(--color--dark-blue);
  --corner-size\<deleted\|variable-aa7a3f37-335a-d6e2-9d8f-2f6e6a117686\>: 1rem;
  --pink\<deleted\|variable-04201a4e-9006-c851-d332-6d6e64e88998\>: #ff8c8b;
  --system-color--text-primary\<deleted\|variable-fc0665c9-2c49-6bab-edc5-0554d914482e\>: var(--color--dark-blue);
  --system-color--text-secondary\<deleted\|variable-cb62520d-441f-402c-61ef-e0c29c803f63\>: var(--secondary-color\<deleted\|variable-22b94b9a-c15b-a035-caa0-ba03f4feaf78\>);
  --green\<deleted\|variable-35efdcf3-5374-8144-86af-3df2f3a37bc7\>: #3b755f;
  --yellow\<deleted\|variable-282c2aee-0a6c-15c2-c22d-0fbbce9fbcf9\>: #fdf06d;
  --red\<deleted\|variable-3ac10d5a-92b3-70d2-032d-682af273befa\>: #c02a1a;
  --corner-size: 1.25rem;
  --color--grey: #f7f7ff;
  --color--black: black;
  --button-color-header\<deleted\|variable-42c5bc46-bbe1-4322-e3c0-f45343378628\>: #fafafa33;
  --button-color\<deleted\|variable-bf2476dd-a617-1053-2013-7f8234575e14\>: #1113;
  --gap: 2rem;
  --grey-text\<deleted\|variable-a4f2413a-d3bc-2eac-b986-aa3c2145aa7b\>: #eaeaea;
  --secondary-color\<deleted\|variable-22b94b9a-c15b-a035-caa0-ba03f4feaf78\>: #fceccf;
}

:root {
  --font-family--body-font: Sora, sans-serif;
  --color--dark-blue: #00007f;
  --color--blue: blue;
  --color--purple: #8f00ff;
  --font-family--heading-font: Sora, sans-serif;
  --system-color--link-primary: var(--color--dark-blue);
  --corner-size\<deleted\|variable-aa7a3f37-335a-d6e2-9d8f-2f6e6a117686\>: 1rem;
  --pink\<deleted\|variable-04201a4e-9006-c851-d332-6d6e64e88998\>: #ff8c8b;
  --system-color--text-primary\<deleted\|variable-fc0665c9-2c49-6bab-edc5-0554d914482e\>: var(--color--dark-blue);
  --system-color--text-secondary\<deleted\|variable-cb62520d-441f-402c-61ef-e0c29c803f63\>: var(--secondary-color\<deleted\|variable-22b94b9a-c15b-a035-caa0-ba03f4feaf78\>);
  --green\<deleted\|variable-35efdcf3-5374-8144-86af-3df2f3a37bc7\>: #3b755f;
  --yellow\<deleted\|variable-282c2aee-0a6c-15c2-c22d-0fbbce9fbcf9\>: #fdf06d;
  --red\<deleted\|variable-3ac10d5a-92b3-70d2-032d-682af273befa\>: #c02a1a;
  --corner-size: 1.25rem;
  --color--grey: #f7f7ff;
  --color--black: black;
  --button-color-header\<deleted\|variable-42c5bc46-bbe1-4322-e3c0-f45343378628\>: #fafafa33;
  --button-color\<deleted\|variable-bf2476dd-a617-1053-2013-7f8234575e14\>: #1113;
  --gap: 2rem;
  --grey-text\<deleted\|variable-a4f2413a-d3bc-2eac-b986-aa3c2145aa7b\>: #eaeaea;
  --secondary-color\<deleted\|variable-22b94b9a-c15b-a035-caa0-ba03f4feaf78\>: #fceccf;
}



.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}



.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}



body {
  font-family: var(--font-family--body-font);
  color: var(--color--dark-blue);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}



h1 {
  background-image: linear-gradient(125deg, var(--color--blue), var(--color--purple));
  font-family: var(--font-family--heading-font);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1.2;
}



h2 {
  background-image: linear-gradient(125deg, var(--color--blue), var(--color--purple));
  font-family: var(--font-family--heading-font);
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.05rem;
  font-weight: 700;
  line-height: 1.2;
}



h3 {
  font-family: var(--font-family--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.44375rem;
  font-weight: 700;
}



h4 {
  font-family: var(--font-family--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.95625rem;
  font-weight: 700;
}



h5 {
  font-family: var(--font-family--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 700;
}



h6 {
  font-family: var(--font-family--heading-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
}



p {
  font-family: var(--font-family--body-font);
  margin-bottom: 0;
  font-weight: 300;
}



a {
  color: var(--system-color--link-primary);
  text-decoration: none;
}



ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.6;
  list-style-type: square;
}



img {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}



blockquote {
  border-left: 1px none var(--color--dark-blue);
  color: var(--color--dark-blue);
  padding: 2rem;
  font-size: 1rem;
}



.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}



.page-padding {
  text-transform: capitalize;
  padding-top: 7rem;
  padding-left: 5%;
  padding-right: 5%;
}



.page-padding.padding-bottom {
  padding-bottom: 7rem;
}



.button:hover {
  box-shadow: 0 10px 20px #0000001a;
}



.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}



.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}



.input:hover {
  border-color: #636363;
}



.input:focus {
  border-color: #3898ec;
}



.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}



.nav_brand.w--current {
  width: 10rem;
}



.nav_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}



.nav_container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  display: flex;
  position: relative;
}



.p1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}



.p1.large {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}



.p1.small {
  font-size: .875rem;
}



.navigation-bar {
  z-index: 300;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}



.menu_text {
  position: relative;
}



.menu_button, .menu_mobile_wrapper {
  display: none;
}



.footer {
  background-image: url('../images/Footer-Curve-BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2rem;
}



.footer-layout {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  width: 100%;
}



.line-2 {
  border: 1px solid #bbb2bb;
  width: 100%;
  height: 1px;
}



.social_link {
  color: var(--color--grey);
  width: 1.63rem;
  height: 1.63rem;
  transition: opacity .2s ease-in-out;
}



.social_link:hover {
  opacity: .5;
}



.footer-link--wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}



.nav_link:hover, .nav_link.w--current {
  opacity: .5;
}



.footer-container {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  color: #fcfcfd;
  flex-direction: column;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 5% 2rem;
  display: flex;
}



.footer-logo {
  color: var(--color--grey);
  width: 10rem;
  transition: color .4s;
}



.footer-logo:hover {
  color: var(--color--dark-blue);
}



.footer_text {
  color: var(--grey-text\<deleted\|variable-a4f2413a-d3bc-2eac-b986-aa3c2145aa7b\>);
  font-size: .68rem;
  font-weight: 400;
  text-decoration: none;
}



.footer_social {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  display: flex;
}



.mission-vision_layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}



.mission-vision_content {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}



.btn_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}



.btn-main {
  background-color: var(--color--blue);
  text-align: center;
  border-radius: 100rem;
  flex: none;
  padding: .5625rem 1rem;
  transition: background-color .2s;
}



.btn-main:hover {
  background-color: var(--color--dark-blue);
}



.btn-main.secondary {
  background-color: var(--color--grey);
  color: var(--color--dark-blue);
  transition: color .2s, background-color .2s;
}



.btn-main.secondary:hover, .btn-main.secondary.w--current {
  background-color: var(--color--dark-blue);
  color: var(--color--grey);
}



.btn-main.tertiary {
  border: 1px solid var(--color--blue);
  color: var(--color--blue);
  background-color: #f7f7ff00;
}



.btn-main.tertiary:hover {
  background-color: var(--color--grey);
}



.btn-main.tertiary.inversed {
  border-color: var(--color--grey);
  color: var(--color--grey);
  transition: color .2s, background-color .2s;
}



.btn-main.tertiary.inversed:hover {
  background-color: var(--color--grey);
  color: var(--color--dark-blue);
}



.h2 {
  font-size: 2.7rem;
  line-height: 1.2;
}



.btn_w-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--blue);
  color: var(--color--grey);
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.25rem;
  transition: background-color .5s;
  display: flex;
}



.btn_w-icon:hover {
  background-color: var(--color--dark-blue);
}



.icon_sm {
  width: 1.5rem;
}



.mission-vision_img-wrapper {
  border-radius: var(--corner-size);
  overflow: hidden;
}



.features_layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}



.features_block {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  border-radius: var(--corner-size);
  background-color: var(--color--grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}



.features_block.archetypes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}



.archetypes_img {
  mix-blend-mode: darken;
}



.principles_img {
  width: 16.875rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(2.9375rem, -8.3125rem);
}



.h3 {
  font-family: var(--font-family--heading-font);
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 700;
}



.testimonial_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}



.testimonial_top {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  display: grid;
}



.chat_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}



.chat_wrapper.journey_page {
  position: absolute;
  inset: 0% 0% auto auto;
}



.chat_circle {
  width: 11rem;
  position: relative;
}



.testimonial_bottom {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}



.testimonial_card {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  border-radius: var(--corner-size);
  background-color: var(--color--grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 30rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  display: flex;
  overflow: visible;
}



.testimonial_profile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}



.testimonial_profile-img {
  border-radius: 100rem;
  width: 3.5rem;
  height: 3.5rem;
}



.testimonial_logo {
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
}



.testimonial_heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}



.home_hero_video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}



.home_hero_video.mobile {
  display: none;
}



.h1 {
  font-size: 3.2rem;
}



.journey_layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 0;
}



.journey_video_wrapper {
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  padding: 3rem;
  display: flex;
}



.journey_content_wrapper {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  border-left: 1px solid var(--system-color--link-primary);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100svh;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  display: flex;
  position: relative;
  z-index: 1;
}



.journey_timeline {
  border: 1px solid var(--color--blue);
  border-radius: 100rem;
  padding: .5625rem 1rem;
  transition: background-color .2s;
}



.background_video {
  z-index: 10;
  aspect-ratio: 4 / 5;
  border-radius: var(--corner-size);
  width: 100%;
}



.journey_waffle_layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}



.journey_waffle_content {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}



.journey_waffle_img_wrapper {
  position: relative;
}



.journey_waffle_img {
  width: 80%;
  transform: translate(0, 26%);
}



.home_waffle-section-bg {
  background-image: url('../images/Journey-last-section-IMG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -2.5rem;
}



.form {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  display: flex;
}



.flag_content_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-2.4rem, 5rem);
  z-index: 20;
}



.flag_wrapper {
  border: 1px solid var(--color--dark-blue);
  background-color: var(--color--grey);
  border-radius: 100rem;
  padding: 1.5rem;
  font-size: 1em;
  position: relative;
  z-index: 20;
}



.flag_content {
  z-index: 20;
}



.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}



.swiper-wrapper.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}



.swiper.swiper-cards {
  overflow: visible;
}



.swiper-slide {
  order: 0;
  display: block;
}



.swiper-slide.hide {
  display: none;
}



.swiper-pagination {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}



.slider-right {
  z-index: 50;
  border: 1px solid var(--color--dark-blue);
  pointer-events: auto;
  cursor: pointer;
  background-image: url('../images/Right_Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  position: relative;
}



.slider-right:hover {
  background-color: var(--color--purple);
  background-image: url('../images/Right_Arrow-white.svg');
  background-position: 60%;
}



.slider-arrows_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}



.slider-arrows_wrapper.cards_page {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: static;
}



.slider-left {
  z-index: 50;
  border: 1px solid var(--color--dark-blue);
  pointer-events: auto;
  cursor: pointer;
  background-image: url('../images/Arrow_Left_5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  position: relative;
}



.slider-left:hover {
  background-color: var(--color--purple);
  background-image: url('../images/Arrow_Left_5-white.svg');
  background-position: 40%;
}



.swiper_control {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}



.testimonial_logo_wrapper {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}



.flag_title {
  font-family: var(--font-family--heading-font);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
  z-index: 20;
}



.human-focus {
  color: #2A1AFF;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}



.human-focus::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2A1AFF, #8f00ff);
}



.principles-list-item {
  padding-bottom: 1rem;
}



.p1---centered {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}



.p1---centered.large {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}



.p1---centered.small {
  font-size: .875rem;
}

@media screen and (max-width: 991px) {
  .container-3 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .cta_layout {
    grid-template-columns: 1fr;
  }

  .footer-container {
    padding-left: 4.775%;
    padding-right: 4.775%;
  }

  .mission-vision_layout, .features_layout {
    grid-template-columns: 1fr;
  }

  .journey_layout {
    grid-template-columns: 1fr;
    position: static;
  }

  .journey_video_wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .journey_content_wrapper {
    border-left-style: none;
    height: auto;
    padding-top: 0;
  }

  .background_video {
    aspect-ratio: 3 / 2;
    height: 100%;
  }

  .journey_waffle_layout {
    grid-template-columns: 1fr;
  }

  .cool-stuff_list {
    column-count: 2;
  }

  .flag_content_wrapper {
    position: static;
    transform: translate(0);
    z-index: 20;
  }

  .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .slider-right:hover, .slider-left:hover {
    background-position: 50%;
  }

  .journey_content_wrapper-2 {
    border-left-style: none;
  }

  .journey_layout-2 {
    grid-template-columns: 1fr;
    position: static;
  }

  .background_video-2 {
    aspect-ratio: 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-link--wrapper {
    flex-direction: row;
    align-items: flex-end;
  }

  .footer_text {
    font-size: 1em;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .testimonial_top {
    grid-template-columns: 1fr;
  }

  .logo_wall {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .journey_layout {
    grid-template-columns: 1fr;
  }

  .journey_video_wrapper {
    padding: 0;
  }

  .journey_content_wrapper {
    padding-left: 0;
  }

  .home_waffle-section-bg {
    background-size: cover;
  }

  .fs-checkbox_row {
    grid-auto-flow: row;
  }

  .contact_form {
    width: 100%;
  }

  .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .slider-right, .slider-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .journey_content_wrapper-2 {
    padding-left: 0;
  }

  .journey_layout-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav_menu {
    display: none;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu_text {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 2rem;
    display: flex;
  }

  .menu_text.dark {
    color: var(--color--black);
  }

  .menu_button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu_mobile {
    z-index: 999999;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    border: 1px solid var(--color--dark-blue);
    border-radius: var(--corner-size);
    background-color: var(--color--grey);
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: flex-end;
    padding: 2rem;
    display: flex;
  }

  .menu_top_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .hamburger {
    filter: invert();
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .menu_text-open, .menu_text-close {
    position: absolute;
  }

  .menu_mobile_wrapper {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: absolute;
    inset: 7rem 0% auto;
  }

  .cta_link_wrapper {
    flex-flow: column;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link--wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-container {
    padding-top: 6rem;
  }

  .footer_social {
    justify-content: center;
    align-items: center;
  }

  .menu_bottom {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 1rem;
    display: flex;
  }

  .hamburger_dark {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .btn_wrapper {
    flex-flow: column;
  }

  .home_hero_video.desktop {
    display: none;
  }

  .home_hero_video.mobile {
    aspect-ratio: 9 / 16;
    margin-top: 2.5rem;
    display: block;
  }

  .journey_waffle_img {
    transform: translate(0, 36%);
  }

  .home_cool-stuff_list {
    grid-template-columns: 1fr;
  }

  .filter {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cool-stuff_list {
    column-count: 1;
  }

  .view_filter {
    display: flex;
  }

  .view_filter_text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 1.5rem;
  }

  .h2-and-a-half {
    font-size: 2rem;
  }
}



#w-node-_409ca4ac-8a83-2d06-75d9-ee97755ab9c1-b7600538 {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-b7344d02-53f3-1bee-c77d-aa48c86addb2-b7600538 {
    order: -9999;
    justify-self: end;
  }
}



.animate-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@keyframes grid-move {
  0% { background-position: 0 0; }
  100% { background-position: 0 50px; }
}

@media (max-width: 700px) {
  .hero-handle.nav-position {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .transformation-text {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .hero-achievement {
    font-size: 1.7rem;
  }
}

@media (max-width: 900px) {
  .hero-handle {
    font-size: 4.5rem;
  }
  
  .hero-handle-container {
    margin-bottom: 100px;
  }
  
  .hero-levels {
    max-width: 98vw;
    gap: 16px;
  }
  
  .level-card {
    min-width: 160px;
    max-width: 200px;
    padding: 20px 12px;
    height: 100px;
  }
}

@media (max-width: 700px) {
  .hero-handle {
    font-size: 3.5rem;
  }
  
  .hero-handle-container {
    margin-bottom: 80px;
  }
  
  .hero-handle.nav-position {
    font-size: 1.4rem;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  
  .hero-achievement {
    font-size: 1.7rem;
  }
  
  .hero-grid {
    background-size: 30px 30px;
  }
  
  .hero-levels {
    flex-direction: column;
    max-width: 98vw;
    gap: 18px;
  }
  
  .level-card {
    min-width: 80vw;
    max-width: 90vw;
    font-size: 1rem;
    padding: 16px 8px;
    height: 90px;
  }
  
  .level-card p {
    font-size: 0.85rem;
  }
}



.level-card h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: #32145D;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
  position: relative;
}



.level-card p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
  word-break: break-word;
  line-height: 1.4;
}



.level-card-arrow svg {
  width: 18px;
  height: 18px;
  stroke: #2A1AFF;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s;
}



.level-card:hover .level-card-arrow svg {
  stroke: #32145D;
  transform: scale(1.1);
}



.scroll-indicator {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  width: 40px;
  height: 40px;
}



.scroll-indicator.visible {
  opacity: 1;
  pointer-events: auto;
}



.scroll-indicator svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}



.level-card h3 span {
  transition: all 0.3s ease;
  display: inline-block;
}



.level-card:hover h3 span {
  transform: translate(2px, -2px);
  color: #32145D;
}
/* ===== TRANSFORMATION ADVISOR SPECIFIC STYLES ===== */

/* Hero trust stats */
.hero-trust-stats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.trust-stat {
  font-size: 0.875rem;
  color: var(--color--dark-blue);
}

.trust-stat strong {
  font-weight: 700;
  font-size: 1.125rem;
}

.trust-divider {
  color: var(--color--dark-blue);
  opacity: 0.4;
}

.subheading-velkan {
  font-size: 1rem !important;
  font-weight: 400;
  margin: 0.5rem 0 1rem;
  opacity: 0.8;
}

/* Curve transitions */
.hero-curve-bottom {
  margin-bottom: -2px;
}

/* Dark blue curved section */
.problem-solution-section-curved {
  position: relative;
  background: var(--color--dark-blue);
  color: #fff;
  margin-top: -2px;
}

.problem-solution-section-curved h2 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
}

.problem-solution-section-curved h3 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
}

.problem-solution-section-curved .p1 {
  color: rgba(255,255,255,0.95);
}

.problem-solution-section-curved .solution-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 2rem;
  border-radius: var(--corner-size);
  margin-top: 2rem;
}


/* Logo Marquee */
.logo-marquee-section {
  padding: 2.5rem 0;
  background: #fff;
  overflow: hidden;
}

.marquee-container {
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 4rem;
  animation: marqueeScroll 40s linear infinite;
  will-change: transform;
}

.marquee-track img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.5);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile: slower marquee */
@media (max-width: 768px) {
  .marquee-track {
    animation-duration: 30s;
  }
  
  .marquee-track img {
    height: 50px;
  }
}


/* Navbar CTA */
.nav-cta {
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  margin-right: 1.5rem;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .nav-cta {
    display: none;
  }
}


/* Services Modal Tiles */
.services-grid-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-tile {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: var(--corner-size);
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.service-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,127,0.1);
  border-color: var(--color--blue);
}

.service-tile .service-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color--blue);
  opacity: 0.6;
  margin-bottom: 0.75rem;
}

.service-tile h4 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  color: var(--color--dark-blue);
}

.service-subtitle-compact {
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 1rem;
}

.service-explore {
  font-size: 0.875rem;
  color: var(--color--blue);
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-tile:hover .service-explore {
  opacity: 1;
}

/* Service Modals */
.service-modal {
  border: none;
  border-radius: 16px;
  padding: 0;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.service-modal::backdrop {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 0.5rem;
  transition: color 0.3s;
}

.modal-close:hover {
  color: #000;
}

.modal-content {
  padding: 3rem;
  position: relative;
}

.modal-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color--blue);
  opacity: 0.6;
}

.modal-content h3 {
  font-size: 1.75rem;
  margin: 0.5rem 0;
  color: var(--color--dark-blue);
}

.modal-subtitle {
  font-size: 1rem;
  color: var(--color--blue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.modal-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1.5rem;
}

.modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-list li {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
}

.modal-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color--blue);
  font-weight: 700;
}

/* Mobile modal adjustments */
@media (max-width: 768px) {
  .service-modal {
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
  }
  
  .modal-content {
    padding: 2rem 1.5rem;
  }
  
  .services-grid-compact {
    grid-template-columns: 1fr;
  }
}


/* Mobile fixes for hero (now at top) */
@media (max-width: 479px) {
  .hero-main .journey_waffle_img {
    transform: translate(0, 18%); /* Raised from 36% */
  }
  
  .hero-main .chat_wrapper.journey_page {
    transform: translate(0, -15px); /* Push up slightly */
  }
  
  .hero-trust-stats {
    font-size: 0.8rem;
    justify-content: center;
    text-align: center;
  }
}


/* Hero Content Hierarchy */
.hero-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0;
}

.hero-tagline {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

/* Hero Image Layering Fix - Critical */
.hero-main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.journey_waffle_img_wrapper {
  position: relative;
  z-index: 1;
}

.hero-curve-bottom {
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero-main { min-height: 85vh; }
  .hero-headline { font-size: 2.2rem; }
}

@media (max-width: 767px) {
  .hero-main { min-height: auto; padding-bottom: 3rem; }
  .hero-name { font-size: 1.75rem; }
  .hero-headline { font-size: 2rem; }
  .journey_waffle_img { transform: translate(0, 26%); }
}

@media (max-width: 479px) {
  .hero-name { font-size: 1.5rem; }
  .hero-headline { font-size: 1.75rem; }
  .hero-tagline { font-size: 1rem; }
  .journey_waffle_img { transform: translate(0, 18%); }
}

/* Problem/Solution Two-Column Layout */
.problem-solution-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.problem-solution-content h2 {
  grid-column: 1 / -1;
  margin-bottom: 2rem;
}

.problem-column {
  grid-column: 1;
}

.solution-column {
  grid-column: 2;
}

.problem-solution-section-curved {
  padding: 4rem 0;
}

.problem-solution-section-curved .p1 {
  color: #fff;
}

.problem-solution-section-curved .solution-box {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
}

@media (max-width: 991px) {
  .problem-solution-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .problem-column,
  .solution-column {
    grid-column: 1;
  }
}

/* Services - Always visible explore CTA */
.service-explore {
  opacity: 1 !important;
  font-size: 0.875rem;
  color: var(--color--blue);
  font-weight: 600;
  margin-top: 1rem;
  display: block;
}

.service-icon {
  margin-bottom: 1rem;
  display: block;
  color: var(--color--blue);
}

.service-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

/* Process Outcomes - No Emojis */
.outcome-item {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-align: center;
}

.outcome-item .outcome-icon {
  display: none;
}

.outcome-item p {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

/* Final CTA - Light Grey with Blue Accent */
.final-cta-section {
  background: var(--color--grey);
  color: var(--color--dark-blue);
  border-top: 4px solid var(--color--blue);
  border-bottom: 4px solid var(--color--blue);
  padding: 5rem 0;
}

.final-cta-content h2 {
  color: var(--color--dark-blue);
  background: none;
  -webkit-text-fill-color: var(--color--dark-blue);
}

.final-cta-content .p1 {
  color: var(--color--dark-blue);
  opacity: 0.9;
}

.cta-benefits {
  background: rgba(0,0,127,0.05);
  border: 1px solid rgba(0,0,127,0.1);
}

.cta-benefits h4 {
  color: var(--color--dark-blue);
}

.cta-list li {
  color: var(--color--dark-blue);
}

.cta-list li:before {
  color: var(--color--blue);
}

/* ===== TRANSFORMATION ADVISOR SPECIFIC STYLES ===== */

/* Hero trust stats */
.hero-trust-stats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.trust-stat {
  font-size: 0.875rem;
  color: var(--color--dark-blue);
}

.trust-stat strong {
  font-weight: 700;
  font-size: 1.125rem;
}

.trust-divider {
  color: var(--color--dark-blue);
  opacity: 0.4;
}

.subheading-velkan {
  font-size: 1rem !important;
  font-weight: 400;
  margin: 0.5rem 0 1rem;
  opacity: 0.8;
}

/* Curve transitions */
.hero-curve-bottom {
  margin-bottom: -2px;
}

/* Dark blue curved section */
.problem-solution-section-curved {
  position: relative;
  background: var(--color--dark-blue);
  color: #fff;
  margin-top: -2px;
}

.problem-solution-section-curved h2 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
}

.problem-solution-section-curved h3 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
}

.problem-solution-section-curved .p1 {
  color: rgba(255,255,255,0.95);
}

.problem-solution-section-curved .solution-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 2rem;
  border-radius: var(--corner-size);
  margin-top: 2rem;
}


/* Logo Marquee */
.logo-marquee-section {
  padding: 2.5rem 0;
  background: #fff;
  overflow: hidden;
}

.marquee-container {
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 4rem;
  animation: marqueeScroll 40s linear infinite;
  will-change: transform;
}

.marquee-track img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.5);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile: slower marquee */
@media (max-width: 768px) {
  .marquee-track {
    animation-duration: 30s;
  }
  
  .marquee-track img {
    height: 50px;
  }
}


/* Navbar CTA */
.nav-cta {
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  margin-right: 1.5rem;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .nav-cta {
    display: none;
  }
}


/* Services Modal Tiles */
.services-grid-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-tile {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: var(--corner-size);
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.service-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,127,0.1);
  border-color: var(--color--blue);
}

.service-tile .service-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color--blue);
  opacity: 0.6;
  margin-bottom: 0.75rem;
}

.service-tile h4 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  color: var(--color--dark-blue);
}

.service-subtitle-compact {
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 1rem;
}

.service-explore {
  font-size: 0.875rem;
  color: var(--color--blue);
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-tile:hover .service-explore {
  opacity: 1;
}

/* Service Modals */
.service-modal {
  border: none;
  border-radius: 16px;
  padding: 0;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.service-modal::backdrop {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 0.5rem;
  transition: color 0.3s;
}

.modal-close:hover {
  color: #000;
}

.modal-content {
  padding: 3rem;
  position: relative;
}

.modal-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color--blue);
  opacity: 0.6;
}

.modal-content h3 {
  font-size: 1.75rem;
  margin: 0.5rem 0;
  color: var(--color--dark-blue);
}

.modal-subtitle {
  font-size: 1rem;
  color: var(--color--blue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.modal-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1.5rem;
}

.modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-list li {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
}

.modal-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color--blue);
  font-weight: 700;
}

/* Mobile modal adjustments */
@media (max-width: 768px) {
  .service-modal {
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
  }
  
  .modal-content {
    padding: 2rem 1.5rem;
  }
  
  .services-grid-compact {
    grid-template-columns: 1fr;
  }
}


/* Mobile fixes for hero (now at top) */
@media (max-width: 479px) {
  .hero-main .journey_waffle_img {
    transform: translate(0, 18%); /* Raised from 36% */
  }
  
  .hero-main .chat_wrapper.journey_page {
    transform: translate(0, -15px); /* Push up slightly */
  }
  
  .hero-trust-stats {
    font-size: 0.8rem;
    justify-content: center;
    text-align: center;
  }
}

