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

/* === webflow.css === */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@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;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

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

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

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

:root {
  --gray600: #475467;
  --gray900: #101828;
  --primary600: #099250;
  --gray500: #667085;
  --gray800: #1d2939;
  --white: white;
  --gray700: #344054;
  --primary700: #087443;
  --primary50: #f9f5ff;
  --gray300: #d0d5dd;
  --primary100: #f4ebff;
  --primary300: #d6bbfb;
  --gray50: #f9fafb;
  --gray100: #f2f4f7;
  --primary800: #53389e;
  --gray200: #eaecf0;
  --primary200: #e9d7fe;
  --error200: #fecdca;
  --error50: #fef3f2;
  --error700: #b42318;
  --warning200: #fedf89;
  --warning50: #fffaeb;
  --warning700: #b54708;
  --success200: #a6f4c5;
  --success50: #ecfdf3;
  --success700: #027a48;
  --primary500: #9e77ed;
  --success500: #12b76a;
  --error500: #f04438;
  --warning500: #f79009;
  --gray25: #fcfcfd;
  --gray400: #98a2b3;
  --primary25: #fcfaff;
  --primary400: #b692f6;
  --primary900: #42307d;
  --error25: #fffbfa;
  --error100: #fee4e2;
  --error300: #fda29b;
  --error400: #f97066;
  --error600: #d92d20;
  --error800: #912018;
  --error900: #7a271a;
  --warning25: #fffcf5;
  --warning100: #fef0c7;
  --warning300: #fec84b;
  --warning400: #fdb022;
  --warning600: #dc6803;
  --warning800: #93370d;
  --warning900: #7a2e0e;
  --success25: #f6fef9;
  --success100: #d1fadf;
  --success300: #6ce9a6;
  --success400: #32d583;
  --success600: #039855;
  --success800: #05603a;
  --success900: #054f31;
  --indigo25: #f5f8ff;
  --indigo50: #eef4ff;
  --indigo100: #e0eaff;
  --indigo200: #c7d7fe;
  --indigo300: #a4bcfd;
  --indigo400: #8098f9;
  --indigo500: #6172f3;
  --indigo600: #444ce7;
  --indigo700: #3538cd;
  --indigo800: #2d31a6;
  --indigo900: #2d3282;
  --blue25: #f5faff;
  --blue50: #eff8ff;
  --blue100: #d1e9ff;
  --blue200: #b2ddff;
  --blue300: #84caff;
  --blue400: #53b1fd;
  --blue500: #2e90fa;
  --blue600: #1570ef;
  --blue700: #175cd3;
  --blue800: #1849a9;
  --blue900: #194185;
  --pink25: #fef6fb;
  --pink50: #fdf2fa;
  --pink100: #fce7f6;
  --pink200: #fcceee;
  --pink300: #faa7e0;
  --pink400: #f670c7;
  --pink500: #ee46bc;
  --pink600: #dd2590;
  --pink700: #c11574;
  --pink800: #9e165f;
  --pink900: #851651;
  --orange25: #fefaf5;
  --orange50: #fef6ee;
  --orange100: #fdead7;
  --orange200: #f9dbaf;
  --orange300: #f7b27a;
  --orange400: #f38744;
  --orange500: #ef6820;
  --orange600: #e04f16;
  --orange700: #b93815;
  --orange800: #932f19;
  --orange900: #772917;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--gray600);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: var(--gray600);
  letter-spacing: normal;
  margin-bottom: 0;
}

a {
  color: var(--gray600);
  cursor: pointer;
  border-bottom-color: #000;
  text-decoration: none;
}

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

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

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

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

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

blockquote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  color: var(--gray500);
  text-align: left;
  margin-top: 1rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

.background-color-gray800 {
  background-color: var(--gray800);
  color: #f5f5f5;
}

