/*! 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;
}
@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;
}
pre.w-code-block code > span {
  display: block !important;
}
.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;
}
/**
 * ## 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;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@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;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
@font-face {
  font-family: Bricolagegrotesque;
  src: url('../fonts/BricolageGrotesque-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --background-color--background-primary: var(--color-neutral--white);
  --color-neutral--black: black;
  --link-color--link-primary: var(--color-brand--brand-color);
  --black: black;
  --white: white;
  --50: 50px;
  --orange-color-900: #c13e22;
  --color-brand--black-600: #62687e;
  --color-brand--black-font: #101728;
  --text-color--text-primary: var(--color-brand--black-font);
  --background-color--background-alternate: var(--color-brand--black-font);
  --color-brand--white: white;
  --light-grey\<deleted\|variable-150a737e\>: #f4f4f4;
  --18: 18px;
  --color-brand--brand-color: #db492a;
  --color-neutral--white: white;
  --background-color--background-tertiary: var(--color-brand--light-blue);
  --color-brand--black: black;
  --text-color--text-secondary: var(--color-brand--brand-color);
  --text-color--text-alternate: var(--color-neutral--white);
  --background-color--background-secondary: var(--color-brand--brand-color);
  --color-brand--black-800: #31374a;
  --link-color--link-secondary: var(--color-neutral--neutral-light);
  --color-brand--light-blue: #f2f7ff;
  --border-color--border-primary: var(--color-neutral--black);
  --link-color--link-alternate: var(--color-neutral--white);
  --color-neutral--neutral-lightest: #eee;
  --color-neutral--neutral-lighter: #ccc;
  --color-neutral--neutral-light: #aaa;
  --color-neutral--neutral: #666;
  --color-neutral--neutral-dark: #444;
  --color-neutral--neutral-darker: #222;
  --color-neutral--neutral-darkest: #111;
  --color-system--success-green: #027a48;
  --color-system--success-green-light: #ecfdf3;
  --color-system--error-red: #b42318;
  --color-system--error-red-light: #fef3f2;
  --background-color--background-success: var(--color-system--success-green-light);
  --background-color--background-error: var(--color-system--error-red-light);
  --border-color--border-secondary: var(--color-neutral--neutral-light);
  --border-color--border-alternate: var(--color-neutral--white);
  --text-color--text-success: var(--color-system--success-green);
  --text-color--text-error: var(--color-system--error-red);
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--color-neutral--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.container-large.container-0 {
  max-width: 100rem;
}

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-small.is-onboarding {
  background-color: #fff;
  border-radius: .75rem;
  padding: 2.5rem;
  position: relative;
}

.container-small.is-onboarding.shadow {
  border: 1px solid #0000;
  padding-top: 0;
}

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

.padding-xsmall {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xhuge {
  padding: 7rem;
}

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

.margin-top.margin-xxhuge {
  margin: 11rem 0 0;
}

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

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

.margin-bottom.margin-xxlarge {
  margin: 0 0 2rem;
}

.margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin: 0 0 .31rem;
}

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

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

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

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

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

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

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

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

.text-size-medium.text-weight-bold.text-font-2 {
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 600;
}

.heading-style-h2 {
  margin-top: 3rem;
  padding-top: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.flex {
  flex: none;
}

.heading-style-h6 {
  overflow-wrap: normal;
  width: auto;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5 {
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h1 {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.button-1 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-1.w--current {
  border-radius: var(--50);
  background-color: var(--orange-color-900);
  border-style: none;
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 700;
}

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

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-input {
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::placeholder {
  color: var(--color-brand--black-600);
}

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

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

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.text-size-small.is-menu {
  text-transform: none;
  max-width: 30ch;
}

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

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

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

.text-rich-text {
  margin-top: 100px;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.cta {
  padding-top: 8rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-global {
  min-height: 1px;
  padding: 15px 5% 20px;
}

.padding-global.timeline {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.is-header, .padding-global.only-left {
  padding-right: 0%;
}

.padding-global.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 3rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.footer_credit-text {
  color: var(--color-brand--black-font);
  font-size: .875rem;
  font-weight: 300;
}

.navbar1_component {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer_left-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-header_item {
  display: flex;
}

.contact-header_item.is-flex {
  flex-flow: column;
}

.contact-header_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.footer_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col.first-contact {
  grid-template-columns: 1fr 1.25fr;
}

.footer_link {
  color: var(--text-color--text-primary);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_bottom-wrapper.hide-desktop {
  display: none;
}

.footer_link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.footer_link-list.is-2 {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
}

.footer_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.navbar1_menu-button {
  padding: 0;
}

.contact-header_form-block {
  flex-direction: column;
  align-items: stretch;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: center end;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.section_contact-header {
  padding-top: 5rem;
  position: relative;
}

.error-text {
  color: #e23939;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_legal-link {
  color: var(--background-color--background-alternate);
  font-family: Bricolagegrotesque, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: #eaf0ff;
  width: 100%;
  height: 1px;
}

.line-divider.event_form {
  background-color: #31374a;
  width: 500%;
  position: absolute;
  inset: 0% 0% auto -200%;
}

.navbar1_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--black);
}

.contact-header_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-radius: var(--50);
  background-color: var(--color-brand--black-font);
  color: var(--color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 5rem;
  padding: 4rem;
  display: grid;
  position: relative;
}

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

.success-message {
  background-color: var(--light-grey\<deleted\|variable-150a737e\>);
  padding: 1.5rem;
}

.nav_bar {
  background-color: #fff;
  min-height: 0;
}

.section_cta {
  overflow: hidden;
}

.year-auto {
  margin-right: .1rem;
}

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blog-header_date-wrapper {
  display: flex;
}

.section_blog-cta {
  position: relative;
}

.blog-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-cta_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-header_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog-header_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.blog-header_title-wrapper {
  margin-bottom: .5rem;
}

.blog-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-header_item-link {
  border-top-left-radius: var(--18);
  border-top-right-radius: var(--18);
  border-bottom-left-radius: var(--18);
  border-bottom-right-radius: var(--18);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 25px #0000001a;
}

.blog-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-post-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template: "."
  / 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog-post-related_heading {
  flex: 1;
}

.blog-post-related_heading.flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  padding-right: 8rem;
  display: flex;
}

.blog-post-header_category-link {
  background-color: #faeae9;
  border-radius: 100px;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.blog-post-header_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post-header_social-link {
  color: var(--link-color--link-primary);
  background-color: #faeae9;
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-brand--brand-color);
}

.blog-post-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blog-post-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fs_cmsnest_wrapper-2 {
  display: block;
}

.fs_cmsnest_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog_category-tag {
  color: #3f4079;
  background-color: #e4e6ff;
  border-radius: 100px;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
}

.blog-post-header_copy-link {
  background-color: var(--light-grey\<deleted\|variable-150a737e\>);
  border-radius: 20px;
  padding: .25rem;
}

.pagination_button-edit {
  display: none;
}

.page-link {
  color: #868688;
  border: 1px solid #cccccd;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: .25rem;
  margin-right: .25rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.page-link:hover {
  color: #1634aa;
  border-color: #1634aa;
}

.pagination_wrapper {
  margin-top: 6.25rem;
}

.form-icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar_access {
  display: none;
}

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

.layout_component.is-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.video_wrapper {
  background-color: var(--black);
  color: var(--white);
  padding: 2rem;
}

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

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

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

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

.animations {
  display: none;
}

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

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

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.logo-2 {
  color: #000;
}

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

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

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.icon-height-small {
  height: 2rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

.max-width-full.is-relative {
  position: relative;
}

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.padding-xxhuge {
  padding: 10rem;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-large {
  padding: 3rem;
}

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

.logo-link {
  padding-left: 0;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.patternsdev-pablobrand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.padding-huge {
  padding: 6rem;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

.form_field-wrapper {
  position: relative;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.max-width-medium.is-bs {
  max-width: 45.5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

.pointer-events-none {
  pointer-events: none;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-auto {
  overflow: auto;
}

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

.rl-styleguide_heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form_message-success-wrapper {
  padding: 0;
}

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

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

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

.button {
  border: 3px solid var(--color-neutral--black);
  color: var(--color-neutral--black);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-alternate {
  border-color: var(--color-neutral--white);
  background-color: var(--color-neutral--white);
  color: var(--color-neutral--black);
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--color-brand--black);
  color: var(--color-brand--white);
}

.button.is-secondary.is-small.page-event {
  border-width: 2px;
  border-color: var(--white);
  color: var(--white);
  transition: all .4s;
}

.button.is-secondary.is-small.page-event:hover {
  background-color: var(--white);
  color: var(--black);
}

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

.button.is-secondary.is-big.white {
  border-color: var(--color-brand--white);
  color: var(--color-brand--white);
  background-color: #0000;
}

.button.is-secondary.is-big.white:hover {
  background-color: var(--color-brand--white);
  color: var(--color-brand--brand-color);
}

.button.is-secondary.is-white {
  border-color: var(--color-brand--white);
  color: var(--color-brand--white);
}

.button.is-secondary.is-white:hover {
  background-color: var(--color-brand--white);
  color: var(--color-brand--brand-color);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-big {
  background-color: var(--color-brand--black);
  color: var(--color-brand--white);
  font-size: 1.25rem;
}

.button.is-big:hover {
  background-color: var(--color-brand--black);
  color: var(--color-brand--white);
}

.button.is-submit {
  border-color: var(--color-brand--white);
  color: var(--color-brand--white);
  background-color: #0000;
}

.button.is-submit:hover {
  border-color: var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
}

.button.is-menu {
  border-color: var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
  width: 100%;
  color: var(--color-brand--white);
  border-radius: 18px;
}

.button.is-white {
  border-color: var(--color-brand--white);
  color: var(--color-brand--white);
}

.button.is-sign-up {
  border-color: var(--color-brand--white);
  width: 100%;
  color: var(--color-neutral--white);
  transition: all .2s;
}

.button.is-sign-up:hover {
  background-color: var(--color-neutral--white);
  color: var(--black);
}

.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;
}

.icon-height-large {
  height: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

.background-color-black {
  background-color: var(--color-neutral--black);
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

.form_radio-label {
  margin-bottom: 0;
}

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

.container-medium.is-relative {
  position: relative;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.heading-style-h4 {
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.no-link {
  text-decoration: none;
}

.link_contact-pablo {
  text-decoration: underline;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

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

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

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.form_input {
  border: 1px solid var(--color-neutral--black);
  color: #000;
  background-color: #fff;
  border-radius: 0;
  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-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

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

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

.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;
}

.margin-xhuge {
  margin: 7rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

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

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.margin-xxhuge {
  margin: 10rem;
}

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

.padding-small {
  padding: 1.5rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.filters5_layout {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filters5_empty {
  text-align: center;
  border: 1px solid #000;
  padding: 2.9rem;
}

.dropdown1_dropdown-list {
  z-index: 5;
}

.dropdown1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.filters5_filter-group-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-bottom-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.filters5_filter-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.filters5_tablet-modal-close-button {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.filters5_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.filters5_menu-link.w--current {
  border-color: #000;
}

.filters5_form {
  background-color: #0000;
}

.filters5_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters5_feed-header-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.filters5_form-block {
  width: 100%;
  margin-bottom: 0;
}

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

.filters5_filters-wrapper {
  width: auto;
  overflow: hidden;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: #000;
}

.form-input-search {
  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-search:focus {
  border-color: #000;
}

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

.form-input-search.is-search {
  padding-left: 3rem;
}

.filters5_category-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters_list, .coll_list-flex-hor {
  display: flex;
}

.filters_form-radio {
  border: 1px solid #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters_form-radio-icon {
  cursor: pointer;
  border: 1px #000;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters_form-radio-icon.w--redirected-checked {
  background-color: var(--background-color--background-alternate);
  border-color: #0000;
}

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

.filters_form-radio-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.coll_item-tag {
  flex: none;
}

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 30rem;
  display: flex;
}

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

.splide__slide {
  flex: none;
  width: 100%;
  height: auto;
}

.splide__pagination__page {
  background-color: #f1b7ff;
  border-radius: 100vw;
  width: 2rem;
  height: .5rem;
  list-style-type: none;
}

.splide__pagination__page.is-active {
  background-color: #db4ffd;
}

.splide__track {
  width: 100%;
}

.splide__pagination.splide__pagination--ltr {
  grid-column-gap: .5rem;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.splide__arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__arrow {
  background-color: #c9c9c900;
  background-image: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transition: filter .3s;
}

.splide__arrow:hover {
  filter: brightness(120%);
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/icons.svg');
  background-size: cover;
}

.splide__arrow.splide__arrow--prev:hover {
  background-image: url('../images/icons-1.svg');
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/icons-3.svg');
  background-size: cover;
}

.splide__arrow.splide__arrow--next:hover {
  background-image: url('../images/icons-2.svg');
}

.icon-embed-search {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.search_content-wrapper {
  z-index: 4;
  background-color: #fff;
  width: 100vw;
  height: 25vh;
  padding: 5rem 5% 2rem;
  position: absolute;
}

.search_component {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 7.5% 0% auto;
}

.topbar_search-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.icon-embed-close {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.form-input-5 {
  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-5:focus {
  border-color: #000;
}

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

.form-input-5.is-navbar {
  color: #1d1d1f;
  background-color: #f1f1f2;
  border-style: none;
  border-radius: 100px;
  padding-left: 1.5rem;
}

.form-input-5.is-navbar::placeholder {
  color: #616162;
}

.navbar_menu-right-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.form-icon-wrapper-2 {
  cursor: pointer;
  border-radius: 100px;
  align-items: center;
  padding: 6px;
  display: flex;
  position: static;
  inset: auto auto auto 12px;
}

.form-icon-wrapper-2:hover {
  background-color: #f4f4f4;
}

.background_close {
  background-color: #24242433;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.search_result-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

._404 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color-brand--black-800);
  font-size: 15rem;
}

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search_input {
  min-height: 3.5rem;
  margin-bottom: 0;
}

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

.thankyou_check {
  height: 10rem;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--link-color--link-secondary);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-toc_link:hover, .fs-toc_link.w--current {
  color: var(--link-color--link-primary);
}

.fs-toc_link.is-h6 {
  font-size: .875rem;
}

.fs-toc_link.is-h6.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h3 {
  letter-spacing: .025rem;
  font-size: .875rem;
}

.fs-toc_link.is-h3.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h5 {
  font-size: .875rem;
}

.fs-toc_link.is-h5.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h4 {
  font-size: .875rem;
}

.fs-toc_link.is-h4.w--current {
  color: #eaffbb;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ad00b0;
  padding: .15rem .35rem .125rem .4rem;
  font-size: .75rem;
  font-weight: 500;
  display: none;
}

.doc_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_sidebar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  padding: 1rem 3rem 2rem 0;
  display: flex;
  position: sticky;
  top: 6rem;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h4 {
  border-left: 1px solid #252525;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.fs-toc_link-wrapper.is-h5, .fs-toc_link-wrapper.is-h6, .fs-toc_link-wrapper.is-h3 {
  border-left: 1px solid #252525;
  padding-left: .75rem;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar2_component.page-event {
  background-color: #0000;
}

.navbar2_link {
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 500;
}

.navbar2_link.w--current {
  color: var(--link-color--link-primary);
}

.navbar2_link.page-event {
  color: var(--white);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.navbar-dropdown3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown3_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-dropdown3_dropdown-content-left {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
  position: relative;
}

.navbar-dropdown3_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.navbar-dropdown3_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.navbar-dropdown3_blog-image-wrapper {
  width: 100%;
  margin-bottom: 0;
  padding-top: 122.25%;
  position: relative;
  overflow: hidden;
}

.navbar-dropdown3_component {
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 500;
  position: static;
}

.navbar-dropdown3_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-dropdown3_dropdown-list.w--open {
  background-color: var(--color-brand--light-blue);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar-dropdown3_dropdown-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  display: flex;
}

.navbar-dropdown3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar-dropdown3_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: max-content 140px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: flex;
}

.navbar-dropdown3_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem 0;
  position: relative;
}

.navbar-dropdown3_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown3_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
}

.navbar-dropdown3_dropdown-link {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: var(--background-color--background-alternate);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.navbar-dropdown3_dropdown-link:hover {
  color: var(--border-color--border-primary);
}

.navbar-dropdown_dropdown-background-layer {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.h-header_image-wrapper {
  position: relative;
  overflow: hidden;
}

.section_h-header {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.h-header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 4.5rem;
}

.h-header_content {
  max-width: 35rem;
  margin-right: 5rem;
}

.why_image {
  border-radius: var(--18);
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.why_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--18);
  background-color: var(--color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  position: absolute;
  left: 374.562px;
}

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

.section_why {
  padding-top: 60px;
}

.enquire_card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 8rem 6rem 8rem 20.4rem;
  display: flex;
  position: relative;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.enquire_background-image-wrapper {
  z-index: 0;
  border-radius: var(--50);
  background-color: #db4a2a;
  background-image: url('../images/image-4.png');
  background-position: 128% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

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

.cta_image {
  z-index: 2;
  width: 25rem;
  position: absolute;
  inset: auto auto 0% -6%;
}

.blog_link {
  margin-top: 1rem;
}

.roles_list-wrapper {
  overflow: hidden;
}

.roles_component {
  margin-top: 4rem;
}

.section_roles {
  padding-top: 45px;
  padding-bottom: 20px;
}

.roles_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.roles_item-link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--18);
  background-color: var(--color-brand--light-blue);
  width: 100%;
  color: var(--color-brand--black-font);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.12rem 3rem;
  text-decoration: none;
  display: grid;
}

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

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post1-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post1-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-content_divider {
  background-color: #eaf0ff;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post1-content_share-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post1-content_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post1-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post1-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post1-content_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px auto 4rem;
  display: flex;
}

.blog-post1-header_image-wrapper {
  border-radius: var(--18);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post1-content_content {
  margin-bottom: 2rem;
}

.blog-post1-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.section_experts {
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.process_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.process_list {
  z-index: 2;
  width: 25%;
  display: flex;
  position: relative;
}

.section_process {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  overflow: hidden;
}

.process_item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.process_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.process_image {
  width: 10rem;
}

.process-line {
  border: 1px dashed #ffcec1;
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 5.5rem;
  left: auto;
  right: auto;
}

.section_wcd {
  position: relative;
  overflow: hidden;
}

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

.wcd_wrapper-item {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wcd_image {
  width: 5rem;
  height: 5rem;
}

.wcd_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.header36_image {
  object-fit: fill;
  width: 100%;
  max-height: 80rem;
}

.header36_image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section_header36 {
  z-index: 2;
  border-bottom-left-radius: var(--50);
  border-bottom-right-radius: var(--50);
  background-image: url('../images/Vector-5.svg');
  background-position: 39% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
  overflow: hidden;
}

.header36_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-top: 15rem;
  display: grid;
}

.header36_content {
  max-width: 40rem;
  margin-bottom: 6rem;
  margin-right: 0;
}

.header1_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header1_content {
  grid-column-gap: 1.6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image-wrapper {
  position: relative;
}

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

.timeline10_empty-space {
  width: 100%;
}

.timeline10_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.section_timeline10 {
  z-index: -3;
  background-color: var(--color-brand--white);
}

.section_timeline10.z-index-2 {
  z-index: 2;
}

.timeline10_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline10_line {
  background-color: #eaf0ff;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.timeline10_progress-line-cover {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 0 2rem 2rem;
}

.timeline10_item.is-left {
  text-align: right;
  padding-left: 0;
  padding-right: 2rem;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_circle {
  z-index: 5;
  background-color: #eaf0ff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 3rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_progress-line {
  background-color: var(--color-brand--brand-color);
  width: 3px;
  height: 40vh;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.faq10_answer {
  overflow: hidden;
}

.faq10_accordion {
  border-bottom: 1px solid #eaf0ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq10_list {
  border-top-left-radius: var(--18);
  border-top-right-radius: var(--18);
  border-bottom-left-radius: var(--18);
  border-bottom-right-radius: var(--18);
  background-color: var(--color-brand--white);
  padding: 2.5rem;
  box-shadow: 0 4px 20px #e8eef9;
}

.faq10_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq10_icon-wrapper {
  align-self: flex-start;
  width: 1.5rem;
  display: flex;
}

.faq10_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.background_contact {
  background-image: url('../images/Vector-5.svg');
  background-position: 100% 200%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: center;
}

.divider {
  background-color: var(--color-brand--black-800);
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.form_divider {
  background-color: var(--color-brand--black-800);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 10.5rem;
}

.header_about-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: end stretch;
  padding-top: 12rem;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.team_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: grid;
}

.team_wrapper {
  border-radius: var(--18);
  background-color: var(--color-brand--light-blue);
  background-image: url('../images/LOGO.svg'), url('../images/Ellipse-32.svg');
  background-position: 90% 5%, 100% 75px;
  background-repeat: no-repeat, no-repeat;
  background-size: 75px 60px, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 19rem;
  padding: 2.8rem 2.8rem 2.8rem 13.5rem;
  display: flex;
  position: relative;
}

.team_content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.image {
  width: 14rem;
  position: absolute;
  inset: auto auto 0% -2%;
}

.text-style-color600 {
  color: var(--color-brand--black-600);
}

.msc_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.msc_content {
  max-width: 35rem;
  margin-right: 0;
}

.position_wrap {
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 0;
}

.position_list {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.position_item {
  opacity: .75;
  color: #333;
  text-align: center;
  flex-flow: column;
  width: 6em;
  display: flex;
}

.slider {
  text-align: center;
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
}

.slider_cover {
  z-index: 6;
  justify-content: flex-end;
  align-items: stretch;
  width: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-track {
  background-color: var(--color-brand--white);
  border-radius: 20px;
  width: 100%;
  height: .4em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider_cover-fill {
  background-color: var(--color-brand--white);
  flex: none;
  width: 100vw;
  height: 100%;
}

.handle_number-text {
  color: var(--color-brand--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  display: flex;
}

.handle_count {
  font-size: 4rem;
  line-height: .9;
}

.handle {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.handle_number {
  z-index: 6;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.container-for-slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  margin-left: 0;
  margin-right: 0;
  padding: 6rem 6rem 8.5rem 3.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-top {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.handle_fill {
  z-index: 5;
  cursor: grab;
  background-color: #fff;
  border: 2em solid #7549b4;
  border-radius: .8em;
  flex: none;
  width: 90%;
  height: 90%;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  inset: 0%;
}

.handle_fill.release {
  border-width: .4em;
  border-color: var(--color-brand--white);
  background-color: var(--color-brand--brand-color);
  border-radius: 2.3em;
  width: 100%;
  height: 100%;
}

.handle_back {
  z-index: -2;
  background-color: var(--orange-color-900);
  width: 100vw;
  height: .4em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.position_title {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  outline: 3px #fff;
  align-self: auto;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.color, .position_salary {
  display: none;
}

.business_save-wrapper {
  z-index: 0;
  border-radius: var(--50);
  background-color: #db4a2a;
  position: absolute;
  inset: 0%;
}

.b-save-image {
  z-index: 4;
  width: 20rem;
  position: absolute;
  inset: -10% 5% 0% auto;
}

.bs_wrapper-price {
  z-index: 5;
  background-color: var(--orange-color-900);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bs_wrapper-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.crew_logo {
  position: absolute;
  inset: 6% 4% auto auto;
}

.div-block-4 {
  display: flex;
}

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

.values_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--18);
  background-color: var(--color-brand--brand-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  padding: 4rem 2rem 2rem;
  display: flex;
}

.values_content.is-2 {
  background-color: var(--color-brand--black-800);
  min-height: 16.2rem;
}

.values_content.is-3 {
  background-color: var(--color-brand--black-font);
  min-height: 16.2rem;
}

.text-values {
  color: var(--color-brand--white);
  text-align: center;
  font-weight: 300;
  overflow: hidden;
}

.who_wrapper {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-top: 14rem;
  display: grid;
}

.section_who {
  border-bottom-left-radius: var(--50);
  border-bottom-right-radius: var(--50);
  background-image: url('../images/Vector.png');
  background-position: 50% 261px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -46px;
  overflow: hidden;
}

.who_content {
  max-width: 35rem;
  margin-bottom: 8rem;
  margin-right: 5rem;
}

.padding-global-full {
  padding-left: 5%;
}

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

.section_about-header {
  z-index: 2;
  border-bottom-left-radius: var(--50);
  border-bottom-right-radius: var(--50);
  background-image: url('../images/Vector-5.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
  overflow: hidden;
}

.section_about-header.background-color-tertiary {
  padding-bottom: 40px;
}

.about_header-image {
  object-fit: fill;
}

.header_about-content {
  max-width: 40rem;
  margin-bottom: 4rem;
  margin-right: 0;
}

.about_image-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  display: block;
  position: absolute;
  inset: auto -2% 0% auto;
}

.recaptcha, .div-block-5 {
  max-width: 340px;
}

.layout495_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout495_image {
  width: 100%;
  height: 100%;
}

.layout495_paragraph {
  color: var(--background-color--background-alternate);
  overflow: hidden;
}

.layout495_tabs-menu {
  border-top-left-radius: var(--18);
  border-top-right-radius: var(--18);
  border-bottom-left-radius: var(--18);
  border-bottom-right-radius: var(--18);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
  box-shadow: 0 4px 20px #e8eef9;
}

.layout495_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-bottom: 1px solid #eaf0ff;
  padding: 1.5rem 0;
  display: flex;
}

.layout495_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.layout495_tab-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-top: .375rem;
}

.header36_image-2 {
  object-fit: cover;
  width: 100%;
  max-height: 60rem;
}

.header36_image-wrapper-2 {
  position: relative;
}

.header36_component-2 {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.header36_content-2 {
  max-width: 40rem;
  margin-right: 2rem;
}

.enquire_wrapper-absolute {
  border-top-left-radius: var(--50);
  background-color: var(--color-brand--brand-color);
  width: 56%;
  height: 12.6rem;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% 0% 44%;
}

.logo_absolute {
  position: absolute;
  inset: 12% 6% auto auto;
}

.cta39_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--18);
  background-color: var(--color-brand--black-font);
  color: var(--color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2.2rem;
  display: grid;
}

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

.cta39_image {
  border-radius: var(--18);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial33_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.heading-style-h1-3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial33_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 90vh;
  display: grid;
}

.testimonial33_list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 8rem;
  display: grid;
}

.testimonial33_card-content-left {
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3rem 3rem 0;
  display: flex;
}

.testimonial33_card-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-right: 3rem;
  display: grid;
  overflow: hidden;
}

.testimonial33_list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  display: grid;
}

.testimonial33_list-left.is-1 {
  padding-top: 3rem;
}

.layout368_card-small-content {
  border-radius: var(--18);
  background-color: var(--color-brand--light-blue);
  color: var(--color-brand--black-font);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2.5rem;
  display: flex;
}

.layout368_card-small-content.is-black {
  background-color: var(--color-brand--black-font);
  color: var(--color-brand--white);
}

.layout368_item-icon-wrapper {
  display: inline-block;
}

.header_services-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: end stretch;
  padding-top: 13rem;
  display: grid;
  position: relative;
}

.section_services-header {
  z-index: 2;
  border-bottom-left-radius: var(--50);
  border-bottom-right-radius: var(--50);
  background-image: url('../images/Vector-5.svg');
  background-position: 50% 337%;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
  overflow: hidden;
}

.services_image-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 55%;
  display: block;
  position: absolute;
  inset: auto -2% 0% auto;
}

.services_image {
  object-fit: fill;
}

.flex_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.customer_image {
  width: 180px;
  height: 40px;
}

.section_services {
  background-color: var(--color-brand--light-blue);
  overflow: hidden;
}

.tabs-menu {
  flex-flow: column;
  width: 30%;
  margin-right: .75rem;
  display: flex;
  position: static;
}

.tabs {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs-content {
  flex-flow: row;
  width: 38%;
  height: 100%;
}

.tab_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--18);
  background-color: var(--color-brand--white);
  color: var(--color-brand--black-font);
  justify-content: flex-start;
  align-items: center;
  margin-top: .62rem;
  padding: .94rem 1.25rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.tab_left.w--current {
  background-color: var(--color-brand--brand-color);
  color: var(--link-color--link-alternate);
}

.code-embed {
  width: 50px;
  height: 50px;
}

.tab_rigth {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--18);
  background-color: var(--color-brand--white);
  width: 30%;
  height: 80px;
  color: var(--color-brand--black-font);
  justify-content: flex-start;
  align-items: center;
  margin-top: .62rem;
  margin-bottom: 0;
  padding: .94rem 1.25rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tab_rigth.w--current {
  background-color: var(--color-brand--brand-color);
  color: var(--link-color--link-alternate);
}

.tab_rigth.is-2 {
  top: 89.92px;
}

.tab_rigth.is-3 {
  top: 179.84px;
}

.tab_rigth.is-4 {
  top: 269.94px;
}

.tab_rigth.is-5 {
  top: 66%;
}

.tab_rigth.is-6 {
  top: 82.5%;
}

.tab_pannel {
  height: 100%;
  margin-top: .62rem;
}

.service_wrapper-tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--18);
  background-color: var(--color-brand--white);
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.service_wrapper-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1rem 2rem 2rem;
  display: flex;
}

.tab-pane-tab-12 {
  height: 100%;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.blog68_group {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.blog68_slide {
  padding-right: 2rem;
}

.slide68_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  width: 3rem;
  height: 3rem;
  color: var(--color-neutral--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.blog68_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-slider_component, .show-mobile-landscape {
  display: none;
}

.button-text {
  z-index: 3;
  position: relative;
}

.hover-color {
  z-index: 2;
  background-color: var(--color-brand--brand-color);
  height: 60px;
  display: none;
  position: absolute;
  inset: -10% 0% 0%;
}

.hover-color.event {
  z-index: 0;
  background-color: #e9502e;
  width: 0%;
  height: 100%;
  display: none;
  inset: 0%;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.body-code-delete-after-copying {
  display: none;
}

.slider15_main-list {
  display: flex;
}

.slider15_main-list.slider-list {
  justify-content: flex-start;
  height: 100%;
}

.slider15_nav-list {
  display: flex;
}

.slider15_nav-list.slider-nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

.slider15_main-item {
  flex: none;
  width: 33%;
  transition: opacity .4s;
}

.slider15_main-item.slider-item {
  width: 100%;
  height: 75vh;
}

.slider15_component.slider-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1.33333fr;
  grid-template-columns: .333333fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 83vh;
  display: flex;
  position: relative;
}

.slider15_nav-item {
  flex: none;
  width: 33%;
  transition: opacity .4s;
}

.slider15_nav-item.slider-item {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  padding-left: .2rem;
  padding-right: .2rem;
}

.slider-prev {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
}

.slider15_main-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider15_main-wrapper.slider-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  overflow: hidden;
}

.instructions-delete-after-reading {
  padding: 4rem 5%;
}

.slider-next {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
}

.slider15_arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slider15_main {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider15_nav-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider15_nav-wrapper.slider-wrapper {
  z-index: 1;
  width: 18%;
  height: 7.2rem;
  position: absolute;
  inset: auto 18% 4rem auto;
  overflow: hidden;
}

.head-code-delete-after-copying {
  display: none;
}

.slider15_nav-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider_sample-inset-thumbnail {
  color: #00000080;
  text-align: center;
  object-fit: cover;
  background-color: #afafaf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 7.5vh;
  font-weight: 700;
  display: flex;
}

.slider_sample-large {
  color: #00000080;
  text-align: center;
  object-fit: cover;
  background-color: #cecece;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  font-size: 5vh;
  font-weight: 700;
  display: flex;
}

.slider15_main-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-2 {
  z-index: 2;
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 7rem;
  position: relative;
}

.div-block-6 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-3 {
  background-color: #f85733;
  border-radius: 12px;
  width: 300px;
}

.background_slider {
  z-index: 0;
  background-color: #db4a2a;
  background-image: url('../images/Vector-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-4 {
  z-index: 3;
  object-fit: scale-down;
  width: 50%;
  height: 6.5rem;
  position: absolute;
  inset: auto auto 4rem 4rem;
}

.div-block-7 {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.background_slide-navigation {
  background-color: var(--color-brand--white);
  border-radius: 8px;
  position: absolute;
  inset: 15% 0% 0%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-right, .image-left {
  width: 100%;
}

.image-mobile {
  display: none;
}

.div-block-9 {
  position: relative;
}

.text-span, .text-span-2 {
  color: var(--color-brand--brand-color);
}

.header4_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.form_message-success-2 {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.form_message-error-2 {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-success-wrapper-2 {
  margin-top: 1rem;
  padding: 0;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.header4_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header4_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header4_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header40_lightbox-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 70vh;
  max-height: 60rem;
}

.header40_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header40_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header40_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.contact_mobile {
  display: none;
}

.div-block-10 {
  margin-top: 100px;
}

.list-item, .list, .list-item-2, .list-item-3, .list-item-4 {
  list-style-type: lower-alpha;
}

.list-item-5 {
  list-style-type: none;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  list-style-type: lower-alpha;
}

.list-2 {
  list-style-type: lower-roman;
}

.list-item-11, .list-item-12 {
  list-style-type: lower-alpha;
}

.list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17 {
  list-style-type: lower-roman;
}

.list-item-18, .list-item-19 {
  list-style-type: lower-alpha;
}

.list-item-20, .list-item-21 {
  list-style-type: lower-roman;
}

.list-item-22, .list-item-23, .list-item-24, .list-item-25 {
  list-style-type: lower-alpha;
}

.list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33 {
  list-style-type: lower-roman;
}

.list-item-34, .list-item-35, .list-item-36, .list-item-37 {
  list-style-type: none;
}

.list-item-38 {
  list-style-type: lower-alpha;
}

.list-item-39, .list-item-40, .list-item-41, .list-item-42 {
  list-style-type: lower-roman;
}

.list-item-43, .list-item-44 {
  list-style-type: lower-alpha;
}

.list-item-45, .list-item-46, .list-item-47, .list-item-48 {
  list-style-type: lower-roman;
}

.list-item-49, .list-3 {
  list-style-type: lower-alpha;
}

.list-4 {
  list-style-type: lower-roman;
}

.list-5 {
  list-style-type: lower-alpha;
}

.list-6 {
  list-style-type: lower-roman;
}

.list-7 {
  padding-left: 0;
}

.list-item-50, .list-item-51 {
  list-style-type: none;
}

.list-item-52 {
  list-style-type: decimal;
}

.list-item-53, .list-item-54 {
  list-style-type: none;
}

.list-8 {
  list-style-type: lower-alpha;
}

.list-9 {
  list-style-type: lower-roman;
}

.list-10 {
  list-style-type: lower-alpha;
}

.list-item-55, .list-item-56 {
  list-style-type: none;
}

.list-11 {
  list-style-type: lower-alpha;
}

.list-item-57, .list-item-58, .list-item-59, .list-item-60, .list-item-61, .list-item-62, .list-item-63, .list-item-64, .list-item-65, .list-item-66, .list-item-67, .list-item-68, .list-item-69, .list-item-70, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .list-item-75, .list-item-76, .list-item-77 {
  list-style-type: none;
}

.list-12 {
  list-style-type: lower-alpha;
}

.list-13 {
  list-style-type: lower-roman;
}

.section_hero {
  background-color: #101728;
  background-image: url('../images/Vector-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero_components {
  grid-column-gap: 76.5px;
  grid-row-gap: 76.5px;
  flex-flow: column;
  padding-top: 17.5rem;
  padding-bottom: 4rem;
  display: flex;
}

.event_h1-style {
  color: var(--white);
  font-size: 7.25rem;
  line-height: 1;
}

.hero_date-text {
  color: var(--white);
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.hero_header {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  display: flex;
}

.hero_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_paragraph {
  color: var(--white);
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.event_button {
  color: var(--white);
  background-color: #f22f46;
  border-radius: 11.25px;
  padding: .75rem 2.375rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.event_button:hover {
  background-color: #d61229;
}

.event_button.small {
  border-width: 3px;
  font-size: 1.125rem;
}

.event_button.small:hover {
  color: var(--color-brand--black-font);
  background-color: #fff;
}

.event_button.is-alternative {
  background-color: #0000;
  border: 3px solid #fff;
  font-size: 1.125rem;
}

.unlocking_components {
  grid-column-gap: 22.5px;
  grid-row-gap: 22.5px;
  flex-flow: column;
  padding-top: 4.6875rem;
  display: flex;
}

.event-h2-style {
  line-height: 1;
}

.unlocking_header {
  width: 45%;
}

.unlocking_wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  border-top: .75px solid #eaf0ff;
  justify-content: space-between;
  display: flex;
}

.unlocking_left-part {
  grid-column-gap: 2.3125rem;
  grid-row-gap: 2.3125rem;
  flex-flow: column;
  width: 65%;
  margin-top: 1.40625rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.card_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .75px solid #101728;
  border-radius: 11.25px;
  flex-flow: column;
  padding: 37px;
  transition: all .4s;
  display: flex;
}

.card:hover {
  color: var(--white);
  background-color: #f22f46;
  background-image: url('../images/Vector-3.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #db4a2a;
}

.card.background_orange {
  background-color: #db4a2a;
  background-image: url('../images/Vector-3.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card.jobs-type {
  padding-top: 27px;
  padding-bottom: 27px;
}

.event_h3-style {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.unlocking_right-part {
  border-bottom-left-radius: 22.5px;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.image-5 {
  object-fit: contain;
}

.expext_components {
  flex-flow: column;
  margin-bottom: 12.5rem;
  display: flex;
}

.expext-heading-h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.expect_package {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  border-top: .75px solid #eaf0ff;
  border-bottom: .75px solid #eaf0ff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  transition: all .4s;
  display: flex;
}

.expect_package.bottom-border {
  border-bottom: .75px solid #eaf0ff;
  padding-bottom: 1.40625rem;
}

.package_left-part {
  width: 40%;
}

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

.package-text {
  color: #f22f46;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.package-name-text {
  text-transform: uppercase;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.package_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.package_item.opacity-30 {
  opacity: .3;
}

.image-6 {
  width: 1rem;
  height: 1rem;
}

.image-6.invert {
  filter: invert();
}

.section_explore {
  background-color: #f22f46;
  background-image: url('../images/Frame-1321316565.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 11.0938rem;
}

.explore_components {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.explore_h2-style {
  max-width: 35rem;
  color: var(--white);
  text-align: center;
  line-height: 1;
}

.explore_header {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  position: absolute;
  inset: -32% auto auto 0%;
}

.image-8 {
  position: absolute;
  inset: auto auto 0% 8%;
}

.image-9 {
  position: absolute;
  inset: -34% 0% auto auto;
}

.image-10 {
  position: absolute;
  inset: auto 9.5% -16% auto;
}

.section_jobs {
  margin-bottom: 11.625rem;
}

.jobs_components {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 4.6875rem;
  flex-flow: column;
  display: flex;
}

.text-span-3 {
  color: #f22f46;
}

.jobs_cards-wrapper {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  overflow: hidden;
}

.width-110 {
  grid-column-gap: 37.5px;
  grid-row-gap: 37.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 110%;
  display: grid;
  position: relative;
  right: 5%;
}

.jobs_h3-style {
  font-size: 1.5rem;
  line-height: 1;
}

.jobs_paragraph {
  font-size: .75rem;
  line-height: 1.175rem;
}

.section_speacker {
  margin-bottom: 4.7rem;
}

.speacker_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_speaker {
  background-color: #101728;
  background-image: url('../images/Vector-5_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section_speaker.bg-light {
  background-color: #121c32;
}

.speaker_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.nick_header {
  flex-flow: column;
  display: flex;
}

.nick_h3-style {
  color: var(--white);
  font-size: 4.5rem;
}

.nick_text-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  margin-top: 7.5rem;
  margin-bottom: 11.25rem;
  display: flex;
}

.image-11 {
  position: absolute;
  inset: auto 0% 0%;
}

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

.section_participate {
  background-color: #c13e22;
  background-image: url('../images/Vector-6.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 9rem;
  padding-bottom: 2.67188rem;
}

.participate_components {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: column;
  display: flex;
}

.participate_components.is-none {
  display: flex;
}

.participate_header {
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.particapate_h2-style {
  font-size: 4.5rem;
}

.participate_package-wrapper {
  grid-column-gap: 22.25px;
  grid-row-gap: 22.25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.participate_card {
  background-color: var(--white);
  border-radius: 7.5px;
}

.participate_card.bg-gray {
  background-color: #31374a;
}

.participate_card.bg-dark {
  background-color: #101728;
}

.particapate_card-header {
  border-bottom: .75px solid #eaf0ff;
  margin-left: 2.35rem;
  margin-right: 2.35rem;
  padding-top: 1.5rem;
  padding-bottom: 15px;
}

.particapate_card-header.stroke-gray {
  border-bottom-color: #4f556a;
}

.participate_h3-style {
  color: var(--color-brand--black-font);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

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

.participate_price {
  color: var(--color-brand--black-font);
  font-size: 1.6875rem;
  font-weight: 500;
}

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

.participate_item-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  margin-top: 1.5rem;
  margin-left: 2.35rem;
  margin-right: 2.35rem;
  display: flex;
}

.participate_item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image-12 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-12 {
  border: .75px dashed #e0e5fe;
  width: 100%;
  height: .75px;
}

.div-block-12.bg-gray {
  border-bottom-color: #4f556a;
}

.participate_button-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.payment-button {
  background-color: #101728;
  border: 1px solid #101728;
  border-radius: 6.75px;
  padding-left: 61px;
  padding-right: 61px;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.payment-button:hover {
  color: var(--color-brand--black-font);
  background-color: #fff;
  border: 1px solid #101728;
}

.payment-button.bg-gray {
  background-color: #4f556a;
  border: 1px solid #4f556a;
}

.payment-button.bg-gray:hover {
  background-color: #fff;
}

.participate_pay {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.participate_pay.event-page {
  background-color: #0000;
}

.participate_logo-wrapper {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  display: flex;
}

.logo_pyment-method {
  width: 2.73438rem;
  height: 1.875rem;
}

.link-social-wrapper {
  grid-column-gap: 3.75px;
  grid-row-gap: 3.75px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.social-logo {
  width: 30px;
  height: 30px;
}

.events-text-size-small {
  font-size: .9375rem;
  line-height: 1.40625rem;
}

.package_item-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.output-slider {
  width: 100%;
  height: 95vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-5 {
  background-color: #5be7b4;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.bottom-form-links {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.output-slider_track {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: visible;
}

.red-text {
  color: #ff0004;
}

.text-style-link-2 {
  color: #929292;
  text-decoration: underline;
}

.testimonial-image {
  object-fit: cover;
  border: .0625rem solid #f0f0f0;
  border-radius: 10rem;
  width: 3rem;
  height: 3rem;
}

.main-shapes-wrapper {
  filter: blur(7.5rem);
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-4 {
  background-color: #38699c;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.or-wrap_line {
  background-color: #f0f0f0;
  flex: 1;
  height: .0625rem;
}

.social_dropdown-toggle {
  text-align: center;
  border: .0625rem solid #f0f0f0;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.social_dropdown-toggle.w--open {
  box-shadow: none;
  border-style: solid;
  border-color: #f0f0f0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.or-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #929292;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.output-slider_slide {
  opacity: .4;
  width: 100%;
  padding: 1rem 0;
  transition: opacity .2s, transform .4s;
  position: relative;
  overflow: hidden;
  transform: scale(.9);
}

.social-image {
  width: 1rem;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  overflow: hidden;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.button-4.is-form-submit {
  border: 2.5px solid var(--color-neutral--white);
  background-color: #0000;
  background-color: var(--color-brand--brand-color);
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.heading-style-h3-2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h4-2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.auth-form-block {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: 1.5rem;
}

.auth-form-block.shadow {
  background-color: var(--text-color--text-primary);
  color: var(--white);
}

.onboarding-form_field-wrapper {
  margin-bottom: 1rem;
}

.onboarding-form_field-wrapper.is-last {
  margin-bottom: 0;
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.dropdown-icon {
  filter: invert();
  margin: 0;
  line-height: 1;
  position: static;
}

.output_image-wrapper {
  height: 100%;
}

.form_message-error-3 {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success-3 {
  padding: 1.25rem;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small-2 {
  padding-top: 1rem;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(7.5rem);
  mix-blend-mode: overlay;
}

.social_dropdown {
  width: 100%;
  margin-top: 1.25rem;
}

.social-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.shape-8 {
  background-color: #3a7fff;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.testimonial-wrap {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  padding: 1.5rem;
}

.split-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: center;
  height: 100%;
  margin-top: 4.5rem;
}

.social-btn_spacer {
  width: 1rem;
  height: 0;
}

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

.form_input-3 {
  min-height: 3rem;
  color: var(--color-neutral--white);
  background-color: #0000;
  border: .0625rem solid #f0f0f0;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input-3:focus {
  border-color: var(--color-brand--brand-color);
}

.section_auth {
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
  position: relative;
}

.section_auth.padding-global {
  background-image: url('../images/Vector-1.png');
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
}

.section_auth.padding-global.is-onboarding {
  background-image: url('../images/Vector-5.svg'), url('../images/Vector-1.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  align-items: center;
  min-height: 100vh;
  padding: 2.5rem;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.social-btn {
  color: #000;
  border-top: .0625rem solid #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .9375rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.social-btn:hover {
  background-color: #fafafa;
}

.social-btn:focus {
  border: .0625rem #000;
  border-top: .0625rem solid #ddd;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.is-first {
  border-top-style: none;
}

.section_ultra-gradients {
  border-bottom: .0625rem solid #f0f0f0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_ultra-gradients.is-full {
  inset: 0%;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-span-4 {
  color: var(--color-brand--brand-color);
}

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

.dashboard-nav_logo-link {
  text-align: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.dashboard-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.3rem 0 0;
  display: flex;
  position: relative;
}

.dashboard-nav_user-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dashboard-nav {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 4.5rem 1rem 1rem;
  display: flex;
  position: sticky;
  inset: 1rem auto 1rem 1rem;
  overflow: auto;
}

.toast-icon-c {
  color: #fff;
  background-color: #6e35f3;
  background-image: linear-gradient(#6e35f3, #4e36b0);
  border-radius: 36%;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  padding: .4rem;
  display: flex;
  box-shadow: 0 4px .75rem -.25rem #0000004d;
}

.toast-icon-c.red {
  background-color: #e4002326;
  background-image: linear-gradient(#ef4e2c, #e34f2f);
  padding: .15rem .3rem .3rem;
}

.toast-icon-c.yellow {
  background-color: #ee9500;
  background-image: none;
}

.form_checkbox-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.dashboard-nav-outer {
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  max-width: 17.8125rem;
  height: 100vh;
  padding: 1rem;
  display: flex;
  position: sticky;
  inset: 0;
}

.toast-box-c {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  color: #000;
  background-color: #6e35f31a;
  border: .0625rem solid #c2e2cb;
  border-radius: .625rem;
  margin-bottom: 1rem;
  padding: .4rem;
  display: none;
  position: relative;
  box-shadow: 0 5px .625rem -.3125rem #0000001a;
}

.toast-box-c.yellow {
  background-color: #fef7ea;
  border-color: #f5e1bf;
}

.toast-box-c.red {
  background-color: #fbede9;
  border-color: #ebc9c1;
}

.browse-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo-type {
  font-size: 1rem;
  font-weight: 400;
}

.notifier-badge {
  color: #fff;
  background-color: #fa3d40;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  padding-top: .03125rem;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% 9% auto auto;
}

.filters_form-block {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  width: 30%;
  margin-bottom: 0;
  padding: 1.5rem;
}

.logo-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.logo-text.is-small {
  font-size: 1.5rem;
}

.applicant_picture {
  outline-color: var(--color-brand--brand-color);
  outline-offset: .0625rem;
  object-fit: cover;
  border: .0625rem solid #f0f0f0;
  border-radius: 5rem;
  outline-width: .1875rem;
  outline-style: solid;
  width: 4rem;
  height: 4rem;
}

.dashboard-nav_link-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.form_checkbox-icon-2 {
  border-color: #f0f0f0;
  border-radius: .3rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-2.w--redirected-checked {
  border: 1px solid var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
  background-image: url('../images/chevron-down.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: .3rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-2.w--redirected-focus {
  border: 1px solid var(--color-brand--brand-color);
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-radius: .3rem;
  margin: 0 .5rem 0 0;
}

.profile-page-script {
  display: none;
}

.toast-wrapper {
  z-index: 2147483647;
  width: 50%;
  min-width: 50vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0 0;
}

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

.todays-date {
  background-color: #f0f0f0;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.toast-close-grey {
  color: #00000080;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  inset: 0 .5rem 0 auto;
}

.toast-close-grey:hover {
  background-color: #fff;
}

.browse-jobs-wrapper {
  flex: 1;
}

.intro-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.applicant_name {
  font-size: 1.5rem;
  font-weight: 500;
}

.form_message-error-4 {
  margin-top: .75rem;
  padding: .75rem;
}

.dashboard-content {
  width: 75%;
  padding: 1rem 1rem 1rem 0;
}

.jobs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.form_message-success-4 {
  padding: 1.25rem;
}

.dashboard_content-block {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.hamburger-wrap {
  display: none;
}

.dashboard-nav_link-group-title {
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 700;
}

.featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-brand--brand-color);
  text-transform: uppercase;
  background-color: #3f7cff0a;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.featured.w--current {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.form_input-4 {
  min-height: 3rem;
  color: var(--color-neutral--black);
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.spacer-xxsmall-2 {
  width: 100%;
  padding-top: .25rem;
}

.dashboard-nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.dashboard-nav_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000c;
  background-color: #f0f0f0;
  border-radius: .75rem;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.dashboard-nav_link:hover {
  opacity: 1;
  color: #000;
}

.dashboard-nav_link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.text-span-5 {
  color: var(--color-brand--brand-color);
}

.background-noise-2 {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.heading-style-h4-3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.dropdown-icon-2 {
  filter: invert();
  margin: 0;
  line-height: 1;
  position: static;
}

.form_message-success-5 {
  padding: 1.25rem;
}

.spacer-xsmall-3 {
  width: 100%;
  padding-top: .5rem;
}

.split-grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: center;
  height: 100%;
}

.onboarding-form_input {
  min-height: 3rem;
  color: var(--color-brand--black);
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.onboarding-form_input.is-hidden {
  display: none;
}

.onboarding-form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.background-noise-3 {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.skills-filter-wrap {
  height: 17.375rem;
  overflow: scroll;
}

.form_2-field-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ms-profile-upload {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .4375rem;
  align-items: center;
  height: 2rem;
  padding-left: .375rem;
  padding-right: .5rem;
  line-height: 1.6875rem;
  text-decoration: none;
  display: flex;
}

.ms-profile-upload.portfolio {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
}

.ms-profile-upload.resume {
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.navbar1_logo-link-2 {
  width: 10rem;
  padding-left: 0;
}

.ms_form-block {
  margin-bottom: 0;
}

.ms_form-block.is-none {
  display: none;
}

.spacer-xlarge-2 {
  width: 100%;
  padding-top: 4rem;
}

.ms-profile-image-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.ms-profile-image-preview {
  object-fit: cover;
  background-color: #f0f0f0;
  border-radius: 6.25rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  display: inline-block;
}

.gradient-border {
  background-image: linear-gradient(146deg, var(--color-brand--black-800), var(--color-brand--brand-color) 69%);
  border-radius: .75rem;
  margin-top: 4.5rem;
  padding: 3px;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
}

.checkbox.w--redirected-focus {
  border: 1px solid var(--color-brand--brand-color);
}

.dashboard-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 0 0;
  display: flex;
  position: relative;
}

.dashboard-nav-2 {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: sticky;
  inset: 1rem auto 1rem 1rem;
  overflow: auto;
}

.spacer-xxsmall-3 {
  width: 100%;
  padding-top: .25rem;
}

.display-flex.is-horizontal {
  display: flex;
}

.display-flex.is-horizontal.is-gap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.display-flex.is-horizontal.space-between {
  justify-content: space-between;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_white-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.0125rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.hero_center-absolute-div {
  justify-content: center;
  align-items: center;
  padding: .9375rem .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-text {
  color: #0040ff;
  font-weight: 600;
  text-decoration: none;
}

.link-text:hover {
  color: #6183ff;
}

.hero_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #222;
  background-color: #fff;
  border: .09375rem solid #000;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: .625rem;
  padding: .625rem;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

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

.hero_button.is-white:hover {
  color: #fff;
  background-color: #222;
}

.hero_button.is-black {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.hero_button.is-black:hover {
  color: #222;
  background-color: #fff;
}

.input-text-field {
  border: .0625rem solid #ccc;
  border-radius: 3.125rem;
  margin-top: .3125rem;
  margin-bottom: .9375rem;
}

.text-semi-bold {
  font-weight: 600;
}

.hero_form {
  width: 100%;
}

.heading-style-h3-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero_line {
  background-color: #ccc;
  width: 100%;
  height: .0625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hero_title {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15%;
  display: flex;
  position: static;
}

.hero_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color-brand--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 48px;
  display: grid;
}

.red-text-2 {
  color: red;
}

.checkbox-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium-3 {
  color: #666;
  font-size: 1.25rem;
}

.full-width-relative {
  width: 100%;
  position: relative;
}

.section_hero-2 {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.dashboard-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.form_checkbox-3 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.applicant_picture-2 {
  outline-offset: .0625rem;
  object-fit: cover;
  border: .0625rem solid #f0f0f0;
  border-radius: 5rem;
  outline: .1875rem solid #6e35f3;
  width: 4rem;
  height: 4rem;
}

.heading-style-h3-4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_checkbox-icon-3 {
  border: 1px solid var(--color-neutral--black);
  border-radius: .3rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-checked {
  border: 1px solid var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
  border-radius: .3rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-focus {
  border: 1px solid var(--color-brand--brand-color);
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-radius: .3rem;
  margin: 0 .5rem 0 0;
}

.form_message-success-6 {
  padding: 1.25rem;
}

.featured-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #6e35f3;
  text-transform: uppercase;
  background-color: #3f7cff0a;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.featured-2.w--current {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.dashboard-wrapper-4 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.applicant_picture-3 {
  outline-offset: .0625rem;
  object-fit: cover;
  border: .0625rem solid #f0f0f0;
  border-radius: 5rem;
  outline: .1875rem solid #6e35f3;
  width: 4rem;
  height: 4rem;
}

.checkbox-2 {
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  border: 1px solid var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
}

.checkbox-2.w--redirected-focus {
  border: 1px solid var(--color-brand--brand-color);
}

.onboarding_slider {
  background-color: #0000;
  height: auto;
}

.slider-arrow {
  width: 20%;
  height: 3rem;
  color: var(--color-neutral--black);
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  inset: auto auto -7% 0%;
}

.slider-arrow.right {
  inset: auto 0% -7% auto;
}

.right-arrow {
  width: 20%;
  height: 3rem;
  inset: auto 0% 0% auto;
}

.slide-nav {
  display: block;
}

.select-field {
  background-color: #fff;
}

.text-field {
  width: 40%;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
}

.text-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #4f556a;
}

.tab-link-tab-1.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #31374a;
  border-radius: 6px;
}

.tab-link-tab-2.w--current {
  color: #000;
  background-color: #fff;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #101728;
  border-radius: 6px;
}

.tab-link-tab-3.w--current {
  color: #000;
  background-color: #fff;
}

.tabs-menu-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-name {
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 1px 9px #8e8e8e;
  background-color: #0000;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.card-name:focus {
  border: 1px #000;
}

.card-name.form-card {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 9px #ffffff42;
  border: 1px solid #0000;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  right: 0;
}

.card-name.form-card.cvc {
  object-fit: fill;
  display: block;
}

.card-name.form-card.hide {
  display: none;
}

.card-name.form-card.card-number {
  padding-left: 12px;
}

.form-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.form-3:active, .form-3:focus {
  border: 1px #0000;
}

.credit-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  text-shadow: 0 1px 9px #8e8e8e;
}

.column-03 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-block-inside {
  background-color: #0000;
}

.text-block-6 {
  color: #fa6666;
  text-shadow: none;
  font-family: Inconsolata, monospace;
}

.error-message-2 {
  background-color: #0000;
}

.columns-05 {
  margin-left: 0;
  margin-right: 0;
}

.columns-05.myear {
  display: block;
}

.hide-2 {
  display: none;
}

.card-logo {
  text-align: left;
  direction: ltr;
  flex: 0 auto;
  width: 75px;
  padding-left: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}

.card-highlight {
  opacity: .1;
  filter: blur(50px);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 300px;
  flex: 0 auto;
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
}

.success-message-2 {
  background-color: #0000;
  font-family: Inconsolata, monospace;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 1px 9px #ffffff42;
  white-space: normal;
  background-color: #0000;
  border: 1px solid #ffffff24;
  border-radius: 3px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px 8px 20px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  transition: all .35s;
  display: block;
  box-shadow: 0 4px 14px -2px #000;
}

.submit-button:hover {
  background-color: #1d1d1d;
  box-shadow: 0 4px 3px -2px #000000cf;
}

.card-block-002 {
  direction: ltr;
  background-image: linear-gradient(128deg, #000, #242424), url('../images/cc.png');
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 480px;
  height: 310px;
  padding: 4.5rem 2rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0000000d, 0 70px 100px -35px #0003;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-12._01 {
  padding-right: 0;
  display: block;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1d1d1d;
  background-image: url('../images/67aef425d8174bc0901102cc_grundge.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
}

.tab-pane-tab-1 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.tabs-content-2 {
  margin-top: 2rem;
}

.div-block-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 480px;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.event_h1-style-copy {
  color: var(--white);
  font-size: 7rem;
  line-height: 1;
}

.hero_description {
  color: var(--white);
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.text-color-red {
  color: #f22f46;
}

.section_event-agenda {
  border-bottom: .75px solid #eaf0ff;
  padding-bottom: 4.625rem;
}

.event-agenda_components {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  padding-top: 4.625rem;
  display: flex;
}

.event-agenda_heading-h2 {
  font-size: 2.25rem;
  line-height: 1;
}

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

.shedule-item {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  background-color: #f2f7ff;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.375rem;
  display: grid;
}

.shedule_left-part {
  color: #101728;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.shedule_right-part {
  color: #101728;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_components {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  background-color: #101728;
  background-image: url('../images/Vector-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 22.5px;
  flex-flow: column;
  margin-top: 5.5rem;
  padding: 4.125rem 17.5rem 3.125rem;
  display: flex;
  overflow: hidden;
}

.form_components.pop-up {
  width: 70vw;
  display: flex;
  position: relative;
}

.event_form_text-field {
  border-radius: 9px;
  padding: .875rem 2rem;
}

.event_form_text-field::placeholder {
  color: #62687e;
}

.event_form_text-field-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_form_paragraph {
  color: var(--white);
  margin-top: 1.75rem;
  margin-bottom: 1.375rem;
  font-size: .703125rem;
  line-height: 1.175rem;
}

.event_form_button {
  color: var(--white);
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 1rem 1.875rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.09375rem;
  text-decoration: none;
  position: relative;
}

.event_form_button.hover-on {
  border-color: var(--color-brand--brand-color);
  background-color: var(--color-brand--brand-color);
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: auto;
  transform: translate(-170%);
}

.event_form_button-wrapper {
  margin-top: 3.625rem;
  padding-top: 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event_form_select {
  color: #62687e;
  background-color: #fff;
  border-radius: 9px;
}

.ms-input-selector-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.nice-select {
  color: #62687e;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-select-svg {
  z-index: 6;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.code-embed-2 {
  display: none;
}

.pop-up-form-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-button-wrapper {
  width: 1rem;
  height: 1rem;
  color: var(--color-neutral--white);
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message-3 {
  color: var(--white);
  background-color: #0000;
  font-size: 1.25rem;
}

.event_form-button_animation-wrapper {
  position: relative;
}

.container-hover-on-animation {
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.participate_h3-style-2 {
  color: #101728;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.participate_h3-style-2.text-color-white {
  color: #fff;
}

.image-17 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.participate_button {
  background-color: #101728;
  border: 1px solid #101728;
  border-radius: 6.75px;
  padding-left: 61px;
  padding-right: 61px;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.participate_button:hover {
  color: #101728;
  background-color: #fff;
  border: 1px solid #101728;
}

.participate_button.bg-gray {
  background-color: #4f556a;
  border: 1px solid #4f556a;
}

.participate_button.bg-gray:hover {
  background-color: #fff;
}

.participate_price-2 {
  color: #101728;
  font-size: 1.6875rem;
  font-weight: 500;
}

.participate_price-2.text-color-white {
  color: #fff;
}

.participate_card-2 {
  background-color: #fff;
  border-radius: 7.5px;
}

.participate_card-2.bg-gray {
  background-color: #31374a;
}

.participate_card-2.bg-dark {
  background-color: #101728;
}

.image-19 {
  width: 1.375rem;
  height: 1.375rem;
}

.image-19.invert {
  filter: invert();
}

.participate_pay-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

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

.participate_header-2 {
  color: #fff;
  flex-flow: column;
  display: flex;
}

.image-20 {
  position: absolute;
  inset: auto 0% 0%;
}

.nick_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.hero_paragraph-2 {
  color: #fff;
  width: 65%;
  font-size: .9375rem;
  line-height: 1.40625rem;
}

.card-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .75px solid #101728;
  border-radius: 11.25px;
  flex-flow: column;
  padding: 37px;
  transition: all .4s;
  display: flex;
}

.card-2:hover {
  color: #fff;
  background-color: #db4a2a;
  background-image: url('../images/Vector-3.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #db4a2a;
}

.payment-button-2 {
  background-color: #101728;
  border: 1px solid #101728;
  border-radius: 6.75px;
  padding-left: 61px;
  padding-right: 61px;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.payment-button-2:hover {
  color: #101728;
  background-color: #fff;
  border: 1px solid #101728;
}

.payment-button-2.bg-gray {
  background-color: #4f556a;
  border: 1px solid #4f556a;
}

.payment-button-2.bg-gray:hover {
  background-color: #fff;
}

.image-21 {
  position: absolute;
  inset: auto 9% -26% auto;
}

.navbar-dropdown_dropdown-background-layer-2 {
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-22 {
  position: absolute;
  inset: auto auto 0% 6%;
}

.navbar2_link-2 {
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 500;
}

.navbar2_link-2.w--current {
  color: #db492a;
}

.navbar2_link-2.page-event {
  color: #fff;
}

.image-24 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.explore_h2-style-2 {
  color: #fff;
  text-align: center;
  max-width: 35rem;
  line-height: 1;
}

.section_nick {
  background-color: #101728;
  background-image: url('../images/Vector-5_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.padding-global-5 {
  padding: 15px 5% 20px;
}

.padding-global-5.only-left {
  padding-right: 0%;
}

.padding-global-5.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_legal-link-2 {
  color: #101728;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.unlocking_left-part-2 {
  grid-column-gap: 2.3125rem;
  grid-row-gap: 2.3125rem;
  flex-flow: column;
  width: 65%;
  margin-top: 1.40625rem;
  padding-bottom: 9rem;
  display: flex;
}

.package-text-2 {
  color: #4f556a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.navbar1_logo-link-3 {
  padding-left: 0;
}

.hero_components-2 {
  grid-column-gap: 76.5px;
  grid-row-gap: 76.5px;
  flex-flow: column;
  display: flex;
}

.navbar-dropdown3_dropdown-list-2.w--open {
  background-color: #f2f7ff;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.footer_credit-text-2 {
  color: #101728;
  font-size: .875rem;
  font-weight: 300;
}

.event_h1-style-2 {
  color: #fff;
  font-size: 7rem;
  line-height: 1;
}

.text-span-6 {
  color: #db4a2a;
}

.button-5 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-5.is-secondary:hover {
  color: #fff;
  background-color: #000;
}

.button-5.is-secondary.is-small.page-event {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  transition: all .4s;
}

.button-5.is-secondary.is-small.page-event:hover {
  color: #000;
  background-color: #fff;
}

.button-5.is-menu {
  color: #fff;
  background-color: #db492a;
  border-color: #db492a;
  border-radius: 18px;
  width: 100%;
}

.section_jobs-2 {
  margin-bottom: 12.5rem;
}

.nick_text-wrapper-2 {
  margin-top: 7.5rem;
  margin-bottom: 11.25rem;
}

.participate_price-3 {
  color: #101728;
  font-size: 1.6875rem;
  font-weight: 500;
}

.participate_price-3.text-color-white-2 {
  color: #fff;
}

.section_hero-3 {
  background-color: #101728;
  background-image: url('../images/Vector-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.participate_card-3 {
  background-color: #fff;
  border-radius: 7.5px;
}

.participate_card-3.bg-gray {
  background-color: #31374a;
}

.participate_card-3.bg-dark {
  background-color: #101728;
}

.image-27 {
  width: 1.375rem;
  height: 1.375rem;
}

.image-27.invert {
  filter: invert();
}

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

.image-28 {
  position: absolute;
  inset: -32% auto auto 0%;
}

.section_explore-2 {
  background-color: #db4a2a;
  background-image: url('../images/Vector-4.svg');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 12.5rem;
}

.width-110-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 110%;
  display: grid;
  position: relative;
  right: 5%;
}

.hover-color-2 {
  z-index: 2;
  background-color: #db492a;
  height: 60px;
  display: none;
  position: absolute;
  inset: -10% 0% 0%;
}

.hover-color-2.event {
  z-index: 0;
  background-color: #e9502e;
  width: 0%;
  height: 100%;
  display: none;
  inset: 0%;
}

.event_button-2 {
  color: #fff;
  background-color: #0000;
  border: .75px solid #fff;
  border-radius: 11.25px;
  padding: .75rem 2.25rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.event_button-2.small {
  border-width: 3px;
  font-size: 1.125rem;
}

.event_button-2.small:hover {
  color: #101728;
  background-color: #fff;
}

.nick_h3-style-2 {
  color: #fff;
  font-size: 4.5rem;
}

.unlocking_right-part-2 {
  border-bottom-left-radius: 22.5px;
  width: 35%;
  overflow: hidden;
}

.nick_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.expect_package-2 {
  border-top: .75px solid #eaf0ff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.40625rem;
  padding-bottom: 1.40625rem;
  transition: all .4s;
  display: flex;
}

.expect_package-2:hover {
  color: #fff;
  background-color: #db4a2a;
  background-image: url('../images/Vector-4.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 93px;
}

.expect_package-2.bottom-border {
  border-bottom: .75px solid #eaf0ff;
  padding-bottom: 1.40625rem;
}

.logo-3 {
  color: #000;
}

.package_item-text-2 {
  font-size: 1.125rem;
}

.participate_header-3 {
  color: #fff;
  flex-flow: column;
  display: flex;
}

.footer_link-2 {
  color: #101728;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Bricolagegrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_date-text-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.hero_cta-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-29 {
  object-fit: cover;
  height: 100%;
}

.image-30 {
  position: absolute;
  inset: -34% 0% auto auto;
}

.text-color-white-2 {
  color: #fff;
}

.package_left-part-2 {
  width: 26%;
}

.navbar2_menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.profile_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.profile_que-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: 1px solid var(--color-brand--brand-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem;
  display: grid;
}

.link {
  text-decoration: none;
}

.paragraph-4 {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-5 {
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-padded {
  margin-top: 10px;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .container-large.is-hero {
    margin-right: 0;
  }

  .padding-global, .navbar2_component {
    padding-left: 8%;
    padding-right: 8%;
  }

  .navbar-dropdown3_dropdown-content-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .position_item {
    justify-content: center;
  }

  .padding-global-full {
    padding-left: 8%;
  }

  .header_about-content {
    margin-bottom: 8rem;
  }

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

  .services_image-wrapper {
    width: 60%;
  }

  .event_h1-style {
    font-size: 6rem;
  }

  .hero_date-text {
    margin-top: 20px;
  }

  .image-11 {
    height: 110%;
  }

  .event_h1-style-copy {
    margin-top: 1rem;
    font-size: 3rem;
  }

  .event_form_button-wrapper {
    display: flex;
  }

  .event_form-button_animation-wrapper {
    position: relative;
  }

  .text-block-9 {
    white-space: nowrap;
  }

  .image-20 {
    height: 110%;
  }

  .padding-global-5 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 8%;
  }

  .navbar2_container {
    max-width: none;
  }

  .navbar2_component {
    margin-left: auto;
  }

  .navbar-dropdown3_dropdown-list.w--open {
    padding-left: 15%;
    padding-right: 15%;
  }

  .padding-global-full {
    padding-left: 9%;
  }

  .container-full {
    max-width: 95rem;
    margin-right: auto;
  }

  .div-block-10 {
    max-width: 100%;
  }

  .image-11 {
    height: 110%;
  }

  .event_form_button.hover-on {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .event_form_button-wrapper {
    display: flex;
    overflow: hidden;
  }

  .pop-up-form-wrapper {
    display: none;
  }

  .div-block-16 {
    text-decoration: none;
    position: relative;
  }

  .image-20 {
    height: 110%;
  }

  .navbar-dropdown3_dropdown-list-2.w--open {
    padding-left: 15%;
    padding-right: 15%;
  }

  .rich-text-block {
    max-width: none;
    padding-left: 0;
  }

  .list-14 {
    padding-left: 2rem;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .margin-top.margin-xxhuge.margin-mobile {
    margin-top: 1rem;
  }

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global, .padding-global.timeline {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.is-header {
    padding-left: 0%;
  }

  .padding-global.only-left {
    padding-right: 5%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .footer_bottom-wrapper.hide-desktop {
    display: block;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .5fr 1fr;
    place-items: center stretch;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: auto;
    display: grid;
  }

  .blog-header_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post-related_heading {
    margin-right: 3rem;
  }

  .blog-post-related_heading.flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .blog-post-related_button-row {
    flex: none;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar_access {
    align-items: center;
    display: flex;
  }

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

  .layout_component.is-3 {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-xlarge {
    margin: 3.5rem;
  }

  .max-width-medium.is-bs {
    max-width: 37.2rem;
  }

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

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

  .button.is-secondary.is-small.page-event {
    border-color: var(--black);
    color: var(--black);
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .filters5_filter-group-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .filters5_tablet-modal-close-button {
    display: block;
  }

  .filters5_form {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .filters5_feed-header-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filters5_form-block {
    max-width: 100%;
  }

  .filters5_category-menu {
    justify-content: flex-start;
    overflow: scroll;
  }

  .filters_list {
    overflow: auto;
  }

  .splide__pagination__page {
    display: none;
  }

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

  .splide__arrows.splide__arrows--ltr {
    margin-top: 0;
  }

  .splide__arrow {
    background-color: #fff0;
    background-image: url('../images/Arrow-right-circle.svg');
    background-size: cover;
    padding: 0;
  }

  .splide__arrow.splide__arrow--prev {
    background-image: url('../images/Arrow-Left-Circle.svg');
    transform: none;
  }

  .search_content-wrapper {
    height: 25vh;
    padding: 4rem 5%;
  }

  .search_component {
    display: none;
    inset: 6% 0% auto;
  }

  .navbar_menu-right-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .doc_wrapper {
    flex-direction: column;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-brand--black-font);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-top {
    background-color: var(--color-brand--black-font);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    background-color: var(--color-brand--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar2_component.page-event {
    background-color: #fff;
  }

  .navbar2_link {
    text-align: center;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link.page-event {
    color: var(--black);
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-brand--black-font);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-dropdown3_dropdown-content-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-dropdown3_blog-image-wrapper {
    padding-top: 60.25%;
    display: flex;
  }

  .navbar-dropdown3_component {
    width: 100%;
  }

  .navbar-dropdown3_blog-image {
    width: 50%;
    height: 100%;
  }

  .navbar-dropdown3_dropdown-list {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar-dropdown3_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-dropdown3_dropdown-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .navbar-dropdown3_dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-dropdown3_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .navbar-dropdown_dropdown-background-layer {
    min-width: 100%;
  }

  .section_h-header {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .h-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 8rem;
  }

  .h-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .why_item-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex;
    position: static;
    left: auto;
    box-shadow: 0 2px 5px #0003;
  }

  .why_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .why_text-wrapper {
    flex: 1;
  }

  .enquire_card {
    padding: 3rem 3rem 3rem 15.1rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .cta_image {
    width: 16.2rem;
  }

  .div-block {
    flex-flow: column;
    display: flex;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post1-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

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

  .process_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .process-line {
    top: 4.3rem;
  }

  .wcd_wrapper-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header36_image {
    object-fit: cover;
    height: 25rem;
    max-height: none;
  }

  .header36_image-wrapper {
    height: auto;
    margin-left: -48px;
    position: relative;
  }

  .section_header36 {
    background-position: 130% 121%;
    background-size: 500px;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 8rem;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .timeline10_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .heading {
    text-align: left;
  }

  .form_divider {
    display: none;
  }

  .header_about-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 8rem;
  }

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

  .msc_grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .msc_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .handle_number-text, .handle_count {
    font-size: 3rem;
  }

  .container-for-slider {
    padding: 5rem 3rem 10.4rem;
  }

  .b-save-image {
    width: 16.2rem;
  }

  .bs_wrapper-price {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .values_content {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 2rem;
  }

  .values_content.is-2, .values_content.is-3 {
    min-height: auto;
  }

  .who_wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 10rem;
  }

  .who_content {
    margin-bottom: 3.5rem;
    margin-left: 5%;
    margin-right: 5%;
  }

  .section_about-header {
    background-position: 100% 126%;
  }

  .about_header-image {
    object-fit: contain;
    height: 30rem;
    max-height: none;
  }

  .header_about-content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .about_image-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .layout495_tabs {
    grid-column-gap: 3rem;
  }

  .header36_image-2 {
    height: auto;
    max-height: none;
  }

  .header36_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_content-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cta39_card-content {
    padding: 3rem;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1-3 {
    font-size: 3.25rem;
  }

  .testimonial33_card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .testimonial33_list-right {
    padding-bottom: 2.9rem;
  }

  .testimonial33_card-content-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout368_card-small-content {
    padding: 2rem;
  }

  .header_services-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 10rem;
  }

  .services_image-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
    right: 0%;
  }

  .services_image {
    object-fit: contain;
    height: 30rem;
    max-height: none;
  }

  .blog68_group {
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog68_mask {
    width: 50%;
  }

  .services-slider_component {
    display: block;
  }

  .slider15_nav-wrapper.slider-wrapper {
    width: 16%;
    bottom: 3.9rem;
    right: 22%;
  }

  .background_slider {
    width: 50%;
  }

  .div-block-8 {
    display: flex;
  }

  .div-block-9 {
    display: none;
  }

  .header4_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header4_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header40_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .header40_lightbox {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--50);
    height: 100%;
    min-height: 40vh;
    overflow: hidden;
  }

  .header40_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header40_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact_mobile {
    justify-content: center;
    align-items: stretch;
    margin-top: 1rem;
    display: block;
  }

  .hero_components {
    grid-column-gap: 30.5px;
    grid-row-gap: 30.5px;
  }

  .event_h1-style {
    text-align: center;
    font-size: 4rem;
  }

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

  .hero_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .unlocking_components {
    padding-top: 3rem;
  }

  .event-h2-style {
    font-size: 2.3rem;
  }

  .unlocking_header {
    width: 100%;
  }

  .unlocking_wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .unlocking_left-part {
    width: 100%;
    padding-bottom: 0;
  }

  .event_h3-style {
    font-size: 1.5rem;
  }

  .unlocking_right-part {
    border-bottom-right-radius: 22.5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-5 {
    width: 100%;
  }

  .expect_package:hover {
    color: var(--black);
    background-color: #0000;
    background-image: none;
    padding-left: 0;
  }

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

  .package-name-text {
    font-size: 2rem;
  }

  .image-6 {
    width: 1rem;
    height: 1rem;
  }

  .explore_h2-style {
    font-size: 2.3rem;
  }

  .image-7 {
    top: -52%;
    left: 2%;
  }

  .image-8 {
    inset: auto auto 0% -8%;
  }

  .image-9 {
    top: -53%;
  }

  .image-10 {
    bottom: -44%;
    right: -5%;
  }

  .section_jobs {
    margin-bottom: 3rem;
  }

  .section_speacker {
    margin-bottom: 0;
  }

  .speacker_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speaker_components {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .nick_text-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .image-11 {
    position: static;
  }

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

  .section_participate {
    padding-top: 3rem;
  }

  .particapate_h2-style {
    text-align: center;
    font-size: 3rem;
  }

  .participate_package-wrapper {
    flex-flow: column;
    display: flex;
  }

  .particapate_card-header {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
  }

  .participate_item-wrapper {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-12 {
    width: 1rem;
  }

  .participate_pay {
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .image-13 {
    width: 1rem;
  }

  .package_item-text {
    font-size: .9rem;
  }

  .shape-4 {
    top: 22em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .auth-form-block {
    width: 100%;
  }

  .output_image-wrapper {
    display: none;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

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

  .section_auth.padding-global {
    padding-top: 2rem;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .dashboard-nav_logo-link {
    text-align: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dashboard-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .dashboard-nav, .dashboard-nav-outer {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
  }

  .hamburger-line {
    background-color: #000;
    width: 100%;
    height: .1875rem;
    padding: 0;
  }

  .browse-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dashboard-nav_top {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .filters_form-block {
    width: 100%;
  }

  .dashboard-content {
    width: 100%;
    padding-top: 0;
    padding-left: 1rem;
  }

  .hamburger-wrap {
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 1.375rem;
    height: 1.1875rem;
    display: flex;
  }

  .dashboard-nav_menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 2rem;
    display: none;
  }

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

  .dashboard-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .dashboard-nav-2 {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
  }

  .hero_image {
    display: none;
  }

  .hero_content {
    max-width: 31.25rem;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section_hero-2 {
    padding-top: 3rem;
  }

  .dashboard-wrapper-3, .dashboard-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .card-name.form-card {
    display: inline;
  }

  .event_h1-style-copy {
    text-align: center;
    font-size: 4rem;
  }

  .image-17, .image-18 {
    width: 1rem;
  }

  .image-19 {
    width: 1rem;
    height: 1rem;
  }

  .participate_pay-2 {
    width: 100%;
  }

  .image-20 {
    position: static;
  }

  .nick_components {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-21 {
    bottom: -44%;
    right: -5%;
  }

  .navbar-dropdown_dropdown-background-layer-2 {
    min-width: 100%;
  }

  .image-22 {
    inset: auto auto 0% -8%;
  }

  .menu-icon2-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link-2 {
    text-align: center;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link-2.page-event {
    color: #000;
  }

  .image-24 {
    width: 1rem;
  }

  .explore_h2-style-2 {
    font-size: 2.3rem;
  }

  .padding-global-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global-5.only-left {
    padding-right: 5%;
  }

  .unlocking_left-part-2 {
    width: 100%;
    padding-bottom: 0;
  }

  .package-text-2 {
    font-size: 1rem;
  }

  .hero_components-2 {
    grid-column-gap: 30.5px;
    grid-row-gap: 30.5px;
  }

  .navbar-dropdown3_dropdown-list-2 {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar-dropdown3_dropdown-list-2.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .event_h1-style-2 {
    text-align: center;
    font-size: 4rem;
  }

  .menu-icon2_line-top-2 {
    background-color: #101728;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-5.is-secondary.is-small.page-event {
    color: #000;
    border-color: #000;
  }

  .image-25 {
    width: 1rem;
  }

  .section_jobs-2 {
    margin-bottom: 3rem;
  }

  .nick_text-wrapper-2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .menu-icon2_line-middle-2 {
    background-color: #101728;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-bottom-2 {
    background-color: #101728;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-27 {
    width: 1rem;
    height: 1rem;
  }

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

  .image-28 {
    top: -52%;
    left: 2%;
  }

  .unlocking_right-part-2 {
    border-bottom-right-radius: 22.5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .expect_package-2:hover {
    color: #000;
    background-color: #0000;
    background-image: none;
    padding-left: 0;
  }

  .package_item-text-2 {
    font-size: .9rem;
  }

  .hero_date-text-2 {
    font-size: 1rem;
  }

  .hero_cta-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .image-29 {
    width: 100%;
  }

  .image-30 {
    top: -53%;
  }

  .navbar2_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .main-wrapper {
    overflow: hidden;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer_top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .contact-header_component, .blog-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post-related_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post-related_heading {
    margin-right: 0;
  }

  .blog-post-related_heading.flex {
    padding-right: 0;
  }

  .blog-post-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2.5rem;
  }

  .max-width-medium.is-bs {
    max-width: 79vw;
  }

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

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

  .padding-xlarge {
    padding: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .filters5_category-menu {
    overflow: scroll;
  }

  .search_content-wrapper {
    padding-bottom: 7rem;
  }

  ._404 {
    font-size: 13rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar-dropdown3_dropdown-content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-dropdown3_blog-image-wrapper {
    padding-top: 91.25%;
  }

  .navbar-dropdown3_blog-image {
    width: 75%;
  }

  .navbar-dropdown3_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-dropdown3_dropdown-content-right {
    padding: 1.5rem;
  }

  .h-header_component {
    padding-top: 10rem;
  }

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

  .why_content {
    grid-row-gap: 3rem;
    flex-flow: column wrap-reverse;
    grid-template-columns: 1fr;
  }

  .enquire_card {
    padding: 3rem 2rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .enquire_background-image-wrapper {
    background-position: 100%;
  }

  .roles_list {
    grid-row-gap: 1.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .roles_item-link {
    padding: 1.5rem;
  }

  .blog-post1-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

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

  .process_list {
    flex-flow: column;
    width: 100%;
  }

  .process_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .process_content {
    flex-flow: column;
  }

  .process_item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 1.5rem;
    display: grid;
  }

  .process-line {
    width: 1px;
    height: 80%;
    top: 1.9rem;
    left: 2.9rem;
  }

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

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

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

  .header36_component {
    grid-row-gap: 0rem;
    padding-top: 10rem;
  }

  .header1_content, .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline10_empty-space {
    display: none;
  }

  .timeline10_progress, .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_item.is-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    grid-auto-columns: 1fr;
    padding: 1.5rem;
    display: flex;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .faq10_list.first-col {
    border-bottom-style: none;
  }

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

  .faq10_icon-wrapper {
    width: 1.75rem;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header_about-wrapper {
    padding-top: 10rem;
  }

  .team_wrapper {
    padding-top: 3.6rem;
  }

  .msc_grid {
    padding-top: 6rem;
  }

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

  .position_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 2.4rem;
  }

  .handle_number-text, .handle_count {
    font-size: 2.5rem;
  }

  .handle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .container-for-slider {
    padding-bottom: 11.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .handle_fill.release {
    border-width: .3em;
  }

  .position_title {
    font-size: 1.2rem;
  }

  .business_save-wrapper {
    background-position: 100%;
  }

  .bs_wrapper-price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

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

  .values_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: auto;
  }

  .values_content.is-2, .values_content.is-3 {
    min-height: auto;
  }

  .who_wrapper {
    padding-top: 10rem;
  }

  .padding-global-full {
    padding: 5%;
  }

  .about_header-image {
    height: 29rem;
  }

  .layout495_tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .layout495_tabs-menu {
    margin-bottom: 2rem;
  }

  .header36_image-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .header36_component-2 {
    padding-top: 4rem;
  }

  .enquire_wrapper-absolute {
    border-top-left-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
    height: auto;
    margin-top: -32px;
    padding-bottom: 2rem;
    position: static;
  }

  .cta39_card-content {
    padding: 2rem;
  }

  .cta39_card {
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .testimonial33_card {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .testimonial33_list-right {
    padding-bottom: 0;
  }

  .testimonial33_card-content-left {
    padding: 2rem;
  }

  .testimonial33_card-content-right {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial33_list-left.is-1 {
    padding-top: 0;
  }

  .layout368_card-small-content {
    padding: 1.5rem;
  }

  .header_services-wrapper {
    padding-top: 10rem;
  }

  .blog68_group {
    padding-bottom: 6rem;
  }

  .blog68_mask {
    width: 80%;
  }

  .blog68_slide {
    padding-right: 1.5rem;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

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

  .slider15_main-item.slider-item {
    height: auto;
  }

  .slider15_component.slider-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .slider15_nav-item.slider-item {
    height: 33.3333%;
    padding: .25rem 0;
  }

  .slider15_main {
    width: 100%;
    position: relative;
  }

  .slider15_nav-wrapper.slider-wrapper {
    width: 20%;
    height: auto;
    bottom: 2rem;
    right: 15%;
  }

  .image-2 {
    object-fit: contain;
    height: 5.3rem;
  }

  .image-4 {
    bottom: 2rem;
  }

  .image-right, .image-left {
    border-radius: var(--18);
    overflow: hidden;
  }

  .image-mobile {
    width: 30%;
    display: block;
    position: absolute;
    inset: auto auto 2% 30%;
  }

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

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header40_lightbox {
    min-height: 45vh;
  }

  .header40_component {
    padding-top: 4rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .event_h1-style {
    font-size: 3rem;
  }

  .event_button {
    font-size: 1.5rem;
  }

  .event-h2-style {
    font-size: 2rem;
  }

  .card {
    padding: 1rem;
  }

  .event_h3-style {
    font-size: 1.2rem;
  }

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

  .package-name-text {
    font-size: 1.7rem;
  }

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

  .image-7 {
    top: -47%;
    left: -5%;
  }

  .image-8 {
    left: -17%;
  }

  .image-9 {
    top: -46%;
    right: -15%;
  }

  .image-10 {
    bottom: -35%;
    right: -10%;
  }

  .main-shapes-wrapper {
    filter: blur(5rem);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .heading-style-h4-2 {
    font-size: 1rem;
  }

  .blending-group-wrapper {
    filter: blur(5rem);
  }

  .dashboard-nav_logo-link {
    padding-left: 0;
  }

  .dashboard-nav_menu {
    display: none;
  }

  .heading-style-h4-3 {
    font-size: 1rem;
  }

  .navbar1_logo-link-2 {
    padding-left: 0;
  }

  .heading-style-h3-3 {
    font-size: 1.5rem;
  }

  .hero_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h3-4 {
    font-size: 1.5rem;
  }

  .card-name.form-card, .card-name.form-card.card-number {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-block-inside {
    margin-top: 5rem;
  }

  .columns-05.myear {
    max-width: 180px;
  }

  .div-block-13 {
    align-items: stretch;
  }

  .submit-button {
    margin-top: 0;
  }

  .card-block-002 {
    flex-direction: column;
    align-items: flex-end;
    width: 450px;
    height: 300px;
    display: block;
  }

  .event_h1-style-copy {
    font-size: 3rem;
  }

  .card-2 {
    padding: 1rem;
  }

  .image-21 {
    bottom: -35%;
    right: -10%;
  }

  .image-22 {
    left: -17%;
  }

  .navbar1_logo-link-3 {
    padding-left: 0;
  }

  .footer_credit-text-2 {
    margin-top: 1.5rem;
  }

  .event_h1-style-2 {
    font-size: 3rem;
  }

  .main-wrapper-3 {
    overflow: hidden;
  }

  .image-28 {
    top: -47%;
    left: -5%;
  }

  .event_button-2 {
    font-size: 1.5rem;
  }

  .expect_package-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .image-30 {
    top: -46%;
    right: -15%;
  }

  .navbar2_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }
}

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

  .container-small.is-onboarding {
    padding: 2rem;
  }

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

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

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

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

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

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

  .form-input {
    font-size: .875rem;
  }

  .text-size-small.is-menu {
    max-width: 26ch;
  }

  .form-field-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col.first-contact {
    flex-flow: column;
    display: flex;
  }

  .footer_link-list.is-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .footer_top-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .contact-header_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo {
    width: 103px;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-header_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs_cmsnest_content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .video_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

  .max-width-medium.is-bs {
    max-width: 75vw;
  }

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

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

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

  .button.is-secondary.is-small {
    padding: .45rem 1rem;
    font-size: .875rem;
  }

  .button.is-secondary.is-small.page-event {
    border-color: var(--color-neutral--black);
    color: var(--black);
  }

  .button.is-big {
    padding: .5rem 1rem;
    font-size: 1.2rem;
  }

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

  .filters5_filter-group-list {
    flex-flow: column;
    display: flex;
  }

  .utility_form-block {
    max-width: 25rem;
  }

  .search_content-wrapper {
    height: 36vh;
    padding-top: 4rem;
  }

  .search_component {
    height: 36vh;
    display: none;
    top: 6.5%;
  }

  .topbar_search-2 {
    flex-flow: column;
  }

  ._404 {
    font-size: 10.7rem;
  }

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

  .menu-icon2 {
    color: var(--white);
  }

  .navbar2_component.page-event {
    background-color: #fff;
  }

  .navbar2_link.page-event {
    color: var(--color-brand--black);
  }

  .navbar2_button-wrapper {
    grid-column-gap: 0rem;
  }

  .navbar-dropdown3_dropdown-content-left {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .navbar-dropdown3_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar-dropdown3_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .navbar-dropdown3_dropdown-link-list {
    grid-template-rows: max-content auto auto;
  }

  .navbar-dropdown3_dropdown-content-right {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar-dropdown3_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar-dropdown3_dropdown-link {
    padding-left: 0;
  }

  .h-header_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center stretch;
    padding-top: 5.7rem;
  }

  .why_image {
    height: 27rem;
  }

  .why_item-list {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
  }

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

  .enquire_background-image-wrapper {
    background-position: 100% 100%;
  }

  .roles_item-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-post1-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post1-content_content-bottom, .blog-post1-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

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

  .process_item {
    grid-template-columns: 3rem 1fr;
  }

  .process_item-content {
    flex-flow: row;
    grid-template-columns: .25fr 1fr;
  }

  .process-line {
    height: 74%;
    left: 8%;
  }

  .wcd_wrapper-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .wcd_image {
    width: 3rem;
    height: 3rem;
  }

  .section_header36 {
    background-position: 100% 100%;
    background-size: contain;
  }

  .header36_component {
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

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

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline10_item.is-left {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline10_circle {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }

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

  .header_about-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .team_wrapper {
    background-position: 90% 4%, 100% 100%;
    background-size: 60px, contain;
    padding-top: 4rem;
    padding-bottom: 21rem;
    padding-left: 2.8rem;
  }

  .image {
    left: auto;
  }

  .msc_grid {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .position_wrap {
    margin-left: .3em;
    margin-right: .6em;
    padding-top: .5rem;
  }

  .position_list {
    place-content: center space-between;
    align-items: center;
  }

  .handle_count {
    font-size: 1em;
  }

  .container-for-slider {
    padding-bottom: 15rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .handle_fill.release {
    flex: 0 auto;
  }

  .position_title {
    font-size: 1.1rem;
  }

  .business_save-wrapper {
    background-image: linear-gradient(#0000, #0000);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bs_wrapper-price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bs_wrapper-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .values_content {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .who_wrapper {
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .padding-global-full {
    padding-right: 5%;
  }

  .section_about-header {
    background-position: 111% 115%;
    background-size: contain;
  }

  .about_header-image {
    z-index: 2;
    object-fit: scale-down;
    height: 18rem;
    position: relative;
  }

  .recaptcha {
    overflow: hidden;
  }

  .div-block-5 {
    max-width: 240px;
    overflow: hidden;
  }

  .layout495_tabs, .header36_component-2 {
    grid-template-columns: 1fr;
  }

  .enquire_wrapper-absolute {
    border-top-left-radius: 0;
    border-bottom-left-radius: 50px;
    width: 100%;
    height: auto;
    margin-top: -18px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: static;
  }

  .cta39_card-content {
    padding-left: 1rem;
    padding-right: 0;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    padding: 1rem 1rem 1rem .5rem;
  }

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

  .testimonial33_card-content-left {
    padding: 0;
  }

  .header_services-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .section_services-header {
    background-position: 111% 115%;
    background-size: contain;
  }

  .services_image {
    z-index: 2;
    object-fit: scale-down;
    height: auto;
    position: relative;
  }

  .flex_customer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .customer_image {
    width: auto;
    height: 30px;
  }

  .blog68_mask {
    width: 95%;
  }

  .slider15_main-item.slider-item {
    width: 100%;
  }

  .slider15_component.slider-component {
    height: 70vh;
  }

  .slider15_nav-item.slider-item {
    height: 33.3333%;
  }

  .slider15_nav-wrapper.slider-wrapper {
    width: 35%;
    right: 10%;
  }

  .image-2 {
    object-fit: contain;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3rem;
  }

  .background_slider {
    width: 65%;
  }

  .image-4 {
    object-fit: contain;
    width: 188px;
    height: 6.5rem;
    left: -1rem;
  }

  .image-mobile {
    width: 50%;
    display: block;
    position: absolute;
    inset: auto auto 4% 0%;
  }

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

  .header4_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header40_lightbox {
    min-height: 40vh;
  }

  .header40_component, .collection-list {
    grid-template-columns: 1fr;
  }

  .event_h1-style {
    font-size: 2.5rem;
  }

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

  .hero_cta {
    justify-content: space-between;
    align-items: center;
  }

  .hero_paragraph {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .event-h2-style {
    font-size: 1.7rem;
  }

  .event-h2-style.text-style-allcaps.text-align-right {
    text-align: center;
  }

  .card_wrapper {
    flex-flow: column;
    display: flex;
  }

  .event_h3-style {
    font-size: 1.2rem;
  }

  .expext_components {
    margin-bottom: 0;
  }

  .package_left-part {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .package-name-text {
    font-size: 1.2rem;
  }

  .section_explore {
    margin-bottom: 3rem;
  }

  .explore_components {
    padding-top: 2.5rem;
  }

  .explore_h2-style {
    font-size: 1.7rem;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
    bottom: -49%;
  }

  .image-9 {
    display: none;
    top: -35%;
    right: 0%;
  }

  .image-10 {
    display: none;
    bottom: -59%;
  }

  .jobs_components {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .width-110 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    right: 0%;
  }

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

  .nick_h3-style {
    text-align: center;
    font-size: 2.3rem;
  }

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

  .particapate_h2-style {
    font-size: 2.3rem;
  }

  .image-12 {
    width: 1rem;
    position: relative;
    left: -.1vw;
  }

  .payment-button {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .events-text-size-small {
    text-align: center;
  }

  .image-13, .image-14, .image-15 {
    width: 1rem;
    position: relative;
    right: -.1vw;
  }

  .package_item-text {
    font-size: .9rem;
  }

  .shape-4 {
    top: 30.7em;
  }

  .section_ultra-gradients.is-full {
    width: 100%;
  }

  .intro-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
  }

  .featured {
    order: -1;
    width: 100%;
  }

  .section_hero-2 {
    padding-top: 0;
  }

  .featured-2 {
    order: -1;
    width: 100%;
  }

  .card-name {
    text-shadow: none;
    font-size: 14px;
    font-style: normal;
    bottom: 20px;
    right: 20px;
  }

  .card-name:hover {
    color: #fff;
  }

  .card-name.form-card {
    margin-bottom: -10px;
    display: block;
  }

  .card-name.form-card.card-number {
    width: 100%;
    margin-bottom: -10px;
    display: block;
    overflow: visible;
  }

  .form-3 {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    margin-top: 2rem;
    display: flex;
  }

  .text-block-5 {
    margin-top: 4rem;
  }

  .column-15 {
    display: none;
  }

  .card-block-inside {
    margin-top: 0;
  }

  .columns-05 {
    flex: 0 auto;
    display: block;
  }

  .columns-05.myear {
    width: 185px;
    margin-bottom: -10px;
  }

  .card-logo {
    width: 60px;
    margin-top: -12px;
    margin-left: -12px;
    padding-right: 6px;
    top: 20px;
    left: 20px;
  }

  .card-highlight {
    width: 200px;
    height: 200px;
    text-decoration: none;
    display: none;
  }

  .div-block-13 {
    justify-content: flex-end;
    align-items: center;
  }

  .submit-button {
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-top: .5rem;
    margin-left: 215px;
    margin-right: 1rem;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .card-block-002 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-end;
    width: 100%;
    max-width: 450px;
    height: 210px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    box-shadow: 0 0 20px #0000000d, 0 70px 100px -35px #0003;
  }

  .column-12._01 {
    padding-right: 0;
    display: block;
  }

  .event_h1-style-copy {
    font-size: 2.5rem;
  }

  .hero_description {
    font-size: 1.5rem;
  }

  .section_event-agenda {
    padding-bottom: 2rem;
  }

  .event-agenda_components {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
  }

  .event-agenda_heading-h2 {
    font-size: 1.8rem;
  }

  .shedule-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form_components {
    margin-top: 2rem;
    padding: 2rem;
  }

  .form_components.pop-up {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
    padding: 3.1rem 1rem 1rem;
  }

  .event_form_text-field {
    padding: .475rem 1rem;
    font-size: .7rem;
  }

  .event_form_text-field-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .event_form_button {
    border-width: 2px;
    font-size: 1rem;
  }

  .ms-input.nice-select {
    font-size: .7rem;
  }

  .pop-up-form-wrapper {
    height: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .shedule-text, .text-block-8 {
    font-size: .875rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 2;
  }

  .image-16 {
    width: 1rem;
    position: relative;
    right: -.1vw;
  }

  .image-17 {
    width: 1rem;
    position: relative;
    left: -.1vw;
  }

  .image-18 {
    width: 1rem;
    position: relative;
    right: -.1vw;
  }

  .participate_button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .participate_pay-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_paragraph-2 {
    text-align: center;
    width: 100%;
  }

  .payment-button-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-21 {
    display: none;
    bottom: -59%;
  }

  .image-22 {
    display: none;
    bottom: -49%;
  }

  .menu-icon2-2 {
    color: #fff;
  }

  .navbar2_link-2.page-event {
    color: #000;
  }

  .image-23 {
    width: 1rem;
    position: relative;
    right: -.1vw;
  }

  .image-24 {
    width: 1rem;
    position: relative;
    left: -.1vw;
  }

  .explore_h2-style-2 {
    font-size: 1.7rem;
  }

  .event_h1-style-2 {
    font-size: 2.5rem;
  }

  .button-5.is-secondary.is-small {
    padding: .45rem 1rem;
    font-size: .875rem;
  }

  .button-5.is-secondary.is-small.page-event {
    color: #000;
    border-color: #000;
  }

  .image-25, .image-26 {
    width: 1rem;
    position: relative;
    right: -.1vw;
  }

  .nick_text-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

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

  .image-28 {
    display: none;
  }

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

  .section_explore-2 {
    margin-bottom: 3rem;
  }

  .width-110-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    right: 0%;
  }

  .nick_h3-style-2 {
    text-align: center;
    font-size: 2.3rem;
  }

  .logo-3 {
    width: 103px;
  }

  .package_item-text-2 {
    font-size: .9rem;
  }

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

  .image-30 {
    display: none;
    top: -35%;
    right: 0%;
  }

  .text-color-white-2 {
    text-align: center;
  }

  .package_left-part-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

#w-node-cfb92e59-2477-a856-7726-e88015a1f80c-e2b8b294 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2f87554-fdd7-947d-917a-5996b1adb4d0-e2b8b294 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e986314-3371-934c-24b4-4728a52e1b79-061f286a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92db3818-0b88-d7f3-f6c7-9c93a493a2a2-a493a28f {
  order: -9999;
}

#w-node-_92db3818-0b88-d7f3-f6c7-9c93a493a2a5-a493a28f {
  justify-self: end;
}

#w-node-cf83758a-973c-3ed2-0e49-7d8e9a063016-e031d0d3 {
  justify-self: center;
}

#w-node-cf83758a-973c-3ed2-0e49-7d8e9a063029-e031d0d3 {
  justify-self: end;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc28-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc50-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc51-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc55-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc56-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc5a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc5b-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc5f-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc60-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc64-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc65-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc69-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc6a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc74-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc75-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc79-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc7a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc7e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc7f-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc83-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc84-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc88-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc89-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc8d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc8e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc98-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc99-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc9d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbc9e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbca2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbca3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbca7-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbca8-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcb1-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcb2-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcbb-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcbc-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcce-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbccf-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcd3-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcd4-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcd8-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcd9-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcdd-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcde-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbce2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbce3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbced-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcee-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcf2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcf3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcf7-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcf8-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcfc-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbcfd-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd01-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd02-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd06-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd07-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd12-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd13-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd17-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd18-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd1c-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd1d-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd21-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd22-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd26-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd27-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd2b-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd2c-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd30-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd31-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd35-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd36-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd3a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd3b-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd45-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd46-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd4a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd4b-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd4f-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd50-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd57-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd58-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd99-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd9c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbd9d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbda0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbda1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbda4-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbda8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbda9-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdac-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdad-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdb0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdb7-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdb8-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdbd-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdbe-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdc2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdc3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdc7-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdc8-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdcc-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdcd-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbddd-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbde0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbde1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbde4-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbde5-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbde8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbde9-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbded-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdf0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdf1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdf4-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdf5-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbdf8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe00-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe01-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe02-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe04-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe07-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe08-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe09-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe0d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe10-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe11-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe12-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe16-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe1a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe1b-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe21-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe24-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe25-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe26-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe2a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe2d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe2e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe2f-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe35-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe39-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe3a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe3e-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe41-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe46-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe47-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe48-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe4c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe4f-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe50-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe51-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe57-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe5a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe5b-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe5c-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe62-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe65-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe66-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe67-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe6f-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe72-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe73-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe74-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe80-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe81-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe82-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe86-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe8b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe8c-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe8d-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe93-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe98-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe99-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbe9a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbea0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbea5-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbea6-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbea7-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeaf-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeb5-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeb6-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbebc-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbec1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbec2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbec3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbec7-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeca-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbecb-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbecc-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbed2-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbed5-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbed6-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbed7-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbedd-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbee0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbee1-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbee2-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeea-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeed-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeee-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbeef-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbef5-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbef8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbef9-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbefa-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf02-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf06-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf07-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf0d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf15-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf16-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf17-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf18-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf1a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf1d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf21-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf22-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf23-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf2c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf2d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf2e-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf37-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf38-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf39-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf3a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf40-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf41-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf42-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf43-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf45-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf49-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf4a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf4b-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf4c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbf4e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfbc-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfc0-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfc1-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfc3-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfc5-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfc6-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfc8-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfca-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfcb-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfcd-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfcf-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfd0-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfd2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfd4-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfd5-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfd7-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfd9-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfda-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfdc-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfde-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfe0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfe2-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfe4-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfe5-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfe7-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfe8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfea-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfeb-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfed-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfee-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff0-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff1-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff3-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff4-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff6-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff7-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbff9-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dbfff-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc003-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc004-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc006-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc008-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc009-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc00b-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc00d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc00e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc010-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc012-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc013-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc015-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc017-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc018-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc01a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc01c-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc01d-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc01f-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc021-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc022-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc024-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc026-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc027-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc029-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc02b-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc02c-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc02e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc030-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc031-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc033-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc035-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc036-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc038-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc03d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc041-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc043-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc046-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc04b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc050-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc055-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc05a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc061-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc062-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc064-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc065-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc067-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc068-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc06a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc06b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc06d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc06e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc070-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc071-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc073-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc074-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc076-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc077-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc079-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc07a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc07c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc07d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc07f-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc080-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc082-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc083-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc085-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc086-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc088-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc089-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc08b-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc08c-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc08e-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc08f-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc091-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc092-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc094-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc095-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc097-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc098-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc09a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc09b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc09d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc09e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a0-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a3-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a4-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a6-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a7-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0a9-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0aa-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0ac-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0ad-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0af-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b0-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b2-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b3-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b5-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b6-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0b9-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0be-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0c2-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0c4-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0c7-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0cc-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0d1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0d6-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0db-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0e2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0e3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0e5-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0e6-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0e8-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0e9-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0eb-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0ec-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0ee-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0ef-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0f1-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0f2-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0f4-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0f5-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0f7-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0f8-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0fa-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0fb-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0fd-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc0fe-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc100-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc101-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc103-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc104-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc106-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc107-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc109-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc10a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc10c-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc10d-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc10f-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc110-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc112-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc113-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc115-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc116-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc118-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc119-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc11b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc11c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc11e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc11f-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc121-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc122-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc124-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc125-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc127-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc128-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc12a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc12b-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc12d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc12e-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc130-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc131-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc133-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc134-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc136-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc137-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc139-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc13a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc13f-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc142-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc143-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc145-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc146-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc148-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc149-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc14b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc14c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc14e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc14f-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc151-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc152-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc154-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc155-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc157-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc158-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc15a-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc15b-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc15d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc15e-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc160-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc161-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc163-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc164-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc166-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc167-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc169-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc16a-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc16c-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc16d-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc16f-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc170-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc172-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc173-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc175-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc176-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc178-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc179-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc17b-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc17c-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc17e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc17f-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc181-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc182-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc274-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc278-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc279-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc27d-e2b8b2e8, #w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc27f-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc280-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc284-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc285-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc289-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc28a-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc28e-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc28f-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc293-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc294-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc298-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc299-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc29d-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc29e-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2a2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2a3-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2a7-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2a8-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2ac-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2ad-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2b0-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2b1-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2b5-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2b6-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2ba-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2bb-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2bf-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2c0-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2c4-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2c5-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2c9-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2ca-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2ce-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2cf-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2d3-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2d4-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2d8-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2d9-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2dd-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2de-e2b8b2e8 {
  justify-self: start;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2e2-e2b8b2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc02dcd3-9b0e-fca2-d792-4fe1ac3dc2e3-e2b8b2e8 {
  justify-self: start;
}

#w-node-_2b0cea6f-c252-09e9-1344-9c146f398da8-e2b8b2e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01df2740-552b-c51e-3064-f6d138bcc060-e2b8b2e9, #w-node-afb01f53-4c2b-ce5f-1018-4ddf593a4162-e2b8b2e9, #w-node-ede55bb4-908f-8224-33e8-ddb59f513517-e2b8b2e9 {
  align-self: start;
}

#w-node-_01df2740-552b-c51e-3064-f6d138bcc0b0-e2b8b2e9 {
  justify-self: start;
}

#w-node-_2b485f24-c8b0-02a6-9f97-941f2c22ed93-e2b8b2eb, #w-node-_2b485f24-c8b0-02a6-9f97-941f2c22ed94-e2b8b2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_161e4ce5-0091-9c3c-9249-f36cd44beb89-e2b8b2eb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_2b485f24-c8b0-02a6-9f97-941f2c22ee37-e2b8b2eb, #w-node-_528e0f07-98a4-2f1f-6a43-77ff4c820f7d-e2b8b2ed, #w-node-_528e0f07-98a4-2f1f-6a43-77ff4c820f7e-e2b8b2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_528e0f07-98a4-2f1f-6a43-77ff4c820f9c-e2b8b2ed {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_528e0f07-98a4-2f1f-6a43-77ff4c820fb6-e2b8b2ed, #w-node-_01c96c77-9527-7c17-e406-fe962df5b157-a3425e97, #w-node-_01c96c77-9527-7c17-e406-fe962df5b197-a3425e97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ea2352a-c982-ee56-3e57-9341e07337a3-39f26574, #w-node-cc6eaf71-92ad-5b29-083c-e75412af0a12-39f26574 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7f87390e-1924-ad5c-a3d0-7012ba72244e-39f26574 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d94b110b-e552-68c1-fa88-b5c3ffd2ca40-39f26574 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_75aa72f0-47b9-d31c-3a38-083d94e718bc-b2c6dd62, #w-node-_75aa72f0-47b9-d31c-3a38-083d94e71940-b2c6dd62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3698a74b-0c44-6f7a-dc73-e689cb80ff79-28207d97 {
  justify-self: center;
}

#w-node-_3698a74b-0c44-6f7a-dc73-e689cb80ffa5-28207d97 {
  justify-self: end;
}

#Email-Address-3.w-node-_494a9107-f084-946e-9430-8d477d551dd8-28207d97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4962451-ffd8-40e8-ac00-34bfd3be3c10-28207d97 {
  grid-area: 1 / 2 / 2 / 2;
}

#Email-Address-2.w-node-_13c82b01-5309-9255-8483-b00b35a81c2d-28207d97, #w-node-_69a0107b-1ea2-2842-3e56-3663813257ef-acb73403, #w-node-_69a0107b-1ea2-2842-3e56-36638132581b-acb73403, #w-node-b70c912d-a379-227e-539c-5061bc59a906-9b5dd3a9, #w-node-b70c912d-a379-227e-539c-5061bc59a932-9b5dd3a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d767a5d-e959-b777-9f5e-7165843bcced-ef17b45c {
  justify-self: center;
}

#w-node-_0d767a5d-e959-b777-9f5e-7165843bcd12-ef17b45c {
  justify-self: end;
}

#w-node-_0d767a5d-e959-b777-9f5e-7165843bcea0-ef17b45c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_87581271-7357-7a5a-98e8-8ae88764a6fc-39f26574, #w-node-fe641a98-8344-df49-7f50-e7bd469ee302-b2c6dd62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b275915f-a172-9f0c-c374-de02f7429f07-e2b8b294 {
    justify-self: start;
  }

  #w-node-aafa551b-bea4-21a1-dce6-ee89eccc2b2f-061f286a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b0cea6f-c252-09e9-1344-9c146f398da8-e2b8b2e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01df2740-552b-c51e-3064-f6d138bcc058-e2b8b2e9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #form.w-node-_01df2740-552b-c51e-3064-f6d138bcc06f-e2b8b2e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2b485f24-c8b0-02a6-9f97-941f2c22ed70-e2b8b2eb, #w-node-_528e0f07-98a4-2f1f-6a43-77ff4c820f6e-e2b8b2ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_87581271-7357-7a5a-98e8-8ae88764a6fc-a3425e97, #w-node-_87581271-7357-7a5a-98e8-8ae88764a6fc-39f26574, #w-node-d3783bc3-243e-7a25-148c-3904375ff952-39f26574, #w-node-_3e2f8e87-ccce-3bb6-181c-0b20df25c100-39f26574 {
    justify-self: start;
  }

  #w-node-_7f87390e-1924-ad5c-a3d0-7012ba72244e-39f26574 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d94b110b-e552-68c1-fa88-b5c3ffd2ca40-39f26574 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9fea9af7-f8ef-7d70-6664-8a94ab540526-39f26574, #w-node-fe641a98-8344-df49-7f50-e7bd469ee302-b2c6dd62 {
    justify-self: start;
  }

  #w-node-_89267a99-8640-e5d4-4ea8-08448dccefc3-28207d97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_247dbbce-b7ae-714d-b195-90f86c41e003-28207d97, #w-node-d4962451-ffd8-40e8-ac00-34bfd3be3c10-28207d97 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d767a5d-e959-b777-9f5e-7165843bcde7-ef17b45c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d767a5d-e959-b777-9f5e-7165843bcdef-ef17b45c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d767a5d-e959-b777-9f5e-7165843bcea2-ef17b45c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee057c61-0712-dc52-0e92-60e19fb98dcd-e2b8b294 {
    order: -9999;
  }

  #w-node-cfb92e59-2477-a856-7726-e88015a1f80c-e2b8b294, #w-node-cbd4f45e-9cac-ef1c-0225-418b061f2889-061f286a, #w-node-aafa551b-bea4-21a1-dce6-ee89eccc2b2f-061f286a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b485f24-c8b0-02a6-9f97-941f2c22ed70-e2b8b2eb, #w-node-_528e0f07-98a4-2f1f-6a43-77ff4c820f6e-e2b8b2ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_01c96c77-9527-7c17-e406-fe962df5b17f-a3425e97, #w-node-_01c96c77-9527-7c17-e406-fe962df5b1a9-a3425e97 {
    order: -9999;
  }

  #w-node-cc6eaf71-92ad-5b29-083c-e75412af0a12-39f26574 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-_7f87390e-1924-ad5c-a3d0-7012ba72244e-39f26574, #w-node-d94b110b-e552-68c1-fa88-b5c3ffd2ca40-39f26574, #w-node-_0d767a5d-e959-b777-9f5e-7165843bce90-ef17b45c, #w-node-_0d767a5d-e959-b777-9f5e-7165843bcea2-ef17b45c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #First-Name-2.w-node-_494a9107-f084-946e-9430-8d477d551dd6-28207d97, #Last-Name-3.w-node-_494a9107-f084-946e-9430-8d477d551dd7-28207d97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email-Address-3.w-node-_494a9107-f084-946e-9430-8d477d551dd8-28207d97 {
    grid-column: span 2 / span 2;
  }

  #Phone-Number-2.w-node-_494a9107-f084-946e-9430-8d477d551dd9-28207d97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #First-Name.w-node-_5af8220d-4621-c114-d9a9-6eed5d3020cf-28207d97 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #Last-Name-2.w-node-_5af8220d-4621-c114-d9a9-6eed5d3020d2-28207d97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email-Address-2.w-node-_13c82b01-5309-9255-8483-b00b35a81c2d-28207d97 {
    grid-column: span 2 / span 2;
  }

  #Phone-Number.w-node-ac09301d-96c1-9216-ed2d-420d6e370c2f-28207d97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bricolagegrotesque';
  src: url('../fonts/BricolageGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque';
  src: url('../fonts/BricolageGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque';
  src: url('../fonts/BricolageGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque';
  src: url('../fonts/BricolageGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}