/*! 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;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
:root {
  --soft-black: #181818;
  --medium-violet-red: #4451f6;
  --white: white;
  --black: black;
  --magenta: #a440c1;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

h3 {
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

p {
  opacity: .8;
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 20px;
  position: relative;
}

a {
  text-decoration: none;
}

.body {
  background-color: #000;
  font-family: Muli, sans-serif;
}

.grid-background {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .05;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  position: fixed;
}

.div-grid-bg {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.div-grid-bg.opacity {
  z-index: 1;
  opacity: .05;
  display: block;
  position: relative;
}

.div-grid-bg.opacity.hide {
  display: none;
}

.grid-main {
  z-index: 1;
  grid-column-gap: 0px;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 10%;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  position: relative;
}

.div-content-main {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 57em;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.first-button {
  background-color: var(--soft-black);
  cursor: pointer;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.first-button._404 {
  background-color: var(--medium-violet-red);
  flex-direction: column;
  justify-content: space-between;
}

.text-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-left-first-button {
  background-color: var(--medium-violet-red);
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 44px;
  margin-right: 20px;
  display: flex;
}

.div-scroll-down {
  z-index: 11;
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-small {
  z-index: 1;
  opacity: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.text-small.technology {
  letter-spacing: 2px;
}

.div-scroll-conteiner {
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28px;
  height: 48px;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
}

.div-block {
  background-color: #fff;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.div-section-number {
  z-index: 3;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 10px 20px auto;
}

.div-number-container {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  height: 88px;
  margin-bottom: 5px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-bar-sn {
  background-color: #fff3;
  width: 300px;
  height: 4px;
}

.div-small-bar-sn {
  background-color: #fff;
  width: 100px;
  height: 4px;
}

.text-section-numbers {
  color: #fff;
  font-family: Circularstd book;
  font-size: 80px;
  line-height: 88px;
  position: relative;
  left: 182px;
}

.text-section-numbers._02 {
  opacity: .2;
  position: relative;
  top: 0;
}

.text-section-numbers._03 {
  opacity: 0;
  opacity: .2;
  position: relative;
  top: 0;
}

.grid-project-ci {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-title-project {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 25%;
}

.div-title-project.ideas {
  display: none;
}

.div-title-project.no-sticky {
  position: static;
}

.div-conteiner-titles {
  height: 60px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.div-conteiner-titles.mobile {
  overflow: hidden;
}

.heading-2-projects {
  z-index: 2147483647;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
  display: flex;
  position: relative;
}

.heading-2-projects.mobile {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
  position: relative;
}

.div-background-interaction {
  background-color: var(--medium-violet-red);
  height: 60px;
  position: absolute;
  inset: 60px 0% 0%;
}

.div-background-interaction-numbers {
  background-color: var(--medium-violet-red);
  height: 88px;
  display: block;
  position: absolute;
  inset: 88px 0% 0%;
}

.div-technology-container {
  background-color: var(--soft-black);
  cursor: pointer;
  padding: 30px 50px 10px 40px;
  position: relative;
}

.text-title-small {
  z-index: 2;
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.grid-generative-design {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 / 1fr minmax(0, 4px) 1fr minmax(0, 4px) 1fr 1fr;
  margin-bottom: 120px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-content-gd {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.centrado {
  opacity: .8;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 30px;
}

.centrado.h1toh2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

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

.div-card-gd {
  z-index: 1;
  background-color: var(--soft-black);
  filter: grayscale();
  background-image: url('../images/construction-futurustic-hologram.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-card-gd._2 {
  background-image: url('../images/shopping-bag-hologram.jpg');
  background-size: cover;
}

.div-card-gd._3 {
  filter: hue-rotate(135deg) grayscale();
  background-image: url('../images/bus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-card-gd._4 {
  background-image: url('../images/traffic-light.png');
}

.text-bg {
  z-index: 0;
  opacity: .05;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 160px;
  line-height: 200px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.div-content-case-study {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: flex-start;
  display: flex;
  top: 25%;
}

.grid-case-study {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.grid-case-study.vhide {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.h4-cs {
  color: #5f67f9;
  display: none;
}

.h4-cs._2 {
  color: #10b976;
  display: none;
}

.h4-cs._3 {
  color: #ddd596;
}

.h4-cs._4 {
  color: #f9a95f;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto auto;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.grid-colors._3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-colors._4 {
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
}

.grid-colors._2 {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  display: flex;
}

.text-small-title-cs {
  opacity: 1;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-small-title-cs.lowercase {
  letter-spacing: normal;
  text-transform: none;
  font-size: 18px;
}

.text-small-title-cs.lowercase.mobile {
  opacity: 1;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-color {
  background-color: var(--soft-black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 30px;
  display: flex;
  position: relative;
}

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

.div-color.en {
  margin-top: 20px;
}

.div-color.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-color.v2.v4 {
  margin-top: 20px;
}

.div-circle-inside {
  background-color: #fff;
  width: 4px;
  margin-right: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-circle-inside.pink {
  background-color: #ff75f1;
}

.div-circle-inside.blue {
  background-color: #4a98ff;
}

.div-circle-inside.purple {
  background-color: #5f67f9;
}

.div-circle-inside.red {
  background-color: #ff595c;
}

.div-circle-inside.yellow {
  background-color: #cad36e;
}

.div-circle-inside.light-blue {
  background-color: #93c2ff;
}

.grid-parameters {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
  width: 100%;
}

.grid-parameters._1 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._1.hide {
  display: none;
}

.grid-parameters._2 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._2.hide {
  display: none;
}

.grid-parameters._3 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._3.hide {
  display: none;
}

.grid-parameters._4 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
}

.div-pictures {
  filter: saturate(0%);
  cursor: pointer;
  background-image: url('../images/reflejo2-min.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.footer {
  z-index: 1;
  grid-column-gap: 0px;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 100px;
  position: relative;
}

.image-noon-footer {
  align-self: center;
  width: 200px;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #000000e6;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 10%;
  display: flex;
  position: fixed;
}

.logo-navbar {
  height: 42px;
}

.brand {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand.w--current {
  z-index: 2;
}

.nav-menu {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  display: flex;
  position: static;
}

.nav-link {
  z-index: 3;
  opacity: .6;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.div-navlinks {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-navlinks.v2 {
  border-right: 1px solid #ffffff0d;
}

.contact-button {
  z-index: 2;
  background-color: var(--medium-violet-red);
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-button:hover {
  background-color: #4451f6cc;
}

.text-contact-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-options {
  z-index: 2;
  opacity: .3;
}

.section-project {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.section-media {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-design {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.gif {
  border-radius: 1000px;
  align-self: start;
  width: 32vw;
  height: 32vw;
  display: block;
  position: sticky;
  top: 25%;
  box-shadow: 1px 1px 100px #406fc14d;
}

.form {
  grid-column-gap: 0px;
  grid-template: ". ."
  / 1fr 66px;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: var(--medium-violet-red);
  color: #fff;
  border: 1px #000;
  align-self: stretch;
  width: 400px;
  height: 66px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.text-field:hover {
  background-color: #4451f6f2;
  align-self: stretch;
}

.text-field:focus {
  background-color: var(--soft-black);
  color: #fff;
  align-self: stretch;
}

.text-field::placeholder {
  color: #fffc;
}

.submit-button {
  background-color: var(--medium-violet-red);
  opacity: .8;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.submit-button:hover {
  background-color: #1e29af;
}

.div-contact-container {
  z-index: 10000;
  flex-direction: column;
  align-items: flex-end;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-container-parameters {
  background-color: var(--soft-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: 0;
  height: 20px;
}

.div-content-media {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-testimoninal {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 3px solid var(--soft-black);
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 4px;
  padding: 30px 40px;
  display: flex;
}

.div-content-card-gd {
  overflow: hidden;
}

.background-gd-card {
  z-index: 0;
  background-color: var(--soft-black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.bg-video {
  filter: grayscale(80%);
  align-self: center;
  height: 100%;
}

.bar-flag {
  opacity: .2;
  background-color: #fff;
  height: 1px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-privacy-footer {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  display: block;
}

.text-privacy-footer.succeserror {
  color: var(--medium-violet-red);
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-privacy-footer.success {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-privacy-footer.pc {
  color: #4451f6;
  font-weight: 600;
}

.opacity-down {
  z-index: 2;
  background-image: linear-gradient(to top, #000, #0000 75%);
  height: 80px;
  position: fixed;
  inset: auto 0% 0%;
}

.grande {
  opacity: .9;
  text-align: justify;
  font-size: 20px;
  line-height: 24px;
}

.grande.v2 {
  text-align: justify;
  margin-top: 40px;
  font-size: 16px;
}

.container {
  align-items: flex-start;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.div-container {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: relative;
}

.boxx {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
  top: 100px;
}

.b1 {
  background-color: #fff;
  width: 300px;
  height: 2px;
  position: absolute;
  inset: auto auto -120px 0%;
}

.v1 {
  background-color: #fff;
  width: 2px;
  height: 220px;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.buttton {
  background-color: var(--medium-violet-red);
  width: 120px;
  height: 80px;
}

.color {
  color: var(--medium-violet-red);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-inputoutput {
  background-color: var(--soft-black);
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 30px;
  display: flex;
  position: relative;
}

.div-bar-input {
  z-index: 2;
  background-color: #ffffff1a;
  align-items: center;
  width: auto;
  margin-left: 16px;
  padding: 4px 10px;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.text-io {
  z-index: 1;
  color: #fff9;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 200;
  position: relative;
}

.text-span-3 {
  color: var(--soft-black);
  background-color: #fff;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph {
  text-align: justify;
}

.error-message {
  background-color: var(--soft-black);
  text-transform: uppercase;
  max-width: 400px;
  padding: 16px 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
}

.success-message {
  background-color: var(--medium-violet-red);
}

.div-block-2 {
  z-index: 12;
  background-image: linear-gradient(red, #fff);
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 2;
  background-image: linear-gradient(to right, #000 28%, #fff0);
  position: absolute;
  inset: 0%;
}

.heading-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
}

.div-technology-container-2 {
  z-index: 1;
  cursor: pointer;
  background-color: #181818;
  padding: 10px 30px;
  position: relative;
}

.div-pictures-2 {
  filter: saturate(0%);
  cursor: pointer;
  background-image: url('../images/WhatsApp-Image-2022-12-21-at-16.14.30-1.jpeg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: relative;
}

.div-pictures-2._7 {
  background-image: url('../images/alexis-fauvet-T7hcGIlK1T4-unsplash-1.jpg');
  background-size: cover;
}

.div-pictures-2._5 {
  background-image: url('../images/ja-kubislav-AHIz3uBjFoU-unsplash.jpg');
  background-size: cover;
}

.div-pictures-2._6 {
  background-image: url('../images/possessed-photography-n56WptG3O9M-unsplash.jpg');
  background-size: cover;
}

.div-pictures-2._4 {
  background-image: url('../images/milan-malkomes-a40akJxBhT8-unsplash.jpg');
}

.div-pictures-2._3 {
  text-transform: uppercase;
  background-image: url('../images/bernard-hermant-IhcSHrZXFs4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-pictures-2._8 {
  background-image: url('../images/dorian-hurst-XGzTogorezE-unsplash.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.lightbox-link-4 {
  filter: saturate(0%);
  background-image: url('../images/WhatsApp-Image-2022-12-21-at-16.14.30-1.jpeg');
  background-position: 40% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  filter: saturate(0%);
  background-image: url('../images/alexis-fauvet-T7hcGIlK1T4-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.grid-media-2 {
  grid-column-gap: 10px;
  grid-row-gap: 11px;
  grid-template: ". . . . . . . . ." 140px
                 ". . . . . . . . ." minmax(100px, .25fr)
                 "Area Area Area Area Area-2 Area-2 Area-2 Area-3 Area-3" 100px
                 "Area Area Area Area Area-2 Area-2 Area-2 Area-3 Area-3" 100px
                 "Area-7 Area-7 Area-7 Area-7 Area-2 Area-2 Area-2 Area-4 Area-4" 100px
                 "Area-7 Area-7 Area-7 Area-7 Area-2 Area-2 Area-2 Area-4 Area-4" 100px
                 "Area-7 Area-7 Area-7 Area-7 Area-5 Area-5 Area-6 Area-6 Area-6" 100px
                 "Area-7 Area-7 Area-7 Area-7 Area-5 Area-5 Area-6 Area-6 Area-6" 100px
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 95vh;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
  display: none;
  position: relative;
}

.lightbox-link-6 {
  filter: saturate(0%);
  background-image: url('../images/possessed-photography-n56WptG3O9M-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  filter: saturate(0%);
  background-image: url('../images/milan-malkomes-a40akJxBhT8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-7 {
  filter: saturate(0%);
  background-image: url('../images/dorian-hurst-XGzTogorezE-unsplash.jpg');
  background-position: 30% 41%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid {
  grid-row-gap: 23px;
  grid-template-rows: 120px 263px auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 85vh;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
}

.grid.hide {
  display: none;
}

.lightbox-link-5 {
  filter: saturate(0%);
  background-image: url('../images/ja-kubislav-AHIz3uBjFoU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-3 {
  filter: saturate(0%);
  background-image: url('../images/bernard-hermant-IhcSHrZXFs4-unsplash.jpg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  height: auto;
}

.div-png-tec-responsive {
  z-index: 0;
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.png-tec-base {
  opacity: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.png-tec-base._1, .png-tec-base._4, .png-tec-base._3, .png-tec-base._5, .png-tec-base._2 {
  opacity: 0;
  mix-blend-mode: screen;
  position: absolute;
  inset: auto;
}

.png-tec-base.hide {
  opacity: 1;
  mix-blend-mode: soft-light;
  display: block;
}

.png-tec-base._6, .png-tec-base._7, .png-tec-base._8, .png-tec-base._9, .png-tec-base._10, .png-tec-base._11, .png-tec-base._12, .png-tec-base._13 {
  opacity: 0;
  mix-blend-mode: screen;
}

.arrow {
  opacity: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 34px 0% 0% auto;
}

.heading {
  position: relative;
}

.background-video {
  width: 95%;
  max-width: 95%;
  height: 600px;
  position: absolute;
}

.heading-2-projects-2 {
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 60px;
}

.div-options-hardware {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-png-tec {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 600px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-bg-box {
  z-index: 2;
  background-color: #4451f6;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-title-small-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.text-title-small-2.letter-spac-ng {
  letter-spacing: 2px;
  margin-bottom: 0;
}

.text-title-small-2.v3 {
  margin-bottom: 0;
}

.div-title-project-technology {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 15%;
}

.grid-project-technology {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template: ". . . . ."
  / 1fr .75fr .5fr .5fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.text-small-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: none;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.text-small-2.click-me {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  position: absolute;
  inset: auto 10px auto auto;
}

.text-small-2.click-me.not-absolute {
  margin-left: 20px;
  position: static;
}

.popupcontainer {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popupcontainer.popupv1, .popupcontainer.analizpopupv1, .popupcontainer.analizpopupv1._1, .popupcontainer.analizpopupv5._4, .popupcontainer.analizpopupv6._10, .popupcontainer.analizpopupv7._9, .popupcontainer.analizpopupv8, .popupcontainer.analizpopupv8._3, .popupcontainer.analizpopupv9, .popupcontainer.analizpopupv9._2, .popupcontainer.analizpopup10, .popupcontainer.analizpopup10._8, .popupcontainer.analizpopup11, .popupcontainer.analizpopup11._7, .popupcontainer.analizpopup12, .popupcontainer.analizpopup12._6, .popupcontainer.analizpopup13 {
  display: none;
}

.popupcontainer.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.popupdiv {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  height: 521px;
  overflow: hidden;
}

.popupdiv.teknik {
  cursor: default;
  max-height: none;
  display: flex;
  position: relative;
}

.popupdiv.teknik.v2 {
  height: auto;
}

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

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.infodropdown {
  padding: 0;
  text-decoration: none;
  transition: border-color .2s;
  overflow: hidden;
  box-shadow: 70px 23px 96px -32px #55557c14;
}

.infodropdown:hover {
  border-color: #4f46e5;
}

.infotitle {
  color: #0a071b;
  letter-spacing: -.02em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.infotitle.v2 {
  cursor: auto;
  margin-bottom: 20px;
}

.infoparagraph {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
}

.infoparagraph.v2 {
  margin-top: 10px;
  padding: 0;
  line-height: 24px;
}

.text-title-small-center {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.teknikwrapper {
  border-bottom: 1px solid snow;
  display: flex;
}

.teknikwrapper.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.teknikleft {
  border-right: 1px solid #ffe5e5;
  align-items: center;
  width: 40%;
  padding: 20px;
  display: flex;
}

.teknikozelliktext {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
}

.teknikright {
  align-items: flex-end;
  width: 60%;
  padding: 20px;
  display: flex;
}

.div-block-9 {
  z-index: 9998;
  background-color: var(--soft-black);
  cursor: default;
  background-image: url('../images/bg.svg');
  background-position: 140% 250%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 50px;
  position: relative;
}

.image-3 {
  filter: hue-rotate(29deg);
  width: 70px;
}

.image-4 {
  filter: grayscale();
  height: 64px;
  margin-left: 0;
  margin-right: 0;
}

.image-4:hover {
  filter: none;
}

.image-4.karabuk {
  height: 40px;
}

.div-block-11 {
  background-color: #18181880;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  display: flex;
}

.image-5 {
  opacity: .7;
  height: 150px;
  margin-bottom: 50px;
  position: relative;
  top: auto;
  transform: rotate(0);
}

.heading-3 {
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 30px;
}

.heading-3.hide {
  display: none;
}

.heading-h2toh3 {
  opacity: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  width: 26rem;
  display: flex;
}

.closebtn {
  z-index: 9999;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.form-popup {
  z-index: 99999;
  background-color: #0a0a0aa8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.client-name {
  color: #b4b4b4;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.mail, .phone {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.template-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background-color: #4451f6;
  font-size: 30px;
  font-weight: 400;
}

.last_name {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.template-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.image-6 {
  width: 240px;
}

.email-template-content {
  grid-row-gap: 9px;
  text-align: left;
  flex-direction: column;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.email-template {
  border: 1px solid #181818;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.email-template-top-side {
  opacity: 1;
  background-color: #2c2c2c;
  background-image: linear-gradient(#0009, #0009), url('../images/lines.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
}

.client-last_name {
  color: #b4b4b4;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.email-template-bottom-side {
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 35px;
  display: flex;
}

.div-left-first-button-2 {
  background-color: #4451f6;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 44px;
  margin-right: 20px;
  display: flex;
}

.client-message {
  color: #b4b4b4;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.email-template-footer {
  text-align: left;
  flex-direction: column;
}

.name, .message {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.client-mail {
  color: #b4b4b4;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-copy-copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.first-button-2 {
  cursor: pointer;
  background-color: #181818;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.link {
  color: #969696;
  font-size: .8rem;
  text-decoration: none;
}

.client_number {
  color: #b4b4b4;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-field-2 {
  color: #fff;
  background-color: #181818;
  border: 1px #4451f600;
  width: 100%;
  min-width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 300px;
  margin-bottom: 0;
  margin-left: 15px;
}

.text-field-2::placeholder {
  color: #fff6;
}

.text-field-2.v2 {
  margin-left: 0;
}

.first-button-form {
  cursor: pointer;
  background-color: #181818;
  border: 1px solid #969696;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.first-button-form:hover, .first-button-form:focus {
  border-color: var(--medium-violet-red);
}

.first-button-form.radio {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 20px;
}

.first-button-form.radio.down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.first-button-form.v2 {
  border-style: none;
  padding-right: 0;
}

.div-left-first-button-absolute {
  background-color: #4451f6;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.field-label {
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
}

.field-label.radio {
  margin-top: 0;
}

.field-label-2 {
  margin-top: 20px;
}

.submit-button-2 {
  background-color: var(--medium-violet-red);
  margin-top: 20px;
}

.heading-4 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 200;
}

.success-message-2 {
  background-color: #0000;
}

.text-block {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button {
  background-color: #3898ec00;
  font-size: 24px;
  font-weight: 700;
}

.contact-button-form {
  z-index: 2;
  background-color: var(--medium-violet-red);
  letter-spacing: 3px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.contact-button-form:hover {
  background-color: #4451f6cc;
}

.vnavbarmenumobile, .div-block-12 {
  display: none;
}

.contact-button-form-mobile {
  z-index: 2;
  background-color: var(--medium-violet-red);
  letter-spacing: 3px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.contact-button-form-mobile:hover {
  background-color: #4451f6cc;
}

.navbar-3 {
  grid-column-gap: 0px;
  background-color: #000000e6;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.brand-2 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand-2.w--current {
  z-index: 2;
}

.nav-menu-2 {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.navbar-4 {
  grid-column-gap: 0px;
  background-color: #000000e6;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.brand-3 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand-3.w--current {
  z-index: 2;
}

.navbar-5 {
  grid-column-gap: 0px;
  background-color: #000000e6;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.brand-4 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand-4.w--current {
  z-index: 2;
}

.div-block-15, .navbar-6 {
  display: none;
}

.contact-button-form-mobile-2 {
  z-index: 2;
  letter-spacing: 3px;
  background-color: #4451f6;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.contact-button-form-mobile-2:hover {
  background-color: #4451f6cc;
}

.paragraph-3 {
  padding-right: 0;
}

.link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.html-embed {
  color: #fff;
  width: 20px;
}

.language-switcher {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-switcher.v2 {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.link-block-2 {
  display: flex;
}

.background-video-2 {
  filter: grayscale();
  background-image: radial-gradient(circle, #000, #fff);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.link-block-3 {
  color: var(--white);
}

.link-3 {
  color: var(--white);
  font-weight: 200;
  text-decoration: none;
}

.div-block-16 {
  width: 100%;
}

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

.div-block-19 {
  position: absolute;
  inset: 0%;
}

.download-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.download-container {
  background-color: var(--soft-black);
  width: 60%;
  padding: 30px;
}

.div-block-20 {
  background-color: #2b2b2b;
  width: 100%;
  padding: 25px;
}

.radio-button-field {
  padding: 15px;
}

.container2by2 {
  width: 50%;
}

.container-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.text-block-3 {
  color: #afafaf;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-22 {
  background-image: radial-gradient(circle, #f50000, #fff0 77%);
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4.4rem;
  left: 4.4rem;
}

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

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

.div-block-25 {
  width: 100%;
  max-width: 1440px;
}

.image-8 {
  width: 140px;
}

.link-block-4 {
  margin-top: 20px;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.demo-talebi, .randevu {
  z-index: 99999;
  background-color: #0a0a0aa8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.faq-wrap.v2 {
  margin-top: 17px;
}

.faq-plus {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 3px;
}

.faq-answer {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border-bottom: 1px solid #2d3e501f;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.link-4 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-plus-l {
  background-color: #fff;
  border-radius: 0;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  position: relative;
}

.faq-question.v2 {
  border: 1px solid var(--medium-violet-red);
  background-color: #181818;
  padding-left: 30px;
}

.ara-zellik-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.ara-zellik-tespiti.popupv1, .ara-zellik-tespiti.analizpopupv1, .ara-zellik-tespiti.analizpopupv1._1, .ara-zellik-tespiti.analizpopupv5._4, .ara-zellik-tespiti.analizpopupv6._10, .ara-zellik-tespiti.analizpopupv7._9, .ara-zellik-tespiti.analizpopupv8, .ara-zellik-tespiti.analizpopupv8._3, .ara-zellik-tespiti.analizpopupv9, .ara-zellik-tespiti.analizpopupv9._2, .ara-zellik-tespiti.analizpopup10, .ara-zellik-tespiti.analizpopup10._8, .ara-zellik-tespiti.analizpopup11, .ara-zellik-tespiti.analizpopup11._7, .ara-zellik-tespiti.analizpopup12, .ara-zellik-tespiti.analizpopup12._6, .ara-zellik-tespiti.analizpopup13 {
  display: none;
}

.ara-zellik-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.ara-marka-model-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.ara-marka-model-tespiti.popupv1, .ara-marka-model-tespiti.analizpopupv1, .ara-marka-model-tespiti.analizpopupv1._1, .ara-marka-model-tespiti.analizpopupv5._4, .ara-marka-model-tespiti.analizpopupv6._10, .ara-marka-model-tespiti.analizpopupv7._9, .ara-marka-model-tespiti.analizpopupv8, .ara-marka-model-tespiti.analizpopupv8._3, .ara-marka-model-tespiti.analizpopupv9, .ara-marka-model-tespiti.analizpopupv9._2, .ara-marka-model-tespiti.analizpopup10, .ara-marka-model-tespiti.analizpopup10._8, .ara-marka-model-tespiti.analizpopup11, .ara-marka-model-tespiti.analizpopup11._7, .ara-marka-model-tespiti.analizpopup12, .ara-marka-model-tespiti.analizpopup12._6, .ara-marka-model-tespiti.analizpopup13 {
  display: none;
}

.ara-marka-model-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.se-ili-alanda-ara-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.se-ili-alanda-ara-tespiti.popupv1, .se-ili-alanda-ara-tespiti.analizpopupv1, .se-ili-alanda-ara-tespiti.analizpopupv1._1, .se-ili-alanda-ara-tespiti.analizpopupv5._4, .se-ili-alanda-ara-tespiti.analizpopupv6._10, .se-ili-alanda-ara-tespiti.analizpopupv7._9, .se-ili-alanda-ara-tespiti.analizpopupv8, .se-ili-alanda-ara-tespiti.analizpopupv8._3, .se-ili-alanda-ara-tespiti.analizpopupv9, .se-ili-alanda-ara-tespiti.analizpopupv9._2, .se-ili-alanda-ara-tespiti.analizpopup10, .se-ili-alanda-ara-tespiti.analizpopup10._8, .se-ili-alanda-ara-tespiti.analizpopup11, .se-ili-alanda-ara-tespiti.analizpopup11._7, .se-ili-alanda-ara-tespiti.analizpopup12, .se-ili-alanda-ara-tespiti.analizpopup12._6, .se-ili-alanda-ara-tespiti.analizpopup13 {
  display: none;
}

.se-ili-alanda-ara-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.plaka-tan-ma {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.plaka-tan-ma.popupv1, .plaka-tan-ma.analizpopupv1, .plaka-tan-ma.analizpopupv1._1, .plaka-tan-ma.analizpopupv5._4, .plaka-tan-ma.analizpopupv6._10, .plaka-tan-ma.analizpopupv7._9, .plaka-tan-ma.analizpopupv8, .plaka-tan-ma.analizpopupv8._3, .plaka-tan-ma.analizpopupv9, .plaka-tan-ma.analizpopupv9._2, .plaka-tan-ma.analizpopup10, .plaka-tan-ma.analizpopup10._8, .plaka-tan-ma.analizpopup11, .plaka-tan-ma.analizpopup11._7, .plaka-tan-ma.analizpopup12, .plaka-tan-ma.analizpopup12._6, .plaka-tan-ma.analizpopup13 {
  display: none;
}

.plaka-tan-ma.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.i-aretlenmi-ara-arama {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.i-aretlenmi-ara-arama.popupv1, .i-aretlenmi-ara-arama.analizpopupv1, .i-aretlenmi-ara-arama.analizpopupv1._1, .i-aretlenmi-ara-arama.analizpopupv5._4, .i-aretlenmi-ara-arama.analizpopupv6._10, .i-aretlenmi-ara-arama.analizpopupv7._9, .i-aretlenmi-ara-arama.analizpopupv8, .i-aretlenmi-ara-arama.analizpopupv8._3, .i-aretlenmi-ara-arama.analizpopupv9, .i-aretlenmi-ara-arama.analizpopupv9._2, .i-aretlenmi-ara-arama.analizpopup10, .i-aretlenmi-ara-arama.analizpopup10._8, .i-aretlenmi-ara-arama.analizpopup11, .i-aretlenmi-ara-arama.analizpopup11._7, .i-aretlenmi-ara-arama.analizpopup12, .i-aretlenmi-ara-arama.analizpopup12._6, .i-aretlenmi-ara-arama.analizpopup13 {
  display: none;
}

.i-aretlenmi-ara-arama.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.gezinme-tespiti-ara {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.gezinme-tespiti-ara.popupv1, .gezinme-tespiti-ara.analizpopupv1, .gezinme-tespiti-ara.analizpopupv1._1, .gezinme-tespiti-ara.analizpopupv5._4, .gezinme-tespiti-ara.analizpopupv6._10, .gezinme-tespiti-ara.analizpopupv7._9, .gezinme-tespiti-ara.analizpopupv8, .gezinme-tespiti-ara.analizpopupv8._3, .gezinme-tespiti-ara.analizpopupv9, .gezinme-tespiti-ara.analizpopupv9._2, .gezinme-tespiti-ara.analizpopup10, .gezinme-tespiti-ara.analizpopup10._8, .gezinme-tespiti-ara.analizpopup11, .gezinme-tespiti-ara.analizpopup11._7, .gezinme-tespiti-ara.analizpopup12, .gezinme-tespiti-ara.analizpopup12._6, .gezinme-tespiti-ara.analizpopup13 {
  display: none;
}

.gezinme-tespiti-ara.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.e-kal {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.e-kal.popupv1, .e-kal.analizpopupv1, .e-kal.analizpopupv1._1, .e-kal.analizpopupv5._4, .e-kal.analizpopupv6._10, .e-kal.analizpopupv7._9, .e-kal.analizpopupv8, .e-kal.analizpopupv8._3, .e-kal.analizpopupv9, .e-kal.analizpopupv9._2, .e-kal.analizpopup10, .e-kal.analizpopup10._8, .e-kal.analizpopup11, .e-kal.analizpopup11._7, .e-kal.analizpopup12, .e-kal.analizpopup12._6, .e-kal.analizpopup13 {
  display: none;
}

.e-kal.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.insan-hareket-y-n {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.insan-hareket-y-n.popupv1, .insan-hareket-y-n.analizpopupv1, .insan-hareket-y-n.analizpopupv1._1, .insan-hareket-y-n.analizpopupv5._4, .insan-hareket-y-n.analizpopupv6._10, .insan-hareket-y-n.analizpopupv7._9, .insan-hareket-y-n.analizpopupv8, .insan-hareket-y-n.analizpopupv8._3, .insan-hareket-y-n.analizpopupv9, .insan-hareket-y-n.analizpopupv9._2, .insan-hareket-y-n.analizpopup10, .insan-hareket-y-n.analizpopup10._8, .insan-hareket-y-n.analizpopup11, .insan-hareket-y-n.analizpopup11._7, .insan-hareket-y-n.analizpopup12, .insan-hareket-y-n.analizpopup12._6, .insan-hareket-y-n.analizpopup13 {
  display: none;
}

.insan-hareket-y-n.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.se-ili-alanda-insan-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.se-ili-alanda-insan-tespiti.popupv1, .se-ili-alanda-insan-tespiti.analizpopupv1, .se-ili-alanda-insan-tespiti.analizpopupv1._1, .se-ili-alanda-insan-tespiti.analizpopupv5._4, .se-ili-alanda-insan-tespiti.analizpopupv6._10, .se-ili-alanda-insan-tespiti.analizpopupv7._9, .se-ili-alanda-insan-tespiti.analizpopupv8, .se-ili-alanda-insan-tespiti.analizpopupv8._3, .se-ili-alanda-insan-tespiti.analizpopupv9, .se-ili-alanda-insan-tespiti.analizpopupv9._2, .se-ili-alanda-insan-tespiti.analizpopup10, .se-ili-alanda-insan-tespiti.analizpopup10._8, .se-ili-alanda-insan-tespiti.analizpopup11, .se-ili-alanda-insan-tespiti.analizpopup11._7, .se-ili-alanda-insan-tespiti.analizpopup12, .se-ili-alanda-insan-tespiti.analizpopup12._6, .se-ili-alanda-insan-tespiti.analizpopup13 {
  display: none;
}

.se-ili-alanda-insan-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.y-z-zellikleri {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.y-z-zellikleri.popupv1, .y-z-zellikleri.analizpopupv1, .y-z-zellikleri.analizpopupv1._1, .y-z-zellikleri.analizpopupv5._4, .y-z-zellikleri.analizpopupv6._10, .y-z-zellikleri.analizpopupv7._9, .y-z-zellikleri.analizpopupv8, .y-z-zellikleri.analizpopupv8._3, .y-z-zellikleri.analizpopupv9, .y-z-zellikleri.analizpopupv9._2, .y-z-zellikleri.analizpopup10, .y-z-zellikleri.analizpopup10._8, .y-z-zellikleri.analizpopup11, .y-z-zellikleri.analizpopup11._7, .y-z-zellikleri.analizpopup12, .y-z-zellikleri.analizpopup12._6, .y-z-zellikleri.analizpopup13 {
  display: none;
}

.y-z-zellikleri.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.panik-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.panik-tespiti.popupv1, .panik-tespiti.analizpopupv1, .panik-tespiti.analizpopupv1._1, .panik-tespiti.analizpopupv5._4, .panik-tespiti.analizpopupv6._10, .panik-tespiti.analizpopupv7._9, .panik-tespiti.analizpopupv8, .panik-tespiti.analizpopupv8._3, .panik-tespiti.analizpopupv9, .panik-tespiti.analizpopupv9._2, .panik-tespiti.analizpopup10, .panik-tespiti.analizpopup10._8, .panik-tespiti.analizpopup11, .panik-tespiti.analizpopup11._7, .panik-tespiti.analizpopup12, .panik-tespiti.analizpopup12._6, .panik-tespiti.analizpopup13 {
  display: none;
}

.panik-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.d-me-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.d-me-tespiti.popupv1, .d-me-tespiti.analizpopupv1, .d-me-tespiti.analizpopupv1._1, .d-me-tespiti.analizpopupv5._4, .d-me-tespiti.analizpopupv6._10, .d-me-tespiti.analizpopupv7._9, .d-me-tespiti.analizpopupv8, .d-me-tespiti.analizpopupv8._3, .d-me-tespiti.analizpopupv9, .d-me-tespiti.analizpopupv9._2, .d-me-tespiti.analizpopup10, .d-me-tespiti.analizpopup10._8, .d-me-tespiti.analizpopup11, .d-me-tespiti.analizpopup11._7, .d-me-tespiti.analizpopup12, .d-me-tespiti.analizpopup12._6, .d-me-tespiti.analizpopup13 {
  display: none;
}

.d-me-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.gezinme-tespiti-insan {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.gezinme-tespiti-insan.popupv1, .gezinme-tespiti-insan.analizpopupv1, .gezinme-tespiti-insan.analizpopupv1._1, .gezinme-tespiti-insan.analizpopupv5._4, .gezinme-tespiti-insan.analizpopupv6._10, .gezinme-tespiti-insan.analizpopupv7._9, .gezinme-tespiti-insan.analizpopupv8, .gezinme-tespiti-insan.analizpopupv8._3, .gezinme-tespiti-insan.analizpopupv9, .gezinme-tespiti-insan.analizpopupv9._2, .gezinme-tespiti-insan.analizpopup10, .gezinme-tespiti-insan.analizpopup10._8, .gezinme-tespiti-insan.analizpopup11, .gezinme-tespiti-insan.analizpopup11._7, .gezinme-tespiti-insan.analizpopup12, .gezinme-tespiti-insan.analizpopup12._6, .gezinme-tespiti-insan.analizpopup13 {
  display: none;
}

.gezinme-tespiti-insan.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.sabotaj-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.sabotaj-tespiti.popupv1, .sabotaj-tespiti.analizpopupv1, .sabotaj-tespiti.analizpopupv1._1, .sabotaj-tespiti.analizpopupv5._4, .sabotaj-tespiti.analizpopupv6._10, .sabotaj-tespiti.analizpopupv7._9, .sabotaj-tespiti.analizpopupv8, .sabotaj-tespiti.analizpopupv8._3, .sabotaj-tespiti.analizpopupv9, .sabotaj-tespiti.analizpopupv9._2, .sabotaj-tespiti.analizpopup10, .sabotaj-tespiti.analizpopup10._8, .sabotaj-tespiti.analizpopup11, .sabotaj-tespiti.analizpopup11._7, .sabotaj-tespiti.analizpopup12, .sabotaj-tespiti.analizpopup12._6, .sabotaj-tespiti.analizpopup13 {
  display: none;
}

.sabotaj-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.b-rak-lan-nesne-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.b-rak-lan-nesne-tespiti.popupv1, .b-rak-lan-nesne-tespiti.analizpopupv1, .b-rak-lan-nesne-tespiti.analizpopupv1._1, .b-rak-lan-nesne-tespiti.analizpopupv5._4, .b-rak-lan-nesne-tespiti.analizpopupv6._10, .b-rak-lan-nesne-tespiti.analizpopupv7._9, .b-rak-lan-nesne-tespiti.analizpopupv8, .b-rak-lan-nesne-tespiti.analizpopupv8._3, .b-rak-lan-nesne-tespiti.analizpopupv9, .b-rak-lan-nesne-tespiti.analizpopupv9._2, .b-rak-lan-nesne-tespiti.analizpopup10, .b-rak-lan-nesne-tespiti.analizpopup10._8, .b-rak-lan-nesne-tespiti.analizpopup11, .b-rak-lan-nesne-tespiti.analizpopup11._7, .b-rak-lan-nesne-tespiti.analizpopup12, .b-rak-lan-nesne-tespiti.analizpopup12._6, .b-rak-lan-nesne-tespiti.analizpopup13 {
  display: none;
}

.b-rak-lan-nesne-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.ate-duman-tespiti {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.ate-duman-tespiti.popupv1, .ate-duman-tespiti.analizpopupv1, .ate-duman-tespiti.analizpopupv1._1, .ate-duman-tespiti.analizpopupv5._4, .ate-duman-tespiti.analizpopupv6._10, .ate-duman-tespiti.analizpopupv7._9, .ate-duman-tespiti.analizpopupv8, .ate-duman-tespiti.analizpopupv8._3, .ate-duman-tespiti.analizpopupv9, .ate-duman-tespiti.analizpopupv9._2, .ate-duman-tespiti.analizpopup10, .ate-duman-tespiti.analizpopup10._8, .ate-duman-tespiti.analizpopup11, .ate-duman-tespiti.analizpopup11._7, .ate-duman-tespiti.analizpopup12, .ate-duman-tespiti.analizpopup12._6, .ate-duman-tespiti.analizpopup13 {
  display: none;
}

.ate-duman-tespiti.teknikozellikpopup {
  cursor: pointer;
  display: none;
}

.div-block-27 {
  z-index: 9998;
  cursor: default;
  background-color: #181818;
  background-image: url('../images/bg.svg');
  background-position: 140% 250%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 50px;
  position: relative;
}

.paragraph-4 {
  text-align: justify;
}

.div-block-28, .div-block-29, .div-block-30, .div-block-31 {
  display: flex;
}

.div-block-32 {
  flex-flow: row;
  display: flex;
}

.div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42, .div-block-43, .div-block-44, .div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51, .div-block-52, .div-block-53, .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-59 {
  display: flex;
}

.code-embed {
  background-color: #7a7676;
}

.background-video-3 {
  object-fit: contain;
  height: 100%;
}

.paragraph-5 {
  text-align: justify;
}

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

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

.div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77, .div-block-78, .div-block-79, .div-block-80, .div-block-81, .div-block-82, .div-block-83, .div-block-84, .div-block-85, .div-block-86, .div-block-87, .div-block-88, .div-block-89, .div-block-90, .div-block-91 {
  display: flex;
}

.paragraph-6 {
  text-align: justify;
}

.image-9 {
  width: 140px;
}

.contact-button-form-2 {
  z-index: 2;
  letter-spacing: 3px;
  background-color: #4451f6;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.contact-button-form-2:hover {
  background-color: #4451f6cc;
}

.div-color-2 {
  background-color: #181818;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 30px;
  display: flex;
  position: relative;
}

.div-color-2.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-color-2.v2.v4 {
  margin-top: 20px;
}

.link-5 {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  p {
    font-weight: 300;
  }

  .grid-background {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 40px;
    padding-left: 40px;
  }

  .div-content-main {
    align-self: center;
    width: 100%;
    position: relative;
  }

  .first-button {
    background-color: var(--medium-violet-red);
  }

  .div-left-first-button {
    width: 60px;
    margin-right: 0;
  }

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

  .text-small.io {
    font-weight: 600;
  }

  .grid-project-ci {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-project {
    align-self: center;
    margin-left: 0;
  }

  .heading-2-projects {
    font-size: 28px;
  }

  .heading-2-projects.mobile {
    white-space: pre-wrap;
    font-size: 30px;
  }

  .div-technology-container {
    border: 3px solid var(--soft-black);
    align-self: center;
  }

  .grid-generative-design {
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   / 1fr minmax(0, 4px) 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-content-gd {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-card-gd {
    min-height: 300px;
  }

  .text-bg {
    align-self: center;
    font-size: 120px;
    line-height: 120px;
  }

  .grid-case-study {
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . ."
                         ". . . . .";
    margin-bottom: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-colors._3 {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

  .grid-colors._4 {
    grid-template-rows: auto auto;
    grid-template-areas: ". ."
                         ". .";
  }

  .div-color {
    justify-content: center;
    height: 100%;
    padding-left: 30px;
  }

  .div-color.en {
    margin-top: 20px;
  }

  .div-circle-inside {
    width: auto;
    height: 6px;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .footer {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . .";
    align-content: center;
    height: 100vh;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar {
    border-bottom-style: solid;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .brand.w--current {
    z-index: 10001;
  }

  .contact-button {
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-media {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    display: flex;
  }

  .gif {
    border-style: none;
    border-width: 1px;
    width: 360px;
    height: 360px;
    position: relative;
    top: 0%;
  }

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

  .div-contact-container {
    display: none;
  }

  .image {
    width: 20px;
  }

  .div-content-media {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-testimoninal {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg-video {
    align-self: center;
    margin-left: -40px;
  }

  .bar-flag {
    margin-right: 30px;
  }

  .div-contact {
    flex-direction: column;
    align-self: end;
    align-items: center;
    display: flex;
  }

  .text-privacy-footer {
    font-weight: 300;
  }

  .text-privacy-footer.en {
    margin-bottom: 0;
  }

  .div-bar-input {
    background-color: var(--medium-violet-red);
    justify-content: center;
    margin-left: 40px;
  }

  .div-bar-input.out {
    background-color: #4451f699;
  }

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

  .div-technology-container-2 {
    border: 3px solid #181818;
    align-self: center;
  }

  .grid-media-2 {
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-areas: ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . .";
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-png-tec-responsive {
    justify-content: center;
    align-items: center;
    height: 0;
    display: block;
  }

  .arrow {
    opacity: 1;
    right: 10px;
  }

  .base-responsive {
    opacity: 0;
  }

  .div-options-hardware {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .div-png-tec {
    display: none;
  }

  .png-responsive {
    opacity: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0%;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . .";
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-small-2 {
    font-weight: 300;
  }

  .text-small-2.click-me {
    opacity: 1;
    right: 30px;
  }

  .popupcontainer.analizpopupv1, .popupcontainer.teknikozellikpopup {
    display: none;
  }

  .popupdiv {
    width: 80%;
    max-height: 60vh;
  }

  .popupdiv.teknik {
    max-height: none;
  }

  .infodropdown {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr max-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
  }

  .infotitle {
    height: 100px;
  }

  .text-title-small-center, .teknikozelliktext {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-9 {
    padding: 1rem;
  }

  .info {
    align-items: flex-start;
    display: flex;
  }

  .image-5 {
    margin-bottom: 0;
    display: block;
  }

  .closebtn {
    top: 10px;
    right: 10px;
  }

  .form-popup {
    display: none;
  }

  .div-left-first-button-2 {
    width: 60px;
    margin-right: 0;
  }

  .first-button-2 {
    background-color: #4451f6;
  }

  .text-field-2 {
    margin-left: 0;
  }

  .first-button-form {
    background-color: #4451f6;
    padding-right: 0;
  }

  .div-left-first-button-absolute {
    width: 60px;
    margin-right: 0;
  }

  .contact-button-form {
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar-2 {
    background-color: #0000;
    width: 100%;
  }

  .icon {
    color: #fff;
  }

  .vnavbaricon {
    z-index: 10000000;
  }

  .vnavbaricon.w--open {
    background-color: #0000;
  }

  .vnavbarmenumobile {
    z-index: 1000000;
    background-color: #000000e6;
    border-left: 1px solid #ffffff4d;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .vnavlinkmobile {
    color: #fffc;
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .vnavlinkmobile:hover, .vnavlinkmobile:focus {
    color: var(--white);
  }

  .div-block-12 {
    z-index: 1000;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
  }

  .container-2 {
    min-width: 100%;
    margin: 0;
    padding: 0;
  }

  .image-7 {
    z-index: 10000;
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    inset: 1rem 1rem auto auto;
  }

  .contact-button-form-mobile {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
    font-family: Muli, sans-serif;
    inset: auto;
  }

  .link-block {
    background-color: #4451f6;
    margin-bottom: 60px;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
  }

  .text-block-2 {
    color: #fffc;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-14 {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .navbar-3, .navbar-4 {
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-5 {
    border-bottom-style: solid;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-4.w--current {
    z-index: 10001;
  }

  .div-block-15 {
    z-index: 1000;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
  }

  .navbar-6 {
    background-color: #0000;
    width: 100%;
  }

  .container-3 {
    min-width: 100%;
    margin: 0;
    padding: 0;
  }

  .vnavbarmenumobile-2 {
    z-index: 1000000;
    background-color: #000000e6;
    border-bottom: 1px solid #ffffff4d;
    border-left: 1px solid #ffffff4d;
    border-right: 1px solid #ffffff4d;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .vnavlinkmobile-2 {
    color: #fffc;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
  }

  .vnavlinkmobile-2:hover, .vnavlinkmobile-2:focus {
    color: #fff;
  }

  .contact-button-form-mobile-2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
    font-family: Muli, sans-serif;
    inset: auto;
  }

  .demo-talebi, .randevu, .ara-zellik-tespiti.analizpopupv1, .ara-zellik-tespiti.teknikozellikpopup, .ara-marka-model-tespiti.analizpopupv1, .ara-marka-model-tespiti.teknikozellikpopup, .se-ili-alanda-ara-tespiti.analizpopupv1, .se-ili-alanda-ara-tespiti.teknikozellikpopup, .plaka-tan-ma.analizpopupv1, .plaka-tan-ma.teknikozellikpopup, .i-aretlenmi-ara-arama.analizpopupv1, .i-aretlenmi-ara-arama.teknikozellikpopup, .gezinme-tespiti-ara.analizpopupv1, .gezinme-tespiti-ara.teknikozellikpopup, .e-kal.analizpopupv1, .e-kal.teknikozellikpopup, .insan-hareket-y-n.analizpopupv1, .insan-hareket-y-n.teknikozellikpopup, .se-ili-alanda-insan-tespiti.analizpopupv1, .se-ili-alanda-insan-tespiti.teknikozellikpopup, .y-z-zellikleri.analizpopupv1, .y-z-zellikleri.teknikozellikpopup, .panik-tespiti.analizpopupv1, .panik-tespiti.teknikozellikpopup, .d-me-tespiti.analizpopupv1, .d-me-tespiti.teknikozellikpopup, .gezinme-tespiti-insan.analizpopupv1, .gezinme-tespiti-insan.teknikozellikpopup, .sabotaj-tespiti.analizpopupv1, .sabotaj-tespiti.teknikozellikpopup, .b-rak-lan-nesne-tespiti.analizpopupv1, .b-rak-lan-nesne-tespiti.teknikozellikpopup, .ate-duman-tespiti.analizpopupv1, .ate-duman-tespiti.teknikozellikpopup {
    display: none;
  }

  .div-block-27 {
    padding: 1rem;
  }

  .contact-button-form-2 {
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-color-2 {
    justify-content: center;
    height: 100%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h4 {
    letter-spacing: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-content-main {
    margin-top: 50px;
  }

  .grid-project-ci {
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 80px;
  }

  .div-content-project {
    padding-right: 0;
  }

  .div-title-project {
    align-self: center;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .div-title-project.ideas {
    display: block;
  }

  .grid-generative-design {
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .div-content-gd {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .centrado.h1toh2 {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 54px;
  }

  .div-card-gd {
    background-image: linear-gradient(#00000080, #00000080), url('../images/construction-futurustic-hologram.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-card-gd._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/shopping-bag-hologram.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .div-card-gd._3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bus.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 80px;
  }

  .text-bg {
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .grid-case-study {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 80px;
  }

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

  .grid-parameters._1 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         ".";
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .footer {
    z-index: 1;
    grid-row-gap: 80px;
    grid-template: ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    height: auto;
    position: relative;
  }

  .navbar {
    display: flex;
  }

  .contact-button {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .section-design {
    padding-top: 80px;
  }

  .gif {
    z-index: 10;
    border: 2px solid #000;
    width: 60vw;
    height: 60vw;
  }

  .text-field {
    align-self: stretch;
    width: auto;
  }

  .div-content-media {
    padding-left: 0;
    padding-right: 0;
  }

  .div-testimoninal {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .bar-flag {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-contact {
    align-self: end;
    width: 100%;
  }

  .form-block {
    align-self: stretch;
  }

  .grande {
    font-size: 18px;
    line-height: 22px;
  }

  .div-inputoutput {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-bar-input {
    width: auto;
  }

  .div-bar-input.out {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .error-message {
    max-width: 100%;
  }

  .grid-media-2 {
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-areas: ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . .";
  }

  .heading-2-projects-2 {
    line-height: 54px;
  }

  .div-options-hardware {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0;
  }

  .grid-project-technology {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    display: flex;
  }

  .popupdiv {
    width: 100%;
    max-width: 80%;
  }

  .popupdiv.teknik {
    max-height: 80vh;
    overflow: hidden;
  }

  .infodropdown {
    width: 100%;
  }

  .infotitle {
    height: 75px;
  }

  .text-title-small-center, .teknikozelliktext {
    font-size: 12px;
  }

  .info {
    flex-direction: column;
  }

  .image-5 {
    opacity: .5;
    display: none;
  }

  .heading-h2toh3 {
    font-size: 40px;
    line-height: 48px;
  }

  .contact-button-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .vnavlinkmobile {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-12 {
    display: block;
  }

  .link-block {
    background-color: #4451f6;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
  }

  .text-block-2 {
    color: #fffc;
  }

  .div-block-14 {
    grid-row-gap: 1rem;
  }

  .navbar-5 {
    display: flex;
  }

  .div-block-15 {
    display: block;
  }

  .ara-zellik-tespiti.popupv1 {
    display: none;
  }

  .contact-button-form-2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .background-video-4 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 52px;
    line-height: 52px;
  }

  h2 {
    font-size: 44px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    opacity: .8;
  }

  .grid-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-grid-bg.opacity {
    display: none;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 20px;
    padding-left: 20px;
  }

  .first-button {
    padding-right: 20px;
  }

  .text-button {
    font-size: 14px;
  }

  .grid-project-ci {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-project-ci.kvvkk {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    min-height: 100%;
  }

  .div-conteiner-titles {
    overflow: hidden;
  }

  .div-conteiner-titles.mobile {
    height: auto;
    overflow: visible;
  }

  .heading-2-projects {
    white-space: normal;
    font-size: 22px;
  }

  .heading-2-projects.mobile, .div-background-interaction {
    display: none;
  }

  .div-technology-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-generative-design {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-content-gd {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .centrado {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .centrado.h1toh2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .div-card-gd {
    width: 100%;
  }

  .div-card-gd._3 {
    margin-bottom: 0;
  }

  .div-card-gd._4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/traffic-light.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .text-bg {
    align-self: center;
    font-size: 60px;
    line-height: 60px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .grid-case-study {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         ".";
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-colors {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / auto;
  }

  .grid-colors._3 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         ".";
    display: flex;
  }

  .div-color {
    justify-content: flex-start;
  }

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

  .div-circle-inside {
    width: 12px;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .grid-parameters._3 {
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .footer {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .image-noon-footer {
    align-self: center;
  }

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

  .logo-navbar {
    align-self: flex-start;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-link.mobil {
    margin-left: 0;
    position: static;
  }

  .div-navlinks.v2.mob-le {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .section-project {
    padding-top: 80px;
  }

  .section-media {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-media.v2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-design {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gif {
    width: 80vw;
    height: 80vw;
  }

  .div-contact-container {
    display: none;
  }

  .div-container-parameters {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    font-size: 14px;
  }

  .div-content-media {
    align-items: flex-start;
  }

  .div-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-video {
    align-self: center;
    margin-left: -20px;
  }

  .div-contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-privacy-footer {
    text-align: center;
    margin-top: 20px;
  }

  .text-privacy-footer.pc {
    margin-top: 20px;
  }

  .text-privacy-footer.pc.w--current {
    text-align: left;
  }

  .grande.v3 {
    margin-bottom: 0;
  }

  .color {
    text-align: center;
    font-size: 12px;
  }

  .div-inputoutput {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-bar-input {
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 2px 10px;
    position: relative;
  }

  .heading-2 {
    font-size: 12px;
  }

  .div-technology-container-2 {
    align-self: auto;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-media-2 {
    grid-template-rows: 140px 30px 160px 200px 200px 120px 160px 200px;
    grid-template-areas: ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . .";
    margin-left: 20px;
    margin-right: 20px;
  }

  .arrow {
    inset: auto 5px 14px auto;
  }

  .div-content-card {
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .div-options-hardware {
    grid-row-gap: 4px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .text-title-small-2 {
    text-align: left;
    text-transform: none;
  }

  .png-responsive {
    display: none;
  }

  .div-title-project-technology {
    display: flex;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: auto;
    grid-template-areas: "."
                         "."
                         ".";
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .text-small-2.click-me {
    font-size: 10px;
    inset: auto 20px 10px auto;
  }

  .popupcontainer.popupv1, .popupcontainer.analizpopup12._6, .popupcontainer.teknikozellikpopup {
    display: none;
  }

  .popupdiv {
    width: 90%;
    max-width: 90%;
    height: 200px;
    max-height: none;
  }

  .popupdiv.teknik {
    width: 90%;
    max-width: 90%;
    max-height: none;
    margin-top: 5%;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .infotitle {
    height: 64px;
  }

  .infotitle.v2 {
    height: auto;
  }

  .infoparagraph {
    font-size: 15px;
    line-height: 1.8em;
  }

  .infocontent {
    background-color: #18181880;
  }

  .teknikleft {
    width: 50%;
    padding: 10px;
  }

  .teknikozelliktext {
    font-size: 12px;
    line-height: 18px;
  }

  .teknikright {
    width: 50%;
    padding: 10px;
  }

  .info {
    grid-row-gap: 8px;
  }

  .image-5 {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 2rem;
    display: block;
  }

  .heading-h2toh3 {
    font-size: 36px;
    line-height: 44px;
  }

  .form-popup {
    z-index: 99999;
    background-color: #0a0a0aa8;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .email-template {
    width: 100%;
    height: 100%;
  }

  .email-template-bottom-side {
    overflow: auto;
  }

  .text-field-2 {
    margin-left: 0;
  }

  .first-button-form {
    padding-right: 0;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 1.2;
  }

  .contact-button-form {
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .navbar-2 {
    align-items: flex-start;
    display: flex;
  }

  .vnavbarmenumobile {
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    display: flex;
  }

  .div-block-12 {
    align-items: flex-start;
    display: flex;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .contact-button-form-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block {
    background-color: #4451f6;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 20px;
    display: flex;
  }

  .text-block-2 {
    color: #fffc;
  }

  .navbar-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-2, .brand-2.w--current {
    padding-left: 0;
  }

  .navbar-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-3, .brand-3.w--current {
    padding-left: 0;
  }

  .navbar-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-4, .brand-4.w--current {
    padding-left: 0;
  }

  .navbar-6 {
    display: flex;
  }

  .vnavbarmenumobile-2 {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .vnavlinkmobile-2 {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .contact-button-form-mobile-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .language-switcher {
    z-index: 9999;
    position: relative;
  }

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

  .div-block-17, .div-block-18 {
    justify-content: center;
  }

  .container2by2 {
    width: 100%;
  }

  .container-wrapper {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: auto;
  }

  .div-block-21 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-block-22 {
    top: 4.5rem;
    left: 4.4rem;
  }

  .div-block-25 {
    padding: 20px;
  }

  .demo-talebi, .randevu {
    z-index: 99999;
    background-color: #0a0a0aa8;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .ara-zellik-tespiti.popupv1, .ara-zellik-tespiti.analizpopup12._6, .ara-zellik-tespiti.teknikozellikpopup, .ara-marka-model-tespiti.popupv1, .ara-marka-model-tespiti.analizpopup12._6, .ara-marka-model-tespiti.teknikozellikpopup, .se-ili-alanda-ara-tespiti.popupv1, .se-ili-alanda-ara-tespiti.analizpopup12._6, .se-ili-alanda-ara-tespiti.teknikozellikpopup, .plaka-tan-ma.popupv1, .plaka-tan-ma.analizpopup12._6, .plaka-tan-ma.teknikozellikpopup, .i-aretlenmi-ara-arama.popupv1, .i-aretlenmi-ara-arama.analizpopup12._6, .i-aretlenmi-ara-arama.teknikozellikpopup, .gezinme-tespiti-ara.popupv1, .gezinme-tespiti-ara.analizpopup12._6, .gezinme-tespiti-ara.teknikozellikpopup, .e-kal.popupv1, .e-kal.analizpopup12._6, .e-kal.teknikozellikpopup, .insan-hareket-y-n.popupv1, .insan-hareket-y-n.analizpopup12._6, .insan-hareket-y-n.teknikozellikpopup, .se-ili-alanda-insan-tespiti.popupv1, .se-ili-alanda-insan-tespiti.analizpopup12._6, .se-ili-alanda-insan-tespiti.teknikozellikpopup, .y-z-zellikleri.popupv1, .y-z-zellikleri.analizpopup12._6, .y-z-zellikleri.teknikozellikpopup, .panik-tespiti.popupv1, .panik-tespiti.analizpopup12._6, .panik-tespiti.teknikozellikpopup, .d-me-tespiti.popupv1, .d-me-tespiti.analizpopup12._6, .d-me-tespiti.teknikozellikpopup, .gezinme-tespiti-insan.popupv1, .gezinme-tespiti-insan.analizpopup12._6, .gezinme-tespiti-insan.teknikozellikpopup, .sabotaj-tespiti.popupv1, .sabotaj-tespiti.analizpopup12._6, .sabotaj-tespiti.teknikozellikpopup, .b-rak-lan-nesne-tespiti.popupv1, .b-rak-lan-nesne-tespiti.analizpopup12._6, .b-rak-lan-nesne-tespiti.teknikozellikpopup, .ate-duman-tespiti.popupv1, .ate-duman-tespiti.analizpopup12._6, .ate-duman-tespiti.teknikozellikpopup {
    display: none;
  }

  .contact-button-form-2 {
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .div-color-2 {
    justify-content: flex-start;
  }

  .background-video-4 {
    height: 200px;
  }
}

#w-node-_20ba9880-71a2-bea6-7897-2af225106e9e-2f0da860 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45172919-be80-d468-db31-5c4eadb7baca-2f0da860 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f0fe1e16-4857-2d58-8d1a-ea689ff6ec4b-2f0da860 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_79784669-3a6f-64b6-744f-341dbe6d5953-2f0da860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#BG-video.w-node-_47d4e963-c07b-e723-7784-053fe6762589-2f0da860 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2f0da860 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_34dc172b-cda4-49c0-2254-6ca1aa607111-2f0da860 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end center;
}

#w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-2f0da860 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4de851f0-06f9-5d46-4202-a4d9aa2e477e-2f0da860 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_63e7abf1-2d80-b049-ccd2-6ae30f3360cd-2f0da860 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b2401031-1b79-0a77-dca7-33c671f3b4b8-2f0da860 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-b2401031-1b79-0a77-dca7-33c671f3b4b2-2f0da860 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c64-2f0da860 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c68-2f0da860 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ada35d70-276f-0424-27b8-c0f7d99cd200-2f0da860 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-ada35d70-276f-0424-27b8-c0f7d99cd203-2f0da860, #w-node-_76454c75-906b-765b-883c-df348223df0e-2f0da860 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5228b674-0db0-7403-f0f6-28a47f55935d-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a3360a32-b292-bc23-a815-6b570db8d77b-2f0da860 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a1e96fe6-ff5e-f1dd-44ec-5b08249d2430-2f0da860, #w-node-_6c5102a2-3b05-ecda-98f5-ca01c60ad944-2f0da860, #w-node-_84e75c94-cd58-08fd-25c9-05710ddddcb7-2f0da860 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff81c-2f0da860 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start stretch;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff822-2f0da860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff823-2f0da860, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff824-2f0da860, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff825-2f0da860, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff826-2f0da860, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff827-2f0da860, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff828-2f0da860, #w-node-_96e67bde-a98e-ac14-3cf8-60cc949d2ebb-2f0da860, #w-node-f26b0537-0e04-8d77-88b8-ea70adb4794b-2f0da860, #w-node-_43dc15bc-b879-a332-a960-b45315b7062e-2f0da860, #w-node-ee3e09bd-7a2d-ad38-20ed-42aac9971a25-2f0da860, #w-node-_9652550e-44c8-6baf-386d-83a3a4920409-2f0da860, #w-node-_3341be9f-4e9d-7d08-7e07-fceaa90e9200-2f0da860, #w-node-_7ce13e0a-616e-a1ed-c4f0-a1314f8d9275-2f0da860, #w-node-cdf43b5b-a922-8020-bc40-6f3fbd8f9c01-2f0da860, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff829-2f0da860 {
  place-self: center;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff7d8-2f0da860 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-add216fb-1323-1890-517e-fa9f49b8ca9b-2f0da860, #w-node-_45857389-170b-c935-1f4a-cc82ae4410af-2f0da860, #w-node-_690f91e1-085a-b746-a8dd-f6b9e1df7913-2f0da860, #w-node-_50bb60f6-4ffe-625d-7b51-00bb83b5a9ae-2f0da860, #w-node-_458bd7ec-ecca-e462-e3ac-837e064f7b37-2f0da860, #w-node-_33343177-e947-9b07-650a-6abf7e8d22a8-2f0da860, #w-node-_27cdb1e5-b0d1-522d-e0fb-8e4a49f5bc9d-2f0da860, #w-node-_370dadbb-515f-178f-f9f9-1e0f66470596-2f0da860, #w-node-b9d3e144-1660-e95f-02d2-7e57a6c27a86-2f0da860, #w-node-_8f991b94-4fc5-7432-8600-e358e8f876e9-2f0da860, #w-node-a2a7040e-28a6-bb60-6610-2cd65a552f41-2f0da860, #w-node-ce310ce1-0d57-bce4-1668-1aa170359179-2f0da860, #w-node-_92e1f47c-c70b-4c05-d796-c603311c5e74-2f0da860, #w-node-_123a9df1-6a36-de2a-fec9-5417f650eeb6-2f0da860, #w-node-_63fd692e-4aa4-1f21-6c88-16f73e07f409-2f0da860, #w-node-_76bfd221-ecf4-d4c2-b580-7b0b9c66c6aa-2f0da860, #w-node-_3410263c-b7ac-9bdf-43fc-1980c23ba197-2f0da860, #w-node-_5f97d444-5b48-53e9-4eac-4954a7f65d85-2f0da860, #w-node-_5abca106-910b-7623-6c15-b52059a2119c-2f0da860, #w-node-_3e3af800-274d-89ab-39db-a34da5340aec-2f0da860, #w-node-b18f8b8e-8a70-95b2-6e20-6f6d84324250-2f0da860, #w-node-_5701ecd9-ed20-9b29-e435-5da26ac71718-2f0da860, #w-node-bfc9ede9-30b3-0075-a565-5c248acfb44c-2f0da860, #w-node-_993ccc46-dcd7-2a8e-cfc8-2f479f0c2509-2f0da860, #w-node-_3bcf5675-8111-59c7-1beb-c02cc1ddacfe-2f0da860, #w-node-c059468e-89f4-9ed2-66ce-da4acffdc049-2f0da860, #w-node-e0653ef2-9494-0fa7-596b-2676bfb8df79-2f0da860, #w-node-_42c0cb9b-d61b-5396-6b33-bfaead0ece1a-2f0da860, #w-node-_4ada8654-9182-f3c0-cb8d-b6bb975a991e-2f0da860, #w-node-_61f59a70-aea1-79f1-24fe-2566023f4546-2f0da860, #w-node-_4c729447-e436-12e6-aa58-47f819431591-2f0da860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_68472224-dbe5-d122-3f32-4329104c840e-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_37969020-7fe1-87cb-529f-21379704003b-2f0da860 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_1339df48-a97c-eb42-2fe3-67d891eba52c-2f0da860 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2f0da860 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2f0da860 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-e493225d-300d-7730-a448-7acf587f855b-2f0da860 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-e493225d-300d-7730-a448-7acf587f855c-2f0da860 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e493225d-300d-7730-a448-7acf587f855e-2f0da860 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-e493225d-300d-7730-a448-7acf587f8562-2f0da860 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e493225d-300d-7730-a448-7acf587f8568-2f0da860 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3a039f68-be19-9238-d039-0c3ea936cf68-2f0da860 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center start;
}

#w-node-_5b3bfe6e-78d7-29e8-21ac-13a8184cb460-2f0da860 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-2f0da860 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-ce392043-942c-f64a-f316-4421484703f4-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-aa46e358-d9ec-fa26-bb67-228367e50060-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2f0da860 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_7cc2ba2a-e566-bce3-caab-352d89119e84-2f0da860 {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center start;
}

#w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-2f0da860 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-2f0da860 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-2f0da860 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-2f0da860 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_96d375f9-5601-4118-84ee-068e28950b3c-2f0da860 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-a958005f-141e-e55f-9208-de173306e526-2f0da860 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-d807cd2b-71e3-814e-759b-420721026666-2f0da860 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-2f0da860 {
  grid-area: 1 / 3 / 2 / 6;
  place-self: end;
}

#w-node-e4a4dc3f-1aab-bee6-1e66-8b12cad392f2-2f0da860, #w-node-d94d9a2c-e5f9-9d05-5d48-5c652b3a8d84-2f0da860, #w-node-f3d38faf-e7a3-9bf2-228a-eab64b2a72fc-2f0da860, #w-node-f3d38faf-e7a3-9bf2-228a-eab64b2a72ff-2f0da860, #w-node-_8144c50b-692c-679c-b215-2cee8702f2e0-2f0da860, #w-node-_8144c50b-692c-679c-b215-2cee8702f2e3-2f0da860, #w-node-_9c9c689c-59bf-fc1c-d6de-8226a549ca6f-2f0da860, #w-node-_9c9c689c-59bf-fc1c-d6de-8226a549ca72-2f0da860, #w-node-_49a39415-cebc-a5a1-edf9-55991b03f3ad-2f0da860, #w-node-_49a39415-cebc-a5a1-edf9-55991b03f3b0-2f0da860, #w-node-_49eda4a3-97cb-a091-1288-e7ac2656cebe-2f0da860, #w-node-_49eda4a3-97cb-a091-1288-e7ac2656cec1-2f0da860, #w-node-_91bce842-ec86-30f1-a920-a93c3162ddd2-2f0da860, #w-node-_91bce842-ec86-30f1-a920-a93c3162ddd5-2f0da860, #w-node-_13572a49-654e-1b4b-401d-773e1b4683ef-2f0da860, #w-node-_13572a49-654e-1b4b-401d-773e1b4683f2-2f0da860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dca1b30b-56e8-a82f-ed1d-69f75cedf09d-5cedf09c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-dca1b30b-56e8-a82f-ed1d-69f75cedf09f-5cedf09c {
  justify-self: end;
}

#w-node-_20ba9880-71a2-bea6-7897-2af225106e9e-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45172919-be80-d468-db31-5c4eadb7baca-dc4c70f2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f0fe1e16-4857-2d58-8d1a-ea689ff6ec4b-dc4c70f2 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_79784669-3a6f-64b6-744f-341dbe6d5953-dc4c70f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#BG-video.w-node-_47d4e963-c07b-e723-7784-053fe6762589-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_34dc172b-cda4-49c0-2254-6ca1aa607111-dc4c70f2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end center;
}

#w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-dc4c70f2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4de851f0-06f9-5d46-4202-a4d9aa2e477e-dc4c70f2 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_63e7abf1-2d80-b049-ccd2-6ae30f3360cd-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b2401031-1b79-0a77-dca7-33c671f3b4b8-dc4c70f2 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-b2401031-1b79-0a77-dca7-33c671f3b4b2-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c64-dc4c70f2 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c68-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ada35d70-276f-0424-27b8-c0f7d99cd200-dc4c70f2 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-ada35d70-276f-0424-27b8-c0f7d99cd203-dc4c70f2, #w-node-_76454c75-906b-765b-883c-df348223df0e-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5228b674-0db0-7403-f0f6-28a47f55935d-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a3360a32-b292-bc23-a815-6b570db8d77b-dc4c70f2 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a1e96fe6-ff5e-f1dd-44ec-5b08249d2430-dc4c70f2, #w-node-_6c5102a2-3b05-ecda-98f5-ca01c60ad944-dc4c70f2, #w-node-_84e75c94-cd58-08fd-25c9-05710ddddcb7-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff81c-dc4c70f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start stretch;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff822-dc4c70f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdffb4a4-14a9-a099-8189-2e90697ff823-dc4c70f2, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff824-dc4c70f2, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff825-dc4c70f2, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff826-dc4c70f2, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff827-dc4c70f2, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff828-dc4c70f2, #w-node-_96e67bde-a98e-ac14-3cf8-60cc949d2ebb-dc4c70f2, #w-node-f26b0537-0e04-8d77-88b8-ea70adb4794b-dc4c70f2, #w-node-_43dc15bc-b879-a332-a960-b45315b7062e-dc4c70f2, #w-node-ee3e09bd-7a2d-ad38-20ed-42aac9971a25-dc4c70f2, #w-node-_9652550e-44c8-6baf-386d-83a3a4920409-dc4c70f2, #w-node-_3341be9f-4e9d-7d08-7e07-fceaa90e9200-dc4c70f2, #w-node-_7ce13e0a-616e-a1ed-c4f0-a1314f8d9275-dc4c70f2, #w-node-cdf43b5b-a922-8020-bc40-6f3fbd8f9c01-dc4c70f2, #w-node-bdffb4a4-14a9-a099-8189-2e90697ff829-dc4c70f2 {
  place-self: center;
}

#w-node-_07508e1e-3b59-6da0-0e13-ad3111d84d9d-dc4c70f2 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_07508e1e-3b59-6da0-0e13-ad3111d84daf-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84dc0-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84def-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e11-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e22-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e33-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84da0-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84dd1-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84de0-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e00-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e55-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e8a-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84eee-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f1f-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84ebb-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84eff-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e6a-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e9b-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e46-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e7b-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84eac-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84ece-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84edd-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f10-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f72-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f96-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f83-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f32-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f41-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f52-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f63-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84fa7-dc4c70f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_68472224-dbe5-d122-3f32-4329104c840e-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_37969020-7fe1-87cb-529f-21379704003b-dc4c70f2 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_1339df48-a97c-eb42-2fe3-67d891eba52c-dc4c70f2 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-dc4c70f2 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-dc4c70f2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-e493225d-300d-7730-a448-7acf587f855b-dc4c70f2 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-e493225d-300d-7730-a448-7acf587f855c-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e493225d-300d-7730-a448-7acf587f855e-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-e493225d-300d-7730-a448-7acf587f8562-dc4c70f2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e493225d-300d-7730-a448-7acf587f8568-dc4c70f2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3a039f68-be19-9238-d039-0c3ea936cf68-dc4c70f2 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center start;
}

#w-node-_5b3bfe6e-78d7-29e8-21ac-13a8184cb460-dc4c70f2 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-dc4c70f2 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-ce392043-942c-f64a-f316-4421484703f4-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_28c1b1ca-dd41-7aa0-523a-8b01832237ab-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-dc4c70f2 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_7cc2ba2a-e566-bce3-caab-352d89119e84-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center start;
}

#w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-dc4c70f2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-dc4c70f2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-dc4c70f2 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_393941f6-85a1-9c83-d8eb-4c15bd29ba5e-dc4c70f2 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-a958005f-141e-e55f-9208-de173306e526-dc4c70f2 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-d807cd2b-71e3-814e-759b-420721026666-dc4c70f2 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-dc4c70f2 {
  grid-area: 1 / 3 / 2 / 6;
  place-self: end;
}

#w-node-abfa6fbb-902f-db53-92bd-bdfd4efede23-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede26-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede2a-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede2d-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede31-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede34-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede38-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede3b-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede3f-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede42-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede46-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede49-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede4d-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede50-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede54-dc4c70f2, #w-node-abfa6fbb-902f-db53-92bd-bdfd4efede57-dc4c70f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2056592c-fb48-094b-eed1-e8105a8d0878-5a8d0877 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2056592c-fb48-094b-eed1-e8105a8d087b-5a8d0877 {
  justify-self: end;
}

#w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e1-acb60c1b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e2-acb60c1b {
  grid-area: 1 / 3 / 2 / 6;
  place-self: end;
}

#w-node-e4a4dc3f-1aab-bee6-1e66-8b12cad392f2-acb60c1b, #w-node-d94d9a2c-e5f9-9d05-5d48-5c652b3a8d84-acb60c1b, #w-node-f3d38faf-e7a3-9bf2-228a-eab64b2a72fc-acb60c1b, #w-node-f3d38faf-e7a3-9bf2-228a-eab64b2a72ff-acb60c1b, #w-node-_8144c50b-692c-679c-b215-2cee8702f2e0-acb60c1b, #w-node-_8144c50b-692c-679c-b215-2cee8702f2e3-acb60c1b, #w-node-_9c9c689c-59bf-fc1c-d6de-8226a549ca6f-acb60c1b, #w-node-_9c9c689c-59bf-fc1c-d6de-8226a549ca72-acb60c1b, #w-node-_49a39415-cebc-a5a1-edf9-55991b03f3ad-acb60c1b, #w-node-_49a39415-cebc-a5a1-edf9-55991b03f3b0-acb60c1b, #w-node-_49eda4a3-97cb-a091-1288-e7ac2656cebe-acb60c1b, #w-node-_49eda4a3-97cb-a091-1288-e7ac2656cec1-acb60c1b, #w-node-_91bce842-ec86-30f1-a920-a93c3162ddd2-acb60c1b, #w-node-_91bce842-ec86-30f1-a920-a93c3162ddd5-acb60c1b, #w-node-_13572a49-654e-1b4b-401d-773e1b4683ef-acb60c1b, #w-node-_13572a49-654e-1b4b-401d-773e1b4683f2-acb60c1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-71dd87ea {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-71dd87ea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51c9-71dd87ea {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51ca-71dd87ea {
  grid-area: 1 / 3 / 2 / 6;
  place-self: end;
}

#w-node-_02bceaf2-4754-7e01-486a-89441b7bee6e-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee71-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee75-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee78-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee7c-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee7f-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee83-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee86-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee8a-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee8d-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee91-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee94-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee98-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee9b-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7bee9f-71dd87ea, #w-node-_02bceaf2-4754-7e01-486a-89441b7beea2-71dd87ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4962f85f-ba10-f664-2fd2-753796de5cae-bed7d139 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_4962f85f-ba10-f664-2fd2-753796de5caf-bed7d139 {
  grid-area: 1 / 3 / 2 / 6;
  place-self: end;
}

#w-node-e4a4dc3f-1aab-bee6-1e66-8b12cad392f2-bed7d139, #w-node-d94d9a2c-e5f9-9d05-5d48-5c652b3a8d84-bed7d139, #w-node-f3d38faf-e7a3-9bf2-228a-eab64b2a72fc-bed7d139, #w-node-f3d38faf-e7a3-9bf2-228a-eab64b2a72ff-bed7d139, #w-node-_8144c50b-692c-679c-b215-2cee8702f2e0-bed7d139, #w-node-_8144c50b-692c-679c-b215-2cee8702f2e3-bed7d139, #w-node-_9c9c689c-59bf-fc1c-d6de-8226a549ca6f-bed7d139, #w-node-_9c9c689c-59bf-fc1c-d6de-8226a549ca72-bed7d139, #w-node-_49a39415-cebc-a5a1-edf9-55991b03f3ad-bed7d139, #w-node-_49a39415-cebc-a5a1-edf9-55991b03f3b0-bed7d139, #w-node-_49eda4a3-97cb-a091-1288-e7ac2656cebe-bed7d139, #w-node-_49eda4a3-97cb-a091-1288-e7ac2656cec1-bed7d139, #w-node-_91bce842-ec86-30f1-a920-a93c3162ddd2-bed7d139, #w-node-_91bce842-ec86-30f1-a920-a93c3162ddd5-bed7d139, #w-node-_13572a49-654e-1b4b-401d-773e1b4683ef-bed7d139, #w-node-_13572a49-654e-1b4b-401d-773e1b4683f2-bed7d139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-e608921b {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-e608921b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_919b4144-c684-1579-f4e6-ae53d601f24d-e608921b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_919b4144-c684-1579-f4e6-ae53d601f24e-e608921b {
  grid-area: 1 / 3 / 2 / 6;
  place-self: end;
}

#w-node-ea4d7209-344d-1324-fc39-eb91a991813d-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918140-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918144-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918147-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a991814b-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a991814e-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918152-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918155-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918159-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a991815c-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918160-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918163-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918167-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a991816a-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a991816e-e608921b, #w-node-ea4d7209-344d-1324-fc39-eb91a9918171-e608921b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23263b82-6850-6a22-bf77-0c2c189d46af-e2245d17 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_23263b82-6850-6a22-bf77-0c2c189d46b1-e2245d17 {
  grid-area: 1 / 3 / 2 / 6;
  justify-self: end;
}

#w-node-_23263b82-6850-6a22-bf77-0c2c189d46bb-e2245d17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23263b82-6850-6a22-bf77-0c2c189d46bc-e2245d17 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_23263b82-6850-6a22-bf77-0c2c189d46bd-e2245d17 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2f0da860 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-2f0da860 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-2f0da860 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a3360a32-b292-bc23-a815-6b570db8d77b-2f0da860 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bdffb4a4-14a9-a099-8189-2e90697ff7d8-2f0da860 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2f0da860 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2f0da860, #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2f0da860 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2f0da860 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855b-2f0da860 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8562-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8568-2f0da860 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_5b3bfe6e-78d7-29e8-21ac-13a8184cb460-2f0da860 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-2f0da860 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-2f0da860 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2f0da860 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_7cc2ba2a-e566-bce3-caab-352d89119e84-2f0da860 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center start;
  }

  #w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-2f0da860 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-2f0da860 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-2f0da860 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_96d375f9-5601-4118-84ee-068e28950b3c-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d807cd2b-71e3-814e-759b-420721026666-2f0da860 {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-2f0da860 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end center;
  }

  #w-node-dca1b30b-56e8-a82f-ed1d-69f75cedf09d-5cedf09c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a3360a32-b292-bc23-a815-6b570db8d77b-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84d9d-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-dc4c70f2, #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855b-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8562-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8568-dc4c70f2 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_5b3bfe6e-78d7-29e8-21ac-13a8184cb460-dc4c70f2 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-dc4c70f2 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_7cc2ba2a-e566-bce3-caab-352d89119e84-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center start;
  }

  #w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-dc4c70f2 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_393941f6-85a1-9c83-d8eb-4c15bd29ba5e-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d807cd2b-71e3-814e-759b-420721026666-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end center;
  }

  #w-node-_2056592c-fb48-094b-eed1-e8105a8d0878-5a8d0877 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e1-acb60c1b {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e2-acb60c1b {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end center;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-71dd87ea {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51c9-71dd87ea {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51ca-71dd87ea {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end center;
  }

  #w-node-_4962f85f-ba10-f664-2fd2-753796de5cae-bed7d139 {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-_4962f85f-ba10-f664-2fd2-753796de5caf-bed7d139 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end center;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-e608921b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_919b4144-c684-1579-f4e6-ae53d601f24d-e608921b {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-_919b4144-c684-1579-f4e6-ae53d601f24e-e608921b {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end center;
  }

  #w-node-_23263b82-6850-6a22-bf77-0c2c189d46af-e2245d17 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2f0da860 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-2f0da860 {
    grid-column: 1 / 2;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_63e7abf1-2d80-b049-ccd2-6ae30f3360cd-2f0da860, #w-node-b2401031-1b79-0a77-dca7-33c671f3b4b2-2f0da860, #w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c68-2f0da860, #w-node-ada35d70-276f-0424-27b8-c0f7d99cd203-2f0da860 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5228b674-0db0-7403-f0f6-28a47f55935d-2f0da860 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a3360a32-b292-bc23-a815-6b570db8d77b-2f0da860 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a1e96fe6-ff5e-f1dd-44ec-5b08249d2430-2f0da860, #w-node-_6c5102a2-3b05-ecda-98f5-ca01c60ad944-2f0da860, #w-node-_84e75c94-cd58-08fd-25c9-05710ddddcb7-2f0da860 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bdffb4a4-14a9-a099-8189-2e90697ff81c-2f0da860 {
    grid-column-end: 2;
  }

  #w-node-bdffb4a4-14a9-a099-8189-2e90697ff7d8-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-add216fb-1323-1890-517e-fa9f49b8ca9b-2f0da860, #w-node-_45857389-170b-c935-1f4a-cc82ae4410af-2f0da860, #w-node-_690f91e1-085a-b746-a8dd-f6b9e1df7913-2f0da860, #w-node-_50bb60f6-4ffe-625d-7b51-00bb83b5a9ae-2f0da860, #w-node-_458bd7ec-ecca-e462-e3ac-837e064f7b37-2f0da860, #w-node-_33343177-e947-9b07-650a-6abf7e8d22a8-2f0da860, #w-node-_27cdb1e5-b0d1-522d-e0fb-8e4a49f5bc9d-2f0da860, #w-node-_370dadbb-515f-178f-f9f9-1e0f66470596-2f0da860, #w-node-b9d3e144-1660-e95f-02d2-7e57a6c27a86-2f0da860, #w-node-_8f991b94-4fc5-7432-8600-e358e8f876e9-2f0da860, #w-node-a2a7040e-28a6-bb60-6610-2cd65a552f41-2f0da860, #w-node-ce310ce1-0d57-bce4-1668-1aa170359179-2f0da860, #w-node-_92e1f47c-c70b-4c05-d796-c603311c5e74-2f0da860, #w-node-_123a9df1-6a36-de2a-fec9-5417f650eeb6-2f0da860, #w-node-_63fd692e-4aa4-1f21-6c88-16f73e07f409-2f0da860, #w-node-_76bfd221-ecf4-d4c2-b580-7b0b9c66c6aa-2f0da860, #w-node-_3410263c-b7ac-9bdf-43fc-1980c23ba197-2f0da860, #w-node-_5f97d444-5b48-53e9-4eac-4954a7f65d85-2f0da860, #w-node-_5abca106-910b-7623-6c15-b52059a2119c-2f0da860, #w-node-_3e3af800-274d-89ab-39db-a34da5340aec-2f0da860, #w-node-b18f8b8e-8a70-95b2-6e20-6f6d84324250-2f0da860, #w-node-_5701ecd9-ed20-9b29-e435-5da26ac71718-2f0da860, #w-node-bfc9ede9-30b3-0075-a565-5c248acfb44c-2f0da860, #w-node-_993ccc46-dcd7-2a8e-cfc8-2f479f0c2509-2f0da860, #w-node-_3bcf5675-8111-59c7-1beb-c02cc1ddacfe-2f0da860, #w-node-c059468e-89f4-9ed2-66ce-da4acffdc049-2f0da860, #w-node-e0653ef2-9494-0fa7-596b-2676bfb8df79-2f0da860, #w-node-_42c0cb9b-d61b-5396-6b33-bfaead0ece1a-2f0da860, #w-node-_4ada8654-9182-f3c0-cb8d-b6bb975a991e-2f0da860, #w-node-_61f59a70-aea1-79f1-24fe-2566023f4546-2f0da860, #w-node-_4c729447-e436-12e6-aa58-47f819431591-2f0da860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2f0da860, #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855b-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855c-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855e-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-2f0da860 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-aa46e358-d9ec-fa26-bb67-228367e50060-2f0da860 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f43eee9-eff5-2016-03b0-eaa8ca858a4b-2f0da860 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ab38597c-a820-68d7-bb74-b1b12031c290-2f0da860, #w-node-_5275f1e5-07e8-5470-26b8-d4f01e714527-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7cc2ba2a-e566-bce3-caab-352d89119e84-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-2f0da860 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_96d375f9-5601-4118-84ee-068e28950b3c-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d807cd2b-71e3-814e-759b-420721026666-2f0da860 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-2f0da860 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end center;
  }

  #w-node-dca1b30b-56e8-a82f-ed1d-69f75cedf09d-5cedf09c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-dc4c70f2 {
    grid-column: 1 / 2;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_63e7abf1-2d80-b049-ccd2-6ae30f3360cd-dc4c70f2, #w-node-b2401031-1b79-0a77-dca7-33c671f3b4b2-dc4c70f2, #w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c68-dc4c70f2, #w-node-ada35d70-276f-0424-27b8-c0f7d99cd203-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5228b674-0db0-7403-f0f6-28a47f55935d-dc4c70f2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a3360a32-b292-bc23-a815-6b570db8d77b-dc4c70f2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a1e96fe6-ff5e-f1dd-44ec-5b08249d2430-dc4c70f2, #w-node-_6c5102a2-3b05-ecda-98f5-ca01c60ad944-dc4c70f2, #w-node-_84e75c94-cd58-08fd-25c9-05710ddddcb7-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bdffb4a4-14a9-a099-8189-2e90697ff81c-dc4c70f2 {
    grid-column-end: 2;
  }

  #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84d9d-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84daf-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84dc0-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84def-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e11-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e22-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e33-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84da0-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84dd1-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84de0-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e00-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e55-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e8a-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84eee-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f1f-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84ebb-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84eff-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e6a-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e9b-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e46-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84e7b-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84eac-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84ece-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84edd-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f10-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f72-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f96-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f83-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f32-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f41-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f52-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84f63-dc4c70f2, #w-node-_07508e1e-3b59-6da0-0e13-ad3111d84fa7-dc4c70f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-dc4c70f2, #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855b-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855c-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855e-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-dc4c70f2 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_28c1b1ca-dd41-7aa0-523a-8b01832237ab-dc4c70f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_28c1b1ca-dd41-7aa0-523a-8b01832237af-dc4c70f2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_28c1b1ca-dd41-7aa0-523a-8b01832237b1-dc4c70f2, #w-node-_28c1b1ca-dd41-7aa0-523a-8b01832237b3-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7cc2ba2a-e566-bce3-caab-352d89119e84-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-dc4c70f2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_393941f6-85a1-9c83-d8eb-4c15bd29ba5e-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d807cd2b-71e3-814e-759b-420721026666-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end center;
  }

  #w-node-_2056592c-fb48-094b-eed1-e8105a8d0878-5a8d0877 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e1-acb60c1b {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e2-acb60c1b {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-71dd87ea {
    grid-column: 1 / 2;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-71dd87ea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51c9-71dd87ea {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51ca-71dd87ea {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end center;
  }

  #w-node-_4962f85f-ba10-f664-2fd2-753796de5cae-bed7d139 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_4962f85f-ba10-f664-2fd2-753796de5caf-bed7d139 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-e608921b {
    grid-column: 1 / 2;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-e608921b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_919b4144-c684-1579-f4e6-ae53d601f24d-e608921b {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-_919b4144-c684-1579-f4e6-ae53d601f24e-e608921b {
    grid-area: 1 / 1 / 2 / 4;
    place-self: end center;
  }

  #w-node-_23263b82-6850-6a22-bf77-0c2c189d46af-e2245d17 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2f0da860 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_4de851f0-06f9-5d46-4202-a4d9aa2e477e-2f0da860, #w-node-b2401031-1b79-0a77-dca7-33c671f3b4b8-2f0da860, #w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c64-2f0da860, #w-node-ada35d70-276f-0424-27b8-c0f7d99cd200-2f0da860 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3360a32-b292-bc23-a815-6b570db8d77b-2f0da860 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_68472224-dbe5-d122-3f32-4329104c840e-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_4e2e4fa4-af11-b446-af8e-c7afa9f7e5de-2f0da860, #w-node-b1421501-043f-2c01-db26-b140703c31fd-2f0da860 {
    justify-self: stretch;
  }

  #w-node-_37969020-7fe1-87cb-529f-21379704003b-2f0da860 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
  }

  #w-node-_1339df48-a97c-eb42-2fe3-67d891eba52c-2f0da860 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: stretch;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2f0da860, #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bbd-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bbf-2f0da860, #w-node-c7614356-41bd-5577-35be-0611f71cef2e-2f0da860, #w-node-_4a5d20c9-f3c5-d485-7fb1-78abc79c193e-2f0da860 {
    justify-self: stretch;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855b-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855c-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855e-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8562-2f0da860 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8568-2f0da860 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
  }

  #w-node-_3a039f68-be19-9238-d039-0c3ea936cf68-2f0da860 {
    grid-area: 5 / 1 / 6 / 2;
    place-self: center start;
  }

  #w-node-_5b3bfe6e-78d7-29e8-21ac-13a8184cb460-2f0da860 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-2f0da860 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: stretch;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-2f0da860, #w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-2f0da860, #w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-2f0da860, #w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-2f0da860, #w-node-_96d375f9-5601-4118-84ee-068e28950b3c-2f0da860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d807cd2b-71e3-814e-759b-420721026666-2f0da860 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-2f0da860 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-dca1b30b-56e8-a82f-ed1d-69f75cedf09d-5cedf09c {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_4de851f0-06f9-5d46-4202-a4d9aa2e477e-dc4c70f2, #w-node-b2401031-1b79-0a77-dca7-33c671f3b4b8-dc4c70f2, #w-node-fa1247c1-2f67-e3ed-9195-dbe846d07c64-dc4c70f2, #w-node-ada35d70-276f-0424-27b8-c0f7d99cd200-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3360a32-b292-bc23-a815-6b570db8d77b-dc4c70f2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_68472224-dbe5-d122-3f32-4329104c840e-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_37969020-7fe1-87cb-529f-21379704003b-dc4c70f2 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
  }

  #w-node-_1339df48-a97c-eb42-2fe3-67d891eba52c-dc4c70f2 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: stretch;
  }

  #w-node-_67ada9c2-dbec-80ab-1600-8c984b9309d0-dc4c70f2, #w-node-_67ada9c2-dbec-80ab-1600-8c984b9309d8-dc4c70f2 {
    justify-self: stretch;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-dc4c70f2, #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bbd-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bbf-dc4c70f2, #w-node-c7614356-41bd-5577-35be-0611f71cef2e-dc4c70f2, #w-node-_4a5d20c9-f3c5-d485-7fb1-78abc79c193e-dc4c70f2 {
    justify-self: stretch;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855b-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855c-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f855e-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8562-dc4c70f2 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-e493225d-300d-7730-a448-7acf587f8568-dc4c70f2 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
  }

  #w-node-_3a039f68-be19-9238-d039-0c3ea936cf68-dc4c70f2 {
    grid-area: 5 / 1 / 6 / 2;
    place-self: center start;
  }

  #w-node-_5b3bfe6e-78d7-29e8-21ac-13a8184cb460-dc4c70f2 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #w-node-_059ad292-e78a-c027-7e18-1bf9d5526bf3-dc4c70f2 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: stretch;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4cca2156-a53b-c7b1-978a-577959675e4c-dc4c70f2, #w-node-_88c922b7-85a1-8ebd-ca35-64d5277ef0e8-dc4c70f2, #w-node-d35e9fcf-3b93-54d6-31dd-272bc9ce9650-dc4c70f2, #w-node-_163919cb-a015-8092-49ad-e91d9ef3c06d-dc4c70f2, #w-node-_393941f6-85a1-9c83-d8eb-4c15bd29ba5e-dc4c70f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d807cd2b-71e3-814e-759b-420721026666-dc4c70f2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_8548c107-ea7e-1f45-ac31-814824d370e7-dc4c70f2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_2056592c-fb48-094b-eed1-e8105a8d0878-5a8d0877 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e1-acb60c1b {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_343e1fc9-0982-02cb-84fe-d34b712be2e2-acb60c1b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-71dd87ea {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51c9-71dd87ea {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a0f495a9-bc43-aa94-2f2c-83595fdd51ca-71dd87ea {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_4962f85f-ba10-f664-2fd2-753796de5cae-bed7d139 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_4962f85f-ba10-f664-2fd2-753796de5caf-bed7d139 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-e608921b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_919b4144-c684-1579-f4e6-ae53d601f24d-e608921b {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_919b4144-c684-1579-f4e6-ae53d601f24e-e608921b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_23263b82-6850-6a22-bf77-0c2c189d46af-e2245d17 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }
}