.uui-styleguide_classes {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

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

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

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.margin-bottom.margin-medium {
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  backdrop-filter: saturate(150%) blur(8px);
  background-color: #ffffffe6;
  border-bottom: 1px solid #fff;
  padding: .75rem 1rem;
  position: sticky;
  top: 3rem;
}

.text-size-medium {
  letter-spacing: normal;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.125rem;
}

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

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

.form-checkbox-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

.icon-medium {
  height: 3rem;
}

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

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

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-tertiary {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.button-tertiary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-tertiary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-radio-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  margin-top: 0;
}

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

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

.icon-xxsmall {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.icon-xlarge {
  height: 6.5rem;
}

.heading-large {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-large.font-lato.text-weight-medium {
  font-weight: 500;
}

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

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button.is-button-xsmall {
  padding: .5rem .875rem;
}

.button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-input {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.form-input::placeholder {
  color: var(--gray500);
}

.form-input.select {
  color: var(--gray900);
  background-color: #fff;
  background-image: none;
}

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

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

.form-checkbox-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

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

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

.button-secondary:focus {
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: 1rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-secondary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

.uui-styleguide_images-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  height: 5rem;
}

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

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-styleguide_heading {
  z-index: 100;
  background-color: var(--gray900);
  color: #fff;
  padding: .75rem 1rem;
  font-weight: 600;
  position: sticky;
  top: 0;
}

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

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

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

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

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

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

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

.form-radio-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

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

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

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

.button-link {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: var(--primary800);
}

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.button-link.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_text-wrapper {
  padding-top: 1.5rem;
}

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

.button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.badge {
  grid-column-gap: .375rem;
  border: 1px solid var(--gray200);
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-primary {
  border-color: var(--primary200);
  background-color: var(--primary50);
  color: var(--primary700);
}

.badge.is-error {
  border-color: var(--error200);
  background-color: var(--error50);
  color: var(--error700);
}

.badge.is-warning {
  border-color: var(--warning200);
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge.is-success {
  border-color: var(--success200);
  background-color: var(--success50);
  color: var(--success700);
}

.badge.is-badge-large {
  padding: .25rem .75rem;
}

.badge.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group {
  border: 1px solid var(--gray200);
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-badge-group-small {
  font-size: .75rem;
}

.badge-group.is-primary {
  border-color: var(--primary200);
  background-color: var(--primary50);
  color: var(--primary700);
  white-space: nowrap;
}

.badge-group.is-error {
  border-color: var(--error200);
  background-color: var(--error50);
  color: var(--error700);
}

.badge-group.is-warning {
  border-color: var(--warning200);
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge-group.is-success {
  border-color: var(--success200);
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.badge-group_badge {
  border: 1px solid var(--gray200);
  background-color: var(--white);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-badge-small {
  padding: .125rem .375rem;
  font-size: .75rem;
}

.badge-group_badge.is-primary {
  border-color: var(--primary200);
  background-color: var(--white);
  color: var(--primary700);
}

.badge-group_badge.is-error {
  border-color: var(--error200);
  background-color: var(--white);
  color: var(--error700);
}

.badge-group_badge.is-warning {
  border-color: var(--warning200);
  background-color: var(--white);
  color: var(--warning700);
}

.badge-group_badge.is-success {
  border-color: var(--success200);
  background-color: var(--white);
  color: var(--success700);
}

.badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: var(--primary500);
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: var(--success500);
}

.badge-group_icon.text-color-error500 {
  color: var(--error500);
}

.badge-group_icon.text-color-warning500 {
  color: var(--warning500);
}

.badge-group_icon.badge-icon-small {
  width: .75rem;
  height: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uui-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

.uui-styleguide_navbar {
  align-items: center;
  padding: 1rem 2%;
  display: flex;
  overflow: scroll;
}

.uui-styleguide_navbar-link {
  color: var(--gray900);
  flex: none;
  margin-right: 1rem;
  font-size: 14px;
  text-decoration: underline;
}

.badge-dot {
  color: var(--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--warning500);
}

.badge-dot.text-color-success500 {
  color: var(--success500);
}

.badge-dot.text-color-primary500 {
  color: var(--primary500);
}

.badge-dot.text-color-error500 {
  color: var(--error500);
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: start;
}

.uui-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.uui-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-none {
  line-height: 1;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.uui-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.uui-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.uui-styleguide_color-sample.is-gray25 {
  background-color: var(--gray25);
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: var(--gray600);
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: var(--gray700);
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: var(--gray300);
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: var(--gray200);
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: var(--gray900);
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: var(--gray100);
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: var(--gray50);
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: var(--gray500);
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: var(--gray800);
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: var(--gray400);
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: var(--primary25);
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: var(--primary50);
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: var(--primary100);
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: var(--primary200);
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: var(--primary300);
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: var(--primary400);
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: var(--primary500);
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: var(--primary600);
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: var(--primary700);
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: var(--primary800);
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: var(--primary900);
}

.uui-styleguide_color-sample.is-error25 {
  background-color: var(--error25);
}

.uui-styleguide_color-sample.is-error50 {
  background-color: var(--error50);
}

.uui-styleguide_color-sample.is-error100 {
  background-color: var(--error100);
}

.uui-styleguide_color-sample.is-error200 {
  background-color: var(--error200);
}

.uui-styleguide_color-sample.is-error300 {
  background-color: var(--error300);
}

.uui-styleguide_color-sample.is-error400 {
  background-color: var(--error400);
}

.uui-styleguide_color-sample.is-error500 {
  background-color: var(--error500);
}

.uui-styleguide_color-sample.is-error600 {
  background-color: var(--error600);
}

.uui-styleguide_color-sample.is-error700 {
  background-color: var(--error700);
}

.uui-styleguide_color-sample.is-error800 {
  background-color: var(--error800);
}

.uui-styleguide_color-sample.is-error900 {
  background-color: var(--error900);
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: var(--warning25);
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: var(--warning50);
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: var(--warning100);
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: var(--warning200);
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: var(--warning300);
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: var(--warning400);
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: var(--warning500);
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: var(--warning600);
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: var(--warning700);
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: var(--warning800);
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: var(--warning900);
}

.uui-styleguide_color-sample.is-success25 {
  background-color: var(--success25);
}

.uui-styleguide_color-sample.is-success50 {
  background-color: var(--success50);
}

.uui-styleguide_color-sample.is-success100 {
  background-color: var(--success100);
}

.uui-styleguide_color-sample.is-success200 {
  background-color: var(--success200);
}

.uui-styleguide_color-sample.is-success300 {
  background-color: var(--success300);
}

.uui-styleguide_color-sample.is-success400 {
  background-color: var(--success400);
}

.uui-styleguide_color-sample.is-success500 {
  background-color: var(--success500);
}

.uui-styleguide_color-sample.is-success600 {
  background-color: var(--success600);
}

.uui-styleguide_color-sample.is-success700 {
  background-color: var(--success700);
}

.uui-styleguide_color-sample.is-success800 {
  background-color: var(--success800);
}

.uui-styleguide_color-sample.is-success900 {
  background-color: var(--success900);
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: var(--indigo25);
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: var(--indigo50);
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: var(--indigo100);
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: var(--indigo200);
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: var(--indigo300);
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: var(--indigo400);
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: var(--indigo500);
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: var(--indigo600);
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: var(--indigo700);
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: var(--indigo800);
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: var(--indigo900);
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: var(--blue25);
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: var(--blue50);
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: var(--blue100);
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: var(--blue200);
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: var(--blue300);
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: var(--blue400);
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: var(--blue500);
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: var(--blue600);
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: var(--blue700);
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: var(--blue800);
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: var(--blue900);
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: var(--pink25);
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: var(--pink50);
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: var(--pink100);
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: var(--pink200);
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: var(--pink300);
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: var(--pink400);
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: var(--pink500);
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: var(--pink600);
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: var(--pink700);
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: var(--pink800);
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: var(--pink900);
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: var(--orange25);
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: var(--orange50);
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: var(--orange100);
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: var(--orange200);
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: var(--orange300);
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: var(--orange400);
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: var(--orange500);
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: var(--orange600);
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: var(--orange700);
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: var(--orange800);
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: var(--orange900);
}

.uui-styleguide_color-sample-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

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

.uui-styleguide_callout-link {
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.uui-styleguide_callout-link-wrapper {
  border: 1px solid var(--gray200);
  background-color: var(--gray50);
  width: 100%;
  color: var(--gray900);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

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

.uui-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.icon-featured-outline-medium {
  border: .375rem solid var(--primary50);
  background-color: var(--primary100);
  width: 3rem;
  height: 3rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary-gray.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

.button-tertiary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-tertiary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: var(--gray700);
}

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.button-link-gray.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-styleguide_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-outline-large {
  border: .5rem solid var(--primary50);
  background-color: var(--primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-large {
  background-color: var(--primary100);
  width: 3rem;
  height: 3rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-medium {
  background-color: var(--primary100);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.icon-featured-square-large {
  background-color: var(--primary500);
  width: 3rem;
  height: 3rem;
  color: var(--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-square-medium {
  background-color: var(--primary500);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-styleguide-message-delete-this {
  background-color: var(--gray100);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.uui-styleguide-message-fixed {
  z-index: 99;
  border-top: .75rem solid var(--primary600);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-styleguide-message-wrapper {
  background-color: var(--white);
  text-align: left;
  border-radius: 1rem;
  padding: 2rem;
}

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

.uui-text-size-small {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet-2 {
  display: none;
}

.main-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.main-button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.main-button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--success100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_icon-wrapper {
  color: var(--primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--gray50);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.navbar_logo-link {
  flex: none;
  padding-left: 0;
}

.navbar_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar_menu-link {
  color: var(--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.navbar_menu-link:hover {
  color: var(--gray700);
}

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

.uui-navbar07_dropdown-toggle {
  color: var(--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--gray700);
}

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

.navbar_menu-button {
  padding: 0;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--gray200);
  background-color: var(--white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.uui-button-secondary-gray.show-tablet-2 {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

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

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar07_item-heading {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.navbar_logo-image {
  height: 2.875rem;
  max-height: 2.875rem;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--gray600);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  line-height: 1.2;
}

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

.home-hero_image-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  overflow: hidden;
}

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.text-size-xlarge {
  color: var(--gray600);
  font-family: Lato, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.home-hero_image {
  object-fit: cover;
  width: 100%;
  height: 32.25rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heroheader22_text-underline {
  background-image: url('../images/underline-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: visible;
}

.space-small {
  width: 100%;
  min-height: 1.5rem;
}

.space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home-hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.home-hero_factor-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  display: flex;
}

.home-hero_factor {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-hero_factor-text {
  font-family: Lato, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.uui-text-size-medium {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-medium {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.home-quote_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-testimonial01_logo-wrapper {
  margin-bottom: 2rem;
}

.uui-testimonial01_logo {
  max-height: 3rem;
}

.home-quote_image-wrap {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.home-quote_image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.heading-tiny {
  color: var(--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.font-lato {
  font-family: Lato, Arial, sans-serif;
}

.home-tabs_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-text-size-medium-2 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall {
  color: var(--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-tabs_tab-link {
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

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

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

.home-tabs_tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout13_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout13_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.home-tabs_tab-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox {
  background-color: var(--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox-image {
  border: .25rem solid var(--gray900);
  border-radius: .5rem;
  width: 100%;
}

.space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-xxsmall {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.home-services_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.uui-text-size-large {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button-2:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.uui-layout77_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-services_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

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

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.home-services_item-icon-wrap {
  border: 1px solid var(--gray200);
  background-color: var(--white);
  width: 3rem;
  height: 3rem;
  color: var(--gray700);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.heading-subheading {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.section_calendar.padding-top.padding-huge {
  margin-bottom: -1rem;
}

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

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

.uui-section_cta08 {
  background-color: var(--white);
  position: relative;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.calendar_img-wrap {
  box-shadow: 0 0 0 .5rem var(--gray900);
  border-radius: .75rem;
  margin-top: 4rem;
  overflow: hidden;
}

.calendar_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 25rem;
  max-height: 25rem;
}

.padding-section_huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section_contacts {
  z-index: 2;
  background-color: var(--gray100);
  position: relative;
}

.contacts_item-link {
  color: var(--gray700);
  font-weight: 600;
  transition: color .3s;
}

.contacts_item-link:hover {
  color: var(--gray800);
}

.contacts_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  display: grid;
}

.contacts_item {
  background-color: var(--gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  display: flex;
}

.contacts_icon-wrap {
  background-color: var(--primary600);
  width: 3rem;
  height: 3rem;
  color: var(--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-heading-subheading {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-small-2 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--gray500);
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-footer07_legal-link {
  color: var(--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--gray600);
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_link {
  color: var(--gray600);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--gray700);
}

.footer_wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer {
  z-index: 2;
  background-color: var(--white);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

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

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-text-style-link {
  color: var(--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--gray700);
}

.contact-page_form-input {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.contact-page_form-input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.contact-page_form-input::placeholder {
  color: var(--gray500);
}

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

.uui-footer02_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-footer02_link {
  grid-column-gap: .5rem;
  color: var(--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_link:hover {
  color: var(--gray700);
}

.uui-footer02_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer_social-link {
  color: var(--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer_social-link:hover {
  color: var(--gray500);
}

.uui-footer02_bottom-wrapper {
  border-top: 1px solid var(--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.success-message {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 1rem;
  padding: 1.5rem;
}

.error-message {
  text-align: center;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.uui-footer02_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer02_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

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

.uui-footer02_legal-link {
  color: var(--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer02_legal-link:hover {
  color: var(--gray600);
}

.uui-footer02_form-block {
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

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

.footer_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer02_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer02_link-list-heading {
  color: var(--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer02_heading {
  color: var(--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--success50);
  color: var(--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.renginiai_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.uui-blogsection03_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection03_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection03_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection03_heading {
  flex: 1;
}

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

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

.uui-text-divider {
  color: var(--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

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

.renginiai_item-image-wrap {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.renginiai_item-image-link {
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  transition: all .3s;
  overflow: hidden;
}

.renginiai_item-image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.renginiai_item-date {
  color: var(--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.renginiai_item-date.w--current {
  border-bottom: 2px solid #000;
}

.renginiai_item-title-wrap {
  color: var(--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.renginiai_item-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection03_author-image-wrapper {
  margin-right: .75rem;
}

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

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

.uui-blogsection03_author-heading {
  color: var(--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

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

.gray-600 {
  color: var(--gray600);
}

.contact-page_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.contact-page_form-field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

.contact-page_form-field-wrap {
  position: relative;
}

.success-text {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.error-text {
  color: #e23939;
  font-family: Lato, Arial, sans-serif;
}

.contact-page_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

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

.contact-page_contact-list-item {
  align-items: center;
  display: flex;
}

.contact-page_contact-list-icon-wrap {
  color: var(--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-page_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

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

.contact-page_contact-list-link {
  color: var(--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.contact-page_form-button-wrap {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.home-tabs_tab-progress-wrap {
  background-color: var(--gray100);
  width: .25rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-tabs_tab-progress-line {
  background-color: var(--primary600);
  width: .25rem;
  height: 0;
  transition: height .125s;
}

.home-tabs_heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.uui-text-style-link-2 {
  color: var(--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--gray700);
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large-2.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-text-size-large-2 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-form-checkbox-label-2 {
  color: var(--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.form-radio_item-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio_item-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-radio_item-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-radio_item-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  margin-top: 0;
}

.form-radio_item-icon.tick-icon.w--redirected-checked {
  background-color: var(--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-heading-medium-3 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button-3:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-form_input {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.uui-form_input::placeholder {
  color: var(--gray500);
}

.uui-form_input.select {
  color: var(--gray900);
  background-color: #fff;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

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

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

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

.error-text-2 {
  color: #e23939;
}

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

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

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

.form-radio_item-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 35rem;
  margin: 4rem auto 0;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.taisykles_wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.taisykles_wrap.padding-section_huge {
  display: flex;
}

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

.uui-heading-xlarge-2 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.uui-text-size-xlarge {
  color: var(--gray600);
  font-family: Lato, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.uui-button-secondary-gray-4.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.taisykles_heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.taisykles_content-wrap {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.taisykles_content-section-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.taisykles_content-section-list {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.125rem;
}

.paslaugos-heading_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paslaugos_top-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paslaugos_heading-wrap {
  max-width: 48rem;
}

.paslaugos_disclaimer-wrap {
  background-color: #f9fafb;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.paslaugos_disclaimer-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48rem;
  display: flex;
}

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-3 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-4 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button-4:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.paslaugos-content_factor-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  display: grid;
}

.paslaugos-content_factor-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-layout08_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.paslaugos-content_item-image-wrap {
  height: 100%;
  position: relative;
}

.paslaugos-content_item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 37.5rem;
  display: grid;
}

.paslaugos-content_item-image {
  border: .25rem solid var(--gray900);
  object-fit: cover;
  border-radius: .5rem;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.paslaugos-content_item-image.reverse {
  right: 0;
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-5:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray-5:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-3 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.section_paslaugos-content {
  padding-bottom: 6rem;
  overflow: hidden;
}

.paslaugos-content_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.paslaugos-content_item-icon {
  border: 1px solid var(--gray200);
  background-color: var(--white);
  width: 3rem;
  height: 3rem;
  color: var(--gray700);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .uui-styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hide-tablet-2 {
    display: none;
  }

  .show-tablet-2 {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_menu {
    border-top: 1px solid var(--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar_menu-link {
    width: 100%;
    color: var(--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu-link:hover {
    color: var(--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--gray900);
  }

  .navbar_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

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

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .uui-button-secondary-gray.show-tablet-2 {
    display: block;
  }

  .navbar_button-wrap {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-hero_content {
    flex-flow: column-reverse;
  }

  .home-hero_factor-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    padding-bottom: 0;
    padding-left: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-tabs_tab-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout13_image-02 {
    display: none;
  }

  .uui-layout13_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .home-tabs_tab-image {
    object-fit: cover;
  }

  .uui-layout13_lightbox {
    padding: 2rem;
  }

  .uui-layout13_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section_huge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_socials {
    margin-bottom: 2rem;
  }

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

  .uui-blogsection03_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-blogsection03_button-row {
    flex: none;
  }

  .uui-blogsection03_heading {
    margin-right: 3rem;
  }

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

  .contact-page_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .paslaugos_disclaimer-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .paslaugos-content_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .paslaugos-content_item.reverse {
    flex-flow: column-reverse;
    display: flex;
  }

  .paslaugos-content_item-image {
    width: 100%;
    position: relative;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_paslaugos-content {
    padding-bottom: 5rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

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

  .text-rich-text figcaption {
    margin-top: .75rem;
  }

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

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-tertiary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    background-color: #0000;
  }

  .button-tertiary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button-secondary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

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

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

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .button-link {
    font-size: 1rem;
  }

  .button-link:hover {
    color: var(--primary700);
  }

  .button-link.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: #0000;
  }

  .button-tertiary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

  .button-link-gray:hover {
    color: var(--gray600);
  }

  .button-link-gray.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-styleguide-message-delete-this {
    align-items: flex-start;
    padding-top: 6rem;
  }

  .uui-styleguide-message-fixed {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide-message-wrapper {
    padding: 1rem;
  }

  .main-button {
    font-size: 1rem;
  }

  .main-button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_menu-link, .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

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

  .home-hero_image {
    max-width: none;
    height: 22rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .space-small {
    min-height: 1.25rem;
  }

  .space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-hero_factor-list {
    grid-row-gap: 1.25rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial01_logo {
    max-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-tabs_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .home-tabs_tab-link {
    padding-left: 1.5rem;
  }

  .home-tabs_tab-component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout13_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout13_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .home-tabs_tab-image {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout13_lightbox {
    height: 24rem;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout13_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-xxsmall {
    font-size: 1.25rem;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape, .uui-button-row-2.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .uui-layout77_component {
    align-items: stretch;
  }

  .home-services_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .space-xsmall, .uui-space-xsmall {
    min-height: .75rem;
  }

  .space-medium {
    min-height: 1.5rem;
  }

  .calendar_img-wrap {
    margin-top: 3rem;
  }

  .padding-section_huge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .contacts_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .contacts_item {
    padding: 1.5rem;
  }

  .space-xxlarge {
    min-height: 3rem;
  }

  .uui-footer07_legal-link:hover {
    color: var(--gray400);
  }

  .uui-footer07_link:hover {
    color: var(--gray500);
  }

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

  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_link:hover {
    color: var(--gray500);
  }

  .footer_social-link:hover {
    color: var(--gray400);
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_legal-link:hover {
    color: var(--gray400);
  }

  .uui-footer02_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer02_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

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

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

  .uui-blogsection03_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection03_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection03_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection03_heading {
    margin-right: 0;
  }

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

  .renginiai_item-image-link {
    margin-bottom: 1.5rem;
  }

  .renginiai_item-image-link:hover {
    box-shadow: none;
  }

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

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

  .contact-page_contact-list {
    margin-top: 2rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.button-row-center.is-reverse-mobile-landscape, .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-button-secondary-gray-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

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

  .paslaugos_disclaimer-wrap {
    padding: 1.25rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape-5 {
    width: 100%;
  }

  .paslaugos-content_factor-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-left: .5rem;
  }

  .paslaugos-content_item {
    grid-row-gap: 3rem;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_paslaugos-content {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .icon-xsmall {
    flex: none;
  }

  .uui-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .home-hero_image {
    height: 15rem;
  }

  .uui-layout13_image-02 {
    top: 20%;
  }

  .uui-layout13_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_socials {
    margin-bottom: 1rem;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-footer02_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-page_component {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radio_2col {
    grid-template-columns: 1fr;
  }

  .paslaugos-content_factor-list {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .paslaugos-content_factor-list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .paslaugos-content_item {
    grid-row-gap: 2rem;
  }
}

#w-node-_611607cc-ae5d-9a4c-c4d2-2ea86963bb74-eed73235, #w-node-_27f014f9-c496-205d-a222-69d46b63782b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f014f9-c496-205d-a222-69d46b63782c-eed73235 {
  justify-self: start;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c372f-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c3730-eed73235 {
  justify-self: start;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a942-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a943-eed73235 {
  justify-self: start;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea8-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea9-eed73235 {
  justify-self: start;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214f-eed73235 {
  justify-self: start;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca489-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca48a-eed73235 {
  justify-self: start;
}

#w-node-_34826859-0a03-9fb8-8d59-bca5449dd59b-eed73235, #w-node-ce4e8531-7508-d194-4e66-ed664d352681-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce34ec8d-48dd-2624-dd65-63a1d2b3761f-eed73235 {
  justify-self: start;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af64-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af65-eed73235 {
  justify-self: start;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d3-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d4-eed73235 {
  justify-self: start;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c15-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c16-eed73235 {
  justify-self: start;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d5-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d6-eed73235 {
  justify-self: start;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bc-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bd-eed73235 {
  justify-self: start;
}

#w-node-_80d2dd82-0cf2-071e-9875-dac4192eae6f-eed73235, #w-node-_4635f455-7122-d962-9614-bf90a260e076-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9639846d-3d42-62ca-be07-71a881d089aa-eed73235 {
  justify-self: start;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5d-eed73235 {
  justify-self: start;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbaaf-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbab0-eed73235 {
  justify-self: start;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b4-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b5-eed73235 {
  justify-self: start;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bc-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bd-eed73235 {
  justify-self: start;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004017-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004018-eed73235 {
  justify-self: start;
}

#w-node-_3884ceb3-f06f-178c-f76e-9f909fa0b8c4-eed73235, #w-node-e75743e2-0530-5d56-4143-3b025f2bb3df-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75743e2-0530-5d56-4143-3b025f2bb3e0-eed73235 {
  justify-self: start;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c2-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c3-eed73235 {
  justify-self: start;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f48-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f49-eed73235 {
  justify-self: start;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e91-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e92-eed73235 {
  justify-self: start;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed05-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed06-eed73235 {
  justify-self: start;
}

#w-node-_85959611-b184-f1cb-4938-1292fbb6413e-eed73235, #w-node-_54da55f7-d012-d5c8-6762-4e3fb8246423-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-eed73235 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-eed73235 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-eed73235 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-eed73235 {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-eed73235, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-eed73235 {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-eed73235 {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-eed73235 {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-eed73235 {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-eed73235 {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-eed73235, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-eed73235 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-eed73235 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-eed73235 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-eed73235 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-eed73235 {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-eed73235 {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-eed73235, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-eed73235 {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-eed73235 {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-eed73235 {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-eed73235 {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-eed73235 {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-eed73235 {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-eed73235 {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-eed73235 {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-eed73235 {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-eed73235, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-eed73235 {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-eed73235 {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-eed73235 {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-eed73235, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-eed73235 {
  justify-self: start;
}

#w-node-ac478db6-3301-0441-1080-3da98a6c5994-eed73235, #w-node-_4558a98b-d49a-7218-c1a4-dfadbe92290b-eed73235, #w-node-f7592db4-00f6-6056-3e4d-bc630d73b16b-eed73235, #w-node-_3aa13419-0814-2b8b-5fcb-c1967dcc04b4-eed73235, #w-node-_5536d213-1554-5501-3931-be8d8a809855-eed73235, #w-node-_5dadb952-b04c-323a-f40f-77e47d127571-eed73235, #w-node-c61ba694-2303-3248-da32-4e515d3c4f2d-eed73235, #w-node-_37bf894e-f018-7d40-892c-5605fa30fc89-eed73235, #w-node-_657111fd-947a-b1da-ed8c-0a27e9f53e99-eed73235, #w-node-_63a7be94-6d00-4da9-a920-7789e8d188ae-eed73235, #w-node-c4797e7c-b48f-edb1-72ff-46a5cfb28a87-eed73235, #w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123d-eed73235 {
  justify-self: start;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06a-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06b-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1241-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1242-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1246-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1247-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124c-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1250-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1251-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1255-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1256-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125a-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125b-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125f-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1260-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1264-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1265-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1269-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126a-eed73235 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126f-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70d-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70e-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e712-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e713-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e717-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e718-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71d-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e721-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e722-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e726-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e727-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72c-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e730-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e731-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e735-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e736-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73a-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73b-eed73235 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73f-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e740-eed73235 {
  justify-self: start;
}

#w-node-_69468a22-fd1b-bdb9-f3ec-ad17f192a556-eed73235, #w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-eed73235, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-eed73235, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-eed73235, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-eed73235, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-eed73235, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-eed73235, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-eed73235, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-eed73235, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-eed73235, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-eed73235, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-eed73235, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-eed73235, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-eed73235, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-eed73235, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-eed73235, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-eed73235, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-eed73235, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-eed73235 {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-eed73235, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-eed73235, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-eed73235 {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-eed73235, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-eed73235, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-eed73235 {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-eed73235, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-eed73235, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-eed73235 {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-eed73235, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-eed73235, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-eed73235 {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-eed73235, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-eed73235, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-eed73235 {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-eed73235, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-eed73235, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-eed73235 {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-eed73235, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-eed73235, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-eed73235 {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-eed73235, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-eed73235, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-eed73235 {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-eed73235, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-eed73235, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-eed73235 {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-eed73235, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-eed73235, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-eed73235 {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-eed73235, #w-node-a5da9f04-3971-3286-163a-446635d1e349-eed73235, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-eed73235 {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-eed73235, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-eed73235, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-eed73235 {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-eed73235, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-eed73235, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-eed73235 {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-eed73235, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-eed73235, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-eed73235 {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-eed73235, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-eed73235, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-eed73235 {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-eed73235, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-eed73235, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-eed73235 {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-eed73235, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-eed73235, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-eed73235 {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-eed73235, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-eed73235, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-eed73235 {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-eed73235, #w-node-_27682e82-6b82-214d-fa90-86b894680783-eed73235, #w-node-_27682e82-6b82-214d-fa90-86b894680784-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-eed73235 {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-eed73235, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-eed73235, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-eed73235 {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-eed73235, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-eed73235, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-eed73235 {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-eed73235, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-eed73235, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-eed73235 {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-eed73235, #w-node-_792c04d9-452e-3393-b749-359268974377-eed73235, #w-node-_792c04d9-452e-3393-b749-359268974378-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-eed73235 {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-eed73235, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-eed73235, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-eed73235 {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-eed73235, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-eed73235, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-eed73235 {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-eed73235, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-eed73235, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-eed73235 {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-eed73235, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-eed73235, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-eed73235 {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-eed73235, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-eed73235, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-eed73235 {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-eed73235, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-eed73235, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-eed73235 {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-eed73235, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-eed73235, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-eed73235 {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-eed73235, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-eed73235, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-eed73235 {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-eed73235, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-eed73235, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-eed73235 {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-eed73235, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-eed73235, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-eed73235 {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-eed73235, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-eed73235, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-eed73235 {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-eed73235, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-eed73235, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-eed73235 {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-eed73235, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-eed73235, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-eed73235 {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-eed73235, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-eed73235, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-eed73235 {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-eed73235, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-eed73235, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-eed73235 {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-eed73235, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-eed73235, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-eed73235 {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-eed73235, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-eed73235, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-eed73235 {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-eed73235, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-eed73235, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-eed73235 {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-eed73235, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-eed73235, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-eed73235 {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-eed73235, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-eed73235, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-eed73235 {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-eed73235, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-eed73235, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-eed73235 {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-eed73235, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-eed73235, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-eed73235 {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-eed73235, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-eed73235, #w-node-_20413161-5260-6e26-b63b-f44b55103841-eed73235, #w-node-_20413161-5260-6e26-b63b-f44b55103842-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-eed73235 {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-eed73235, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-eed73235, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-eed73235 {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-eed73235, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-eed73235, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-eed73235 {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-eed73235, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-eed73235, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-eed73235 {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-eed73235, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-eed73235, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-eed73235 {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-eed73235, #w-node-d26d1036-766f-826c-7367-e2354959b592-eed73235, #w-node-d26d1036-766f-826c-7367-e2354959b593-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-eed73235 {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-eed73235, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-eed73235, #w-node-_4163f697-749c-17b9-df49-5a408422aece-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-eed73235 {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-eed73235, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-eed73235, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-eed73235 {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-eed73235, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-eed73235, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-eed73235 {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-eed73235, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-eed73235, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-eed73235 {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-eed73235, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-eed73235, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-eed73235 {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-eed73235, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-eed73235, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-eed73235 {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-eed73235, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-eed73235, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-eed73235 {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-eed73235, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-eed73235, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-eed73235 {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-eed73235, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-eed73235, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-eed73235 {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-eed73235, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-eed73235, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-eed73235, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-eed73235 {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-eed73235, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-eed73235, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-eed73235, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-eed73235, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-eed73235 {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-eed73235, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-eed73235, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-eed73235, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-eed73235 {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-eed73235, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-eed73235, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-eed73235, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-eed73235 {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-eed73235, #w-node-cf219997-381a-aac0-d724-994eb48a107d-eed73235, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-eed73235, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-eed73235, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-eed73235 {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-eed73235, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-eed73235, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-eed73235, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-eed73235 {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-eed73235, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-eed73235, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-eed73235, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-eed73235, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-eed73235 {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-eed73235, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-eed73235, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-eed73235, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-eed73235, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-eed73235 {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-eed73235, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-eed73235, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-eed73235, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-eed73235, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-eed73235 {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-eed73235, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-eed73235, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-eed73235, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-eed73235, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-eed73235 {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-eed73235, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-eed73235, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-eed73235, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-eed73235, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-eed73235 {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-eed73235, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-eed73235 {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-eed73235, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-eed73235, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-eed73235, #w-node-_9ae2ec4a-dba2-3ec2-4a14-98d4b5ccb0e1-eed73235, #w-node-e558eae2-0483-a241-49ec-2430441738ba-eed73235, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-eed73235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8b014c-688b-0a93-198b-b6611e257016-3aa1e1d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00ae788a-c921-5837-388e-604d0d4dc472-9be44aca, #w-node-_00ae788a-c921-5837-388e-604d0d4dc477-9be44aca, #w-node-_00ae788a-c921-5837-388e-604d0d4dc47c-9be44aca {
  align-self: start;
}

#w-node-_00ae788a-c921-5837-388e-604d0d4dc498-9be44aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00ae788a-c921-5837-388e-604d0d4dc499-9be44aca {
  justify-self: start;
}

#w-node-fad4da20-2f1c-58cd-ffe6-f3c16ecd640f-e6cea17e, #w-node-fad4da20-2f1c-58cd-ffe6-f3c16ecd6414-e6cea17e, #w-node-fad4da20-2f1c-58cd-ffe6-f3c16ecd6419-e6cea17e, #w-node-afa2d67e-a24f-a038-a2b2-5ed51fb74219-e6cea17e, #w-node-_2c654bf4-8151-e06c-20ae-728572c779bd-e6cea17e, #w-node-_2c654bf4-8151-e06c-20ae-728572c779c2-e6cea17e, #w-node-_2c654bf4-8151-e06c-20ae-728572c779c7-e6cea17e, #w-node-_2c654bf4-8151-e06c-20ae-728572c779cc-e6cea17e, #w-node-_2235fc6a-30d6-5669-4fbb-9951b6fbd180-e6cea17e, #w-node-_2235fc6a-30d6-5669-4fbb-9951b6fbd185-e6cea17e, #w-node-_148dacb7-c391-b303-664f-df76e7120feb-e6cea17e, #w-node-e2a4e4c2-d329-4f57-709d-72cfd24d5c41-e6cea17e, #w-node-_3d8c4ff5-b827-90cf-c8e7-14f6121692d1-e6cea17e {
  align-self: start;
}


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

/* ============================================
   Post-webflow-js overrides — nav & hovers
   Appended after concat; needed because
   webflow.js no longer wires these behaviours.
   ============================================ */

/* Collapse nav menu at data-collapse="medium" breakpoint (<=991px) */
@media screen and (max-width: 991px) {
  .navbar .w-nav-menu { display: none; }
  .navbar .w-nav-menu[data-nav-menu-open] {
    display: flex !important;
    flex-direction: column;          /* stack menu + button vertically */
    justify-content: flex-start;
    align-items: stretch;

    /* Full small viewport height — stable vs. the URL/tab bar dynamics.
       Fall back to 100vh on browsers without svh support. */
    height: 100vh;
    height: 100svh;

    /* Reserve space for iOS home indicator / Android gesture area so the
       "Paremkite iniciatyvą" CTA never hides under system UI. */
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));

    animation: norb-nav-open 400ms ease both;
  }
  @keyframes norb-nav-open {
    from { opacity: 0; transform: translateY(-12px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Links: full-width column, not half-width left side */
  .navbar .navbar_menu-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .navbar .navbar_menu-left .navbar_menu-link {
    display: block;
    width: 100%;
    padding: 0.875rem 0;
  }

  /* "Paremkite iniciatyvą" pinned to the bottom, full width */
  .navbar .navbar_menu-right {
    width: 100%;
    margin-top: auto;
    padding-top: 1.5rem;
    display: block;
  }
  .navbar .navbar_menu-right .navbar_button-wrap,
  .navbar .navbar_menu-right .navbar_button-wrap > a {
    width: 100%;
  }
  .navbar .navbar_menu-right .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

/* Hamburger-to-X: put the X inside .menu-icon_component so it shares the
   exact same container center as the 3 bars. No horizontal drift on toggle. */
.navbar_menu-button .menu-icon_component {
  position: relative;
  transition: opacity 200ms ease;
}
.navbar_menu-button .menu-icon_line-top,
.navbar_menu-button .menu-icon_line-middle,
.navbar_menu-button .menu-icon_line-middle-inner,
.navbar_menu-button .menu-icon_line-bottom {
  transition: opacity 200ms ease;
}
.navbar_menu-button.w--open .menu-icon_line-top,
.navbar_menu-button.w--open .menu-icon_line-middle,
.navbar_menu-button.w--open .menu-icon_line-bottom {
  opacity: 0;
}

.navbar_menu-button .menu-icon_component::before,
.navbar_menu-button .menu-icon_component::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--gray700);
  border-radius: 1rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease, transform 300ms ease;
  pointer-events: none;
}
.navbar_menu-button.w--open .menu-icon_component::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.navbar_menu-button.w--open .menu-icon_component::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Event card hover — replaces IX2 on data-w-id on renginiai cards */
.renginiai_item-image-link { overflow: hidden; }
.renginiai_item-image {
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.renginiai_item-image-link:hover .renginiai_item-image,
.renginiai_item-image-link:focus-visible .renginiai_item-image {
  transform: scale(1.04);
}
.renginiai_item-title-wrap {
  transition: color 200ms ease;
}
.renginiai_item-icon {
  display: inline-block;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.renginiai_item-title-wrap:hover .renginiai_item-icon,
.renginiai_item-title-wrap:focus-visible .renginiai_item-icon {
  transform: translate(3px, -3px);
}

/* Tab pane transitions get the JS-set inline transitions, but
   provide a sane base so the layout doesn't snap before JS boots. */
.w-tab-pane { transition: opacity 200ms ease; }

/* Services page: plain factor list items (no check icon) — for "Dėl komercinių renginių..." copy on Komerciniai / Privatūs */
.paslaugos-content_factor-list-item--plain {
  padding-left: 0;
}
.paslaugos-content_factor-list-item--plain .uui-text-size-large-3 {
  font-style: italic;
}

/* Thinner image border on mobile (≤767px) */
@media screen and (max-width: 767px) {
  .paslaugos-content_item-image {
    border-width: 2px;
  }
}

/* Tabs images: cover-crop and lock pane height so different aspect ratios
   (e.g. a square 1:1 vs 4:3 source) don't shift the layout when tabs change. */
.home-tabs_tab-pane { height: 35rem; }
.home-tabs_tab-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .home-tabs_tab-pane { height: 24rem; }
}

/* Renginiai: "jau greitai" badge + WIP hero-style image */
.renginiai_heading-wrap h1 {
  white-space: nowrap;
}
.renginiai_heading-badge {
  display: inline-block;
  margin-left: 0.75rem;
  padding: 0;
  background: transparent;
  color: var(--gray900);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: super;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .renginiai_heading-badge {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}

.renginiai_heading-wrap .text-size-large p {
  margin: 0 0 1rem;
}
.renginiai_heading-wrap .text-size-large p:last-child {
  margin-bottom: 0;
}

.renginiai_hero-image {
  width: 100%;
  margin-top: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: var(--gray100);
}
.renginiai_hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 404 page */
.section_error { text-align: center; }
.error-page_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin: 0 auto;
}
.error-page_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--gray100);
  color: var(--gray700);
  margin: 0 auto;
  box-shadow: 0 0 0 6px var(--gray50);
}
.error-page_wrap .heading-subheading { text-align: center; }
.error-page_wrap h1 { margin: 0; }
.error-page_wrap p { text-align: center; color: var(--gray600); }

/* ============================================
   Green-tint the primary palette
   Webflow template only overrode --primary600/700 to green but left
   25/50/100/200/300/400/500 as UntitledUI's light purple. That leaks
   into form focus rings, radio check bgs, etc. Re-map to green tints
   derived from the success palette (same green hue family).
   ============================================ */
:root {
  --primary25: #f6fef9;
  --primary50: #ecfdf3;
  --primary100: #d1fadf;
  --primary200: #a6f4c5;
  --primary300: #6ce9a6;
  --primary400: #32d583;
  --primary500: #12b76a;
}

/* Quote block: larger portrait (300×300) */
.home-quote_image {
  width: 18.75rem;       /* 300px */
  min-width: 18.75rem;
  height: 18.75rem;
  min-height: 18.75rem;
  object-fit: cover;
  object-position: center;   /* source is pre-cropped to square */
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .home-quote_image {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    min-height: 12rem;
  }
}

/* ============================================
   Parama / Support page
   ============================================ */

/* Header ------------------------------------------------------ */
.section_parama-header { text-align: center; }
.parama-header_wrap {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
.parama-header_wrap .heading-subheading { text-align: center; color: #087443; margin-bottom: 0.75rem; }
.parama-header_wrap h1 { margin: 0; }
.parama-header_wrap p {
  margin: 0 auto;
  max-width: 48rem;
  color: var(--gray600, #475467);
}

/* Pricing section --------------------------------------------- */
.section_parama-pricing { padding-bottom: 6rem; }
.parama-pricing_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}
.parama-pricing_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--gray50, #f9fafb);
  border-radius: 0.75rem;
  padding: 3rem 1.5rem 2rem;
  min-height: 30.625rem; /* ~490px */
}
.parama-pricing_badge {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--gray200, #eaecf0);
  border-radius: 0.625rem;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: var(--gray700, #344054);
}
.parama-pricing_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.parama-pricing_tier {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--gray900, #101828);
}
.parama-pricing_amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: -0.02em;
  color: var(--gray900, #101828);
  margin: 0;
}
.parama-pricing_currency { font-weight: 600; }
.parama-pricing_description {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--gray600, #475467);
  margin: 0;
  max-width: 20rem;
}

/* Stepper (±) — amount gets a reserved fixed width so buttons don't jump */
.parama-pricing_stepper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.parama-pricing_stepper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 999px;
  color: var(--gray500, #667085);
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease, transform 0.1s ease;
}
.parama-pricing_stepper-btn:hover {
  color: var(--gray900, #101828);
  background-color: rgba(16, 24, 40, 0.04);
}
.parama-pricing_stepper-btn:active { transform: scale(0.94); }
.parama-pricing_stepper-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.parama-pricing_stepper-btn svg { width: 1.5rem; height: 1.5rem; }
.parama-pricing_stepper .parama-pricing_amount {
  min-width: 9rem;
  font-variant-numeric: tabular-nums;
}

/* Middle content: unique paragraph per card — sits just above button */
.parama-pricing_content {
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
}
.parama-pricing_note {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: var(--gray900, #101828);
  text-align: center;
  margin: 0;
  max-width: none;
  min-height: 2.875rem; /* reserves exactly 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer / CTA */
.parama-pricing_footer { margin-top: auto; }
.parama-pricing_cta {
  width: 100%;
  text-align: center;
  font-weight: 600; /* lock — matches .main-button site-wide */
}
.parama-pricing_cta > div { font-weight: inherit; }

/* GPM strip */
.parama-gpm_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background-color: var(--gray50, #f9fafb);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2rem;
}
.parama-gpm_text { flex: 1 1 auto; }
.parama-gpm_text h3 { margin: 0; }
.parama-gpm_text p { margin-top: 0.5rem; color: var(--gray600, #475467); max-width: 62rem; }
.parama-gpm_cta { flex-shrink: 0; }

/* Section divider — thin rule between sections (Figma UntitledUI style) */
.parama-section-divider {
  height: 1px;
  background-color: var(--gray200, #eaecf0);
  width: 100%;
}

/* Svarbi informacija — heading + 4 icon items, no intro */
.section_parama-info { background-color: #fff; }
.parama-info_heading-wrap {
  max-width: 48rem;
  margin: 0 0 4rem 0;
}
.parama-info_heading-wrap h2 { margin: 0; }
.parama-info_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}
.parama-info_item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.parama-info_icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d3f8df;
  border: 8px solid #edfcf2;
  border-radius: 1.75rem;
  color: #087443;
  box-sizing: border-box;
}
.parama-info_icon svg { width: 1.25rem; height: 1.25rem; }
.parama-info_body { display: flex; flex-direction: column; gap: 0.5rem; }
.parama-info_body h3 { margin: 0; }
.parama-info_body p { margin: 0; color: var(--gray600, #475467); }

/* Responsive */
@media screen and (max-width: 991px) {
  .parama-pricing_grid { grid-template-columns: 1fr; gap: 3rem; }
  .parama-pricing_card { min-height: 0; padding-bottom: 2rem; }
  .parama-gpm_wrap { flex-direction: column; align-items: flex-start; }
  .parama-info_list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; }
  .parama-info_heading-wrap { margin-bottom: 3rem; }
}
@media screen and (max-width: 767px) {
  .section_parama-pricing { padding-bottom: 4rem; }
  .parama-pricing_card { padding: 3rem 1.5rem 1.5rem; }
  .parama-pricing_amount { font-size: 2.5rem; line-height: 3rem; }
  .parama-gpm_wrap { padding: 1.5rem; }
  .parama-info_list { grid-template-columns: 1fr; gap: 2rem; }
}
