/* C. Mathis Digital — consolidated site stylesheet. */
/* Edit shared tokens, typography and components here. Page-specific rules live in css/pages/. */

/* ==========================================================================
   Browser normalization
   ========================================================================== */

/*! 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;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  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;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -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-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.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-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.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 {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.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;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
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;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.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;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@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 {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.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-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.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 {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@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;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 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;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * 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;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@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-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.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 {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[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-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.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-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@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-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

/* ==========================================================================
   CMD design system and components
   ========================================================================== */

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

@font-face {
  font-family: Degular Display;
  src: url('../fonts/Degular-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular Display;
  src: url('../fonts/Degular-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular Text;
  src: url('../fonts/Degular-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular Text;
  src: url('../fonts/Degular-Text-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular Text;
  src: url('../fonts/Degular-Text-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-LightItalic-BF6576818c3183c.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Regular-BF6576818c3af74.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Thin-BF6576818c2a14c.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-MediumItalic-BF6576818c2aaf8.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Italic-BF6576818c041e2.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-BoldItalic-BF6576818c39d11.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Bold-BF6576818bd3700.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-BlackItalic-BF6576818becb0d.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-ThinItalic-BF6576818c5cbd8.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Black-BF6576818b4c472.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Medium-BF6576818c3a00a.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FK Grotesk Neue;
  src: url('../fonts/FKGroteskNeueTrial-Light-BF6576818c0f3e8.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #000;
  --black-shade: #303030;
  --white-shade: #ebebeb;
  --tag-green: #00ff09;
  --tag-orange: #f90;
  --tag-red: #f10;
  --purple-bg: #f1f0fa;
  --blue-bg: #f0f5fa;
  --red-bg: #faf0f0;
  --orange-bg: #faf7f0;
  --yellow-bg: #fafaf0;
  --green-bg: #f1faf0;
  --pink-bg: #faf0f9;
  --grey-bg: #fafafa;
  --black-opaque: #00000080;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Degular Text, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

a {
  font-size: 1.25rem;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

ol {
  margin-bottom: .5rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.process-tab-link.w--current {
  background-color: #0000;
  align-items: center;
  padding: 0;
  display: flex;
}

.padding-small {
  padding: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.main-wrapper {
  opacity: 1;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/gradientbg-holo---1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-wrapper.no-bg {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.main-wrapper.background-black {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.main-wrapper.background-white {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.margin-medium {
  margin: 2.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

.max-width-medium.margin-top {
  margin-top: 2rem;
}

.max-width-medium.hidden {
  display: none;
}

.margin-xxlarge {
  margin: 10rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-custom1, .padding-bottom.padding-small, .padding-bottom.padding-large, .padding-bottom.padding-0, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-medium, .padding-bottom.padding-custom3, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.show-mobile-portrait {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.black {
  background-color: #000;
}

.stylesystem_color-sample.white {
  background-color: #fff;
}

.stylesystem_color-sample.black-shade {
  background-color: var(--black-shade);
  color: var(--white);
}

.stylesystem_color-sample.white-shade {
  background-color: var(--white-shade);
}

.stylesystem_color-sample.tag-green {
  background-color: var(--tag-green);
}

.stylesystem_color-sample.tag-orange {
  background-color: var(--tag-orange);
}

.stylesystem_color-sample.tag-red {
  background-color: var(--tag-red);
}

.stylesystem_color-sample.purple-bg {
  background-color: var(--purple-bg);
}

.stylesystem_color-sample.blue-bg {
  background-color: var(--blue-bg);
}

.stylesystem_color-sample.red-bg {
  background-color: var(--red-bg);
}

.stylesystem_color-sample.orange-bg {
  background-color: var(--orange-bg);
}

.stylesystem_color-sample.yellow-bg {
  background-color: var(--yellow-bg);
}

.stylesystem_color-sample.green-bg {
  background-color: var(--green-bg);
}

.stylesystem_color-sample.pink-bg {
  background-color: var(--pink-bg);
}

.stylesystem_color-sample.grey-bg {
  background-color: var(--grey-bg);
}

.heading-xsmall {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.show {
  display: block;
}

.padding-tiny {
  padding: .5rem;
}

.icon-xsmall {
  width: 1.5rem;
}

.background-color-grey {
  background-color: var(--grey-bg);
}

.stylesystem-spacing-wrapper {
  background-color: #f4f4f4;
}

.margin-custom3 {
  margin: 6rem;
}

.text-rich-text h1 {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  line-height: 1.4;
}

.text-rich-text p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.text-rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.4;
}

.text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-rich-text figure {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.text-rich-text li {
  margin-bottom: .25rem;
}

.text-rich-text strong {
  font-weight: 500;
}

.text-rich-text a {
  text-decoration: underline;
}

.background-color-white {
  background-color: #fff;
}

.button-secondary {
  color: #000;
  text-align: center;
  position: relative;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  color: #fff;
  border-color: #fff;
}

.button-secondary.hidden {
  display: none;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-huge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom3, .margin-vertical.margin-tiny, .margin-vertical.margin-xxlarge, .margin-vertical.margin-custom2, .margin-vertical.margin-xxhuge, .margin-vertical.margin-large, .margin-vertical.margin-small, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xhuge, .margin-vertical.margin-xlarge, .margin-vertical.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.text-weight-bold {
  font-weight: 700;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.text-size-tiny {
  letter-spacing: 0;
  font-family: FK Grotesk Neue, sans-serif;
  font-size: .875rem;
}

.text-size-tiny.is-cursor-text {
  z-index: 12;
  color: var(--black);
  display: none;
  position: absolute;
}

.text-size-tiny.compressed {
  letter-spacing: -1px;
}

.margin-xxhuge {
  margin: 20rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-bottom, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-custom1, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-large, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-xhuge, .margin-bottom.margin-custom3, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-xxhuge {
  padding: 20rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.padding-xxsmall {
  padding: 1rem;
}

.max-width-large {
  width: 100%;
  max-width: 54rem;
}

.text-style-quote {
  font-family: Degular Display, sans-serif;
  font-size: 2rem;
  line-height: 1.65;
}

.padding-horizontal, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom3, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-0, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-small, .padding-horizontal.padding-xsmall {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-large, .margin-top.margin-0, .margin-top.margin-tiny, .margin-top.margin-xhuge, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-xxlarge, .margin-top.margin-xsmall, .margin-top.margin-xlarge, .margin-top.margin-huge, .margin-top.margin-custom2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-muted {
  opacity: .6;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.image-wrapper-4-3.case-study {
  padding-top: 0%;
}

.padding-vertical, .padding-vertical.padding-xxhuge, .padding-vertical.padding-xhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large.padding-0-landscape.hidden {
  display: none;
}

.padding-vertical.padding-small, .padding-vertical.padding-0, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom3, .padding-vertical.padding-custom1, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.hero {
  padding-top: 23rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.icon-xlarge {
  width: 6.5rem;
}

.overflow-auto {
  overflow: auto;
}

.padding-xsmall {
  padding: 1.5rem;
}

.page-padding {
  padding-left: 5.55%;
  padding-right: 5.55%;
}

.margin-horizontal, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-large, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-small, .margin-horizontal.margin-medium, .margin-horizontal.margin-0, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-custom3, .margin-horizontal.margin-huge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-xhuge {
  margin: 16rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-large {
  margin: 4rem;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.is-alternate {
  color: #fff;
}

.text-size-small {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1rem;
}

.text-size-small.is-banner-text {
  line-height: 1.6;
}

.rl-styleguide-wrapper {
  overflow: hidden;
}

.rl-styleguide_classes {
  display: none;
}

.margin-small {
  margin: 2rem;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-left, .margin-left.margin-custom2, .margin-left.margin-xlarge, .margin-left.margin-xxlarge, .margin-left.margin-huge, .margin-left.margin-small, .margin-left.margin-medium, .margin-left.margin-large, .margin-left.margin-xhuge, .margin-left.margin-tiny, .margin-left.margin-xsmall, .margin-left.margin-custom1, .margin-left.margin-0, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-tiny {
  margin: .5rem;
}

.heading-xlarge {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.background-color-black-2 {
  background-color: #000;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.stylesystem-header {
  color: #fff;
  background-color: #000;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.margin-custom2 {
  margin: .25rem;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.icon-xxsmall {
  width: 1rem;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.padding-medium {
  padding: 2.5rem;
}

.margin-xlarge {
  margin: 5rem;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-left, .padding-left.padding-custom2, .padding-left.padding-custom3, .padding-left.padding-0, .padding-left.padding-xlarge, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xxhuge, .padding-left.padding-xxsmall, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-xxlarge, .padding-left.padding-xsmall, .padding-left.padding-custom1, .padding-left.padding-small, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-huge {
  padding: 12rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form-radio-label {
  margin-bottom: 0;
}

.heading-small {
  letter-spacing: -1px;
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-xxsmall {
  margin: 1rem;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.show-mobile-landscape {
  display: none;
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-small {
  width: 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.padding-xxlarge {
  padding: 10rem;
}

.text-color-white {
  color: var(--white);
}

.padding-0 {
  padding: 0;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.padding-right, .padding-right.padding-custom2, .padding-right.padding-medium, .padding-right.padding-small, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-large, .padding-right.padding-tiny, .padding-right.padding-xlarge, .padding-right.padding-xsmall, .padding-right.padding-xhuge, .padding-right.padding-xxsmall, .padding-right.padding-custom1, .padding-right.padding-xxlarge, .padding-right.padding-custom3, .padding-right.padding-huge {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 57.5rem;
}

.margin-custom1 {
  margin: 8rem;
}

.padding-custom1 {
  padding: 8rem;
}

.padding-custom2 {
  padding: .25rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.text-align-left {
  text-align: left;
}

.margin-xsmall {
  margin: 1.5rem;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.padding-header {
  padding: 9.5rem;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-xxhuge, .padding-top.padding-custom2, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-custom1, .padding-top.padding-xxsmall, .padding-top.padding-xlarge, .padding-top.padding-custom3, .padding-top.padding-xxlarge, .padding-top.padding-xsmall, .padding-top.padding-tiny {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-header.short {
  padding-top: 6.5rem;
}

.padding-top.padding-header.test {
  padding-top: 6.7rem;
}

.text-size-regular {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1.2rem;
}

.text-size-regular.cv-margin {
  margin-top: 1rem;
}

.margin-huge {
  margin: 12rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-custom3 {
  padding: 6rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-color-black {
  color: var(--black);
}

.text-size-medium {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1.5rem;
}

.max-width-small {
  width: 100%;
  max-width: 21rem;
}

.max-width-small.hide-tablet {
  max-width: 21.5rem;
}

.icon-medium {
  width: 3rem;
}

.padding-xlarge {
  padding: 5rem;
}

.button {
  color: #fff;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.27rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
}

.button.is-nav-button {
  border-width: 1.5px;
  padding: .75rem 1.5rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.padding-xhuge {
  padding: 16rem;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-large {
  padding: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.margin-0 {
  margin: 0;
}

.heading-large {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-style-italic {
  font-style: italic;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.heading-medium {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-xlarge {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 2rem;
  line-height: 1.65;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-right, .margin-right.margin-large, .margin-right.margin-medium, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-xlarge, .margin-right.margin-0, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xxhuge, .margin-right.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-small.is-testimonial-photo {
  flex: none;
}

.margin-right.margin-xxsmall, .margin-right.margin-xxlarge, .margin-right.margin-custom2, .margin-right.margin-huge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.icon-large {
  width: 5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.image-wrapper_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-wrapper_image.low-opac {
  opacity: .9;
}

.heading-xxlarge {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

.nav {
  z-index: 999;
  padding: 0 5.55%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.nav-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.section-home-header, .section-home-header.background-color-white {
  position: relative;
}

.section-home-header.background-color-white.hidden {
  display: none;
}

._2col_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

._2col_content-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

._2col_content-right.two-column-align {
  max-width: 70%;
  margin-bottom: 0;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.center {
  justify-content: center;
}

._2col_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._2col_logo {
  max-height: 3.5rem;
}

._2col_logo-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem 1rem;
  display: flex;
}

.services_content-right.cv {
  margin-top: 1rem;
}

.services_item {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.comparison_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-profile_image-wrapper {
  max-width: 40.5rem;
}

.about-profile_image-wrapper.desktop-hide {
  display: none;
}

.about-profile_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.about-profile_component.home {
  place-items: center stretch;
}

.about-values_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-values_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.about-values_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section-home-blog.hidden {
  display: none;
}

.legal-links_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.menu_component {
  flex-direction: column;
  display: flex;
}

.menu_component.is-legal {
  grid-row-gap: 1.5rem;
}

.background-color-tag-green {
  background-color: var(--tag-green);
}

.background-color-tag-orange {
  background-color: var(--tag-orange);
}

.background-color-tag-red {
  background-color: var(--tag-red);
}

.background-color-purple {
  background-color: var(--purple-bg);
}

.background-color-blue {
  background-color: var(--blue-bg);
}

.background-color-red {
  background-color: var(--red-bg);
}

.background-color-orange {
  background-color: var(--orange-bg);
}

.background-color-yellow {
  background-color: var(--yellow-bg);
}

.background-color-green {
  background-color: var(--green-bg);
}

.background-color-pink {
  background-color: var(--pink-bg);
}

.nav-logo-link {
  padding-top: .375rem;
}

.nav-logo {
  color: var(--black);
  height: 24px;
}

.nav-button-text {
  font-size: 1rem;
  line-height: 1;
}

.nav-button-burger {
  flex-direction: column;
  margin-top: .125rem;
  display: flex;
}

.burger-line {
  background-color: var(--black);
  border-radius: 2px;
  width: 24px;
  height: 1.5px;
}

.burger-line.top {
  transform-origin: 0 0;
}

.burger-line.bottom {
  width: 1.25rem;
}

.section-home-full-image.background-color-white.hidden {
  display: none;
}

.button-secondary-text {
  padding-bottom: .15rem;
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-hide {
  overflow: hidden;
}

.div-hide.is-button-secondary, .div-hide.is-menu-item {
  position: absolute;
  inset: auto 0% 0%;
}

.div-hide.hidden {
  display: none;
}

.button-secondary-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 50%;
  height: 1px;
}

.button-secondary-line.two, .button-secondary-line.three, .button-secondary-line.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-home-showcase.hidden {
  display: none;
}

.showcase_list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image-showcase-horizontal {
  width: 100%;
  padding-top: 57.062%;
  position: relative;
}

.image-showcase-horizontal.case-study {
  padding-top: 0%;
}

.image-showcase-vertical {
  width: 100%;
  padding-top: 122.064%;
  position: relative;
}

.image-showcase-vertical.home {
  object-position: 100% 0%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95%;
  overflow: visible;
}

.showcase_link {
  display: flex;
  position: relative;
}

.showcase_image {
  width: 100%;
  padding-top: 57.062%;
  position: relative;
}

.showcase_image.is-on-hover {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-text {
  z-index: 2;
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
}

.button-text.is-small, .button-text.is-nav-button {
  font-size: 1rem;
}

.button-reveal {
  border: 2px solid var(--black);
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 105%);
}

.button-reveal.is-cursor-click-reveal {
  background-color: #2b2b2b;
  border-radius: 100%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  transform: scale(0);
}

.button-reveal.is-nav-button {
  border: 1.5px solid var(--black);
}

.swiper-slide {
  flex: none;
}

.swiper-slide.testimonial_item {
  width: 100%;
}

.testimonial_arrow-left {
  border: 2px solid var(--black);
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_list {
  flex: none;
  align-items: center;
  display: flex;
}

.testimonial_arrow-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: absolute;
  inset: 25% auto auto 0%;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.testimonial_arrow-right {
  border: 2px solid var(--black);
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21.8rem;
  display: flex;
  position: relative;
}

.testimonial_component {
  position: relative;
}

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

.testimonial_profile-photo {
  border: .125rem solid var(--black);
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
}

.testimonial_profile-photo.hidden {
  display: none;
}

.blog_link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.blog_title-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-custom1 {
  width: 100%;
  max-width: 28rem;
}

.blog_arrow-wrapper {
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_arrow {
  transform: rotate(-45deg);
}

.blog_arrow.two {
  position: absolute;
  transform: translate(-150%, 150%)rotate(-45deg);
}

.track-line {
  background-color: #0000004d;
  border-radius: .25rem;
  width: 100%;
  height: .125rem;
}

.track-line.background-color-white {
  background-color: var(--white);
}

.track_progress {
  background-color: var(--black);
  border-radius: .25px;
  position: absolute;
}

.track_progress.horizontal {
  width: 0%;
  height: .125rem;
}

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

.track_component.is-faq {
  margin-top: 1.8rem;
}

.blog_thumbnail {
  width: 20rem;
  height: 15rem;
  position: absolute;
  inset: -20% 18% auto auto;
}

.blog_image-wrapper {
  border: .125rem solid var(--black);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog_image {
  object-fit: cover;
  width: 20rem;
  height: 15rem;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: var(--black);
  color: var(--black);
  position: relative;
  overflow: hidden;
}

.footer_mark {
  opacity: .5;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer_mark.hide-mobile-landscape {
  z-index: 2;
}

.footer_component {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tag {
  background-color: var(--grey-bg);
  border: .125rem solid #000;
  border-radius: 3.75rem;
  align-items: center;
  padding: 1rem;
  display: inline-block;
}

.tag.is-inverted {
  background-color: var(--black-shade);
  color: var(--white);
}

.tag.is-transparent {
  clear: none;
  background-color: #0000;
}

.tag_dot {
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.tag_text {
  padding-bottom: 2px;
  font-family: FK Grotesk Neue, sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.tag_content {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer_heading-wrapper {
  max-width: 41.5rem;
}

.footer_email-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.button-clipboard {
  cursor: pointer;
  border-radius: 3.75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-clipboard.is-inverted {
  color: var(--white);
  transition: background-color .3s;
}

.button-clipboard.is-inverted:hover {
  background-color: var(--black-shade);
}

.button-clipboard-content {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-clipboard-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_block.hidden {
  display: none;
}

.footer_social-wrapper {
  align-items: center;
  display: flex;
}

.footer_social-link {
  padding: 1rem;
}

.footer_social-link.is-first {
  margin-left: -1rem;
}

.footer_top.is-mega-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20vw;
  display: flex;
}

.heading-line-one {
  display: inline-block;
}

.heading-line-one.heading-xxlarge {
  letter-spacing: -4px;
}

.heading-line-one.heading-large {
  letter-spacing: -3px;
  font-family: FK Grotesk Neue, sans-serif;
}

.heading-line-one.heading-small {
  font-size: 1.75rem;
}

.heading-line-two {
  display: inline-block;
}

.heading-line-two.heading-xxlarge {
  letter-spacing: -4px;
}

.heading-line-two.heading-xxlarge.text-color-white {
  letter-spacing: -6px;
  font-family: FK Grotesk Neue, sans-serif;
}

.heading-line-two.heading-large {
  letter-spacing: -3px;
}

.reveal-side {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
}

.reveal-side.left {
  inset: 0% auto auto 0%;
}

.reveal-side.right {
  inset: 0% 0% auto auto;
}

.p-line-one {
  display: inline-block;
}

.p-line-one.text-inline-tablet {
  font-family: FK Grotesk Neue, sans-serif;
  font-weight: 400;
}

.p-line-two {
  display: inline-block;
}

.p-line-two.text-inline-tablet {
  font-size: 1.5rem;
}

.p-line-three, .p-line-four, .p-line-five, .p-line-six, .p-line-seven {
  display: inline-block;
}

.background-color-gradient-top {
  background-image: linear-gradient(#fff0, #fff);
}

.background-color-gradient-bottom {
  background-image: linear-gradient(to bottom, var(--white), #fff0);
}

.tiny-text-link:hover {
  text-decoration: underline;
}

.footer_shamrock {
  color: var(--tag-green);
}

.section-about-header {
  position: relative;
}

.reveal-bottom {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-about-full-image {
  overflow: hidden;
}

.section-work-header {
  position: relative;
}

.work_item {
  border: 2px solid var(--black);
  position: relative;
}

.work_image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.work_component {
  flex-direction: column;
  align-items: center;
}

.work_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: scroll;
}

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

.work_scroll-blocker {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.work_button-scroll-lock {
  z-index: 3;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: hidden;
}

.work_button-scroll-unlock {
  z-index: 3;
  border: 2px solid var(--black);
  background-color: var(--white);
  opacity: 0;
  cursor: pointer;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: hidden;
}

.hide-all {
  display: none;
}

.section-services-header {
  position: relative;
}

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

.callout_text {
  max-width: 53rem;
}

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

.services_component.cv {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.heading-custom1 {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-custom1.is-services {
  opacity: .5;
  letter-spacing: -4px;
  line-height: 1.3;
}

.text-color-black-opaque {
  color: var(--black-opaque);
}

.heading-custom1-wrapper {
  cursor: pointer;
  display: inline-block;
}

.heading-custom1-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 0%;
  height: .125rem;
}

.comparison_list {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.comparison_list-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  display: flex;
}

.comparison_list-dot {
  border: 1px solid var(--black);
  border-radius: 100%;
  flex: none;
  width: .5rem;
  height: .5rem;
  margin-top: .25rem;
}

.comparison_track-line, .comparison_progress-line {
  background-color: var(--white-shade);
  border-radius: .5rem;
  width: .125rem;
  height: 100%;
  position: relative;
}

.comparison_progress-line.hide-tablet {
  background-color: var(--black);
  height: 0%;
}

.rl-builtwith_project-button {
  color: #161616;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: none;
  position: absolute;
}

.rl-builtwith_button-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.screenshots_link {
  border: 2px solid var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #0000000d;
}

.image-showcase-screenshot {
  width: 100%;
  padding-top: 57.06%;
  position: relative;
}

.section-services-screenshots {
  overflow: hidden;
}

.section-services-screenshots.hidden {
  display: none;
}

.screenshots_component {
  width: 100%;
  position: relative;
  left: -20%;
}

.screenshots_list {
  grid-column-gap: 5rem;
  grid-row-gap: 6rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 180%;
  display: flex;
  position: relative;
  left: -20%;
}

.screenshots_item {
  flex: none;
}

.screenshots_item:first-child {
  margin-left: 3%;
}

.screenshots_item:last-child {
  margin-right: 5%;
}

.screenshots_component-wrapper {
  width: 100%;
}

.section-faq-header {
  position: relative;
}

.faq_component.top-margin {
  display: block;
}

.faq_component.home-align {
  justify-content: space-between;
  display: flex;
}

.faq_item {
  cursor: pointer;
  padding-top: 1.8rem;
  position: relative;
}

.faq_item.no-padding {
  padding-top: 0;
}

.faq_question {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.faq_button {
  border: 2px solid var(--black);
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_button-line {
  z-index: 1;
  background-color: var(--black);
  border-radius: .5rem;
  width: 1rem;
  height: .083rem;
  position: relative;
}

.faq_button-line.absolute {
  position: absolute;
  transform: rotate(90deg);
}

.faq-rich-text {
  letter-spacing: 0;
  padding-top: 2.5rem;
  font-family: FK Grotesk Neue, sans-serif;
  font-weight: 300;
}

.faq-rich-text h1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  font-size: 2.5rem;
}

.faq-rich-text h2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 2rem;
}

.faq-rich-text h3 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.faq-rich-text h4, .faq-rich-text h5, .faq-rich-text h6 {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.faq-rich-text figure {
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq-rich-text a {
  text-decoration: underline;
}

.card-whipe-b {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-article-header {
  position: relative;
}

.article-main-image_component {
  border: .125rem solid var(--black);
}

.banner_component {
  cursor: pointer;
  width: 100%;
  padding: 2.5rem;
}

.banner_component.background-color-grey.text-align-center {
  position: relative;
}

.banner_line {
  background-color: var(--black);
  width: 25%;
  height: .125rem;
}

.banner_line.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.banner_line.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-article-blog.hidden {
  display: none;
}

.section-legal-header {
  position: relative;
}

.legal-links_eyes-wrapper {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.legal-links_eye-white {
  background-color: var(--white);
  border: .125rem solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.legal-links_eye-black {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
}

.legal-links_eye-green {
  background-color: var(--tag-green);
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.menu_item {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.menu_item.is-small {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
}

.menu_item.is-mega-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu_item-text {
  padding-bottom: .25rem;
}

.menu_item-inner {
  position: relative;
}

.menu_item-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 50%;
  height: 1px;
}

.menu_item-line.is-white {
  background-color: var(--white);
}

.mega-menu_component {
  z-index: 998;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-menu_component.background-color-black {
  display: none;
}

.mega-menu_grid {
  grid-column-gap: 9rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  display: grid;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  mix-blend-mode: difference;
}

.cursor_dot {
  background-color: var(--white);
  mix-blend-mode: difference;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

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

.blend-mode-difference {
  mix-blend-mode: difference;
}

.text-size-large {
  letter-spacing: -1px;
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1.75rem;
  line-height: 1.65;
}

.nav-right {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mega-menu_inner-wrapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 5.55%;
  padding-right: 5.55%;
  display: flex;
}

.testimonial_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1.21875rem;
  height: .75rem;
  display: flex;
}

.testimonial_arrow-icon.is-hover-right {
  z-index: 2;
  position: absolute;
  transform: translate(-180%);
}

.testimonial_arrow-icon.is-hover-left {
  z-index: 2;
  position: absolute;
  transform: translate(180%);
}

.fs-cc-banner_text-link {
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  border: 2px solid var(--black);
  background-color: var(--grey-bg);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: var(--black-shade);
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-button {
  color: #fff;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cookie-button.is-nav-button {
  border-width: 1.5px;
  padding: .75rem 1.5rem;
}

.section-home-clients.background-color-gradient-top.hidden {
  display: block;
}

.cv-highlight-container {
  margin-top: 1.25rem;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.div-block.margin-top {
  margin-top: 2rem;
}

.upwork-icon-container {
  filter: saturate(80%);
  height: 50px;
  margin-right: 12px;
}

.div-block-2 {
  background-image: url('../images/663e9baba55e3f1a6557f2ac_Gradient-Landscape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 28.3rem;
  margin-bottom: 2rem;
}

.div-block-3 {
  z-index: 9999;
  filter: saturate(110%);
  background-image: url('../images/gradientbg-holo---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 76vh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.heading-3 {
  font-family: FK Grotesk Neue, sans-serif;
}

.experience-wrapper {
  width: 100%;
}

.div-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". Area"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start stretch;
  display: grid;
}

.align-right {
  align-self: flex-end;
}

.text-block {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-5 {
  border-bottom: 1px #00000008;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.heading-xxsmall {
  font-family: FK Grotesk Neue, sans-serif;
  font-size: 1rem;
}

.div-block-6 {
  margin-top: 1rem;
}

.experience-title-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 2.75rem;
  display: flex;
}

.div-block-7 {
  margin-top: 1rem;
}

.proj-details-component.two-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proj-details-component.two-col.top-margin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-auto-flow: row;
  margin-top: 4rem;
}

.proj-details-component.two-col.top-margin.mobile {
  display: none;
}

.case-study-top-mg {
  margin-top: 1rem;
}

.section-project-images {
  padding-bottom: 16rem;
}

.image-2 {
  filter: brightness(103%);
  width: 100%;
}

.home-work-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  margin-bottom: .5rem;
}

.service-home-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 3.75rem;
  margin-top: .5rem;
  display: flex;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-9 {
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.5rem;
  }

  .margin-xxlarge {
    margin: 7.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-custom3 {
    margin: 5.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 15rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall.is-bigger-from-tablet, .margin-bottom.margin-xxsmall.is-bigger-from-tablet {
    margin-bottom: 4rem;
  }

  .padding-xxhuge {
    padding: 15rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-xhuge {
    margin: 12rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 4.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 10rem;
  }

  .padding-xxlarge {
    padding: 7.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-custom1 {
    margin: 6rem;
  }

  .padding-custom1 {
    padding: 6rem;
  }

  .show-tablet {
    display: block;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-huge {
    margin: 10rem;
  }

  .padding-custom3 {
    padding: 5.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 4.5rem;
  }

  .padding-xhuge {
    padding: 12rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .heading-xxlarge {
    font-size: 5.5rem;
  }

  ._2col_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .services_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .comparison_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-profile_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-values_list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
  }

  .legal-links_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-hide.is-menu-item {
    display: none;
  }

  .testimonial_arrow-left:hover {
    background-position: 50%;
  }

  .testimonial_arrow-wrapper {
    grid-column-gap: 2rem;
    justify-content: center;
    width: auto;
    display: flex;
    position: static;
  }

  .testimonial_arrow-right:hover, .blog_arrow-wrapper:hover {
    background-position: 50%;
  }

  .footer_mark {
    right: -20%;
  }

  .button-clipboard.is-inverted {
    transition-property: none;
  }

  .button-clipboard.is-inverted:hover {
    background-color: #0000;
  }

  .footer_top.is-mega-menu {
    padding-left: 0;
  }

  .padding-0-tablet {
    padding: 0;
  }

  .text-inline-tablet {
    display: inline;
  }

  .work_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .work_button-scroll-unlock {
    z-index: 4;
    opacity: 1;
  }

  .services_component {
    grid-row-gap: 4rem;
  }

  .heading-custom1, .heading-custom1.is-services {
    opacity: 1;
  }

  .heading-custom1.is-mega-menu {
    font-size: 2.5rem;
  }

  .comparison_list {
    grid-row-gap: 3rem;
  }

  .screenshots_link {
    width: 55vw;
  }

  .screenshots_list {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .screenshots_item:first-child {
    margin-left: 0%;
  }

  .screenshots_item:last-child {
    margin-right: 0%;
  }

  .faq_button:hover {
    background-position: 50%;
  }

  .legal-links_eye-white {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .legal-links_eye-black {
    position: absolute;
    inset: 10% auto auto 10%;
  }

  .legal-links_eye-green {
    position: absolute;
    inset: 20% auto auto 20%;
  }

  .mega-menu_component {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .mega-menu_grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    padding-top: 14rem;
    padding-bottom: 2rem;
  }

  .margin-0-tablet {
    margin: 0;
  }

  .mega-menu_inner-wrapper {
    overflow: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

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

  .fs-cc-banner_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1rem;
  }

  ul, ol {
    font-size: 1rem;
    line-height: 1.75;
  }

  .padding-small {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-custom3 {
    margin: 5rem;
  }

  .text-rich-text h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .text-rich-text h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }

  .text-rich-text figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-tiny {
    font-size: .75rem;
  }

  .margin-xxhuge {
    margin: 10rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall.is-bigger-from-tablet {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-xxsmall.is-bigger-from-tablet {
    margin-bottom: 2rem;
  }

  .padding-xxhuge {
    padding: 10rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xsmall {
    padding: 1.25rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-xhuge {
    margin: 8rem;
  }

  .margin-large {
    margin: 3rem;
  }

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

  .text-size-small.is-banner-text {
    font-size: 1rem;
  }

  .margin-small {
    margin: 1.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .image-wrapper-16-9.mobile-landscape-3-2 {
    padding-top: 66.6667%;
  }

  .padding-medium {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 6rem;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxlarge {
    padding: 5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-custom1 {
    margin: 5rem;
  }

  .padding-custom1 {
    padding: 5rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .margin-xsmall {
    margin: 1.25rem;
  }

  .padding-header {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .margin-huge {
    margin: 6rem;
  }

  .padding-custom3 {
    padding: 5rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 3rem;
  }

  .heading-large {
    font-size: 3rem;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-xxlarge {
    font-size: 4rem;
  }

  .nav-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  ._2col_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  ._2col_content-right {
    align-items: center;
  }

  ._2col_logo {
    max-height: 3rem;
  }

  ._2col_logo-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .comparison_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about-profile_component, .about-values_list, .legal-links_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .showcase_list {
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .showcase_image {
    padding-top: 66.6667%;
  }

  .testimonial_arrow-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper {
    margin-bottom: 32px;
  }

  .testimonial_arrow-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .testimonial_profile-photo {
    width: 5rem;
    height: 5rem;
  }

  .blog_arrow-wrapper {
    background-image: none;
  }

  .footer_email-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-clipboard.is-inverted {
    margin-left: -1rem;
  }

  .padding-0-landscape {
    padding: 0;
  }

  .work_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-custom1 {
    font-size: 3.25rem;
  }

  .comparison_list {
    grid-row-gap: 2rem;
  }

  .rl-builtwith_project-button {
    border: 1px solid #1616161a;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    inset: auto auto 1rem 1rem;
  }

  .rl-builtwith_button-icon {
    flex: none;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin-left: 0;
  }

  .screenshots_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq_button {
    background-image: none;
  }

  .faq-rich-text h1 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: 2rem;
  }

  .faq-rich-text h2 {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.75rem;
  }

  .faq-rich-text figure {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .legal-links_eyes-wrapper {
    grid-column-gap: 2rem;
  }

  .legal-links_eye-white {
    width: 14rem;
    height: 14rem;
  }

  .legal-links_eye-black {
    width: 7rem;
    height: 7rem;
  }

  .legal-links_eye-green {
    width: 2rem;
    height: 2rem;
  }

  .mega-menu_grid {
    grid-row-gap: 5rem;
  }

  .margin-0-landscape {
    margin: 0;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .heading-xsmall.is-footer-link-text {
    font-size: 1.25rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large.align-center {
    text-align: left;
    margin-left: auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge.mobile-bottom-posistion {
    justify-content: flex-start;
    align-items: flex-end;
    height: 58vh;
    padding-bottom: 2rem;
    display: flex;
  }

  .page-padding.padding-xhuge {
    padding-left: 5.55%;
    padding-right: 5.55%;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-small.is-footer-link-text {
    font-size: 1.25rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-header.test {
    padding-top: 5.5rem;
  }

  .text-size-regular.large-mobile {
    font-size: 1.25rem;
  }

  .max-width-small.show-tablet.hidden {
    display: none;
  }

  .max-width-small.hide-tablet {
    display: block;
  }

  .max-width-small.mobile-width {
    max-width: 34rem;
  }

  .button.mobile-hidden {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-right.margin-small.is-testimonial-photo {
    margin-right: 0;
  }

  .image-wrapper_image.low-opac {
    object-fit: cover;
    object-position: 50% 45%;
  }

  .heading-xxlarge {
    font-size: 3.5rem;
  }

  .nav-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  ._2col_content-right.mobile-vert-padding {
    margin-top: 3rem;
  }

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

  ._2col_logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .services_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .about-profile_image-wrapper.mobile-hide {
    display: none;
  }

  .about-profile_image-wrapper.desktop-hide {
    margin-top: 2rem;
    display: block;
  }

  .about-profile_component {
    grid-template-columns: 1fr;
  }

  .about-profile_component.home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-values_list, .legal-links_component {
    grid-template-columns: 1fr;
  }

  .div-hide {
    overflow: hidden;
  }

  .image-showcase-vertical.home {
    max-width: 100%;
  }

  .button-reveal.is-faq {
    width: 115%;
    height: 115%;
  }

  .testimonial_text-wrapper {
    height: auto;
  }

  .testimonial_profile {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

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

  .blog_arrow-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .tag.is-transparent {
    margin-left: -2px;
    padding: .75rem;
  }

  .padding-0-portrait {
    padding: 0;
  }

  .heading-line-one.heading-xxsmall.text-weight-bold {
    display: inline-block;
  }

  .work_button-scroll-lock, .work_button-scroll-unlock {
    bottom: .5rem;
    right: .5rem;
  }

  .heading-custom1 {
    font-size: 2.75rem;
  }

  .comparison_list {
    grid-row-gap: 2.5rem;
  }

  .screenshots_link {
    border-width: 1px;
    width: 65vw;
  }

  .screenshots_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .screenshots_item:last-child {
    display: none;
  }

  .faq_component.home-align {
    flex-flow: column;
  }

  .faq_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .legal-links_eye-white {
    width: 7rem;
    height: 7rem;
  }

  .legal-links_eye-black {
    width: 3.5rem;
    height: 3.5rem;
    top: 15%;
    left: 15%;
  }

  .legal-links_eye-green {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mega-menu_component.background-color-black {
    display: none;
  }

  .mega-menu_grid {
    grid-row-gap: 3rem;
  }

  .margin-0-portrait {
    margin: 0;
  }

  .text-size-large.is-testimonial-text {
    text-align: left;
    font-size: 1.25rem;
  }

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

  .div-block-3 {
    height: 84.5svh;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 2rem;
  }

  .heading {
    color: var(--white);
    font-size: 1.75rem;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .image {
    max-width: 70px;
  }

  .proj-details-component.two-col.top-margin {
    display: none;
  }

  .proj-details-component.two-col.top-margin.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .case-study-top-mg.services {
    padding-right: .7rem;
  }

  .section-project-images {
    padding-bottom: 4rem;
  }

  .proj-mobile-heading {
    margin-bottom: 2rem;
  }
}

#testimonial-arrow-right.w-node-d3977386-fe9a-3cb7-0ed1-60b1de2d84f8-c528843c, #w-node-aa5a1e41-73c1-3537-b73d-8d55d8052472-c528843c, #w-node-e662ea0e-346e-4d66-19e2-849380c30c33-c528843c, #w-node-a6ee54f5-18d8-65db-e7d4-7ef40fac2183-c528843c, #w-node-d0b71075-0074-b790-28ff-d065329b2a13-c528843c {
  justify-self: end;
}

#w-node-_3300fbd6-0db9-5030-695c-df2a8a422610-c528843c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec52d89-2dda-6034-a08f-33602b5c4dcc-c528843c {
  place-self: start;
}

#w-node-_3300fbd6-0db9-5030-695c-df2a8a422621-c528843c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-fe5844d1-ebc9-caad-d14b-fea8ce14999d-ce149979 {
  justify-self: auto;
}

#w-node-_0b4c0aaa-cee4-926c-2f00-d61568a5f49f-c5288449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2c7ad07-0fbd-4378-8c5b-b2acafd2a287-c528844f, #w-node-b2c7ad07-0fbd-4378-8c5b-b2acafd2a293-c528844f, #w-node-b2c7ad07-0fbd-4378-8c5b-b2acafd2a29f-c528844f {
  justify-self: end;
}

#w-node-ea2088b8-562c-11ce-536d-f258d7891b31-c528845d, #w-node-c68a8b42-2c82-1269-15e8-1e44139b8dcf-c528845d, #w-node-_88b7ac4d-dae6-7664-7d67-a3b47cf54b33-c528845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88b7ac4d-dae6-7664-7d67-a3b47cf54b4b-c528845f {
  justify-self: start;
}

#w-node-_545eae33-0eaf-5714-27c3-f286d50c5fbd-40876b34, #w-node-bae632ad-ccf5-15c3-2455-eaf6582d88eb-40876b34, #w-node-_545eae33-0eaf-5714-27c3-f286d50c5fc5-40876b34, #w-node-_545eae33-0eaf-5714-27c3-f286d50c5fbf-40876b34, #w-node-_73ec42ba-d627-12f3-3b3f-6f41dc85059b-40876b34, #w-node-_3233d5f0-679a-f664-73d5-fd49f6f43d0f-40876b34, #w-node-_9b144ad1-87bd-32ea-7b48-e6bb6e47196b-40876b34, #w-node-ded71c1e-e330-158b-7a8b-2fe75f5f20d6-40876b34 {
  justify-self: center;
}

#testimonial-arrow-right.w-node-d3977386-fe9a-3cb7-0ed1-60b1de2d84f8-40876b34 {
  justify-self: end;
}

#w-node-ea2088b8-562c-11ce-536d-f258d7891b31-e513c151, #w-node-c68a8b42-2c82-1269-15e8-1e44139b8dcf-e513c151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #testimonial-arrow-right.w-node-d3977386-fe9a-3cb7-0ed1-60b1de2d84f8-c528843c, #w-node-fe5844d1-ebc9-caad-d14b-fea8ce14999d-ce149979, #w-node-_0b4c0aaa-cee4-926c-2f00-d61568a5f49f-c5288449, #testimonial-arrow-right.w-node-d3977386-fe9a-3cb7-0ed1-60b1de2d84f8-40876b34 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_882aa6cd-2c52-7cda-e933-260f1082245d-c528844f, #w-node-_882aa6cd-2c52-7cda-e933-260f10822467-c528844f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* ==========================================================================
   Shared custom rules extracted from HTML
   ========================================================================== */

/* Shared group: foundation */
.no-scroll {
    overflow:hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
overflow-x: hidden;
}

/* Shared group: menu */
/* Mobile/mega menu open state.
       The export ships 3 conflicting IX2 MOUSE_CLICK events on .nav-menu, so the
       menu never opened. Driven explicitly below instead. Nav is z-index 999 over
       the menu's 998, so the trigger stays tappable to close. */
    :where(html.has-menu-styles) .mega-menu_component.is-menu-open { display: block !important; opacity: 1 !important; }
    :where(html.has-menu-styles) body.no-scroll { overflow: hidden; }
    :where(html.has-menu-styles) body.menu-is-open .nav-button-text { color: var(--white) !important; }
    :where(html.has-menu-styles) body.menu-is-open .burger-line { background-color: var(--white) !important; }
    :where(html.has-menu-styles) body.menu-is-open .nav-logo-link img { filter: invert(1); }
    :where(html.has-menu-styles) body.menu-is-open .button.is-nav-button { border-color: var(--white) !important; }
    :where(html.has-menu-styles) body.menu-is-open .button-text.is-nav-button { color: var(--white) !important; }

/* Shared group: content-bd3e60baa3 */
/* Snippet gets rid of top margin on first element in any rich text*/
:where(html.has-content-bd3e60baa3) .w-richtext>:first-child {
	margin-top: 0;
}
/* Snippet gets rid of bottom margin on last element in any rich text*/
:where(html.has-content-bd3e60baa3) .w-richtext>:last-child, :where(html.has-content-bd3e60baa3) .w-richtext ol li:last-child, :where(html.has-content-bd3e60baa3) .w-richtext ul li:last-child {
    margin-bottom: 0;
}
/* Snippet makes all link elements listed below to inherit color from their parent */
:where(html.has-content-bd3e60baa3) a, 
:where(html.has-content-bd3e60baa3) .w-tab-link, 
:where(html.has-content-bd3e60baa3) .w-nav-link, 
:where(html.has-content-bd3e60baa3) .w-dropdown-btn, 
:where(html.has-content-bd3e60baa3) .w-dropdown-toggle, 
:where(html.has-content-bd3e60baa3) .w-dropdown-link
{
color: inherit;
}
/* Snippet makes the cursor parent not clickable */
:where(html.has-content-bd3e60baa3) .cursor-wrapper {
    user-select: none;
    pointer-events: none;
}
/* Snippet prevents all click and hover interaction with an element */
:where(html.has-content-bd3e60baa3) .clickable-off {
  pointer-events: none;
}
/* Snippet enables all click and hover interaction with an element */
:where(html.has-content-bd3e60baa3) .clickable-on{
  pointer-events: auto;
}
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
:where(html.has-content-bd3e60baa3) .div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
    :where(html.has-content-bd3e60baa3) main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
/* Make sure containers never lose their center alignment*/
:where(html.has-content-bd3e60baa3) .container-medium, :where(html.has-content-bd3e60baa3) .container-small, :where(html.has-content-bd3e60baa3) .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
:where(html.has-content-bd3e60baa3) .w-input, :where(html.has-content-bd3e60baa3) .w-select, :where(html.has-content-bd3e60baa3) a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/*Apply "..." after 3 lines of text */
:where(html.has-content-bd3e60baa3) .text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
:where(html.has-content-bd3e60baa3) .text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
:where(html.has-content-bd3e60baa3) .truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Make the default text underlines nicer */
:where(html.has-content-bd3e60baa3) .text-decoration---underline { 
		text-decoration-thickness: .05rem; 
    text-underline-offset: .075rem; 
}
/* Add stroke to footer mask text */
:where(html.has-content-bd3e60baa3) .footer_mark-text {
			-webkit-text-stroke-width: 2px;
}
/* Removes native scrollbar */
:where(html.has-content-bd3e60baa3) .no-scrollbar {
    -ms-overflow-style: none;  /* IE 10+ */
    overflow: -moz-scrollbars-none;  /* Firefox */
}
:where(html.has-content-bd3e60baa3) .no-scrollbar::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
/* Target 1st element in showcase list layout */
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(1) { 
    width: 62.5%;
    padding-right: 6.25%;
}
/* Target 2nd element in showcase list layout */
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(2) { 
    width: 37.5%;
}
/* Target 4th element in showcase list layout */
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(4) { 
    width: 37.5%;
}
/* Target 5th element in showcase list layout */
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(5) { 
    width: 62.5%;
    padding-left: 6.25%;
}
/* Target every 2nd element in showcase list layout starting from the second one */
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(2n+2) { 
		padding-top: 10rem;
}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(2n+2) .showcase_image { 
		padding-top: 122.08333%;
}
/* Target every 3rd element in showcase list layout starting from the third one */
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(3n+3) { 
		width: 100%;
    margin-top: 10rem;
    margin-bottom: 10rem;
}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(3n+3) .showcase_image { 
		padding-top: 56.25%;
}
/* Layout change for showcase list from landscape breakpoint */
@media screen and (max-width: 767px) {
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(2n+2) { 
		padding-top: 0;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(1) { 
    padding-right: 0;
    width: 100%;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(2) { 
    width: 100%;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(4) { 
    width: 100%;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(5) { 
    padding-left: 0;
    width: 100%;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(3n+3) { 
    margin-top: 0;
    margin-bottom: 0;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(2n+2) .showcase_image { 
		padding-top: 66.66666%;
	}
:where(html.has-content-bd3e60baa3) .showcase_list > :nth-child(3n+3) .showcase_image { 
		padding-top: 66.66666%;
	}
}

/* Shared group: fluid-type */
/* Fluid responsive code*/
  html:where(.has-fluid-typography) { font-size: calc(0.625rem + 0.41666666666666663vw); }
  @media screen and (max-width:1920px) { html:where(.has-fluid-typography) { font-size: calc(0.625rem + 0.41666666666666674vw); } }
  @media screen and (max-width:1440px) { html:where(.has-fluid-typography) { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } }
  @media screen and (max-width:479px) { html:where(.has-fluid-typography) { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }

/* Shared group: faq */
/* FAQ accordion (driven by faq-accordion.js below; Webflow IX2 cannot scope a
       shared data-w-id toggle across repeated items) */
    :where(html.has-faq-styles) .faq_answer { height: 0; overflow: hidden; transition: height .45s cubic-bezier(.22,1,.36,1); }
    :where(html.has-faq-styles) .faq_button-line { transition: background-color .3s ease, transform .45s cubic-bezier(.22,1,.36,1); }
    :where(html.has-faq-styles) .faq_item.is-open .faq_button-line.absolute { transform: rotate(0deg); }
    :where(html.has-faq-styles) .button-reveal.is-faq { transition: transform .4s cubic-bezier(.22,1,.36,1); }
    :where(html.has-faq-styles) .faq_item:hover .button-reveal.is-faq { transform: translate(0, 0); }
    :where(html.has-faq-styles) .faq_item:hover .faq_button-line { background-color: var(--white); }
    :where(html.has-faq-styles) .faq_item .track_progress.horizontal { transition: width .5s cubic-bezier(.22,1,.36,1); }
    :where(html.has-faq-styles) .faq_item.is-open .track_progress.horizontal { width: 100%; }
    @media (prefers-reduced-motion: reduce) {
      :where(html.has-faq-styles) .faq_answer, :where(html.has-faq-styles) .faq_button-line, :where(html.has-faq-styles) .button-reveal.is-faq, :where(html.has-faq-styles) .faq_item .track_progress.horizontal { transition: none; }
    }

/* Shared group: content-40466d0d17 */
/* Snippet gets rid of top margin on first element in any rich text*/
:where(html.has-content-40466d0d17) .w-richtext>:first-child {
	margin-top: 0;
}
/* Snippet gets rid of bottom margin on last element in any rich text*/
:where(html.has-content-40466d0d17) .w-richtext>:last-child, :where(html.has-content-40466d0d17) .w-richtext ol li:last-child, :where(html.has-content-40466d0d17) .w-richtext ul li:last-child {
    margin-bottom: 0;
}
/* Snippet makes all link elements listed below to inherit color from their parent */
:where(html.has-content-40466d0d17) a,
:where(html.has-content-40466d0d17) .w-tab-link,
:where(html.has-content-40466d0d17) .w-nav-link,
:where(html.has-content-40466d0d17) .w-dropdown-btn,
:where(html.has-content-40466d0d17) .w-dropdown-toggle,
:where(html.has-content-40466d0d17) .w-dropdown-link
{
color: inherit;
}
/* Snippet makes the cursor parent not clickable */
:where(html.has-content-40466d0d17) .cursor-wrapper {
    user-select: none;
    pointer-events: none;
}
/* Snippet prevents all click and hover interaction with an element */
:where(html.has-content-40466d0d17) .clickable-off {
  pointer-events: none;
}
/* Snippet enables all click and hover interaction with an element */
:where(html.has-content-40466d0d17) .clickable-on{
  pointer-events: auto;
}
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
:where(html.has-content-40466d0d17) .div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
    :where(html.has-content-40466d0d17) main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
/* Make sure containers never lose their center alignment*/
:where(html.has-content-40466d0d17) .container-medium, :where(html.has-content-40466d0d17) .container-small, :where(html.has-content-40466d0d17) .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
:where(html.has-content-40466d0d17) .w-input, :where(html.has-content-40466d0d17) .w-select, :where(html.has-content-40466d0d17) a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/*Apply "..." after 3 lines of text */
:where(html.has-content-40466d0d17) .text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
:where(html.has-content-40466d0d17) .text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
:where(html.has-content-40466d0d17) .truncate-width {
		width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Make the default text underlines nicer */
:where(html.has-content-40466d0d17) .text-decoration---underline {
		text-decoration-thickness: .05rem;
    text-underline-offset: .075rem;
}
/* Add stroke to footer mask text */
:where(html.has-content-40466d0d17) .footer_mark-text {
			-webkit-text-stroke-width: 2px;
}
/* Removes native scrollbar */
:where(html.has-content-40466d0d17) .no-scrollbar {
    -ms-overflow-style: none;  /* IE 10+ */
    overflow: -moz-scrollbars-none;  /* Firefox */
}
:where(html.has-content-40466d0d17) .no-scrollbar::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

/* Shared group: content-f0d992f640 */
/* Snippet gets rid of top margin on first element in any rich text*/
:where(html.has-content-f0d992f640) .w-richtext>:first-child {
	margin-top: 0;
}
/* Snippet gets rid of bottom margin on last element in any rich text*/
:where(html.has-content-f0d992f640) .w-richtext>:last-child, :where(html.has-content-f0d992f640) .w-richtext ol li:last-child, :where(html.has-content-f0d992f640) .w-richtext ul li:last-child {
    margin-bottom: 0;
}
/* Snippet makes all link elements listed below to inherit color from their parent */
:where(html.has-content-f0d992f640) a, 
:where(html.has-content-f0d992f640) .w-tab-link, 
:where(html.has-content-f0d992f640) .w-nav-link, 
:where(html.has-content-f0d992f640) .w-dropdown-btn, 
:where(html.has-content-f0d992f640) .w-dropdown-toggle, 
:where(html.has-content-f0d992f640) .w-dropdown-link
{
color: inherit;
}
/* Snippet prevents all click and hover interaction with an element */
:where(html.has-content-f0d992f640) .clickable-off {
  pointer-events: none;
}
/* Snippet enables all click and hover interaction with an element */
:where(html.has-content-f0d992f640) .clickable-on{
  pointer-events: auto;
}
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
:where(html.has-content-f0d992f640) .div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
    :where(html.has-content-f0d992f640) main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
/* Make sure containers never lose their center alignment*/
:where(html.has-content-f0d992f640) .container-medium, :where(html.has-content-f0d992f640) .container-small, :where(html.has-content-f0d992f640) .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
:where(html.has-content-f0d992f640) .w-input, :where(html.has-content-f0d992f640) .w-select, :where(html.has-content-f0d992f640) a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/*Apply "..." after 3 lines of text */
:where(html.has-content-f0d992f640) .text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
:where(html.has-content-f0d992f640) .text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
:where(html.has-content-f0d992f640) .truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
:where(html.has-content-f0d992f640) .no-scrollbar {
    -ms-overflow-style: none;  /* IE 10+ */
    overflow: -moz-scrollbars-none;  /* Firefox */
}
:where(html.has-content-f0d992f640) .no-scrollbar::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

/* ==========================================================================
   Layout utilities
   ========================================================================== */

/* Utility classes formerly expressed as style attributes in the HTML. */
.u-tracker-hidden { display: none; visibility: hidden; }
.u-justify-center { justify-content: center; }
.u-opacity-0 { opacity: 0; }
.u-white-visible { background-color: rgb(255, 255, 255); opacity: 1; }
.u-native-control-hidden { opacity: 0; position: absolute; z-index: -1; }
.u-max-width-48 { max-width: 48rem; }
.u-hue-rotate-start { filter: hue-rotate(0deg); }
.u-bg-white { background-color: rgb(255, 255, 255); }
.u-display-none { display: none; }
.u-max-width-62 { max-width: 62rem; }
.u-flex-center { display: flex; justify-content: center; }
.u-margin-top-auto { margin-top: auto; }
.u-text-center { text-align: center; }
.u-margin-inline-auto { margin-left: auto; margin-right: auto; }
.u-opacity-55 { opacity: .55; }
.u-margin-top-2 { margin-top: 2rem; }
.u-max-width-2880 { max-width: 2880px !important; }
.u-display-block { display: block; }
.u-heading-reset { margin: 0; }
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 991px) {
  .u-display-block.hide-tablet { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  :where(html.has-main-site) {
    scroll-behavior: auto;
  }
  :where(html.has-main-site) *,
  :where(html.has-main-site) *::before,
  :where(html.has-main-site) *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

:where(html.has-main-site) a:focus-visible,
:where(html.has-main-site) button:focus-visible,
:where(html.has-main-site) [role="button"]:focus-visible,
:where(html.has-main-site) input:focus-visible,
:where(html.has-main-site) textarea:focus-visible,
:where(html.has-main-site) select:focus-visible {
  outline: 3px solid #5b5cff;
  outline-offset: 3px;
}

/* Shared animated CMD navigation mark. */

.wsvc-cube-slot {
  position: relative;
  display: block;
  aspect-ratio: 1;
  pointer-events: none;
}

.wsvc-nav-cube-link {
  position: relative;
  width: 6.25rem;
  height: 3.75rem;
  padding-top: 0;
  overflow: visible;
}

.wsvc-cube-slot.is-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.25rem;
  margin: 0;
  transform: translateY(-50%);
}

.wsvc-cube-video,
.wsvc-cube-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 .3rem .55rem rgb(37 45 68 / 10%));
  transition: opacity .35s ease;
}

.wsvc-cube-video {
  opacity: 0;
}

.wsvc-cube-poster {
  opacity: 1;
}

.wsvc-cube-slot.is-video-ready .wsvc-cube-video {
  opacity: 1;
}

.wsvc-cube-slot.is-video-ready .wsvc-cube-poster {
  opacity: 0;
}

.wsvc-cube-slot.is-poster-only .wsvc-cube-video {
  display: none !important;
}

.wsvc-cube-fallback-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.5rem;
  max-width: none;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.wsvc-cube-slot.has-error :where(.wsvc-cube-video, .wsvc-cube-poster) {
  display: none;
}

.wsvc-cube-slot.has-error .wsvc-cube-fallback-logo {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .wsvc-cube-slot.is-nav {
    top: calc(50% + .2rem);
    left: -.9rem;
    width: 5.5rem;
  }

  .wsvc-nav-cube-link {
    width: 4.75rem;
    height: 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wsvc-cube-video,
  .wsvc-cube-poster {
    transition: none;
  }

  .wsvc-cube-video {
    display: none !important;
  }

  .wsvc-cube-poster {
    opacity: 1 !important;
  }
}

/* ==========================================================================
   Current CMD visual system
   Mirrors the transferable styling established by websites.html while keeping
   that landing page's grids, centered hero, and carousel rules page-specific.
   ========================================================================== */

.main-site-page {
  --cmd-type-hero: 6rem;
  --cmd-type-section: 2.5331rem;
  --cmd-type-heading: 1.4256rem;
  --cmd-type-body: 1.0695rem;
  --cmd-type-small: .8023rem;
  --cmd-section-space: clamp(112px, 10vw, 160px);
  --cmd-holo-image: linear-gradient(rgb(255 255 255 / 18%), rgb(255 255 255 / 18%)), url('../images/gradientbg-holo---1.jpg');
  --cmd-holo-size: max(180vw, 180vh) max(180vw, 180vh);
  --cmd-holo-blur: 14px;
  --cmd-holo-opacity: .5;
  --cmd-matte-text-shadow: 0 1px 2px #0000001f;
  text-shadow: var(--cmd-matte-text-shadow);
}

.main-site-page .main-wrapper {
  position: relative;
  isolation: isolate;
  background: var(--white);
  filter: none !important;
}

.main-site-page .main-wrapper > :not(.section-home-header):not(.section-home-testimonial) {
  background-color: var(--white);
  background-image: none;
}

.main-site-page main h1,
.main-site-page main h1 .heading-xxlarge,
.main-site-page main h2.heading-xxlarge,
.main-site-page main h2.heading-xxlarge .heading-xxlarge {
  font-family: 'FK Grotesk Neue', sans-serif;
  font-size: var(--cmd-type-hero);
  font-weight: 400;
  line-height: 1.1;
}

.main-site-page main h2:not(.heading-xxlarge),
.main-site-page main h2:not(.heading-xxlarge) .heading-large,
.main-site-page main h2:not(.heading-xxlarge) .heading-medium {
  font-family: 'FK Grotesk Neue', sans-serif;
  font-size: var(--cmd-type-section);
  font-weight: 400;
  line-height: 1.25;
}

.main-site-page main .heading-small {
  font-size: var(--cmd-type-heading);
}

.main-site-page main :where(.text-size-regular, .text-size-medium) {
  font-size: var(--cmd-type-body);
}

.main-site-page main .text-size-small {
  font-size: var(--cmd-type-small);
}

.main-site-page main section .padding-vertical.padding-xhuge {
  padding-top: var(--cmd-section-space);
  padding-bottom: var(--cmd-section-space);
}

.main-site-page :is(.section-services-header, .section-about-header, .section-contact-header) .padding-top.padding-header {
  padding-top: 6rem;
}

.main-site-page :is(.section-services-header, .section-about-header, .section-contact-header) .padding-vertical.padding-xhuge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@keyframes cmd-hue-rotate {
  from { filter: blur(var(--cmd-holo-blur)) hue-rotate(0deg); }
  to { filter: blur(var(--cmd-holo-blur)) hue-rotate(360deg); }
}

.main-site-page main :is(a.button, button.button):not(.is-alternate) {
  isolation: isolate;
  background-color: var(--white);
  box-shadow: inset 0 1px 2px #0000001f;
}

.main-site-page main :is(a.button, button.button):not(.is-alternate)::before {
  content: '';
  position: absolute;
  inset: -112px;
  z-index: 0;
  border-radius: inherit;
  background-image: var(--cmd-holo-image);
  background-position: 0 0, 50% 50%;
  background-repeat: no-repeat;
  background-size: auto, var(--cmd-holo-size);
  opacity: var(--cmd-holo-opacity);
  filter: blur(var(--cmd-holo-blur));
  transform: translate3d(0, var(--cmd-holo-parallax-y, 0), 0);
  animation: cmd-hue-rotate 10s cubic-bezier(.455, .03, .515, .955) infinite;
  will-change: filter, transform;
}

/* Let each existing hero show softly through its white CTA fill. */

.main-site-page main header :is(a.button, button.button):not(.is-alternate) {
  background-color: rgb(255 255 255 / 50%);
  background-image: none;
}

.main-site-page main header :is(a.button, button.button):not(.is-alternate)::before {
  display: none;
}

.main-site-page main :is(a.button, button.button):not(.is-alternate) .button-text {
  text-shadow: var(--cmd-matte-text-shadow);
}

.main-site-page main :is(a.button, button.button) .button-reveal {
  z-index: 1;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.main-site-page main :is(a.button, button.button):hover .button-reveal {
  transform: translate(0, 0);
}

.main-site-page main :is(a.button, button.button):hover .button-text {
  color: var(--white);
}

.main-site-page main :is(a.button, button.button).is-alternate:hover .button-text {
  color: var(--black);
}

.main-site-page .button-secondary-line {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  transform-origin: left center;
}

.main-site-page a.button-secondary:hover .button-secondary-line {
  transform: scaleX(1.6);
}

.main-site-page .section-home-testimonial {
  --cmd-holo-opacity: .72;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--white);
}

.main-site-page .section-home-testimonial::before {
  content: '';
  position: absolute;
  inset: -300px -48px;
  z-index: 0;
  pointer-events: none;
  background-image: var(--cmd-holo-image);
  background-position: 0 0, 50% 50%;
  background-repeat: no-repeat;
  background-size: auto, var(--cmd-holo-size);
  opacity: var(--cmd-holo-opacity);
  filter: blur(var(--cmd-holo-blur));
  transform: translate3d(0, var(--cmd-holo-parallax-y, 0), 0);
  animation: cmd-hue-rotate 10s cubic-bezier(.455, .03, .515, .955) infinite;
  will-change: filter, transform;
}

.main-site-page .section-home-testimonial::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgb(255 255 255 / 14%);
  -webkit-backdrop-filter: blur(20px) saturate(105%);
  backdrop-filter: blur(20px) saturate(105%);
  box-shadow: inset 0 1px rgb(255 255 255 / 56%), inset 0 -1px rgb(255 255 255 / 32%);
}

.main-site-page .section-home-testimonial > .page-padding {
  position: relative;
  z-index: 2;
}

.main-site-page .section-home-testimonial .padding-bottom {
  padding-top: var(--cmd-section-space);
  padding-bottom: var(--cmd-section-space);
}

.main-site-page .section-home-testimonial .testimonial_text-wrapper {
  text-shadow: var(--cmd-matte-text-shadow);
}

@media screen and (max-width: 991px) {
  .main-site-page {
    --cmd-type-hero: 3.4rem;
    --cmd-type-section: 2.5506rem;
    --cmd-type-heading: 1.4355rem;
    --cmd-type-body: 1.0769rem;
    --cmd-type-small: .8079rem;
    --cmd-section-space: clamp(96px, 13vw, 112px);
  }

  .main-site-page :is(.section-services-header, .section-about-header, .section-contact-header) .padding-vertical.padding-xhuge {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-site-page {
    --cmd-type-hero: 2.6rem;
    --cmd-type-section: 1.9505rem;
    --cmd-type-heading: 1.4632rem;
    --cmd-type-body: 1.0977rem;
    --cmd-type-small: .8235rem;
    --cmd-section-space: clamp(80px, 18vw, 96px);
  }

  .main-site-page :is(.section-services-header, .section-about-header, .section-contact-header) .padding-top.padding-header {
    padding: 4.5rem 0 0;
  }

  .main-site-page :is(.section-services-header, .section-about-header, .section-contact-header) .padding-vertical.padding-xhuge {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .main-site-page {
    --cmd-type-hero: 2.3rem;
    --cmd-type-section: 1.7254rem;
    --cmd-type-heading: 1.2944rem;
    --cmd-type-body: .971rem;
    --cmd-type-small: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-site-page main :is(a.button, button.button):not(.is-alternate)::before,
  .main-site-page .section-home-testimonial::before {
    animation: none;
    transform: none;
  }

  .main-site-page main .button-reveal,
  .main-site-page .button-secondary-line {
    transition: none;
  }
}
/* Shared privacy and tracking controls */
.cmd-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  max-width: 72rem;
  margin-inline: auto;
  padding: 1.25rem;
  color: #fff;
  background: #0f0602;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1rem;
  box-shadow: 0 1.25rem 4rem rgba(15, 6, 2, 0.28);
  font-family: inherit;
}

.cmd-consent.is-visible {
  display: block;
}

.cmd-consent__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cmd-consent__copy {
  max-width: 45rem;
}

.cmd-consent__copy h2 {
  margin: 0 0 0.35rem;
  color: inherit;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.cmd-consent__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.5;
}

.cmd-consent a,
.cmd-consent__link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cmd-consent__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

.cmd-consent__button,
.cmd-consent__link,
.cmd-cookie-settings {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.cmd-consent__button {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.cmd-consent__button--primary {
  color: #0f0602;
  background: #fff;
  border-color: #fff;
}

.cmd-consent__link {
  padding: 0.55rem 0.25rem;
  background: transparent;
  font-size: 0.82rem;
}

.cmd-consent__button:focus-visible,
.cmd-consent__link:focus-visible,
.cmd-cookie-settings:focus-visible,
.cmd-privacy-link:focus-visible {
  outline: 3px solid #f2b9ff;
  outline-offset: 3px;
}

.cmd-consent__preferences {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cmd-consent__preferences[hidden] {
  display: none;
}

.cmd-consent__preferences > div,
.cmd-consent__preferences label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.35;
}

.cmd-consent__preferences > div,
.cmd-consent__preferences label > span {
  display: grid;
  gap: 0.15rem;
}

.cmd-consent__preferences span span {
  color: rgba(255, 255, 255, 0.68);
}

.cmd-consent__preferences input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #f2b9ff;
}

.cmd-privacy-controls {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-left: auto;
  font-size: 0.75rem;
}

.cmd-cookie-settings {
  padding: 0;
  color: inherit;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cmd-privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 767px) {
  .cmd-consent {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    max-height: calc(100vh - 1.3rem);
    overflow-y: auto;
  }

  .cmd-consent__inner,
  .cmd-consent__actions {
    align-items: stretch;
  }

  .cmd-consent__inner {
    flex-direction: column;
  }

  .cmd-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .cmd-consent__link {
    grid-column: 1 / -1;
  }

  .cmd-consent__preferences {
    grid-template-columns: 1fr;
  }

  .cmd-privacy-controls {
    width: 100%;
    margin-top: 0.75rem;
    margin-left: 0;
  }
}
/* Branded 404 page */
.cmd-error-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  margin: 0;
  color: #0f0602;
  background:
    radial-gradient(circle at 80% 20%, rgba(242, 185, 255, 0.65), transparent 34rem),
    radial-gradient(circle at 20% 85%, rgba(145, 225, 255, 0.58), transparent 32rem),
    #f7f4ef;
  font-family: Arial, Helvetica, sans-serif;
}

.cmd-error-page__nav,
.cmd-error-page__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem clamp(1.25rem, 5vw, 5rem);
}

.cmd-error-page__nav img {
  display: block;
  height: auto;
}

.cmd-error-page__main {
  align-self: center;
  width: min(52rem, calc(100% - 2.5rem));
  margin-inline: auto;
  padding-block: 4rem;
}

.cmd-error-page__code {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cmd-error-page__main h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.5rem, 10vw, 8.5rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.cmd-error-page__main > p:not(.cmd-error-page__code) {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.cmd-error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.cmd-error-page__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.7rem 1.1rem;
  color: #0f0602;
  border: 1px solid #0f0602;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.cmd-error-page__actions .cmd-error-page__primary {
  color: #fff;
  background: #0f0602;
}

.cmd-error-page__actions a:hover {
  transform: translateY(-2px);
}

.cmd-error-page__actions a:focus-visible {
  outline: 3px solid #6b36ff;
  outline-offset: 3px;
}

.cmd-error-page__footer {
  color: rgba(15, 6, 2, 0.7);
  font-size: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .cmd-error-page__actions a:hover {
    transform: none;
  }
}
