@import url(https://fonts.googleapis.com/css?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin,latin-ext);

body {
    margin: 0;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
    -webkit-appearance: none;
    /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

[class^="w-icon-"],
[class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: 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";
}

* {
    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: 0;
    margin: initial;
}

pre.w-code-block code {
    all: inherit;
}

.w-optimization {
    display: contents;
}

.w-webflow-badge,
.w-webflow-badge > img {
    box-sizing: content-box;
    box-sizing: initial;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    max-height: none;
    max-height: initial;
    max-width: none;
    max-width: initial;
    min-height: 0;
    min-height: initial;
    min-width: 0;
    min-width: initial;
    margin: 0;
    margin: initial;
    padding: 0;
    padding: initial;
    float: none;
    float: initial;
    clear: none;
    clear: initial;
    border: medium none currentColor;
    border: initial;
    border-radius: 0;
    border-radius: initial;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background-image: none;
    background-image: initial;
    background-position: 0 0;
    background-position: initial;
    background-size: auto auto;
    background-size: initial;
    background-repeat: repeat;
    background-repeat: initial;
    background-origin: padding-box;
    background-origin: initial;
    background-clip: border-box;
    background-clip: initial;
    background-attachment: scroll;
    background-attachment: initial;
    background-color: transparent;
    background-color: initial;
    box-shadow: none;
    box-shadow: initial;
    transform: none;
    transform: initial;
    transition: none 0s ease 0s;
    transition: initial;
    direction: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    text-decoration: initial;
    text-indent: inherit;
    text-transform: inherit;
    list-style-type: inherit;
    text-shadow: inherit;
    vertical-align: baseline;
    vertical-align: initial;
    cursor: inherit;
    white-space: inherit;
    word-break: inherit;
    word-spacing: inherit;
    word-wrap: inherit;
}

.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: visible !important;
    overflow: initial !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: static;
    position: initial;
    display: inline-block !important;
    visibility: inherit !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: 0;
}

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;
    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: 1165px) {
    .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: 768px) {
    .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;
    -webkit-user-select: 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;
}

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

.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--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);
    -webkit-user-select: none;
    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 {
    -webkit-user-select: none;
    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;
    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%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    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%;
    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: normal;
    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);
    -webkit-user-select: none;
    user-select: none;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white;
}

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

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

.w--nav-dropdown-open {
    display: block;
}

.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 1165px) {
    .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: 768px) {
    .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: 768px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}

.w-dyn-hide {
    display: none !important;
}

.w-dyn-bind-empty {
    display: none !important;
}

.w-condition-invisible {
    display: none !important;
}

.wf-layout-layout {
    display: grid;
}

.w-code-component > * {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

:root {
    --border-gray: #cacaca;
    --tyreto-black: #1a1a1a;
    --footer-grey: #232323;
    --white: white;
    --yellow-green: #97c329;
    --white-smoke-2: whitesmoke;
    --gray-text: #515151;
    --nav-gray: #d7d7d7;
    --button-black: #1f252e;
    --pc_background: #f8f8f8;
    --skladem_green: #73a200;
    --skladem_green_background: #e9f6c7;
    --text_on_green_podklad: #6c9700;
    --e9f5ca: #e9f5ca;
    --f4-white-smoke: #f4f4f4;
    --yellow_hover: #a8dd24;
    --e91823: #e91823;
    --green_podklkad: #e8f8c0;
    --border-yellow: #ebba00;
    --goldenrod: #ffcb05;
    --white-smoke: #f3f3f3;
    --new-tyreto-green: #6da305;
}

.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;
    justify-content: center;
    width: max-content;
    margin: 0 auto; /* на всякий случай */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
}

.nav_top {
    z-index: 1010;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cacaca;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    display: flex;
    position: relative;
}

.nav_top_left {
    flex-direction: row;
    flex: 0 1 auto;
    height: 100%;
    display: flex;
}

.nav_top_right {
    flex: 0 1 auto;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
}

.content_wrapper {
    flex-direction: row;
    flex: 1 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    max-width: 1300px;
    display: flex;
}

.content_wrapper.space_between {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
}

.content_wrapper.space_between.shrink {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 1.75rem;
}

.content_wrapper.space_between.shrink.menu {
    z-index: 1010;
    max-width: 1680px;
    margin-top: 0;
    position: relative;
}

.content_wrapper.space_between.shrink.menu.top_margin {
    margin-top: 1.75rem;
    padding-left: 3%;
    padding-right: 3%;
}

.content_wrapper.space_between.abs_top_bar {
    max-width: 1680px;
}

.content_wrapper.shrink {
    flex: 0 1 auto;
}

.content_wrapper.shrink.vertical {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.top_nav_item {
    grid-column-gap: .7rem;
    grid-row-gap: 1rem;
    color: #1a1a1a;
    cursor: pointer;
    border-left: 1px solid #cacaca;
    border-right: 0 solid #cacaca;
    flex: 1 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    transition: all .2s;
    display: flex;
}

.top_nav_item:hover {
    background-color: #fff;
    box-shadow: inset 0 2px 5px #0003;
}

.top_nav_item.no_right_border {
    border-right-style: none;
    border-right-color: #cacaca;
    border-right-color: var(--border-gray);
}

.top_nav_item.phone, .top_nav_item.right_border {
    border-right-width: 1px;
}

.nav_item_icon {
    height: 1.4rem;
}

.nav_item_icon.car {
    height: 1.55rem;
}

.nav_item_text {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.body {
    color: #1a1a1a;
    font-family: Inter, sans-serif;
    line-height: 1;
}

.hero_section_homepage {
    background-color: #585858;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 47rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    position: relative;
}

.logo_wrapper {
    cursor: pointer;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.main_menu_item {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: 2.3rem;
    display: flex;
    position: relative;
}

.main_menu_text {
    color: white;
    color: var(--white);
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 3;
    transition: all .2s;
}

.main_menu_text:hover {
    color: #d3d3d3;
}

.search_wrapper {
    border: 2px solid white;
    border: 2px solid var(--white);
    border-radius: .625rem;
    flex: 1 1;
    justify-content: space-between;
    align-items: center;
    max-width: 20rem;
    height: 2.5rem;
    margin-left: auto;
    padding-left: .8rem;
    display: flex;
}

.search_wrapper.hidden {
    display: none;
}

.search_text {
    color: white;
    color: var(--white);
    letter-spacing: .3px;
}

.search_button {
    background-color: white;
    background-color: var(--white);
    cursor: pointer;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.heading {
    color: white;
    color: var(--white);
    text-align: center;
    letter-spacing: .2px;
    margin-top: 6rem;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.2;
}

.hero_arrow_wrapper {
    justify-content: center;
    align-items: center;
    height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
}

.filter_grand_wrapper {
    z-index: 1;
    flex-direction: column;
    flex: 3 0 auto;
    align-items: stretch;
    min-width: 40rem;
    max-width: 56.25rem;
    display: flex;
    position: relative;
}

.filter_grand_wrapper.new_homepage {
    flex: 3 0 auto;
    max-width: 50rem;
}

.filter_grand_wrapper.new_filter {
    flex: 1 1;
}

.filter_grand_wrapper.new_filter.v2 {
    min-width: 42rem;
}

.filter_cards {
    grid-column-gap: 1.25rem;
    display: flex;
}

.filter_body {
    background-color: #f5f5f5;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    margin-top: -2px;
    padding-top: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative;
    box-shadow: 0 0 20px #30303024;
}

.filter_body.gray {
    box-shadow: none;
    background-color: #f9f9f9;
}

.filter_body.noheader {
    border-radius: 1.25rem;
    margin-top: 0;
    padding-top: 3.5rem;
    box-shadow: 0 0 20px #0000;
}

.filter_body.compact {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.filter_body.new_homepage {
    box-shadow: none;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-top: 2rem;
}

.filter_body.new_filter {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.filter_body.new_filter.v2 {
    border-radius: 1px;
    padding: 2rem 2rem 0;
}

.filter_body.nf_v2 {
    border-radius: 9px;
}

.filter_card {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #181818;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 1.25rem 1.25rem 0 0;
    flex-wrap: nowrap;
    flex: 1 1;
    align-items: center;
    min-height: 5rem;
    padding-top: 2px;
    padding-left: 3.5rem;
    padding-right: 2.4rem;
    font-weight: 700;
    display: flex;
    position: relative;
}

.filter_card.inactive {
    z-index: 0;
    background-color: #f3f3f3;
    transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.filter_card.inactive:hover {
    transform: translate(0, 5px);
}

.filter_card.inactive.gray {
    background-color: #e7e7e7;
}

.filter_card.gray {
    background-color: #f9f9f9;
}

.filter_card.new_homepage {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    flex: 0 1 auto;
    min-height: 4.25rem;
    padding-right: 4.5rem;
}

.filter_card.new_homepage.inactive {
    background-color: #e9e9e9;
}

.filter_card_icon {
    opacity: .77;
    height: 2rem;
}

.filter_card_text {
    letter-spacing: .6px;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 1;
}

.filter_inputs_wrapper {
    margin-bottom: 2rem;
}

.filter_inputs_wrapper.disc_filter {
    margin-bottom: 4rem;
}

.filter_inputs_wrapper.disc_filter.nomargbot {
    min-height: auto;
    margin-bottom: 0;
}

.filter_lane {
    grid-column-gap: 1rem;
    align-items: center;
    margin-top: 1rem;
    display: flex;
}

.filter_lane.product_page {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    position: relative;
}

.filter_lane.nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

.filter_lane.lesstop {
    margin-top: .5rem;
}

.filter_lane.cart_variant {
    grid-column-gap: .45rem;
    grid-row-gap: .45rem;
    flex-flow: wrap;
    margin-top: .25rem;
    margin-bottom: .375rem;
}

.filter_lane.cart_variant.vehicle_mapper {
    background-color: #fff;
    border: 1px #e6e6e6;
    border-radius: .25rem;
    padding: .2rem 0 0;
}

.filter_lane.disc_filter {
    grid-column-gap: 1rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    width: 100%;
    margin-top: 0;
    display: grid;
}

.filter_lane.disc_filter.twocolmax {
    grid-template-columns: 1fr 1fr;
}

.filter_lane.disc_filter.selected {
    grid-row-gap: 0rem;
}

.filter_lane_label {
    margin-bottom: .5rem;
    font-size: .938rem;
    font-weight: 600;
    display: block;
}

.filter_lane_label.menu {
    margin-bottom: 1rem;
    font-weight: 500;
}

.filter_lane_label.sub {
    text-align: left;
    margin-bottom: .25rem;
    font-weight: 500;
}

.filter_lane_label.more_bottom_margin {
    margin-bottom: 1rem;
    font-weight: 600;
}

.filter_lane_label.new_filter {
    color: #f4f4f4;
}

.filter_option {
    grid-column-gap: .813rem;
    filter: none;
    outline-offset: 0px;
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: .3rem;
    outline: 2px solid #5f5f5f00;
    justify-content: center;
    align-items: center;
    padding: .8rem 1.25rem .8rem 1.1rem;
    transition: all .2s;
    display: flex;
    filter: grayscale(0%);
    outline-offset: 0px;
    color: #000;
    background-color: #fff;
    outline: 2px solid #e2e2e2;
}

.sort_button {
    filter: grayscale(0%);
    outline-offset: 0px;
    color: #000;
    background-color: #fff;
    outline: 2px solid #e2e2e2;
}

.filter_option:hover {
    filter: grayscale(0%);
    outline-offset: 0px;
    color: #000;
    background-color: #fff;
    outline: 2px solid #e2e2e2;
}

.filter_option.select {
    border-style: solid;
    border-color: #eee;
    justify-content: flex-start;
    width: 9rem;
}

.filter_option.select.middle {
    width: 33%;
}

.filter_option.selected {
    background-color: #232323;
    background-color: var(--footer-grey);
    filter: grayscale(0%);
    color: #fff;
    border-style: solid;
    border-color: #232323;
    outline-color: #232323;
}

.filter_option.selected.new_filter {
    background-color: #151515;
    border-color: #f7cd39;
    outline-color: #c3bb29;
}

.filter_option.menu {
    color: #1b1b1b;
    white-space: nowrap;
    background-color: #0000;
    border-style: solid;
    border-color: #d3d3d3;
    outline-width: 1px;
    flex-flow: row;
    min-width: 10rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.filter_option.menu:hover {
    border-color: #c5c5c5;
    outline-width: 1px;
    outline-color: #c5c5c5;
}

.filter_option.menu.product_page {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    outline-offset: 0px;
    color: #3a3a3a;
    cursor: default;
    border-radius: .25rem;
    outline-width: 0;
    outline-style: none;
    min-width: auto;
    padding: .5rem 1rem;
}

.filter_option.menu.product_page:hover {
    border-color: #d3d3d3;
}

.filter_option.menu.cart_variant {
    grid-column-gap: .4rem;
    color: #3f3f3f;
    cursor: default;
    border-color: #ebebeb;
    border-radius: .35rem;
    min-width: auto;
    padding: .45rem .5rem .45rem .65rem;
}

.filter_option.menu.cart_variant:hover {
    outline-offset: 0px;
    border-color: #d3d3d3;
    outline: 2px #d3d3d300;
}

.filter_option.menu.cart_variant.vehicle_mapper {
    border-style: none;
    border-radius: 0;
}

.filter_option.hidden {
    display: none;
}

.filter_option.disabled {
    opacity: .39;
    cursor: not-allowed;
}

.filter_option.disc_filter {
    grid-column-gap: .25rem;
    padding: .25rem .85rem .25rem .7rem;
}

.filter_option.new_filter {
    color: #f2f2f2;
    background-color: #1515158f;
    border-color: #08080840;
    outline-color: #0000;
}

.filter_option.new_filter:hover {
    border-color: #0808084a;
    outline-color: #999;
}

.filtr_option_text {
    letter-spacing: .3px;
    white-space: nowrap;
    align-items: flex-end;
    font-weight: 500;
    display: flex;
}

.filtr_option_text.placeholder {
    color: #141414;
}

.filtr_option_text.placeholder.new_filter {
    color: #f2f2f2;
}

.filtr_option_text.cart_variant {
    font-size: .95rem;
}

.filter_dimensions_wrapper {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.25rem;
    display: flex;
}

.filter_bottom_body_wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    min-height: 8rem;
    margin-top: auto;
    display: flex;
    position: relative;
}

.filter_bottom_body_wrapper.compact {
    min-height: 7rem;
}

.button_filter {
    background-color: #1a1a1a;
    background-color: var(--tyreto-black);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: .625rem;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 1.3rem 4rem;
    text-decoration: none;
    transition: all .4s;
    display: flex;
    box-shadow: 0 0 20px #fff3;
}

.button_filter:hover {
    background-color: #444;
}

.button_text {
    color: white;
    color: var(--white);
    letter-spacing: .3px;
    font-size: 1.25rem;
    font-weight: 700;
}

.strip-container {
    background-color: #f0f0f0;
    border-top: 1px solid #e6e6e6;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    display: flex;
    overflow: hidden;
}

.strip-container.hidden, .strip-container.hid {
    display: none;
}

.strip-container.service_points {
    background-color: #f0f0f0;
    border-top: 3px #101010;
    height: 6rem;
}

.strip {
    display: flex;
}

.section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10rem;
    display: flex;
}

.inner1300 {
    flex-direction: column;
    flex: 0 1 auto;
    width: 100%;
    display: flex;
}

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

.inner1300.filtered {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.inner1300.filtered.center {
    justify-content: center;
    align-items: center;
}

.inner1300.filtered.center.max900 {
    max-width: 900px;
}

.inner1300.filtered.center.max1100 {
    max-width: 1100px;
}

.inner1300.stretch {
    flex: 1 1;
    width: 100%;
    margin-top: 2rem;
}

.inner1300.stretch.hero_padding {
    padding-bottom: 6rem;
}

.inner1300.stretch.hero_padding.lowermargbott {
    margin-top: 1rem;
}

.inner1300.stretch.pp_page_margin_bot {
    margin-bottom: 4rem;
}

.inner1300.stretch.userdb {
    margin-right: 4%;
}

.inner1300.stretch.tgang {
    position: relative;
    bottom: 0;
}

.inner1300.stretch.mobileadjust.notopm {
    margin-top: 0;
}

.inner1300.stretch.sticky-relative {
    position: relative;
}

.inner1300.stretch.mfpage {
    margin-top: 0;
    margin-bottom: 3rem;
}

.inner1300.stretch.done_mid {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    transition: all .5s cubic-bezier(1, -.222, .865, .457);
}

.inner1300.stretch.partner._1 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10rem;
}

.inner1300._1680 {
    max-width: 1680px;
}

.inner1300.manufacturer {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.inner1300.new_hero_homepage {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    max-width: 1680px;
}

.general-component {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 85px;
    display: flex;
}

.heading-2 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.4;
}

.show-all {
    color: #1a1a1a;
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}

.show-all:hover {
    color: #636363;
}

.show-all.search {
    margin-bottom: 2px;
}

.show-all.non-aligned {
    align-self: auto;
}

.gc-headings {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.whatsapp-link-custom {
    color: black !important;
    font-size: 1.1rem;
    font-weight: 600;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: black;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}
.whatsapp-link:hover {
    text-decoration: underline;
}


.gc-body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
    overflow: visible;
}

.dezen-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .2s;
}

.dezen-card {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    height: 250px;
    transition: all .2s;
    display: flex;
    overflow: hidden;
}

.dc-upper {
    flex-direction: row;
    flex: 1 1;
    justify-content: center;
    align-self: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.dc-lower {
    background-color: whitesmoke;
    background-color: var(--white-smoke-2);
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 110px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    position: relative;
}

.product_image {
    z-index: 0;
    margin-top: 0;
}

.product_image.article {
    top: 10%;
}

.product_image.horizontal_layout {
    height: 80%;
    position: static;
}

.dc-brand {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.dc-dezen {
    white-space: nowrap;
    margin-top: 5px;
}

.dc-price {
    white-space: nowrap;
    font-weight: 700;
    position: static;
    right: 1.5rem;
}

.two-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-flow: column;
    margin-bottom: 0;
}

.ad-image-homepage {
    outline-offset: 0px;
    cursor: pointer;
    aspect-ratio: 2.42;
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    outline: 3px solid #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
    display: flex;
    overflow: hidden;
}

.ad-image-homepage:hover {
    outline-color: #d6d6d6;
}

.ad-image-homepage.article_big.bloghead {
    outline-offset: 0px;
    background-image: linear-gradient(#ffffff2e, #ffffff78 0%, #18181887 60%, #252525);
    background-position: 0 0;
    background-size: auto;
    border: 1px #000;
    outline: 3px #fff;
}

.ad-image-homepage.article_big.blog_image_top {
    outline-offset: 0px;
    outline: 3px #fff;
    min-height: 350px;
}

.ad-image-homepage.article_big.blog_image_top:hover {
    outline-offset: 0px;
    outline: 3px #fff;
}


.ad-image-homepage.banner {
    aspect-ratio: auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
}

.benefits-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    margin-top: 0;
    margin-bottom: 0;
}

._100percent_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.ad-text-big {
    color: #fff;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
}

.ad-text-big.bold {
    font-weight: 800;
}

.benefit-name {
    color: #1a1a1a;
    color: var(--tyreto-black);
    text-align: center;
    letter-spacing: .3px;
    margin-top: 1.5rem;
    margin-bottom: .6rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.benefit-card {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
    display: flex;
}

.benefit-subhead {
    color: #515151;
    color: var(--gray-text);
    text-align: center;
    line-height: 1.4;
}

.benefit-pic {
    opacity: .78;
    height: 5rem;
}

.three-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.most-searched-wrap {
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 40px 45px 42px;
    position: relative;
}

.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
}

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

.grid.double.special_threecolumn {
    grid-template-columns: 1fr 1fr 1fr;
}

.ms-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 5px;
    display: flex;
}

.ms-subhead {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
    text-align: left;
    letter-spacing: .5px;
    border: 2px #dbdbdb;
    border-radius: 4px;
    align-items: center;
    padding: .45rem .6rem .35rem;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
}

.heading-3 {
    color: #444;
    text-align: left;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6rem;
}

.button-outline-black {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #232323;
    color: var(--footer-grey);
    letter-spacing: .3px;
    cursor: pointer;
    background-color: #0000;
    border: 2px solid #ebebeb;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 700;
    transition: all .2s;
    display: flex;
}

.button-outline-black:hover {
    border-color: #505050;
}

.home-content-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.footer-section {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.contact-strip {
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.footer-main-content {
    background-color: #232323;
    background-color: var(--footer-grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem 5.3rem;
    display: flex;
    position: relative;
}

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

.contact-method-wrap {
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex;
}

.cont-icon {
    width: 2.1rem;
    margin-right: 1rem;
}

.ct-slim {
    letter-spacing: .3px;
    font-size: 1rem;
    font-weight: 500;
}

.ct-bold {
    color: #181818;
    letter-spacing: .3px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
    transition: all .2s;
}

.ct-bold:hover {
    color: #494949;
}

.grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.gpd-footer-info {
    padding-right: 0%;
}

.nav-footer-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.foot-head {
    color: white;
    color: var(--white);
    letter-spacing: .4px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.nav-foot-link {
    color: #d7d7d7;
    color: var(--nav-gray);
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    transition: all .2s;
}

.nav-foot-link:hover {
    color: #fff;
}

.gpd-contact-foot {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: -.75rem;
    display: flex;
}

.lgo-wrap-foot {
    margin-right: 0;
}

.address-wrap-foot {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.image-2 {
    height: 5.25rem;
}

.addi-foot-white {
    color: #d7d7d7;
    color: var(--nav-gray);
    letter-spacing: .4px;
    white-space: nowrap;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 11px;
    font-weight: 200;
    line-height: 14px;
}

.addi-foot-white.bold {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}

.news-footer {
    margin-top: .5rem;
}

.news-footer.blog {
    color: #1a1a1a;
    margin-top: 0;
}

.news-info {
    color: #fdfdfd;
    letter-spacing: .3px;
    font-weight: 600;
    line-height: 1.3;
}

.news-info.blog {
    color: #1f252e;
    color: var(--button-black);
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.4;
}

.news-form-wrap {
    margin-top: 1rem;
    display: flex;
}

.news-form-wrap.blog {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
}

.news-input {
    border: 1px solid white;
    border: 1px solid var(--white);
    border-radius: 6px;
    flex: 1 1;
    align-items: center;
    padding: 10px;
    display: flex;
}

.news-input.blog {
    color: #1f1f1f;
    background-color: #f5f5f5;
    border-color: #e2e2e2;
}

.text-block {
    color: #ebebeb;
    letter-spacing: .3px;
}

.image-3 {
    filter: brightness(18%) invert();
    margin-right: 10px;
}

.button-white {
    background-color: white;
    background-color: var(--white);
    color: #1a1a1a;
    color: var(--tyreto-black);
    letter-spacing: .3px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: .8rem 2rem;
    font-weight: 500;
    display: flex;
}

.button-white.blog_black {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
    cursor: pointer;
    margin-left: 0;
}

.search_img {
    object-fit: contain;
    height: 1.5rem;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
}

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

.image-5 {
    z-index: 2;
    width: 21.4rem;
    position: absolute;
    inset: auto auto 0% 0%;
}

.grid-3 {
    flex: none;
}

.logo_img {
    object-fit: contain;
    width: auto;
    height: 3rem;
}

.menu_items_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
}

.menu_button, .mobile_menu {
    display: none;
}

.filtr_option_img {
    height: 1rem;
    margin-left: -.25rem;
}

.filtr_option_img.smaller {
    height: .85rem;
}

.filtr_option_img.disc_filter {
    height: 1.75rem;
}

.overlay {
    background-image: linear-gradient(#0000 40%, #00000091);
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    display: none;
}

.overlay.hidden {
    display: none;
}

.menu_body {
    z-index: 1020;
    background-color: whitesmoke;
    background-color: var(--white-smoke-2);
    opacity: 1;
    border-radius: 1rem;
    flex-direction: column;
    width: 95%;
    max-width: 1300px;
    margin-top: 7.5rem;
    padding: 2.3rem 2.5rem 2.5rem;
    font-family: Inter, sans-serif;
    display: flex;
    position: absolute;
    top: 0;
}

.menu_body.hidden {
    opacity: 0;
    display: none;
}

.menu_content {
    display: flex;
}

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

.menu_category.only_mobile {
    display: none;
}

.menu_splitter {
    border-left: 1px solid #cacaca;
    width: 1px;
    margin-top: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

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

.two_columns_menu_wrap.grid_no_further_wrappers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
}

.two_columns_menu_wrap.two_columnn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.menu_arrow {
    width: 100px;
    max-width: none;
    transition: all .2s;
    display: block;
    position: absolute;
    bottom: -70px;
}

.menu_arrow.hidden {
    display: none;
}

.whole_screen_overlay_blur {
    z-index: 1005;
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #00000017;
    width: 100%;
    height: 105vh;
    transition: all .2s;
    display: flex;
    position: fixed;
}

.strip_logos_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    filter: none;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
}

.logo_manuf {
    cursor: pointer;
    height: 2rem;
    transition: opacity .2s;
}

.logo_manuf.bigger {
    height: 1.3rem;
}

.logo_manuf.bigger.lot {
    height: 1.6rem;
}

.logo_manuf.bigger.slight {
    height: 1.5rem;
}

.logo_manuf.bigger.smalli {
    height: 1.2rem;
}

._1920.space_between {
    flex: 1 1;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    display: flex;
}

.menu_podlozka {
    z-index: 1010;
    background-color: #232323;
    background-color: var(--footer-grey);
    justify-content: center;
    align-items: center;
    height: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
}

.menu_podlozka.v2_filtr {
    background-color: #232323;
}

.menu_podlozka.v2 {
    background-color: #0000;
}

.filtered_products_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 1rem 4rem;
    display: flex;
}

.left_panel, .left_panel.hidden {
    width: 30%;
}

.right_panel {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}

.all_filters_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}

.pruvodce_vyberem_wrap {
    background-color: #f8f8f8;
    background-color: var(--pc_background);
    border: 1px solid #eee;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 2.125rem;
    display: flex;
}

.pruvodce_vyberem_wrap.hidden {
    display: none;
}

.pruvodce_vyberem_wrap.wrapped {
    cursor: pointer;
}

.image-9 {
    max-width: none;
    height: 30px;
    margin-right: 20px;
}

.text-block-2 {
    font-size: 1rem;
}

.body-2 {
    font-family: Roboto;
    font-weight: 400;
}

.pruvodce_left_side_wrap {
    align-items: center;
    display: flex;
}

.image-10 {
    width: 1rem;
}

.sort_products_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: center;
    font-weight: 400;
    display: flex;
}

.sort_button {
    white-space: nowrap;
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    font-weight: 500;
    transition: all .2s;
    display: flex;
}

.sort_button:hover {
    background-color: #eee;
    border-color: #eee;
}

.sort_button.active {
    border-color: #1a1a1a;
    border-color: var(--tyreto-black);
    background-color: #232323;
    background-color: var(--footer-grey);
    color: white;
    color: var(--white);
}

.sort_text {
    white-space: nowrap;
}

.product_counter {
    color: #d7d7d7;
    color: var(--nav-gray);
    white-space: nowrap;
    order: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-top: .5rem;
    margin-left: 1.5rem;
    font-weight: 500;
    line-height: 2.375rem;
    display: flex;
}

.prodcts_filtered_heading {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 2.375rem;
    font-weight: 800;
    line-height: 1.6;
}

.prodcts_filtered_heading.extrabold {
    font-size: 2.15rem;
    font-weight: 800;
}

.prodcts_filtered_heading.extrabold.lowerbot {
    align-items: center;
    margin-bottom: 12px;
    margin-left: 2px;
    font-size: 2rem;
    display: flex;
}

.filter_div_wrap {
    grid-column-gap: 1.5rem;
    /*grid-row-gap: 1.5rem;*/
    background-color: #f8f8f8;
    background-color: var(--pc_background);
    border: 1px solid #eee;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
    display: flex;
}

.filter_div_wrap.frozen {
    opacity: .45;
}

.filter_div_wrap.green_filter {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #6c9700;
    color: var(--text_on_green_podklad);
    border-color: #73a20030;
    font-weight: 600;
}

.filtered_products_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
}

.pc_lower {
    background-color: #f8f8f8;
    background-color: var(--pc_background);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.375rem;
    display: flex;
    position: relative;
}

.pc_lower.product_test {
    justify-content: flex-start;
    height: auto;
}

.pc_lower.horizontal_layout {
    background-color: #fff0;
    flex: 1 1;
    height: auto;
}

.pc_upper {
    background-color: #fff;
    justify-content: center;
    height: 182px;
    display: flex;
    position: relative;
    inset: 0;
    overflow: hidden;
}

.pc_upper.comparason {
    width: 100%;
}

.pc_upper.horizontal_layout {
    justify-content: center;
    align-items: center;
    width: 10rem;
}

.pc_ratings {
    z-index: 2;
    background-color: #f8f8f899;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: auto auto 1.375rem 1.375rem;
}

.pc_comparason {
    z-index: 2;
    outline-offset: 0px;
    background-color: #f8f8f899;
    border-radius: .5rem;
    outline: 2px solid #0000;
    padding: 5px;
    transition: all .4s;
    display: flex;
    position: absolute;
    inset: auto 1.375rem 1.375rem auto;
}

.pc_comparason.hovered {
    border-radius: 4px;
    align-items: center;
    padding: 5px;
}

.pc_icon {
    height: .875rem;
    transition: all .2s;
}

.pc_icon.add_to_comparason_button.hovered {
    opacity: 1;
}

.pc_rating {
    margin-left: 3px;
    font-size: .875rem;
}

.pc_info_wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.pc_price_wrap {
    justify-content: space-between;
    display: flex;
}

.pc_brand {
    white-space: nowrap;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
}

.pc_brand.big {
    font-size: 1.5rem;
}

.pc_name_wrap {
    display: flex;
}

.pc_name_wrap.product_test_article {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
}

.pc_model {
    text-transform: none;
    white-space: nowrap;
    margin-bottom: 0;
    padding-bottom: 1px;
    font-size: 1rem;
    line-height: 1;
}

.pc_model.product_test_article {
    align-self: flex-start;
    margin-left: 0;
}

.pc_model.big {
    font-size: 1.2rem;
}

.pc_describtion {
    color: #cbcbcb;
    font-size: .95rem;
    font-weight: 400;
    position: relative;
}

.pc_stock {
    font-size: 1rem;
    font-weight: 700;
    transition: all .2s;
    position: relative;
    margin-top: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    border: 1px solid #000000;
}

.pc_stock:hover {
    text-decoration: underline;
}
.pc_stock {

    background-color: white;
    color: #1c1c1c;
    border-radius: 6px;
    padding: 4px 8px;
    font-weight: bold;
}

.pc_price {
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: flex;
}

.pc_price.red {
    color: #e91823;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.25rem;
}

.pc_price.green {
    color: #73a200;
    color: var(--skladem_green);
    font-weight: 700;
}

.pc_buy_wrap {
    align-items: center;
    border-radius: 8px;
    padding: 3px 10px;
    text-align: center;
    margin-left: 5px;
}

.quantity {
    align-items: center;
    display: flex;
}

.pc_add_to_cart_button {
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 2.625rem;
    height: 2.625rem;
    transition: all .1s;
    display: flex;
    position: relative;
}

.pc_add_to_cart_button.product_page {
    z-index: 2;
    width: 60px;
    height: 60px;
    transition-property: none;
    position: relative;
}

.pc_add_to_cart_button.product_page:hover {
    transform: none;
}

.pc_add_to_cart_button.product_page.submenu_small {
    width: 2.125rem;
    height: 2.125rem;
}

.pc_add_to_cart_button.remove {
    cursor: pointer;
    background-color: #0000;
    border: 1px solid #c7c7c7;
    transition: all .2s;
}

.pc_add_to_cart_button.remove:hover {
    filter: invert();
    transform: none;
}

.pc_add_to_cart_button.remove.smaller {
    width: 24px;
    height: 24px;
}

.quantity_controler {
    width: .85rem;
}

.quantity_controler.minus {
    cursor: pointer;
}

.quantity_controler.minus.product_page {
    width: 1.2rem;
}

.quantity_controler.plus {
    cursor: pointer;
}

.quantity_controler.plus.product_page {
    width: 1.2rem;
}

.text-block-3 {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    font-size: .9rem;
    line-height: .75rem;
    display: flex;
}

.text-block-3.product_page {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.05rem;
}

.text-block-3.cart_page {
    color: #c7c7c7;
}

.text-block-3.lighter {
    color: #a0a0a0;
}

.quantity_circle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    cursor: pointer;
    border-radius: 4rem;
    outline: 1px solid #333;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: relative;
}

.quantity_circle.product_page {
    padding: 12px;
}

.quantity_circle.cart_page {
    outline-color: #c7c7c7;
    transition: all .2s;
}

.quantity_circle.cart_page:hover {
    filter: invert();
}

.quantity_circle.lighter {
    outline-offset: 0px;
    outline: 1px dashed #b9b9b9;
}

.pc_lower_splitter {
    border-top: 1px solid #dfdfdf;
    flex-direction: row;
    flex: 1 1;
    width: 100%;
    height: 1px;
}

.pc_lower_splitter.auto {
    border-top-color: #e4e4e4;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pc_splitter_wrap {
    flex: 1 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: .75rem;
    display: flex;
}

.pc_splitter_wrap.test_blog {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
}

.image-11 {
    width: 1.3rem;
}

.image-11.product_page {
    width: 1.8rem;
}

.image-11.product_page.submenu_small {
    width: 1.375rem;
}

.image-11.smaller {
    width: 1rem;
}

.filter_single_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    margin-bottom: .5rem;
    display: flex;
}

.fs_item {
    color: #000;
    cursor: pointer;
    border: 0 solid #7e7e7e;
    align-items: center;
    transition: opacity .2s;
    display: flex;
}

.fs_item:hover {
    color: #000;
    border-color: #000;
}

.fs_item.active {
    color: #1a1a1a;
    color: var(--tyreto-black);
    transition: all .2s;
}

.fs_item.nopointer {
    cursor: default;
}

.fs_item.password {
    color: #979797;
    background-color: #f2f2f200;
    border-width: 1px;
    border-color: #e5e0e000;
    border-radius: .5rem;
    margin-left: auto;
    padding: .25rem;
    transition-property: all;
}

.fs_item.password:hover {
    color: #444;
    background-color: #f2f2f2;
    border-color: #e9dada;
}

.fc_heading_main {
    align-items: flex-end;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1rem;
    display: flex;
}

.filter_change_show_all_text {
    color: #00000080;
    cursor: pointer;
    align-items: flex-end;
    font-size: .75rem;
    font-weight: 300;
    line-height: .8rem;
    display: flex;
}

.filter_change_show_all_text.hidden {
    display: none;
}

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

.fs_checkbox {
    border-style: solid;
    border-width: 1px;
    border-radius: .4rem;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
    transform: rotate(45deg);
}

.fs_checkbox.active {
    background-color: #232323;
    border-color: #232323;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fs_checkbox.small {
    width: .8rem;
    height: .8rem;
}

.fs_checkbox.small.black {
    border-width: 1px;
    border-color: #1a1a1a;
    border-color: var(--tyreto-black);
    border-radius: 2rem;
    width: 1rem;
    height: 1rem;
}

.fs_checkbox.small.dark {
    border-color: #686868;
}

.fs_checkbox.bigger {
    width: .9rem;
    height: .9rem;
}

.fs_checkbox.bigger.active.green {
    border-color: #97c329;
    border-color: var(--yellow-green);
    background-color: #97c329;
    background-color: var(--yellow-green);
}

.fs_text_content {
    align-items: center;
    margin-left: .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    display: flex;
}

.fs_text_content.active {
    color: #1a1a1a;
    color: var(--tyreto-black);
}

.fs_text_content.bigger {
    color: #1a1a1a;
    color: var(--tyreto-black);
    font-size: 1rem;
    font-weight: 500;
}

.fs_text_content.bigger.dark {
    color: #777;
    font-weight: 400;
}

.fs_text_content.password {
    margin-left: 0;
    font-size: .875rem;
}

.fs_checboxdot {
    background-color: #fff0;
    border-radius: 100px;
    width: .4rem;
    height: .4rem;
}

.fs_checboxdot.active {
    background-color: #fff;
    width: .55rem;
    height: .55rem;
}

.fs_checboxdot.active.green {
    width: .4rem;
    height: .4rem;
}

.fs_checboxdot.small.active {
    width: .3rem;
    height: .3rem;
}

.fp_price_wrap {
    margin-left: .75rem;
    margin-right: .75rem;
    padding-top: 1rem;
    padding-bottom: 0;
    position: relative;
}

.fp_price_lane {
    z-index: 0;
    background-color: #232323;
    height: 2px;
    display: flex;
    position: relative;
}

.fp_left_dot {
    z-index: 1;
    align-items: center;
    height: 2rem;
    margin-bottom: 0;
    margin-right: 76%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.fp_dot_lane {
    background-color: #dedede;
    flex: 1 1;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    padding-top: 0;
    display: flex;
}

.fp_dot {
    border: 2px solid #1a1a1a;
    border: 2px solid var(--tyreto-black);
    background-color: #1a1a1a;
    background-color: var(--tyreto-black);
    border-radius: 8rem;
    flex: 0 1 auto;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
    display: flex;
}

.fp_right_dot {
    z-index: 1;
    flex-direction: row;
    align-items: center;
    height: 2rem;
    margin-left: 67%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.pf_spacer {
    height: 1px;
    margin-bottom: 2rem;
}

.pf_badge_wrap {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    position: absolute;
    top: -1.5rem;
}

.pf_prices_inputs_wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-direction: row;
    margin-top: 1rem;
    display: flex;
}

.price-input {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: .4rem;
    flex-direction: column;
    flex: 1 1;
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
    padding: .7rem .8rem;
    display: flex;
}

.pf_price_input_lower_wrap {
    max-width: 95%;
    margin-top: 4px;
    display: flex;
}

.pf_kc_sign {
    padding-left: 3px;
    font-size: 14px;
    line-height: 14px;
}

.pf_from_to {
    color: #7e7e7e;
    margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
}

.pf_price_from, .pf_price_to {
    font-size: 14px;
    line-height: 14px;
}

.filters_remove_all {
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: underline;
}

.filters_remove_all.nounderline {
    cursor: default;
    text-decoration: none;
}

.filter_main_wrap {
    flex-direction: column;
    margin-bottom: -1.2rem;
    display: flex;
}

.filter_main_lane {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    display: flex;
}

.filter_main_lane.nowrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
}

.fm_single_dimension.hidden, .fm_multi_dimension.hidden {
    display: none;
}

.text-span, .text-span-2 {
    font-weight: 400;
}

.fm_dimensions {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    display: flex;
}

.div-block {
    width: 1px;
}

.mobile_show_filter {
    display: none;
}

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

.pagination_wrap.hidden {
    display: none;
}

.pagination_wrap.blog {
    margin-top: 2rem;
}

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

.page_number_button {
    color: #818181;
    cursor: pointer;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    width: 2.3rem;
    height: 2.3rem;
    transition: all .2s;
    display: flex;
}

.page_number_button:hover {
    background-color: #ececec;
}

.page_number_button.active {
    background-color: #1a1a1a;
    background-color: var(--tyreto-black);
    color: #fff;
}

.page_number_button.active_article {
    color: #000;
    background-color: #e6e6e6;
}

.page_number_text {
    margin-bottom: -1px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}

.page_button {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    cursor: pointer;
    background-color: #f4f4f4;
    border-radius: 2rem;
    padding: .8rem 1.4rem;
    display: flex;
}

.page_button.hidden {
    opacity: 0;
}

.next_page_text {
    line-height: 1;
}

.page_direction_img {
    height: 1rem;
}

.add_dimension_wrap {
    opacity: .42;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    transition: all .2s;
    display: flex;
}

.add_dimension_wrap:hover {
    opacity: 1;
}

.add_dimension_wrap.hid {
    display: none;
}

.add_dim_button {
    height: 1.25rem;
    transition: transform .2s;
}

.add_dimension_text {
    white-space: nowrap;
    margin-left: .3rem;
    font-size: .95rem;
    line-height: 1;
    display: flex;
}

.main_filter_controls_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: 0% 0% 10% auto;
}

.main_filter_controls_wrap.new_filter {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 1.188rem;
    bottom: 0%;
}

.main_filter_controls_wrap.new_filter.v2 {
    margin-bottom: 2rem;
    position: static;
}

.mf_controls_line_wrap {
    cursor: pointer;
    margin-bottom: .7rem;
    padding-right: .5rem;
    display: flex;
}

.mf_controls_line_wrap.hid {
    display: none;
}

.switch_body {
    border: 1px solid #cacaca;
    border: 1px solid var(--border-gray);
    cursor: pointer;
    background-color: #fff;
    border-radius: 16px;
    flex-direction: row;
    align-items: flex-start;
    width: 2.3rem;
    padding: 1px;
    display: flex;
}

.switch_body.active {
    background-color: #c9de96;
    justify-content: flex-end;
    box-shadow: inset 0 2px 5px #72e32b4a;
}

.swich_dot {
    background-color: #464646;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
}

.swich_dot.active {
    background-color: #4b6800;
}

.mf_switch_lane_text {
    color: #554300;
    margin-left: .5rem;
    font-weight: 400;
}

.add_to_comparason_text {
    opacity: 0;
    color: #dadada;
    margin: 0 5px 0 0;
    font-size: .9rem;
    font-weight: 500;
    transition: all .2s;
    display: none;
}

.add_to_comparason_text.hovered {
    opacity: 1;
    color: #363636;
    margin-left: 3px;
    display: block;
}

.product_hero_section {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.product_hero_wrap {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    display: flex;
}

.ph_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 5fr 7fr;
    place-content: center;
    place-items: stretch stretch;
    width: 100%;
    height: auto;
}

.ph_main_img_wrap {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
}

.ph_main_image {
    height: 524px;
}

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

.bc_line_wrap {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    display: flex;
}

.bc_item_text {
    color: #6a6a6a;
    cursor: pointer;
    font-size: .9rem;
}

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

.splitter {
    height: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

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

.ph_name_w {
    display: flex;
}

.ph_price_and_cta {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    display: flex;
}

.ph_bottom_strip {
    z-index: 0;
    border-top: 1px solid #e9e9e9;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.3rem;
    display: flex;
    position: relative;
}

.ph_manufacturer_name {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .5rem;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 2.5rem;
    display: flex;
}

.ph_manufacturer_name.submenu_smaller {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.75rem;
    line-height: 1.75rem;
}

.ph_dezen_name {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.75rem;
    display: flex;
}

.ph_describtion {
    color: #424242;
    letter-spacing: .3px;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1.65;
}

.ph_describtion.dezen {
    margin-bottom: 0;
}

.read_more_span {
    color: #424242;
    cursor: pointer;
    justify-content: center;
    align-items: flex-start;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: underline;
    display: inline-flex;
}

.phpw_top {
    align-items: flex-end;
    display: flex;
}

.phpw_bot {
    margin-top: .2rem;
}

.ph_price_text {
    color: #1f252e;
    color: var(--button-black);
    align-items: flex-end;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
}

.ph_price_text.red {
    color: #fd0000;
    white-space: nowrap;
}

.ph_price_text.submenu_small {
    justify-content: center;
    align-items: flex-end;
    margin: .75rem;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
}

.ph_novat_price_text {
    color: #c1c1c1;
    white-space: nowrap;
    flex-flow: column;
    align-items: flex-end;
    font-size: .75rem;
    font-weight: 300;
    display: flex;
}

.ph_stock_status {
    color: #73a200;
    font-weight: 700;
}

.text-span-3 {
    font-size: .8rem;
    font-weight: 400;
}

.text-span-3.delivery {
    color: #89ab42;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: underline;
}

.ph_buy_button_wrap {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
}

.ph_buy_button_wrap.submenu_small {
    height: 2.75rem;
}

.ph_buy_button_text_wrap {
    z-index: 1;
    background-color: #97c329;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-left: -30px;
    padding-left: 3rem;
    padding-right: 2.1rem;
    display: flex;
    position: relative;
}

.ph_buy_button_text_wrap.submenu_small {
    background-color: #99c52b;
    height: 2.125rem;
    margin-left: -1.15rem;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
}

.ph_buy_text {
    color: #fff;
    font-weight: 600;
}

.ph_buy_text.submenu_small {
    font-size: .875rem;
    font-weight: 400;
}

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

.phbs_right {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    align-items: center;
    height: 1.1rem;
    display: flex;
    position: relative;
}

.review_phbs {
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

.review_phbs:hover {
    text-decoration: underline;
}

.review_phbs.review_card {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
}

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

.add_to_comparason_phbs:hover {
    text-decoration: underline;
}

.phbs_review_count {
    color: #747474;
    font-size: .95rem;
    font-weight: 200;
    line-height: 1;
}

.pbhs_normal_text {
    color: #747474;
    white-space: nowrap;
    font-size: .95rem;
    line-height: 1;
}

.phbs_icon {
    height: 1rem;
    margin-right: .45rem;
}

.manuf_img_logo_small {
    cursor: pointer;
    height: 1.3rem;
}

.product_details_section {
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    padding: 6rem 1rem;
    display: flex;
}

.pd_layout_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 3fr 3fr 3fr;
}

.pd_cat_name {
    font-weight: 900;
}

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

.pd_descript_long {
    color: #747474;
    font-weight: 600;
    line-height: 1.8;
}

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

.property_lane {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: .9rem;
    padding-bottom: 4px;
    display: flex;
    position: relative;
}

.pd_property_name {
    color: #747474;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
}

.pd_property_value {
    color: #232323;
    text-align: right;
    white-space: normal;
    padding-left: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

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

.eutag_img {
    height: 100%;
}

.similar_dezens_and_reviews_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.product_reviews_wrap {
    margin-top: 5rem;
    display: block;
}

.product_reviews_wrap.hidden {
    display: none;
}

.prod_rev_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 9fr;
    align-items: start;
    position: relative;
}

.pr_card {
    color: #747474;
    background-color: #f5f5f5;
    border-radius: 10px;
}


.pr_card.single_review {
    flex-direction: column;
    padding: 1.6rem;
    display: flex;
}

.pr_right_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}

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

.prc_ratings {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-direction: column;
    padding-bottom: .5rem;
    display: flex;
}

.prc_rating_number {
    align-items: flex-end;
    display: flex;
}

.prc_current_rating {
    font-size: 2.1rem;
    font-weight: 600;
}

.text-block-4 {
    margin-left: 5px;
    padding-bottom: 2px;
    font-size: 1.5rem;
    font-weight: 400;
}

.prc_stars_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
}

.prc_total_ratings_count {
    white-space: nowrap;
    font-size: .9rem;
    font-weight: 300;
}

.prc_total_ratings_count.dezen {
    font-size: .8rem;
}

.prc_total_ratings_count.dezen.article {
    font-size: .7rem;
}

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

.prc_number_stars {
    margin-top: -1px;
}

.prc_number_stars_wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: flex;
}

.prc_ratings_grey_lane {
    background-color: #e9e9e9;
    border-radius: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: .9rem;
    display: flex;
}

.prc_golden_lane {
    background-color: #ffcb05;
    border-radius: 2rem;
    width: 50%;
    height: 100%;
}

.prc_golden_lane.gray {
    background-color: #959595;
}

.sr_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #ececec;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: .6rem;
    padding-bottom: .7rem;
    display: flex;
}

.sr_bot.empty_review {
    padding-top: .5rem;
    display: flex;
}

.text-block-5 {
    white-space: nowrap;
    font-weight: 600;
}

.srt_infos_right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
}

.sr_lanes {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    margin-bottom: .15rem;
    line-height: 1.5;
    display: flex;
}

.sr_pictures {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-wrap: nowrap;
    margin-top: 1.25rem;
    display: flex;
    overflow: hidden;
}

.sr_pictures.hidden {
    margin-top: 0;
    display: none;
}

.ph_special_offer_wrap {
    z-index: 1;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 2.5rem;
    display: flex;
    position: relative;
}

.so_heading {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .8rem;
    padding-right: 5px;
    display: flex;
}

.so_content {
    background-color: #f2f2f2;
    border-radius: 1rem;
    justify-content: flex-end;
    padding: 1rem;
    display: flex;
}

.product_special_offer_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(150px, 300px);
    grid-auto-columns: minmax(150px, 300px);
    grid-auto-flow: column dense;
    justify-content: end;
    align-items: stretch;
}

.special_offer_text {
    color: #97c12d;
    padding-right: 5px;
    font-size: 1.25rem;
    font-weight: 600;
}

.so_head_icon {
    height: 1.5rem;
    margin-right: .8rem;
}

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

.sr_review_lane_icon {
    background-color: #e9f5ca;
    background-color: var(--e9f5ca);
    aspect-ratio: 1;
    border: 1px #91c709;
    border-radius: .5rem;
    width: 1.5rem;
    margin-top: .2rem;
    margin-right: .5rem;
    padding: .3rem;
}

.sr_review_lane_icon.negative {
    background-color: #ffebeb;
}

.review_attached_image {
    border: 2px solid #ccc;
    border-radius: .3rem;
    height: 10rem;
}

.touchwrapper {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    transition: all .1s;
    display: flex;
}

.touchwrapper:hover {
    filter: contrast(200%);
}

.touchwrapper.smaller {
    opacity: .38;
    width: 1.5rem;
    height: 1.5rem;
}

.div-block-2 {
    width: 2rem;
    height: 2rem;
}

.close_the_menu {
    opacity: .23;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    transition: all .2s;
    position: absolute;
    inset: 1.5rem 1.5rem auto auto;
}

.close_the_menu:hover {
    opacity: .57;
}

.searchbar_section {
    background-color: #ececec;
    justify-content: center;
    align-items: center;
    height: 140px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
}

.searchbar_wrapper {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: row;
    flex: 1 1;
    justify-content: space-between;
    align-items: stretch;
    max-width: 640px;
    padding: 12px;
    display: flex;
}

.search_bar_button {
    background-color: #232323;
    background-color: var(--footer-grey);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    flex: 0 1 auto;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
    display: flex;
}

.search_bar_input_wrapper {
    flex: 1 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.search_icon {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 10px;
    display: flex;
}

.search_input {
    cursor: text;
    flex: 1 1;
    align-items: center;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.search_results_section {
    justify-content: center;
    align-items: flex-start;
    min-height: 70vh;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.search_results_info_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    display: flex;
}

.search_results_heading {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 120%;
    display: flex;
}

.search_result_info_text {
    margin-bottom: 3rem;
}

.search_results {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
    display: flex;
}

.sr_cat_heading {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
}

.text-block-6 {
    margin-bottom: 1rem;
}

.sr_cat_wrap {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.sw_searched_text {
    color: #515151;
    font-weight: 400;
}

.dezen_page_section {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.dezen_page_hero_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: .1rem;
    display: flex;
}

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

.dph_grid_thirds {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    overflow: hidden;
}

.dph_img_wrap {
    justify-content: center;
    align-items: flex-start;
    height: 16rem;
    display: flex;
}

.dph_text_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-top: 3rem;
    display: flex;
}

.dph_dezen_img {
    height: 30rem;
}

.dph_filter_thirds {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: contain;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr;
    align-self: stretch;
    place-items: stretch stretch;
    width: 100%;
}

.dph_filter_wrap {
    background-color: #f4f4f4;
    background-color: var(--f4-white-smoke);
    border-radius: 10px;
    padding-top: 3.5rem;
    padding-left: 3.625rem;
    padding-right: 3.625rem;
}

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

.dph_ratings_small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #f4f4f4;
    background-color: var(--f4-white-smoke);
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding: 1.1rem 1.6rem;
    display: flex;
}

.dph_ratings_small.article_blog {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 1rem;
}

.dphr_percentage {
    color: #626262;
    font-size: 1.75rem;
    font-weight: 600;
}

.dphr_starts_n_count_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
}

.dphr_show_all_ratings {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #1f252e;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: .75rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    display: flex;
}

.dphr_show_all_ratings.blog {
    color: #000;
    white-space: nowrap;
    background-color: #f1f1f1;
    margin-top: auto;
    transition: all .2s;
}

.dphr_show_all_ratings.blog:hover {
    background-color: #f1f1f199;
}

.dphr_show_all_ratings.inactive {
    color: #b8b7b7;
    cursor: default;
    background-color: #ebebeb;
}

.dph_properties_wrap {
    background-color: #f4f4f4;
    background-color: var(--f4-white-smoke);
    color: #626262;
    border-radius: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 1.4rem 1.4rem 1.8rem;
    display: flex;
}

.dpp_header_wrap {
    border-bottom: 1px solid #dfdfdf;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: .6rem;
    display: flex;
}

.dpp_explainer_small {
    font-size: .8rem;
    font-weight: 300;
}

.dpp_heading {
    font-size: 1.25rem;
    font-weight: 700;
}

.dpp_bot_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: space-around;
    align-self: stretch;
    width: 100%;
    height: 80%;
    margin-top: 1.2rem;
    display: flex;
}

.dpp_bot_wrap.article_test {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: 0;
    padding: .25rem;
}

.dpp_lane_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1.6rem 5.8rem 1fr 2rem;
    align-items: center;
}

.dpp_lane_grid.vysledek_testu {
    grid-template-columns: 1.6rem 5.8rem 1fr;
}

.dppl_img_w {
    justify-content: flex-start;
    align-items: center;
    height: 1.2rem;
    display: flex;
}

.dpp_img {
    height: 100%;
}

.dpp_property_name_text_wrap {
    align-items: center;
    display: flex;
}

.dpp_property_name_text {
    color: #3a3a3a;
    font-weight: 500;
}

.dpp_value_wrap {
    color: #959595;
    justify-content: center;
    align-items: center;
    display: flex;
}

.dpp_value_text {
    font-weight: 600;
}

.dp_avalible_tires_search_results {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.15rem;
    margin-bottom: 3rem;
    display: flex;
}

.dp_small_headings_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.dpdp_hd_txt {
    font-size: 1.5rem;
    font-weight: 700;
}

.dpdp_results_grid_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
}

.dpdp_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}

.dp_video_wrap {
    margin-top: 1.5rem;
}

.video_content_placeholder {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.dp_similar_n_reviews_section {
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.manufacturer_hero_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 1rem;
    display: flex;
}

.pp_producer_logo_wrap {
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
}

.pp_producer_logo_wrap.no_overflow {
    overflow: hidden;
}

.producet_page_hero_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr;
}

.filter_body_manufacturer {
    background-color: #f4f4f4;
    background-color: var(--f4-white-smoke);
    border-radius: 10px 0 0 10px;
    padding: 2.6rem 3.6rem 0;
    display: block;
}

.pp_most_searched_dimensions {
    background-color: #f9f9f9;
    border-left: 3px dashed #d3d3d3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 3.5rem 2.6rem;
    display: flex;
    overflow: hidden;
}

.pp_producer_info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

.pp_producer_info.hidden {
    display: none;
}

.pp_producer_info.bottom_margin {
    margin-bottom: 3rem;
}

.pp_info_heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.text-block-7 {
    color: #252525;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}

.text-block-8 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.pp_dezen_category_wrapper {
    margin-top: 3rem;
    margin-bottom: .5rem;
}

.pp_producer_img {
    max-width: 11rem;
    height: 11rem;
}

.pp_producer_img.smaller {
    z-index: -1;
    width: 100%;
    max-width: 15rem;
    height: 8rem;
    position: relative;
}

.cart_content_section {
    background-color: #f5f5f5;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem 1rem 2rem;
    transition: opacity .3s cubic-bezier(1, -.175, .883, .118);
    display: flex;
}

.cart_content_section.order_done {
    padding-top: 0;
    padding-bottom: 0;
}

.cart_progress_bar {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 43.75rem;
    display: flex;
}

.cart_bar_splitter {
    background-color: #ccc;
    flex: 1 1;
    height: 2px;
}

.cart_bar_splitter.active {
    background-color: #97c329;
    background-color: var(--yellow-green);
}

.cart_bar_circle {
    color: #ccc;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    transition: all .2s;
    display: flex;
    position: relative;
}

.cart_bar_circle:hover {
    color: #929292;
    border-color: #929292;
}

.cart_bar_circle.active {
    border-color: #97c329;
    border-color: var(--yellow-green);
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
}

.cart_bar_circle.active:hover {
    border-color: #97c329;
    border-color: var(--yellow-green);
    background-color: #97c329;
    background-color: var(--yellow-green);
}

.cpb_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cpb_wrap.opaque {
    opacity: 0;
    cursor: default;
}

.cart_progress_bar_step_text {
    color: #b4b4b4;
    white-space: nowrap;
    font-size: .8rem;
    font-weight: 300;
    transition: all .2s;
    position: absolute;
    top: 3.1rem;
}

.cart_progress_bar_step_text.active {
    color: #1f1f1f;
    font-weight: 600;
}

.cart_inner_content {
    background-color: #f5f5f5;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all .2s;
    display: flex;
}

.cart_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #505050;
    grid-template-rows: auto;
    grid-template-columns: 8fr 4fr;
    align-items: start;
    transition: all 2s cubic-bezier(1, -.192, .673, .504);
}

.cart_grid.transfered_right {
    grid-template-columns: 8fr;
    max-width: 66%;
}

.cart_summary {
    color: #626262;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 1.5rem;
    display: flex;
}

.cart_summary.cart_anon_adding_vehicle_progress {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1rem;
}

.cart_summary_top {
    color: #1a1a1a;
    color: var(--tyreto-black);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
}

.cart_summary_bot {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.cart_summary_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #303030;
    border-top: 1px solid #e7e7e7;
    flex-direction: column;
    margin-bottom: .5rem;
    padding: 1.15rem 1.5rem 1rem;
    display: flex;
}

.cart_summary_item.vehicle_mapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-top-style: none;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.cs_head {
    font-size: 1.25rem;
    font-weight: 700;
}

.cart_summary_item_name {
    color: #1a1a1a;
    color: var(--tyreto-black);
    font-weight: 700;
    line-height: 1.2;
}

.cart_summary_item_description {
    color: #616161;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.1;
}

.cs_total {
    justify-content: space-between;
    margin-bottom: .6rem;
    font-weight: 300;
    display: flex;
}

.cs_total.bold {
    color: #1a1a1a;
    color: var(--tyreto-black);
    font-weight: 700;
}

.cs_total.bonus_club {
    color: #6c9700;
    font-weight: 700;
}

.cart_go_forward_button {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    transition: all .2s;
    display: flex;
    position: relative;
}

.cart_go_forward_button:hover {
    background-color: #a8dd24;
    background-color: var(--yellow_hover);
}

.cart_go_forward_button.mobile_upper {
    display: none;
}

.cart_go_forward_button.smaller {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
}

.cart_go_forward_button.review {
    margin-top: 0;
}

.cart_go_forward_button.gray {
    color: #9e9e9e;
    background-color: #f1f1f1;
}

.cart_sections_wrapper {
    flex-direction: column;
    margin-bottom: 6rem;
    display: flex;
}

.cs_one {
    opacity: 1;
    transition: all .2s;
}

.cs_one.hidden {
    opacity: 0;
    display: none;
}

.cs_one.noitems {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30vh;
    display: flex;
}

.cs_one.noitems.dezenholder {
    margin-top: 2rem;
    padding: 2rem;
}

.cs_item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cs_item.noshrink {
    flex: none;
}

.cs_item.service_selected {
    height: 3.75rem;
    margin-bottom: 0;
}

.cs_item.green_borders {
    border-color: #97c329;
    border-color: var(--yellow-green);
}

.cs_item.overflow_allowed {
    overflow: visible;
}

.cs_promocode {
    align-items: flex-start;
    height: 2.25rem;
    display: flex;
}

.cs_item_top {
    color: #626262;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-left: 2rem;
    padding-right: 2.25rem;
    display: flex;
}

.cs_item_top.service_selected {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: .75rem;
    padding-right: 1rem;
}

.cs_item_top.service_selected.udb_purchased_p {
    background-color: #fff;
    border: 1px solid #fafafa;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.cs_item_top.service_selected.submenu_different {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    height: 100%;
    padding-left: 0;
}

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

.cs_item_bot {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #626262;
    border-top: 1px solid #ddd;
    justify-content: space-between;
    padding: 1.75rem 2.25rem;
    transition: all .4s;
    display: flex;
}

.cs_item_bot.hidden {
    color: #363636;
    align-items: center;
    display: none;
}

.cs_item_bot.service_selected {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cs_item_bot.strip {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
}

.csi_img_w {
    height: 7.8rem;
    overflow: hidden;
}

.csi_img_w.service_selected {
    height: 3.75rem;
    padding-top: .25rem;
}

.csi_img_w.service_selected.submenu_different_use {
    border: 1px solid #cecece;
    border-radius: .5rem;
    justify-content: center;
    align-items: flex-start;
    height: 3.25rem;
    margin: auto 0;
    padding-top: 0;
    display: flex;
    overflow: hidden;
}

.csi_img {
    object-fit: cover;
    height: 200%;
}

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

.csi_order_service {
    color: #78a707;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #0000;
    border: 2px solid #90c50e;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.25rem;
    font-size: .95rem;
    font-weight: 600;
    transition: all .6s;
    display: flex;
}

.csi_order_service:hover {
    color: #fff;
    background-color: #90c50e;
}

.csi_order_service.selected {
    color: #9c9c9c;
    border-width: 2px;
    border-color: #d3d3d3;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 400;
}

.csi_order_service.selected:hover {
    color: #78a707;
    background-color: #fff0;
    border-color: #90c50e;
}

.csi_order_service.danger {
    color: #9c9c9c;
    border-width: 2px;
    border-color: #d3d3d3;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 400;
}

.csi_order_service.danger:hover {
    border-color: #e91823;
    border-color: var(--e91823);
    color: #e91823;
    color: var(--e91823);
    background-color: #fff0;
}

.csi_names_w {
    flex: 1 1;
    margin-left: 2rem;
    padding-right: 2rem;
}

.csi_names_w.service_selected {
    margin-left: 1rem;
    padding-right: .75rem;
}

.csi_names_w.service_selected.udb_purchased_p {
    flex: 0 1 auto;
}

.csi_names_w.service_selected.submenu_smaller {
    margin-left: 0;
}

.csi_main_name {
    color: #232323;
    font-size: 1.25rem;
    font-weight: 800;
}

.csi_main_name.review {
    color: #232323;
    color: var(--footer-grey);
    font-size: 1rem;
}

.csi_tyrename_regular {
    font-size: .875rem;
    font-weight: 400;
}

.csi_decs {
    margin-top: .5rem;
    font-weight: 300;
    line-height: 1.2;
}

.csi_decs.service_selected {
    margin-top: .25rem;
    font-size: .85rem;
}

.csi_decs.review {
    color: #232323;
    color: var(--footer-grey);
    margin-top: .1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.1;
}

.csi_price {
    color: #7eac0d;
    font-weight: 600;
}

.csi_price.green {
    color: #73a200;
    color: var(--skladem_green);
    text-align: right;
    min-width: 6rem;
    font-size: 1rem;
    font-weight: 500;
}

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

.csi_right_wrapper.summary {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.csi_right_wrapper.nogodown.udb_purchased_p {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-left: auto;
}

.div-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.csi_services_checks_w {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-direction: column;
    display: none;
}

.add_promocode_text {
    color: #7e7e7e;
    margin-left: .2rem;
    padding-bottom: 1px;
    font-size: .8rem;
    font-weight: 600;
}

.img_add_promo {
    width: .8rem;
    height: .8rem;
}

.add_promocode_button {
    cursor: pointer;
    display: flex;
}

.cs_two {
    opacity: 1;
    transition: all .2s;
}

.cs_two.hidden {
    opacity: 0;
    display: none;
}

.cs_item_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    min-height: 3.5rem;
    padding: 0 1.5rem;
    display: flex;
    position: relative;
}

.cs_item_header.moreitems.much {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.cs_item_header.wrapped {
    border-bottom-style: none;
}

.csi_intem_heading {
    color: #1a1a1a;
    color: var(--tyreto-black);
    letter-spacing: 0;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
    font-size: 1.0625rem;
    font-weight: 700;
    display: flex;
}

.csi_bottom_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 1rem 1.5rem;
    display: flex;
}

.csi_bottom_container.green {
    background-color: #97c329;
    background-color: var(--yellow-green);
}

.csi_bottom_container.select_timeslot {
    border-top: 1px solid #e6e6e6;
}

.csi_bottom_container.login {
    padding-top: .5rem;
    padding-bottom: 0;
}

.csi_bottom_container.vehicle_mapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #fff;
}

.csi_bottom_container.mid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-image: linear-gradient(258deg, #fcfcfc70, #fafafa80 48%, #fcfcfc70), linear-gradient(229deg, #fff, #fcfcfc 50%, #fff);
    border-bottom: 1px solid #e6e6e6;
}

.csi_bottom_container.tech_split {
    background-color: #fafafa;
    height: 1rem;
    padding: 0;
}

.grid-5 {
    grid-template-columns: 1fr .75fr .5fr;
}

.cs_item_list_lane {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.est_deliver_date {
    color: #c8c8c8;
    text-align: right;
    flex: 1 1;
    font-size: .95rem;
}

.est_deliver_date.today {
    color: #73a200;
}

.csi_rightside_wrap {
    flex: 1 1;
    justify-content: space-between;
    max-width: 30%;
    margin-left: auto;
    display: flex;
}

.csi_price_text {
    text-align: right;
    flex: 1 1;
    font-size: .95rem;
}

.csi_price_text.green {
    color: #73a200;
}

.cs_three {
    opacity: 1;
    transition: all .2s;
}

.cs_three.hidden {
    opacity: 0;
    display: none;
}

.csi_filler_grid_inputs {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    position: relative;
}

.csi_input_warp {
    border-bottom: 1px solid #e6e6e6;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
}

.csi_input_warp.two_columns {
    grid-column: 1 / 3;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.csi_input_warp.logged_in {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding-left: .75rem;
    padding-right: .75rem;
}

.csi_input_warp.logged_in.options {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    padding: .375rem .5rem;
}

.text-block-9 {
    pointer-events: none;
    color: #555;
    text-transform: uppercase;
    align-items: center;
    font-size: .9rem;
    font-weight: 500;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.text-block-9.logged_in {
    text-transform: none;
    margin-left: .75rem;
}

.text-block-9.touchable {
    pointer-events: auto;
}

.text-block-9.error {
    color: #fc0000;
}

.text-block-10 {
    outline-offset: 0px;
    color: #252525;
    text-align: right;
    letter-spacing: .2px;
    background-color: #fff0;
    border: 0 #000;
    outline: 3px #333;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    box-shadow: 0 2px 5px #0000;
}

.text-block-10:hover, .text-block-10:active, .text-block-10:focus, .text-block-10:focus-visible, .text-block-10[data-wf-focus-visible] {
    outline-offset: 0px;
    border-style: none;
    outline: 3px #333;
}

.lineblocker {
    z-index: 5;
    background-color: #fff;
    height: 3px;
    position: absolute;
    inset: auto 0% 0%;
}


.cart_summary_wrapper.opaque {
    opacity: 0;
    display: none;
}

.podminky_text {
    opacity: 1;
    padding: 1.5rem;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.4;
    transition: opacity .2s;
}

.podminky_text.lowop {
    opacity: 0;
}

.span_obchodni_podminky {
    text-decoration: underline;
}

.shopping_cart_select {
    color: #9e9e9e;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: .4rem 1.2rem;
    font-size: .8rem;
    transition: all .3s;
}

.shopping_cart_select:hover {
    color: #4a4a4a;
    border-color: #999;
}

.shopping_cart_select.flex {
    grid-column-gap: .45rem;
    grid-row-gap: .45rem;
    filter: invert(16%);
    color: #a3a3a3;
    border-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: .52rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    font-size: .813rem;
    transition: filter .3s, color .3s, border-color .3s, background-color .3s;
    display: flex;
}

.shopping_cart_select.flex:hover {
    border-color: #97c329;
    border-color: var(--yellow-green);
    background-color: #97c329;
    background-color: var(--yellow-green);
    filter: invert(0%);
    color: #fff;
}

.shopping_cart_select.flex.red {
    transition: filter .3s, color .3s, border-color .3s, background-color .3s;
}

.shopping_cart_select.flex.red:hover {
    border-color: #e91823;
    border-color: var(--e91823);
    background-color: #e91823;
    background-color: var(--e91823);
    outline-offset: 0px;
    outline: 3px dashed #fff;
}

.shopping_cart_select.flex.green {
    border-color: #97c329;
    border-color: var(--yellow-green);
    background-color: #97c329;
    background-color: var(--yellow-green);
    filter: invert(0%);
    color: #fff;
}

.shopping_cart_select.flex.cancel:hover {
    border-color: #e91823;
    border-color: var(--e91823);
    background-color: #e91823;
    background-color: var(--e91823);
}

.tbd_placeholder {
    justify-content: center;
    align-items: center;
    margin-top: .1rem;
    font-size: .8rem;
    display: flex;
}

.cs_four {
    transition: all .2s;
}

.cs_four.hidden {
    opacity: 0;
    display: none;
}

.csi_amount {
    color: #73a200;
    color: var(--skladem_green);
    font-size: 1rem;
    font-weight: 500;
}

.csi_summary_wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    padding: 2rem;
    display: flex;
}

.csi_summary_wrap.just_added {
    background-color: #e8f8c0;
    background-color: var(--green_podklkad);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
}

.csi_summary_wrap.qs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
}

.div-block-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex;
}

.text-block-11 {
    color: #73a200;
    color: var(--skladem_green);
    padding-top: 1px;
    font-size: 1.063rem;
    font-weight: 700;
}

.text-block-11.qs {
    color: #1fa2bb;
}

.text-block-12 {
    color: #5c5c5c;
}

.span_my_account {
    color: #5c5c5c;
    text-decoration: underline;
}

.image-15 {
    width: 1.25rem;
    height: 1.25rem;
}

.image-15.smaller {
    width: 18px;
    height: 18px;
    margin-top: -1px;
}

.csi_no_service {
    margin-left: .5rem;
    padding-bottom: 1px;
    font-size: .9rem;
}

.c_promocode_input_wrapper {
    color: #333;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    width: 16rem;
    height: 2.5rem;
    padding: .75rem;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
}

.c_promocode_input_wrapper.hidden {
    display: none;
}

.login_register_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 5rem 1rem 0;
    display: flex;
}

.login_register_card {
    background-color: whitesmoke;
    background-color: var(--white-smoke-2);
    border-radius: 1.25rem;
    flex-direction: column;
    flex: 0 1 auto;
    justify-content: flex-start;
    align-items: stretch;
    padding: 2rem;
    display: flex;
}

.login_register_card.nomargin {
    grid-column-gap: .5px;
    grid-row-gap: .5px;
    background-color: #f5f5f5;
    border-top: 1px solid #dadada;
    border-radius: 0 0 1.25rem 1.25rem;
    flex: 1 1;
    justify-content: flex-start;
}

.login_register_card.right {
    object-fit: contain;
    flex: 1 0 auto;
    width: 100%;
    overflow: auto;
}

.lr_cards_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: column wrap;
    flex: 1 1;
    max-width: 800px;
    margin-bottom: 0;
    display: flex;
    position: relative;
}

.lrc_head_wr {
    border-bottom: 1px solid #ddd;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
}

.lr_head_tx {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: baseline;
    padding-right: 2rem;
    font-size: 1rem;
    display: flex;
}

.lr_bigword {
    padding-right: 1px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.1;
}

.btn_customer_support {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-color: #cacaca;
    border-color: var(--border-gray);
    color: #a7a7a7;
    cursor: pointer;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .45rem .8rem .4rem;
    font-size: .75rem;
    font-weight: 400;
    transition: opacity .2s;
    display: flex;
}

.btn_customer_support:hover {
    color: #1a1a1a;
    color: var(--tyreto-black);
}

.btn_c_support_txt {
    text-align: center;
    letter-spacing: .2px;
    align-self: flex-end;
    align-items: flex-end;
    line-height: .9;
    display: flex;
}

.btn_sut_img_svg {
    height: 1.1rem;
}

.lrc_form_wrap {
    margin-top: 1.5rem;
}

.lrc_grid {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: .75rem;
}

.lrc_grid.register {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    object-fit: contain;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
}

.lrc_grid.cart {
    margin-top: .25rem;
    margin-bottom: .5rem;
}

.lrc_input_wr {
    flex-direction: column;
    flex: 1 1;
    align-items: stretch;
    margin-bottom: 1rem;
    display: flex;
}

.lrc_input_wr.small {
    flex: 0 1 auto;
    width: 48%;
}

.lrc_input_wr.cart {
    margin-bottom: .5rem;
}

.lrc_inp_label {
    color: #747474;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
}

.lrc_input {
    background-color: white;
    background-color: var(--white);
    border: 0 #000;
    border-radius: 8px;
    align-items: center;
    height: 2.5rem;
    margin-top: .6rem;
    padding-left: .85rem;
    font-weight: 600;
    display: flex;
}

.lrc_input.gray_border {
    border: 1px solid #e6e6e6;
}

.lrc_input.gray_border:hover, .lrc_input.gray_border:active, .lrc_input.gray_border:focus {
    outline-offset: 0px;
    outline-style: none;
}

.lrc_options_wrap {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
}

.lrc_options_wrap.reg {
    margin-top: 0;
    padding-bottom: 1rem;
}

.lrc_options_wrap.nostretch {
    width: auto;
}

.lrc_options_wrap.register {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.reg_forgot_txt {
    color: #7e7e7e;
    font-size: .8rem;
}

.lrc_duet_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    display: flex;
}

.button_big_stretch {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
    text-align: center;
    letter-spacing: .25px;
    cursor: pointer;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    transition: all .3s;
    display: flex;
}

.button_big_stretch:hover {
    background-color: #97c91c;
}

.button_big_stretch.register {
    margin-top: 1.5rem;
}

.button_big_stretch.small {
    letter-spacing: .1px;
    flex: 0 1 auto;
    margin-top: 0;
    padding: .75rem 1.5rem;
}

.button_big_stretch.nomargins {
    margin-top: 0;
}

.button_big_stretch.secondary {
    outline-color: #97c329;
    outline-color: var(--yellow-green);
    outline-offset: -4px;
    color: #73a200;
    color: var(--skladem_green);
    background-color: #fff0;
    border: 0 solid #000;
    outline-width: 4px;
    outline-style: solid;
}

.div-block-7 {
    background-color: #73a200;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 10rem;
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: absolute;
    inset: auto 0 auto auto;
    box-shadow: 0 2px 60px #44444436;
}

.text-block-13 {
    color: #fff;
    white-space: nowrap;
    flex: 1 1;
    font-size: .8rem;
    font-weight: 600;
}

.notification_wrapper {
    z-index: 1051;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
    position: fixed;
    inset: 5% 2.5% auto auto;
}

.notif_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #73a200;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 20rem;
    padding: .9rem;
    display: flex;
}

.notif_header.comparason {
    background-color: #0c0c0c;
}

.notif_added_to_cart {
    outline-offset: 0px;
    cursor: pointer;
    border-radius: 10px;
    outline: 3px solid #fff0;
    transition: all .2s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 60px 10px #0003;
}

.notif_added_to_cart:hover {
    opacity: 1;
    outline-color: #97c329;
    outline-color: var(--yellow-green);
}

.notif_added_to_cart.comparason:hover {
    outline-color: #0e0e0e;
}

.added_to_cart {
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.notif_content_added_to_cart {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    display: flex;
}

.img_checbox {
    height: 1rem;
}

.notf_item_img {
    height: 4rem;
}

.notf_item_img_w {
    border-bottom: 2px solid #73a200;
    border-bottom: 2px solid var(--skladem_green);
    justify-content: center;
    align-items: flex-start;
    height: 2rem;
    display: flex;
    overflow: hidden;
}

.notf_item_rightww {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #1a1a1a;
    color: var(--tyreto-black);
    flex-direction: row;
    flex: 1 1;
    align-items: center;
    display: flex;
}

.ntf_added_item_manufacturer {
    font-weight: 700;
}

.ntf_added_item_count {
    color: #fff;
    letter-spacing: 1.5px;
    background-color: #73a200;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 5px 5px 4px 6px;
    font-size: .75rem;
    display: flex;
}

.div-block-10 {
    margin-left: auto;
}

.img_forward {
    height: .75rem;
    margin-left: auto;
}

.added_item_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex: 1 1;
    width: 100%;
    display: flex;
}

.forward_to_cart_button {
    background-color: #1a1a1a;
    background-color: var(--tyreto-black);
    color: whitesmoke;
    color: var(--white-smoke-2);
    border-radius: 10px;
    width: 100%;
    margin-top: .25rem;
    padding: .75rem 1.5rem;
    transition: all .2s;
    display: none;
}

.forward_to_cart_button:hover {
    color: white;
    color: var(--white);
    transform: translate(0, 4px) scale(1.02);
}

.fwtc_btn_text {
    text-align: center;
    font-weight: 500;
    transition: all .2s;
}

.ntf_added_item_productname {
    margin-right: 1.5rem;
}

.div-block-11 {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
}

.text-block-14 {
    color: #000;
    font-weight: 500;
    line-height: 2rem;
}

.image-16 {
    width: .8rem;
    height: .8rem;
}

.div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    align-items: center;
    display: flex;
}

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

.benefits_wrapper {
    background-color: #fff;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
}

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

.left_sign_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    display: flex;
}

.register_now_wrapper {
    background-image: linear-gradient(to bottom, #e8f8c0, #e8f8c0);
    background-image: linear-gradient(to bottom, var(--green_podklkad), var(--green_podklkad));
    border-radius: 1.25rem 1.25rem 0 0;
    flex-direction: row;
    flex: 1 1;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1.9rem;
    display: flex;
}

.commercial_text {
    color: #fff;
}

.text-span-4 {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
}

.text-span-5 {
    border: 1px none #ebba00;
    border: 1px none var(--border-yellow);
    color: #ebba00;
    color: var(--border-yellow);
    border-radius: 100px;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.benefits_main_wrap {
    grid-column-gap: 10px;
    margin-top: 1rem;
    display: none;
}

.benefit_img {
    opacity: .47;
    border: 1px solid #dfdfdf;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
}

.image-18 {
    width: 60%;
    height: 60%;
}

.onb_wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-direction: column;
    margin-top: 0;
    display: flex;
}

.onb_wrapper.nogap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
}

.text-block-15 {
    color: #6c9700;
    -webkit-text-stroke-color: #97c329;
    -webkit-text-stroke-color: var(--yellow-green);
    font-size: 1.25rem;
    font-weight: 800;
}

.text-block-16 {
    color: #658d00;
    letter-spacing: .3px;
    border-radius: 10rem;
    margin-top: .75rem;
    font-size: .875rem;
    font-weight: 400;
}

.bold-text {
    color: #97c329;
    color: var(--yellow-green);
}

.log_wrapp_tech {
    width: 100%;
}

.text-span-6 {
    -webkit-text-stroke-color: #6c9700;
    font-size: 1rem;
    font-weight: 400;
}

.text-span-7 {
    color: #6c9700;
    color: var(--text_on_green_podklad);
    letter-spacing: .3px;
    -webkit-text-stroke-color: #6c9700;
    -webkit-text-stroke-color: var(--text_on_green_podklad);
}

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

.div-block-14 {
    flex-flow: column;
    flex: 1 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3%;
    display: flex;
}

.create_acc_tech_wrap {
    width: 100%;
    display: flex;
}

.blogpage_section {
    background-color: whitesmoke;
    background-color: var(--white-smoke-2);
    justify-content: center;
    align-items: center;
    padding: 2rem 5% 4rem;
    display: flex;
}

.blogpage_content_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    flex: 1 1;
    align-items: stretch;
    display: flex;
}

.blogpage_content_section {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.blogpage_content_section.topmargin {
    margin-top: 2rem;
}

.blogpage_content_heading {
    font-size: 2rem;
    line-height: 120%;
}

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

.grid-6.blog_menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1300px;
}

.blogpage_category_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    outline-offset: 0px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    outline: 3px solid #e6e6e600;
    align-items: center;
    padding: .75rem .5rem .75rem 1rem;
    transition: all .3s;
    display: flex;
    position: relative;
}

.blogpage_category_card:hover {
    outline-offset: 0px;
    outline: 3px solid #e6e6e6;
}

.blogpage_category_card.attached_top_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    outline-offset: 0px;
    background-color: #ffffffb8;
    border-radius: 60px;
    outline: 3px #ddd;
    padding: .45rem .8rem;
    position: absolute;
    inset: 2rem auto auto 2rem;
}

.blogpage_category_card.active {
    outline-color: #cacaca;
    outline-color: var(--border-gray);
}

.blogpage_category_img {
    height: 2rem;
}

.blogpage_category_img.attached {
    height: 1rem;
}

.text-block-17 {
    font-size: 1rem;
    font-weight: 600;
}

.text-block-17.attached {
    font-size: .8rem;
}

.grid-7 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.psc_prompt {
    color: #97c329;
    color: var(--yellow-green);
    margin-right: auto;
    padding-top: 2px;
    font-size: 1rem;
    font-weight: 600;
}

.psc_input {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    min-width: 8rem;
    height: auto;
    padding: .5rem 1rem;
    font-size: .95rem;
    display: flex;
}

.psc_input.confirm {
    border-color: #73a200;
    border-color: var(--skladem_green);
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
    cursor: pointer;
    justify-content: center;
    min-width: auto;
    font-weight: 500;
}

.psc_check_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

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

.timeslot_button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px dashed #97c329;
    border: 1px dashed var(--yellow-green);
    color: #97c329;
    color: var(--yellow-green);
    cursor: pointer;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .8rem .5rem .7rem;
    transition: all .3s;
    display: flex;
}

.timeslot_button:hover {
    color: #73a200;
    color: var(--skladem_green);
    background-color: #e9f6c759;
}

.timeslot_button.selected {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
}

.text-block-18 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
}

.text-block-19 {
    font-size: .75rem;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}

.user_dashboard_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.black_top_ud {
    z-index: -1;
    background-color: #232323;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
}

.ud_wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.text-block-20 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

.ud_header_wrap {
    justify-content: space-between;
    margin-bottom: 1rem;
    display: flex;
}

.logout_button {
    white-space: nowrap;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: .4rem 1.2rem;
    font-family: Inter, sans-serif;
    font-size: .85rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
}

.logout_button:hover {
    background-color: #d8d8d8;
}

.grid-9 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 5fr 7fr;
}

.ud_card_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}

.ud_card {
    background-color: #f5f5f5;
    border-radius: 10px;
    position: relative;
}

.ud_card.popup {
    width: 100%;
    max-width: 1000px;
}

.udc_top {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    padding: 1.5rem 2rem 1.45rem;
    display: flex;
}

.udc_top.wrapped {
    border-bottom-style: none;
}

.udc_bot {
    flex-direction: column;
    align-items: stretch;
    padding: .5rem 2rem 1rem;
    display: flex;
    position: relative;
}

.udc_bot.adresy {
    min-height: 6rem;
    padding-bottom: 5rem;
}

.udc_bot.adresy.hidden {
    display: none;
}

.udc_bot.adresy.no_addresses {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 4.6rem;
}

.udc_bot.auta {
    padding-bottom: 2.5rem;
}

.udc_bot.popup {
    flex: 1 1;
}

.udc_bot.udb_purchased_p {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.udc_bot.hidden {
    display: none;
}

.udc_bot.bonus_club {
    grid-column-gap: .813rem;
    grid-row-gap: .813rem;
    padding-top: 1.313rem;
    padding-bottom: 1.563rem;
}

.udc_heading_text {
    align-items: center;
    padding-top: 1px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
}

.udc_edit_button {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    background-color: #232323;
    border-radius: 90px;
    justify-content: center;
    align-items: center;
    padding: .35rem .75rem .3rem;
    font-size: .72rem;
    font-weight: 500;
    line-height: .5rem;
    transition: all .2s;
    display: flex;
}

.udc_edit_button:hover {
    background-color: #383838;
}

.udc_edit_button.password {
    color: #505050;
    text-transform: none;
    white-space: nowrap;
    background-color: #0000;
    border: 1px solid #a7a7a7;
    padding-top: .45rem;
    padding-bottom: .45rem;
}

.udc_edit_button.password:hover {
    color: #000;
    border-color: #444;
}

.udc_edit_button.password.left_margin {
    margin-left: .5rem;
}

.udc_edit_button.password.verysmall {
    color: #a7a7a7;
    border-color: #cacaca;
    padding: .25rem .35rem;
}

.udc_edit_button.password.verysmall.green {
    color: #fff;
    padding: .32rem .45rem;
}

.udc_edit_button.password.green {
    border-color: #97c329;
    border-color: var(--yellow-green);
}

.udc_edit_button.password.green:hover {
    color: #fff;
}

.udc_edit_button.password.gray {
    color: #696969;
    background-color: #f3f3f3;
    border-color: #a7a7a700;
    padding-left: 1rem;
    padding-right: 1rem;
}

.udc_edit_button.add_service {
    filter: contrast(55%);
    color: #ccc;
    text-transform: none;
    background-color: #0000;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
}

.udc_edit_button.delete {
    background-color: #db2828;
}

.udc_edit_button.nb {
    white-space: nowrap;
}

.udc_edit_button.green {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
}

.udc_edit_button.outline {
    color: #242424;
    background-color: #23232300;
}

.udc_edit_button.onlyhover {
    background-color: #f5f5f5;
}

.udc_edit_button.rating_green {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #648d00;
    letter-spacing: .01rem;
}

.udc_edit_button.rating_green:hover {
    color: #648b04;
    background-color: #e1f3b6;
}

.udc_edit_button.gray {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    color: #111;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    font-size: .675rem;
}

.image-19 {
    height: .9rem;
}

.image-19.smaller {
    width: .75rem;
    height: .75rem;
}

.udc_input_lane {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #b5b5b5;
    letter-spacing: .5px;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .85rem;
    font-weight: 500;
    display: flex;
    position: relative;
}

.udc_input_lane.black {
    color: #0e0e0e;
    height: 3rem;
}

.udc_input_lane.black.car_selector {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    transition: all .4s;
    position: relative;
}

.udc_input_lane.black.car_selector.nolinebot {
    border-bottom-style: none;
}

.udc_input_lane.black.car_selector.error {
    border-bottom-color: #ff4343;
}

.udc_input_lane.nobend_mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .375rem;
    color: #adadad;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.udc_input_lane.nobend_mobile.vertica {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.udc_lane_label {
    color: #696969;
    text-transform: none;
    font-size: .85rem;
    font-weight: 300;
    display: flex;
}

.udc_lane_label.auto_nazev {
    grid-column-gap: .45rem;
    grid-row-gap: .45rem;
    flex: 0 1 auto;
    align-items: center;
    width: 22%;
    display: flex;
}

.udc_lane_label.auto_pneu {
    flex: 1 1;
    width: 35%;
    overflow: hidden;
}

.udc_lane_label.auto_pneu.mobile_special_inrow {
    color: #b5b5b5;
    display: none;
}

.udc_lane_label.auto_detail {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 0;
    display: flex;
}

.udc_lane_label.auto_detail.hidden_button {
    display: none;
}

.udc_lane_label.auto_servis {
    flex: 1 1;
    width: 25%;
}

.udc_lane_label.obj_cislo {
    width: 19%;
}

.udc_lane_label.obj_datum {
    width: 24%;
}

.udc_lane_label.obj_cena, .udc_lane_label.obj_stav {
    width: 18%;
}

.udc_lane_label.obj_detail {
    justify-content: flex-end;
    margin-left: auto;
}

.udc_lane_label.car_selector_fieldname {
    white-space: nowrap;
}

.udc_input_field {
    color: #505050;
    text-align: right;
    flex: 1 1;
    justify-content: flex-end;
    align-items: center;
    min-height: 2rem;
    padding-right: 1px;
    font-size: 1rem;
    display: flex;
}

.udc_input_field.adresy {
    text-align: left;
    flex: 0 1 auto;
    min-height: 1.5rem;
    margin-top: .5rem;
    line-height: 1.4;
}

.udc_input_field.order_detail_vertical_items {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    line-height: 1.5;
}

.last_lane_hider {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-top: 1.1rem;
    position: absolute;
    inset: auto 0% 0%;
}

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

.last_lane_hider.auta {
    padding-top: 2.1rem;
}

.udc_address_buttons_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    display: flex;
}

.udc_add_switcher {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #b5b5b5;
    min-width: 2rem;
    height: 4.1rem;
    padding-top: .6rem;
    display: flex;
}

.arrow {
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: all .2s;
}

.arrow:hover {
    filter: contrast(0%);
}


.arrow.left.small {
    opacity: .74;
    width: 12px;
    height: 12px;
}

.arrow.right.small {
    opacity: .74;
    width: 12px;
    height: 12px;
}

.text-block-21 {
    color: #0e0e0e;
    white-space: nowrap;
    text-decoration: none;
}

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

.image-20 {
    height: .675rem;
}

.image-20.mobile_margin_bot {
    height: .75rem;
}

.text-block-23 {
    align-items: flex-end;
    display: flex;
}

.udc_mid {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 2rem 2rem .75rem;
    transition: all .2s;
    display: flex;
}

.udc_mid.emptystate {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.udc_mid.emptystate.cart_variant {
    padding: 0;
}

.udc_mid.addingvehicle {
    padding-bottom: 2rem;
}

.udc_mid.lane {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #5f8600;
    border-bottom: 1px solid #ddd;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 700;
}

.udc_mid.lane.v2 {
    background-color: #ffcb05;
    background-color: var(--goldenrod);
    color: #2e2e2e;
}

.udc_mit_white_inner {
    background-color: #fff;
    border-radius: 10px;
    transition: all .2s;
}

.udc_mit_white_inner.carbrands {
    background-color: #fff;
    border-top-left-radius: 0;
    width: 100%;
}

.udc_mit_white_inner.pointer {
    cursor: pointer;
}

.udc_mit_white_inner.pointer.cart_variant {
    background-color: #f8f8f8;
}

.grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.45fr .7fr;
    padding: 0 .6rem 0 0;
}

.grid-10.emptystate {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 1rem;
}

.grid-10.emptystate.cart_variant {
    grid-template-columns: .65fr 1.45fr .7fr;
}

.grid-10.show_vehicles {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: .9fr .9fr .5fr;
    display: grid;
}

.udc_car_picture_wrap {
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    padding: .25rem;
    display: flex;
}

.image-21 {
    object-fit: contain;
    height: 5rem;
}

.image-21.vehicle_has_image {
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    min-height: 5rem;
    max-height: none;
    overflow: hidden;
}

.udc_carinfo_mid_holder {
    justify-content: center;
    align-items: center;
    padding-top: .688rem;
    padding-bottom: .7rem;
    display: flex;
}

.grid-11 {
    grid-column-gap: 0rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100px 1fr;
    place-items: center start;
    width: 100%;
}

.car_miniature_text {
    color: #b4b4b4;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.car_miniature_text.black {
    color: #232323;
    color: var(--footer-grey);
    align-items: center;
    font-weight: 600;
    display: flex;
}

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

.udc_cardetail_threebuttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: .5rem;
    display: flex;
}

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

.car_switcher_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: white;
    background-color: var(--white);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: .3rem .6rem .5rem;
    display: flex;
}

.dot {
    background-color: #ededed;
    border-radius: 10px;
    width: 6px;
    height: 6px;
}

.dot.active {
    background-color: #8d8d8d;
}

.div-block-17 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-18 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}

.udc_obj_stat_bot_wrap {
    justify-content: center;
    align-items: center;
    padding: 1rem 10% 3rem;
    display: flex;
}


.udc_obj_step_circle.active {
    color: #030303;
    background-color: #73a200;
    border-color: #73a200;
    font-weight: 600;
}

.udc_obj_splitter {
    background-color: #afafaf;
    flex: 1 1;
    height: 2px;
}

.udc_obj_splitter.active {
    background-color: #73a200;
}

.udc_obj_stat_head {
    justify-content: space-between;
    padding: 1rem;
    display: flex;
}

.udc_obj_status_head {
    font-size: .85rem;
    font-weight: 600;
}

.udc_obj_status_head.gray {
    color: #d3d3d3;
    font-weight: 500;
}

.udc_obj_state_heading {
    white-space: nowrap;
    font-size: .75rem;
    position: absolute;
    top: 2.5rem;
}

.udc_obj_step_text {
    font-weight: 700;
}

.udc_obj_step_text.hidden {
    display: none;
}

.text-block-24 {
    opacity: .6;
    text-align: center;
    font-size: .85rem;
    font-weight: 500;
}

.info_img {
    height: 1rem;
}

.info_img.gray {
    opacity: .6;
}

.contact_section {
    background-color: #f3f3f3;
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 3rem 4%;
    display: flex;
}

.grid-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
}

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

.contact_card_gray {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: white;
    background-color: var(--white);
    border-radius: 10px;
    flex-direction: column;
    padding: 3rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.contact_card_gray.nopadding {
    padding: 0;
}

.contact_card_gray.notround {
    background-color: white;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
    margin-bottom: 1rem;
    padding-bottom: 3.5rem;
}

.contact_card_gray.notround.shipping_n_payment {
    padding-bottom: 1.5rem;
}

.contact_card_gray.notround.post_review {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 3rem;
}

.contact_card_gray.notround.top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 2rem;
}

.gcc_header {
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1.25rem;
    display: flex;
}

.gcc_header.centered {
    border-bottom-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-block-25 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.5;
}

.text-block-25.green_wrapped {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #6c9700;
    color: var(--text_on_green_podklad);
    border-radius: 1rem;
    padding: .75rem 2rem;
    font-size: 1.25rem;
}

.text-block-25.pr_header {
    text-align: left;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
}

.faq_lane_contact {
    color: #121212;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 1rem 0;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
}

.faq_lane_contact.ts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    background-color: #323232;
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    font-size: 1rem;
}

.faq_lane_contact.ts.opened {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}

.faq_open_tab_arrow {
    cursor: pointer;
    height: 1.25rem;
    margin-left: 1rem;
    transition: all .4s;
    transform: rotate(0);
}

.faq_open_tab_arrow.open, .faq_open_tab_arrow.rotated {
    transform: rotate(180deg);
}

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

.faq_question.bigger {
    font-weight: 700;
}

.faq_question_image {
    height: 2rem;
}

.faq_question_image.smalla {
    height: 1.75rem;
}

.text-block-26 {
    font-size: .9rem;
    font-weight: 300;
}

.text-block-27 {
    font-size: 1.5rem;
    font-weight: 800;
}

.text-block-28 {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 300;
}

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

.div-block-22 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
}

.extra_bold {
    font-weight: 700;
}

.div-block-23 {
    height: 70%;
    position: absolute;
    right: -24%;
}

.image-24 {
    height: 100%;
}

.rtb_podminky.vop {
    line-height: 1.65;
    transition: all .3s;
    transform: translate(0);
}

.rtb_podminky.vop.hidden {
    opacity: 0;
    color: #1a1a1a00;
    transform-style: preserve-3d;
    height: .001rem;
    transform: scale3d(0, 0, 0);
}

.blog_page_menu {
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3rem 5% 1rem;
    display: flex;
}

.blogmenu_heaidng {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
}

.div-block-24 {
    width: 100%;
    max-width: 1300px;
}

.div-block-25 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 16%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.art_text_holder {
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 49%;
    margin-top: auto;
    padding: 3rem 1.5rem 1rem 1rem;
    display: flex;
}

.art_text_holder.small_arti {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding: 1rem;
}

.art_text_holder.blog_head_img {
    justify-content: flex-end;
    height: 80%;
}


.article_subheading {
    color: #fff;
    line-height: 1.4;
}

.article_subheading.small_article {
    padding-right: 10%;
}

.article_subheading.article_page {
    padding-right: 20%;
    line-height: 1.6;
}

.article_heading {
    letter-spacing: .3px;
    margin-top: 0;
    line-height: 1.15;
}

.article_heading.small_article {
    font-size: 1.5rem;
    line-height: 1.15;
}

.div-block-29 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 1.25rem;
    font-size: .85rem;
    display: flex;
}

.div-block-29.small_arti {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row-reverse;
    width: auto;
    margin-top: 0;
}

.time_read_article {
    white-space: nowrap;
    font-weight: 400;
}

.time_read_article.topright {
    color: #000;
    background-color: #ffffffb8;
    border-radius: 60px;
    padding: .45rem .8rem .45rem .6rem;
    font-size: .8rem;
    font-weight: 600;
    position: absolute;
    inset: 2rem 2rem auto auto;
}

.div-block-30 {
    background-color: #fff;
}

.text-span-8 {
    font-weight: 600;
}

.comparason_section {
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 95vh;
    padding: 3rem 3% 6rem;
    display: flex;
    overflow: hidden;
}

.blog_post_section {
    background-color: whitesmoke;
    background-color: var(--white-smoke-2);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4rem 5%;
    display: flex;
}

.blog_post_inner_1100 {
    width: 100%;
    max-width: 1100px;
}

.grid-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.blog_post_sidebar_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}

.image-25 {
    width: 100%;
    height: 460px;
}

.banner_square_or_horizontal {
    outline-offset: 0px;
    cursor: pointer;
    border-radius: 10px;
    outline: 3px solid #e7e7e700;
    width: 100%;
    transition: all .2s;
}

.banner_square_or_horizontal:hover {
    outline-color: #d6d6d6;
}

.div-block-31 {
    background-color: #f0f0f0;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 1.5rem;
}

.slimer_text_manifacturer {
    font-weight: 400;
}

.noitems_text {
    color: #818181;
    font-weight: 300;
}

.slimmer_text, .lean_span {
    font-weight: 200;
}

.temporary_overlay_myaccount {
    z-index: 5;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(#fafafabd, #f7f7f7);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.dc-bottom_price_n_arrow_wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 7px;
    display: flex;
}

.image-26 {
    height: 1rem;
}

.pc_righttop_mask {
    background-image: linear-gradient(to right, #f8f8f800, #f8f8f8);
    width: 1.5rem;
    height: 60%;
    position: absolute;
    inset: 0% 0% auto auto;
}

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

.faq_answer_text {
    opacity: 1;
    color: #3b3b3b;
    margin-bottom: 1rem;
    padding-right: 8%;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.6;
    transition: all .4s cubic-bezier(.755, .05, .855, .06);
}

.faq_answer_text.hidden {
    opacity: 0;
    color: #3b3b3b00;
    margin-bottom: 0;
    font-size: .01rem;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.faq_answer_text.nobold {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
}

.faq_answer_text.nobold.disclaimer {
    background-color: #fcfcfc;
    border-radius: 1rem;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    font-size: .875rem;
}

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

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.not_found_section {
    background-color: #232323;
    background-color: var(--footer-grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 8rem;
    display: flex;
}


.tyreto_gang_logo {
    width: 100%;
    max-width: 800px;
}

.tg_cards_section {
    background-color: #232323;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    position: relative;
}

.tg_cards_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 18vh;
    margin-top: -2rem;
    position: relative;
    bottom: 0;
}

.tg_benefit_card {
    box-shadow: inset 0 0 12px 0 #ffcb05, 0 0 12px 0 #ffb800;
    box-shadow: inset 0 0 12px 0 var(--goldenrod), 0 0 12px 0 #ffb800;
    border: 5px solid #fff;
    border-radius: .625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 8%;
    display: flex;
    position: relative;
}

.tg_head_txt {
    color: #fff;
    text-align: center;
    max-width: 900px;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-weight: 500;
    line-height: 1.75;
}

.tg_head_txt.gray {
    color: #e9e9e9;
}

.tg_head_txt.margin_top {
    margin-top: 2rem;
}

.tg_form_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    min-height: 30vh;
    padding-top: 6rem;
    display: flex;
}

.tg_benefit_icon_wrap {
    box-shadow: 0 0 12px 0 #ffcb05;
    box-shadow: 0 0 12px 0 var(--goldenrod);
    background-color: #fff;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: -26px auto 12px 0%;
    display: flex;
}

.tg_benefit_icon_inner {
    background-color: #0a0a0aba;
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    display: flex;
}

.tg_icon_img {
    width: 70%;
}

.tg_card_txt {
    color: #fff;
    text-shadow: 0 0 10px #ffcb05ba;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
}

.tg_card_txt.bigone {
    letter-spacing: .15px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #ffcb0542;
    margin-bottom: 6px;
    font-size: 1.25rem;
    font-weight: 800;
}

.tg_form_head_cta {
    color: #fff;
    text-align: center;
    max-width: 45rem;
    font-size: 1rem;
    line-height: 1.5;
}

.tg_form_head_cta.head {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 800;
}

.text-span-9 {
    color: #ffcb05;
    color: var(--goldenrod);
}

.tg_yellow_span {
    color: #ffcb05;
    color: var(--goldenrod);
    font-weight: 700;
}

.div-block-37 {
    background-color: #ffcb05;
    background-color: var(--goldenrod);
    height: 3px;
}

.tg_form {
    color: #fff;
    width: 100%;
    max-width: 600px;
    margin-top: 2rem;
}

.tg_form_field {
    border-radius: .65rem;
    min-height: 3rem;
}

.tg_label_span {
    margin-left: 1px;
    font-weight: 100;
}

.tg_submit_form {
    background-color: #ffcb05;
    background-color: var(--goldenrod);
    color: #232323;
    color: var(--footer-grey);
    border-radius: .65rem;
    width: 100%;
    min-height: 3rem;
    margin-top: 1rem;
    font-weight: 800;
}

.tg_disclaimer {
    margin-top: 1rem;
    font-size: .85rem;
    font-weight: 100;
    line-height: 1.5;
}

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

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

.cookiebar {
    z-index: 1000;
    background-color: #97c329;
    background-color: var(--yellow-green);
    border-top: 3px solid #bbd57a;
    flex-direction: column;
    align-items: center;
    min-height: 6vh;
    padding: 2px 1rem 3px;
    transition: all .2s;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
}

.cookiebar.hidden {
    display: none;
}

.cb_bold_text {
    white-space: nowrap;
    margin-left: 10px;
    font-size: 1rem;
}

.cb_img_cookies {
    height: 2rem;
}

.cb_span_divider {
    margin-left: 8px;
    margin-right: 8px;
}

.cb_right_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-left: auto;
    display: flex;
}

.cookies_button {
    background-color: #1f252e;
    background-color: var(--button-black);
    color: #fff;
    letter-spacing: .15px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 8px 16px 10px;
    font-weight: 600;
    line-height: 1;
    display: flex;
}

.cookies_button.secondary {
    background-color: #0000;
}

.cookie_content_wrap {
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 7rem;
    display: flex;
}

.cb_hideaable_more_details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
    min-height: 20vh;
    margin: 1rem 2rem 2rem;
    padding-top: 1rem;
    padding-left: 1rem;
    transition: all .2s;
    display: flex;
}

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

.div-block-39 {
    padding-right: 5%;
    display: flex;
}

.text-block-29 {
    line-height: 1.4;
}

.text-block-30 {
    min-width: 11.5rem;
}

.div-block-40 {
    background-image: linear-gradient(217deg, #e2e2e2, #fff);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    display: flex;
}

.text-block-31 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.text-block-32 {
    line-height: 1.6;
}

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

.order_detail_wrapper {
    z-index: 100;
    background-color: #414141;
    position: fixed;
    inset: 0%;
}

.order_detail_wrapper.hidden, .banner_mobile {
    display: none;
}

.contact_header {
    width: 100%;
}

.text-span-10 {
    font-weight: 300;
}

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

.image-27 {
    width: 16.7rem;
    margin-top: 1rem;
}

.div-block-41 {
    background-color: #ff6060;
    height: 1rem;
}

.div-block-41.yl {
    background-color: #a8dd24;
    background-color: var(--yellow_hover);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.div-block-41.yl.pr_head {
    background-color: whitesmoke;
    background-color: var(--white-smoke-2);
    border-radius: 0;
    height: .5rem;
}

.fsi_icon {
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    margin-left: .75rem;
    display: flex;
}

.fsi_icon_image {
    height: 100%;
}


.image {
    height: 1.25rem;
}

.image.cod {
    height: 1.5rem;
}

.image.card {
    height: 1rem;
}

.order_detail_overlay {
    z-index: 100;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000005c;
    flex-direction: column;
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 5rem;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
}

.order_detail_overlay.hidden {
    display: none;
}

.udc_popup_holder {
    display: flex;
}

.span_mainfilter_number {
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    border-radius: 6px;
    min-width: 1.3rem;
    margin-right: 2px;
    padding: 2px 6px;
    font-size: .9rem;
    display: inline-block;
}

.underline {
    text-decoration: underline;
}

.com_head {
    justify-content: space-between;
    margin-bottom: 1.5rem;
    display: flex;
}

.comp_shifterswrap {
    z-index: 10;
    background-color: #232323;
    border-radius: 1.625rem;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: fixed;
    inset: auto 8% 3% auto;
}

.com_head_txt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.6;
}

.comp_subhead {
    font-size: 1.25rem;
}

.comp_shifters {
    align-items: center;
    display: flex;
}

.comp_arows_shift {
    cursor: pointer;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    width: 3rem;
    height: 3rem;
}


.comp_arows_shift.smaller_black {
    filter: invert();
    width: 2rem;
    height: 2rem;
}

.com_shiftertext {
    color: #fff;
    cursor: default;
    font-size: 1rem;
}

.com_shiftertext.black {
    color: #1a1a1a;
    color: var(--tyreto-black);
    font-weight: 600;
}

.comp_mainwrapper {
    min-height: 10rem;
    display: flex;
}

.cmb_leftsidepanel {
    width: 25%;
}

.cmb_rightsidepanel {
    width: 75%;
    display: flex;
    position: relative;
}

.cmdr_sameremtop {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 18rem;
    display: flex;
}

.cmrd_bigcard {
    box-shadow: none;
    border-radius: .625rem;
    flex-direction: column;
    flex: 1 1;
    max-width: 18rem;
    display: flex;
}

.cmrd_propertieslist {
    flex-direction: column;
    flex: none;
    display: flex;
}

.cmrd_controls {
    background-color: #f8f8f8;
    border-radius: .625rem;
    width: 100%;
    padding: 1.25rem;
}

.cmrd_controls.hidden {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    display: none;
}

.cmrd_proplane {
    background-color: #fff;
    border-radius: .625rem;
    flex: none;
    align-items: center;
    height: 4rem;
    padding: 1.5rem;
    display: flex;
}

.cmrd_proplane.gray {
    background-color: #f8f8f8;
    border-radius: .625rem;
}

.cmrd_proplane.gray.leftround {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
}

.cmrd_proplane.gray.leftround.popisek {
    align-items: flex-start;
    padding-top: 1.25rem;
}

.cmrd_proplane.gray.full-name {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 10rem;
    padding: 1.5rem;
    position: relative;
}

.cmrd_proplane.gray.popisek {
    height: auto;
    padding-top: 1.25rem;
    padding-right: 1.5rem;
    display: flex;
}

.cmrd_proplane.leftround {
    border-radius: .625rem;
}

.cmrd_proplane.popisek {
    flex-direction: column;
    flex: 1 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 40rem;
    margin-bottom: 2px;
    position: relative;
}

.cmrd_lane_text {
    color: #1a1a1a;
    font-size: 1.15rem;
    font-weight: 500;
}

.cmrd_lane_text.smaller {
    font-size: 1.15rem;
    font-weight: 500;
}

.cmrd_lane_text.cmrd_manuname {
    color: #1a1a1a;
    margin-right: .25rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.cmrd_lane_text.popisek {
    width: 100%;
    font-size: 1rem;
    line-height: 1.35;
}

.cmrd_cardscontainter {
    flex-direction: row;
    width: 5000vw;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: hidden;
}

.cmrd_cardsmagicslider {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-wrap: nowrap;
    width: 5000vw;
    padding-left: 1.25rem;
    transition: all .3s;
    display: flex;
    overflow: visible;
}

.div-block-42 {
    width: 1.25rem;
}

.div-block-43 {
    height: 100%;
}

.div-block-44 {
    color: #181818;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.comp_view_product_button {
    background-image: linear-gradient(#fff0, #fffffffc 45%, #fff);
    flex-direction: column;
    justify-content: flex-end;
    height: 10rem;
    padding: 1.5rem;
    display: flex;
    position: absolute;
    inset: auto 0% -3px;
}

.cmrd_remove_from_comp {
    position: absolute;
    inset: 1.5rem 1.5rem auto auto;
}

.pc_topbadge {
    z-index: 1;
    border-radius: .4rem;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
    position: absolute;
    inset: .4rem .4rem auto;
}

.pc_topbadge.blue {
    color: #005693;
    background-color: #a2d0f0e6;
}

.pc_topbadge.green {
    color: #2f7c00;
    text-align: center;
    background-color: #d0ee85e6;
}

.pc_topbadge.yellow {
    color: #866d00;
    background-color: #ffea8ce6;
}

.pc_topbadge.gray {
    background-color: #f3f3f3b3;
}

.pc_topbadge.green_soft {
    color: #2f7c00;
    background-color: #e1f3b4e6;
}

.phd_span {
    outline-offset: 0px;
    background-color: #f5f5f500;
    outline: 1px #ededed;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.phd_span.active {
    color: #fff;
    background-color: #73a200;
    outline-color: #73a200;
}

.double_dimensions_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fafafa;
    border-radius: .625rem;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 1.375rem 1.375rem .75rem;
    display: flex;
}

.double_dimensions_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.double_dimension_wrap_one {
    flex-direction: column;
    flex: 1 1;
    max-width: 48%;
    display: flex;
}

.dd_info_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    flex: auto;
    height: auto;
    padding-top: .5rem;
    padding-bottom: 2rem;
    display: flex;
}

.dd_wrap_cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    display: flex;
}

.dd_infowrap_tophalf {
    width: 100%;
    height: 11.5rem;
}

.dd_info_text {
    color: #5c5c5c;
    flex: 1 1;
    font-size: .95rem;
    line-height: 1.4rem;
}

.dd_headrer_wrap {
    justify-content: space-between;
    display: flex;
}

.dd_both_dim_wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex: none;
    justify-content: space-between;
    width: 66%;
    min-width: 66%;
    max-width: 66%;
    display: flex;
}

.services_section {
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
}

.services_section.solo_page {
    height: 80vh;
}

.services_section.pickup_selector {
    border-radius: 1rem;
    height: 50vh;
    overflow: hidden;
}

.mapa_nahled {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-radius: 0 .25rem .25rem 0;
    width: 100%;
    overflow: hidden;
}

.map_containter_servisy {
    flex: none;
    width: 50%;
    transition: all .2s;
}

.map_containter_servisy.hidden {
    z-index: -1;
    opacity: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.map_containter_servisy.pickup_selector {
    width: 50%;
}

.nearest_services_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    flex: none;
    align-items: center;
    min-height: 4rem;
    max-height: 12%;
    padding: 2rem;
    transition: all 1.5s;
    display: flex;
    position: relative;
}

.nearest_services_wrap.solo_page {
    height: 5rem;
    min-height: auto;
    max-height: none;
}

.nearest_services_wrap.tyre_selector {
    justify-content: space-between;
}

.services_selector_containter {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
}

.button_outline_black {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: .75rem;
    align-items: center;
    height: 2.5rem;
    padding: .5rem 1rem .5rem .85rem;
    font-size: 1rem;
    font-weight: 400;
    transition: all .3s;
    display: flex;
}

.button_icon {
    height: 1.15rem;
}

.span_underlined {
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}

.services_my_location {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    display: flex;
}

.services_input_address {
    outline-offset: 0px;
    background-color: #fdfdfd;
    border-radius: .25rem 0 0 .25rem;
    outline: 1px solid #919191;
    align-items: center;
    min-width: 23rem;
    height: 2.5rem;
    padding: .25rem .75rem;
    font-weight: 500;
    display: flex;
}

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

.edit_pencil_img {
    cursor: pointer;
    height: 1rem;
}

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

.confirm_services_address {
    border: 1px solid #1a1a1a;
    border: 1px solid var(--tyreto-black);
    background-color: #1f252e;
    background-color: var(--button-black);
    outline-color: #1f252e;
    outline-color: var(--button-black);
    outline-offset: 0px;
    color: #fff;
    letter-spacing: .2px;
    white-space: nowrap;
    cursor: pointer;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    outline-width: 1px;
    outline-style: solid;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    padding: .25rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: flex;
}

.map_and_sidebar_wrapper {
    background-color: #f3f3f3;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 88%;
    padding-left: 0;
    transition: all 1s;
    display: flex;
    position: relative;
}

.map_and_sidebar_wrapper.popup {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    overflow: hidden;
}

.map_and_sidebar_wrapper.no_overflow {
    overflow: hidden;
}

.map_and_sidebar_wrapper.tablet_scrollable_whole.pickup_selector {
    height: 100%;
}

.map_and_sidebar_wrapper.tablet_scrollable_whole.open {
    max-width: 1680px;
}

.servisy_sidebar {
    flex: none;
    width: 50%;
    padding: 0 .5rem;
    transition: all .5s;
}

.servisy_sidebar.full {
    width: 50%;
    margin-left: 0;
    padding-left: .5rem;
}

.servisy_scrollable_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    height: 100%;
    padding: 1rem 2px;
    transition: all 1s;
    display: flex;
    overflow: auto;
}

.service_single_card {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    outline-offset: 0px;
    color: #535353;
    background-color: #fff;
    border-radius: .5rem;
    outline: 1px solid #eee;
    flex-direction: column;
    margin-left: .35rem;
    padding: 1.15rem;
    font-size: .95rem;
    transition: all .5s;
    display: flex;
}

.service_single_card.pickup_selector {
    padding: .75rem 1rem;
}

.service_single_card.banner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border: 1px solid #e0e8d2;
}

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

.scc_distance_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #6da305;
    color: var(--new-tyreto-green);
    white-space: nowrap;
    flex: none;
    align-items: center;
    font-weight: 700;
    display: flex;
}

.distance_icon {
    height: 1.5rem;
}

.ssc_sc_name {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.ssc_sc_name.banner {
    color: #6da305;
    color: var(--new-tyreto-green);
    font-size: 1.125rem;
    font-weight: 700;
}

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

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

.scc_service_line {
    border-top: 1px solid #e4e4e4;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .75rem .5rem;
    transition: all .2s;
    display: flex;
}

.scc_service_line.vertical {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    flex-direction: column;
    justify-content: flex-start;
}

.scc_service_line.vertical.margin_bot {
    margin-bottom: 1rem;
}

.scc_service_line.service_card {
    outline-offset: 0px;
    cursor: pointer;
    background-color: #f7f7f7;
    border-top-style: none;
    border-radius: .5rem;
    outline: 3px solid #e2ebcb00;
    margin-bottom: .5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.scc_service_line.service_card:hover {
    outline-offset: 0px;
    background-color: #fff;
    outline: 3px solid #e2ebcb;
}

.scc_service_line.service_card.selected {
    background-color: white;
    background-color: var(--white);
    outline-offset: 0px;
    outline: 3px solid #bdca9d;
    position: relative;
}

.scc_service_line.margin_bot {
    margin-bottom: 1rem;
}

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

.scc_services_wrap {
    flex-direction: column;
    margin-top: .5rem;
    padding-top: .75rem;
    display: flex;
}

.scc_services_wrap.hidden {
    display: none;
}

.scc_service_name_wrap {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-direction: column;
    display: flex;
}

.scc_service_text {
    padding: .15rem 0;
    line-height: 1.4;
}

.scc_service_text.rimsize {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    outline-offset: 0px;
    color: #8a8a8a;
    border-radius: .25rem;
    outline: 2px solid #ddd;
    align-items: center;
    padding-bottom: .125rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .85rem;
    display: flex;
}

.scc_service_text.rimsize.selected {
    color: #73a200;
    outline-width: 2px;
    outline-color: #bfce9a;
    font-size: .813rem;
}

.scc_service_text.price {
    color: #000;
    letter-spacing: .3px;
    white-space: nowrap;
    margin-left: auto;
    font-size: .875rem;
    font-weight: 700;
    position: relative;
}

.scc_service_text.description {
    letter-spacing: .001rem;
    padding-right: 5.25rem;
    font-size: .875rem;
}

.sc_services_heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #535353;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .625rem;
    font-size: .938rem;
    font-weight: 600;
    display: flex;
}

.sc_services_heading.margin_top {
    margin-top: .5rem;
}

.sc_controls_wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: .5rem;
    display: flex;
}

.sc_button {
    color: #4d4d4d;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f3f3f3;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    padding: .8rem .95rem;
    font-weight: 500;
    display: flex;
}

.sc_button:hover {
    opacity: 1;
}

.sc_button.green {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #6da305;
    background-color: var(--new-tyreto-green);
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.sc_button.green.smaller {
    padding: .4rem .65rem;
}

.sc_button.green.light {
    border: 1px solid #97c329;
    border: 1px solid var(--yellow-green);
    background-color: #97c329;
    background-color: var(--yellow-green);
}

.sc_button.green.service_recommend {
    margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

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

.sc_button.pickup_selector {
    padding: .45rem .7rem;
}

.sc_button.border {
    border: 1px solid #ddd;
}

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

.cs_item_tyre_details {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    color: #222;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
    display: flex;
}

.cart_popup_overlay {
    z-index: 1060;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #0000004a;
    justify-content: center;
    align-items: center;
    padding: 5%;
    display: flex;
    position: fixed;
    inset: 0%;
}

.cart_popup_overlay.hidden {
    display: none;
}

.cart_popup_overlay.lighter {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #a8a5a53b;
}

.cart_popup_inner {
    object-fit: contain;
    border-radius: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.cart_popup_inner.tyre_selector {
    max-width: 50rem;
}

.calendar_containter_servisy {
    width: 50%;
    padding: 1rem 1rem 1rem 0;
    display: flex;
}

.sc_selection_controls_wrap {
    background-color: #fff;
    justify-content: space-between;
    padding: 2rem;
    display: flex;
}

.sc_selection_controls_wrap.hidden {
    display: none;
}

.scc_service_checbox_wrap {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    margin-right: 1rem;
    display: flex;
}

.scc_checbox {
    outline-offset: -1px;
    border-radius: 10rem;
    outline: 2px solid #e3e4e3;
    width: 1.25rem;
    height: 1.25rem;
}


.cs_item_bot_promo_header {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem;
    font-weight: 600;
    display: flex;
}

.cs_item_bot_promo_subheader {
    color: #535353;
    font-size: .9rem;
    line-height: 1.3;
}

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

.selectbox_helper {
    z-index: 1040;
    background-color: #fff;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 30vh;
    display: flex;
    position: absolute;
    inset: 80% 0% -200% auto;
    box-shadow: 0 1px 9px 3px #bdbdbd33;
}

.text-span-11 {
    background-color: #73a200;
    background-color: var(--skladem_green);
    color: #fff;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    padding: 2px 4px;
}

.step_circle {
    background-color: #e8f8c0;
    background-color: var(--green_podklkad);
    color: #6da305;
    color: var(--new-tyreto-green);
    border: 1px solid #d4ea9c;
    border-radius: 4px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
}

.step_circle.smaller {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: .25rem;
    padding-top: .063rem;
    padding-bottom: 0;
    padding-left: .063rem;
    font-size: .75rem;
}

.step_circle.smaller.notoppad {
    padding-top: 0;
}

.close_modal_button {
    z-index: 1070;
    background-color: #000;
    width: 2rem;
    height: 2rem;
}

.tyres_selector_item_scroll {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 3%;
    display: flex;
    overflow: auto;
}

.filter_count_span {
    color: #8f8f8f;
    margin-bottom: -1px;
    font-size: .85rem;
    font-weight: 400;
}

.confirm_modal_inside {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    flex-flow: column;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    min-width: 18rem;
    max-width: 22rem;
    min-height: 8rem;
    padding: 1.75rem;
    display: flex;
}

.text_modal_confirm {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.8;
}

.buttons_modal_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.button {
    color: #797979;
    cursor: pointer;
    background-color: #0000;
    border: 2px solid #ddd;
    border-radius: 8px;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    padding-bottom: .1rem;
    font-weight: 500;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
}

.button:hover {
    color: #303030;
    border-color: #868686;
}

.button.red {
    color: #fff;
    background-color: #b11a22;
    border-color: #b11a22;
}

.button.red:hover {
    background-color: #790107;
    border-color: #790107;
}

.cart_item_header_options_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cart_selected_service_controls_wrap {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.cs_just_added_controls_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: auto;
    display: flex;
}

.footer_copyright_text {
    color: #5c5c5c;
    font-size: .75rem;
    font-weight: 400;
    position: absolute;
    inset: auto auto 1rem;
}

.footer_made_by_link {
    color: #5c5c5c;
    text-decoration: none;
}

.pc_price_infos_wrapper {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start start;
    display: flex;
}

.pc_pw_top {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    min-height: 1px;
    margin-bottom: .15rem;
    display: flex;
}

.pc_pw_top.product_page {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #e9f5ca;
    background-color: var(--e9f5ca);
    color: #7dab0b;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    margin-bottom: .25rem;
    padding: .3rem .5rem;
}

.pc_pw_bot {
    min-height: 1px;
}

.pc_discout {
    letter-spacing: .05rem;
    font-size: .625rem;
    font-weight: 600;
}

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

.pc_shipping_info {
    letter-spacing: .02rem;
    font-size: .625rem;
}

.filter_disc_category_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    display: flex;
}

.filter_reset {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .25;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    padding: .25rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
}

.filter_reset:hover {
    opacity: .89;
}

.reset_icon {
    width: 1.25rem;
    height: 1.25rem;
}

.nepovinne {
    color: #9f9f9f;
    letter-spacing: .015rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
    margin-left: .25rem;
    padding: .15rem .25rem;
    font-size: .625rem;
    font-weight: 500;
}

.no_vehicles_added_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: .25rem;
    padding-right: 5%;
    display: flex;
}

.veh_novehicles_head {
    font-size: 1.125rem;
    font-weight: 600;
}

.veh_novehicles_suhead {
    font-size: .875rem;
    line-height: 1.25;
}

.car_selector_dropdown_wrapper {
    width: 100%;
}

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

.car_selector_gridchild_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 19rem;
    padding: 1rem;
    display: flex;
}

.car_selector_dropdown_label {
    font-weight: 500;
    display: flex;
}

.car_selector_inputs_grid {
    grid-column-gap: .75rem;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    padding: .65rem 1.5rem 1.125rem;
    display: grid;
}

.vehicles_adder {
    grid-column-gap: 1.325rem;
    grid-row-gap: 1.325rem;
    flex-flow: column;
    display: flex;
}

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

.car_brand_card_header {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: .75rem 1.35rem .5rem 1.25rem;
    font-weight: 500;
    display: flex;
}

.car_brand_card_header_image {
    width: 1.125rem;
}

.new_hero_section_homepage {
    background-image: linear-gradient(#00000036, #00000036);
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    display: flex;
}

.new_homepage_sidebar {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    flex: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 4.25rem;
    display: grid;
}

.hp_sidbar_card {
    background-color: #f5f5f5;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border: .25rem solid #cfcfcf;
    border-radius: 1rem;
    flex: 1 1;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 6rem;
    padding: 1.25rem 1.5rem;
    display: flex;
}

.hp_sidbar_card.first {
    background-image: linear-gradient(#f1f1f103, #838383b0);
    border-color: #cfcfcfa6;
}

.hp_sidbar_card.second {
    background-image: linear-gradient(#fdfdfd03, #777777a1);
    border-color: #cfcfcf8f;
}

.hp_sidbar_card.third {
    background-image: none;
    border-color: #0067bdb0;
}

.image-28 {
    height: 80px;
}

.text-block-37 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.hp_hs_sidebanner {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-left: 1px solid #dbdbdb;
    flex-flow: column;
    flex: 1 1;
    max-width: 25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    padding-left: 1rem;
    display: flex;
}

.hp_hs_sidebanner.hidden, .hp_hs_sidebanner.only_bigscreen {
    display: none;
}

.hp_hs_sidebanner.v2 {
    border-left-style: none;
    min-width: 20rem;
    max-width: 27rem;
    height: 32rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

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

.error_text_general {
    color: #c11616;
    background-color: #ffd7d7;
    border-radius: 1rem;
    padding: .2rem .5rem .15rem;
    font-size: .865rem;
    line-height: 1.4;
}

.vehicle_mapper_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
}

.vm_item_wrap {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    display: flex;
}

.explainer_div {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    color: #0091eb;
    background-color: #d6edff;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .75rem 1rem;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
}

.explainer_div.green {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #6c9700;
    color: var(--text_on_green_podklad);
}

.explainer_div.green.border {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    background-color: #e9f6c7;
    border: 1px #73a20033;
    justify-content: flex-start;
    align-items: center;
    font-size: .938rem;
}

.explainer_div.green.border.small {
    border-style: solid;
    border-color: #73a2002b;
    padding: .438rem .5rem .438rem .75rem;
    font-size: .75rem;
}

.explainer_div.small {
    padding: .375rem .75rem;
    font-size: .813rem;
    font-weight: 400;
}

.explainer_div.small.nav {
    color: #636363;
    background-color: #e9e9e9;
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    padding: .25rem .5rem;
}

.explainer_div.error {
    color: #eb0004;
    background-color: #ffe7e8;
}

.explainer_div.soft_blue {
    color: #3da1e0;
    background-color: #f1f9ff;
    font-size: .875rem;
    line-height: 1.4;
}

.info_icon_image {
    height: 1rem;
    padding-bottom: .05rem;
}

.icon_plus_button {
    filter: invert(25%);
    height: .875rem;
}

.icon_plus_button.noinvert {
    filter: invert(0%);
}

.cart_vehicles_adder_wrapper {
    background-color: #f5f5f5;
    border-radius: .5rem;
    padding: 1.75rem;
}

.cart_anon_adding_vehicle_progress {
    margin-top: 1.5rem;
}

.va_progress_line {
    grid-column-gap: .325rem;
    grid-row-gap: .325rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    display: flex;
}

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

.vapl_right.running {
    font-weight: 600;
}

.vapl_right.done {
    color: #749e0a;
    font-weight: 600;
}

.vm_item_leftside_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
}

.vm_item_img_holder {
    height: 100%;
    margin-top: .75rem;
    margin-bottom: .75rem;
    padding: .5rem .75rem;
    transition: all .4s;
    overflow: hidden;
}

.vm_item_img_holder.full {
    height: 5rem;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.vm_item_image {
    height: 4rem;
    transition: all .4s;
}

.vm_item_image.full {
    height: 9rem;
}

.services_exp_wrapper._1 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .75rem;
    display: flex;
}

.service_details_wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    transition: all .5s;
    display: flex;
}

.service_details_wrapper.selected_service {
    background-color: #f7f7f7;
    border-radius: .5rem;
    padding: 1rem 1rem 1.25rem;
}

.cal_explainers_wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
}

.explainer_circle {
    background-color: #73a200;
    border-radius: 5rem;
    width: 1.25rem;
    height: 1.25rem;
}

.explainer_circle.avalible {
    background-color: #e9f5ca;
    border: 1px solid #d7eca2;
}

.explainer_circle.not_avalible {
    background-color: #f7f7f7;
    border: 1px solid #e9e9e9;
}

.explainer_one {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    outline-offset: 0px;
    color: #5c5c5c;
    background-color: #f7f7f7;
    border-radius: 5rem;
    outline: 1px solid #f1f1f1;
    justify-content: flex-start;
    align-items: center;
    padding-right: .5rem;
    font-size: .75rem;
    font-weight: 600;
    display: flex;
}

.tutorial_popup {
    z-index: 5000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    padding: 2rem 4rem;
    display: flex;
    position: fixed;
    inset: 0%;
}

.tutorial_popup.less_blur {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.tutorial_card {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 1rem;
    flex-flow: column;
    width: 100%;
    min-width: 5rem;
    max-width: 30rem;
    min-height: 5rem;
    display: flex;
    box-shadow: 0 2px 10rem #0000001c;
}

.tutorial_header {
    padding: .25rem .25rem 0;
    position: relative;
}

.tutorial_body {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    padding: 1.5rem;
    line-height: 1.6;
    display: flex;
}

.tutorial_card_image {
    object-fit: cover;
    border-radius: 1rem 1rem .75rem .75rem;
    width: 100%;
    height: 16rem;
}

.tutorial_card_image.smaller_heading {
    height: 10rem;
}

.tutorial_image_overlay {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(198deg, #e7e7e700, #47474754 63%, #00000080);
    border-radius: 1rem 1rem .75rem .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    display: flex;
    position: absolute;
    inset: .25rem .25rem 0;
}

.tutorial_image_overlay.harder {
    background-image: linear-gradient(#e7e7e700, #47474754 63%, #1f1f1fbd 84%, #000);
}

.tutorial_heading {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.novinka_badge {
    color: #6c9700;
    color: var(--text_on_green_podklad);
    background-color: #e8f8c0fa;
    border-radius: .315rem;
    padding: .25rem .5rem;
    font-weight: 600;
}

.novinka_badge.purple {
    color: #002197;
    background-color: #c0caf8fa;
}

.novinka_badge.hid {
    display: none;
}

.tutotial_bullet_point_div {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .625rem;
    padding-top: .25rem;
    display: flex;
}

.tutorial_splitter {
    border: 1px dashed #e6e6e6;
    height: 1px;
    margin-bottom: 1.5rem;
}

.tutorial_main_solo_text {
    margin-bottom: .625em;
}

.tutorial_main_button {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #6c9700;
    color: var(--text_on_green_podklad);
    text-align: center;
    cursor: pointer;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    height: 3.75rem;
    font-size: 1.063rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
}

.tutorial_main_button:hover {
    color: #4f6a0b;
    background-color: #e5f5c0;
}

.cart_free_shipping {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #e8f8c0;
    background-color: var(--green_podklkad);
    color: #6c9700;
    color: var(--text_on_green_podklad);
    border-radius: .625rem;
    justify-content: center;
    align-items: center;
    margin-top: .75rem;
    padding: .688rem 1rem;
    display: flex;
}

.free_shipping_icon {
    height: 1rem;
}

.csi_service_addon_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #00648b;
    background-color: #e4f8ff;
    border-radius: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .25rem;
    margin-left: -.1rem;
    padding: .688rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
}

.cart_selected_service_inside_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #1c1c1c;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    font-size: .875rem;
    line-height: 1.65;
    display: flex;
    position: relative;
}

.csi_link_green {
    color: #73a200;
    font-size: .815rem;
    font-weight: 400;
    text-decoration: underline;
}

.csi_map_link {
    color: #2e55b7;
    text-decoration: underline;
}

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

.info_text {
    border: 1px solid #e9f6c7;
    border: 1px solid var(--skladem_green_background);
    color: #6c9700;
    color: var(--text_on_green_podklad);
    background-color: #f2fcda;
    border-radius: .75rem;
    padding: .5rem .75rem;
}

.info_text.service_selection_next_steps {
    font-weight: 600;
}

.info_text.service_confirm_warning {
    color: #6d0404;
    background-color: #ffeded;
    border-color: #ffe6e6;
    font-weight: 500;
}

.csi_selected_service_bold_text {
    font-weight: 400;
}

.csi_selected_services_props_wrap {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.csi_deco_line {
    background-color: #c5da93;
    border: 1px solid #c5da93;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: .615rem;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.ftr_coming_soon_wrap.span {
    color: #6d6d6d;
    letter-spacing: .5px;
    vertical-align: middle;
    border: 1px solid #464646;
    border-radius: .25rem;
    padding: .15rem .2rem;
    font-size: .625rem;
    font-weight: 500;
}

.footer_heureka_badge {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 380px;
    min-height: 130px;
    padding: 6px;
    display: flex;
}

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

.cart_summary_item_unit_price {
    color: #838383;
    font-size: .9rem;
    font-weight: 400;
}

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

.dsip_all_content_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-bottom: 1rem;
    display: flex;
}

.text-span-12 {
    font-weight: 400;
}

.text-span-13 {
    color: #6c9700;
    color: var(--text_on_green_podklad);
    white-space: nowrap;
    background-color: #f3ffd4;
    border-radius: .25rem;
    margin-left: .25rem;
    padding: .2rem .3rem;
    font-size: .75rem;
}

.text-span-13.blue {
    color: #008697;
    background-color: #e9fafd;
}

.text-block-38 {
    color: #3b3b3b;
    line-height: 1.6;
}

.div-block-46 {
    grid-column-gap: .65rem;
    grid-row-gap: .65rem;
    background-color: #fcfcfc;
    border-radius: 1rem;
    flex-flow: column;
    padding: 2rem;
    display: flex;
}

.comgate_expl_span {
    color: #3b3b3b;
    font-weight: 600;
}

.review_adder_top {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    background-color: white;
    background-color: var(--white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
}

.pr_top_hdr {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: .5rem;
    display: flex;
}

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

.prc_tech_wr {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
}

.prc_prod_names_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
    justify-content: flex-start;
    align-items: center;
    padding: .35rem .5rem;
    display: flex;
}

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

.text-block-39 {
    background-color: #e9f5ca;
    background-color: var(--e9f5ca);
    color: #6c9700;
    color: var(--text_on_green_podklad);
    white-space: pre-wrap;
    border-radius: .25rem;
    margin-top: 0;
    padding: .35rem .625rem;
    font-size: .875rem;
    line-height: 1.35;
}

.review_shield_icon {
    height: 1.25rem;
    margin-bottom: .1rem;
}

.text-span-14 {
    font-weight: 700;
}

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

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

.pr_main_label_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-weight: 700;
    display: flex;
}

.pr_stars_box {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    display: flex;
}

.pr_star_clickable {
    background-color: #ffcb0533;
}

.pr_star_clickable.style {
    cursor: pointer;
    background-color: #ffefb2;
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all .2s;
    display: flex;
}

.image-29 {
    height: 1.5rem;
}

.pr_button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #8b8b8b;
    cursor: pointer;
    border: 2px dashed #9b9b9b;
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    padding: .5rem .875rem;
    transition: all .1s;
    display: flex;
}

.pr_button:hover {
    border-color: #4e4e4e;
}

.pr_button.input {
    background-color: #fafafa;
    border-style: solid;
    border-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    min-width: 5rem;
    max-width: 10rem;
}

.pr_button.input.main_ponts {
    color: #1d1d1d;
    border-radius: .5rem;
    width: 100%;
    max-width: none;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.upload_icon {
    height: 1.25rem;
}

.pr_input_name {
    background-color: white;
    background-color: var(--white);
    justify-content: flex-start;
    align-items: center;
    min-width: 10rem;
    height: 2.5rem;
    padding: .5rem;
    display: flex;
}

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

.text-block-40 {
    color: #7e7e7e;
    font-style: italic;
    font-weight: 200;
}

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

.pr_points_rows_wrap {
    width: 100%;
}

.pr_point_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    height: 3.5rem;
    padding-left: .25rem;
    display: flex;
}

.pr_plusminus {
    background-color: #ceddac;
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
}

.pr_plusminus.minus {
    background-color: #f8cdcd;
}

.review_plusminus_icon {
    width: 1rem;
}

.pr_do_you_recommend_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    height: 2.5rem;
    display: flex;
}

.pr_recommend_button_clickable {
    color: #668d06;
    cursor: pointer;
    background-color: #e8f3cd;
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    min-width: 6rem;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: all .2s;
    display: flex;
}

.pr_recommend_button_clickable:hover {
    color: #586f1f;
    background-color: #daf3a0;
}

.pr_recommend_button_clickable.negative {
    color: #c23a3a;
    background-color: #ffecec;
}

.pr_recommend_button_clickable.negative:hover {
    color: #9e1515;
    background-color: #ffdede;
}

.pr_recommend_button_clickable.negative.selected {
    background-color: #c23a3a;
}

.pr_recommend_button_clickable.negative.selected:hover {
    color: #fff;
}

.pr_recommend_button_clickable.selected {
    color: #fff;
    background-color: #97c329;
}

.text-block-41 {
    color: #0461f6;
    padding-top: .625rem;
    padding-left: 3.25rem;
    font-size: .75rem;
    font-weight: 500;
}

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

.prbi_inside {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
}

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

.udb_purchased_prod_wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
}

.udb_rate_p_button {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #73a200;
    color: var(--skladem_green);
    border-radius: 2rem;
    padding: .35rem .75rem;
}

.button_stercher {
    font-weight: 500;
    line-height: .9rem;
}

.close_button {
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    transition: all .2s;
    display: flex;
    position: absolute;
    inset: -.75rem -.75rem auto auto;
}

.close_button:hover {
    transform: scale(1.075);
}

.close_img {
    opacity: .36;
    width: .75rem;
    height: .75rem;
}

.cart_expost_acc {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f7fde7;
    border: 1px solid #e0ecc1;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    padding: 1.25rem 1.75rem;
    display: flex;
}

.cart_expost_acc_text {
    color: #73a200;
    color: var(--skladem_green);
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
}

.cart_expost_acc_button {
    color: #fbfffa;
    white-space: nowrap;
    cursor: pointer;
    background-color: #a6d337;
    border-radius: 6px;
    margin-left: auto;
    padding: .4rem 1.2rem;
    font-weight: 600;
    transition: all .2s;
}

.cart_expost_acc_button:hover {
    background-color: #a8df20;
}

.suggestions_wrapper {
    z-index: 100;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 .5rem .5rem;
    position: absolute;
    inset: 100% 0% auto;
    overflow: hidden;
    box-shadow: 0 2px 5px #b3b3b333;
}

.suggestion_line {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -1px;
    padding: .625rem .5rem;
    transition: all .2s;
    display: flex;
}

.suggestion_line:hover, .suggestion_line.selected {
    background-color: #f7f7f7;
}

.suggestion_line.address_selector {
    outline-offset: 0px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-top-color: #e6e6e6;
    border-radius: 8px;
    outline: 3px solid #e6e6e600;
    padding-left: .625rem;
}

.suggestion_line.address_selector:hover {
    background-color: #fff;
    outline-color: #e6e6e6;
}

.suggestion_line.address_selector.selected {
    outline-offset: 0px;
    outline: 3px solid #d8d8d8;
    transform: scale(1);
}

.suggestion_line.address_selector.sla_inside_is_inside {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.sug_street_text {
    padding: .188rem .15rem;
    font-size: .875rem;
    font-weight: 600;
}

.sug_city_text {
    color: #818181;
    padding: .15rem;
    font-size: .875rem;
}

.sug_city_text.load_more {
    color: #4e4e4e;
    text-decoration: underline;
}

.sug_psc_text {
    white-space: nowrap;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: .25rem;
    padding: .15rem .25rem;
    font-size: .875rem;
}

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

.sc_banner {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.sc_banner_text_sub {
    color: #6da305;
    color: var(--new-tyreto-green);
    margin-bottom: .25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

.recommend_service {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: .25rem;
    flex-flow: column;
    padding: .75rem 1rem .5rem;
    display: flex;
}

.rec_ser_head {
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.6;
}

.rec_ser_head.margtop {
    margin-top: 1.5rem;
}

.product_submenu {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e2dddd;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all .2s;
    display: flex;
}

.product_submenu.opaque {
    opacity: 0;
}

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

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

.div-block-47 {
    height: 4rem;
}

.span_pcs {
    color: #717172;
    font-weight: 400;
}

.submenu_inner_wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1680px;
    display: flex;
}

.doprava_zdarma_span {
    font-weight: 800;
}

.cart_menu_items_tag {
    color: #f2f2f2;
    background-color: #232323;
    border-radius: .25rem;
    padding: .25rem .625rem .25rem .6rem;
    font-size: .75rem;
    font-weight: 700;
}

.cart_country_selector {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    letter-spacing: .03rem;
    cursor: pointer;
    border: 1px dashed #d3d3d3;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    min-width: 3.8rem;
    max-width: 6rem;
    height: 2rem;
    margin-left: .5rem;
    padding: .15rem;
    font-size: .75rem;
    font-weight: 600;
    display: flex;
    position: relative;
}

.cart_country_selector.country_offer {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #fff;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    position: absolute;
    bottom: 2.25rem;
}

.cart_country_selector.country_offer.hidden {
    display: none;
}

.cart_country_flag {
    width: 1.25rem;
    height: 1.25rem;
}

.ct_fl_sel_txt {
    padding-top: .1rem;
    line-height: .7rem;
}

.cart_lng_inner_wr {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    padding: .375rem;
    transition: all .2s;
    display: flex;
}

.cart_lng_inner_wr:hover {
    background-color: #f5f5f500;
}

.price_infos_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .375rem;
    margin-left: .75rem;
    display: flex;
}

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

.mf_search_or_reset_wrap.v3 {
    z-index: 3;
    position: relative;
}

.mf_reset_btn {
    grid-column-gap: .438rem;
    grid-row-gap: .438rem;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .5rem .563rem;
    font-size: .938rem;
    font-weight: 300;
    line-height: .8;
    transition: all .2s;
    display: flex;
}

.mf_reset_btn:hover {
    color: #000;
    background-color: #ebebeb;
    border-color: #ccc;
}

.mf_reset_btn.hid {
    display: none;
}

.mf_reset_img {
    height: .938rem;
}

.text-block-43 {
    color: #141414;
}

.scc_service_offered_wrap {
    grid-column-gap: .313rem;
    grid-row-gap: .313rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.scc_service_offered_image {
    height: .75rem;
}

.price_infos_wrapper_mobile_technical_inner {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    flex-flow: column;
    display: flex;
}

.lrc_email_verif {
    grid-column-gap: 1.375rem;
    grid-row-gap: 1.375rem;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
    line-height: 1.5;
    display: flex;
}

.lrc_common_email_clients {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.lrc_common_email_img {
    object-fit: contain;
    height: 80%;
}

.lrc_common_email_link {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 4rem;
    padding: 1rem;
    display: flex;
}

.lrc_common_email_link.seznam {
    width: 8rem;
}

.udc_vertical_itemswrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
    padding: .75rem 1.125rem .75rem 1rem;
    display: flex;
}

.udc_vertical_itemswrap.lessgap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.span_count_order_detail_vertical_items_counter {
    background-color: #e8f8c0;
    background-color: var(--green_podklkad);
    color: #73a200;
    color: var(--skladem_green);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 3rem;
    padding: .188rem .438rem .15rem .5rem;
    font-size: .75rem;
    display: flex;
}

.span_balance_order_detail_vertical_items {
    font-size: .938rem;
}

.span_udc_badge {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #73a200;
    color: var(--skladem_green);
    border: 2px solid #a0ce2f;
    border-radius: 4px;
    padding: .25rem .5rem;
}

.button_login_register_cart {
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 2rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 600;
    transition: all .25s;
    display: flex;
}

.button_login_register_cart:hover {
    color: #73a200;
    color: var(--skladem_green);
    background-color: #f2fadd;
    border-color: #caea7a;
}

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

.cs_item_badges {
    grid-column-gap: 1.5rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cs_badge {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cs_badge.alert {
    color: #e39605;
}

.cs_badge.good {
    color: #73a200;
    color: var(--skladem_green);
}

.cs_badge.problem {
    color: #c80247;
}

.cs_badge_img {
    object-fit: contain;
    width: 1rem;
    height: 1rem;
}

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

.cavs_heading {
    color: #474747;
    font-size: .875rem;
    font-weight: 400;
}

.cavs_add_new_text {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: .25rem;
    display: flex;
}

.sug_line_img {
    height: .688rem;
}

.cavs_load_more {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    display: flex;
}

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

.sla_image_wrap {
    width: 5.5rem;
    height: 2.625rem;
}

.sla_image {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.sl_selected_badge {
    background-color: #e9f6c7;
    background-color: var(--skladem_green_background);
    color: #6e950b;
    text-transform: uppercase;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .25rem .25rem .125rem;
    font-size: .688rem;
    display: flex;
}

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

.sla_selected_check {
    justify-content: center;
    align-items: center;
    width: .875rem;
    height: .875rem;
    display: flex;
}

.slac_sc_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.span_cart_expost_acc_text {
    font-weight: 800;
}

.ask_question_wrap {
    margin-top: 6rem;
}

.ask_question_questions_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem;
    display: flex;
}

.ask_question_questions_wrapper.asking {
    justify-content: flex-start;
    align-items: flex-start;
}

.ask_question_questions_wrapper.has_qs {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
}

.div-block-48 {
    width: 95%;
    height: 95%;
    display: flex;
}

.ask_q_text.gray {
    color: #585858;
}

.ask_q_text.gray.small {
    font-size: .875rem;
    line-height: 1.6;
}

.ask_q_button {
    background-color: #97c329;
    background-color: var(--yellow-green);
    color: #fff;
    border-radius: .625rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.0625rem;
    font-weight: 500;
    display: flex;
}

.ask_q_single_q_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    flex-flow: column;
    width: 100%;
    padding: .75rem 1rem;
    line-height: 1.6;
    display: flex;
}

.div-block-49 {
    border-left: 4px solid #73a200;
    border-left: 4px solid var(--skladem_green);
    padding: .625rem 1rem .625rem 1.5rem;
}

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

.ask_question_email {
    border-radius: 4px;
    width: 35%;
    min-width: 15px;
    max-width: 25rem;
    margin: 0;
}

.ask_question_question {
    border-radius: 4px;
    margin: 0;
}

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

.odpoved_green {
    color: #73a200;
    color: var(--skladem_green);
}

.cart_order_finished_questionare_wrapper {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: .5rem;
    margin-top: .75rem;
    padding: 1.25rem 1.75rem;
    line-height: 1.6;
}

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

.user_qs_clickable {
    color: #1fa2bb;
    cursor: pointer;
    border: 2px solid #3cbdd63d;
    border-radius: 6px;
    padding: .4rem 1.2rem;
    transition: all .25s;
}

.user_qs_clickable:hover {
    border-color: #3cbdd6;
}

.user_qs_clickable.selected {
    color: #fff;
    background-color: #3cbdd6;
    border-color: #3cbdd6;
}

.user_qs_clickable.selected:hover {
    background-color: #4fcfe8;
    border-color: #4fcfe8;
}

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

.howto_partner_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
}

.ts_variants_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    display: grid;
}

.ts_variant_card {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    color: #fff;
    background-color: #2c2c2c;
    border-radius: .625rem;
    flex-flow: column;
    min-width: 20rem;
    padding: 1.5rem;
    display: flex;
}

.txt_tsvar_name {
    font-size: 1.25rem;
    font-weight: 800;
}

.txt_tsvar_subhead {
    color: #c3c3c3;
    font-size: .875rem;
}

.txt_tsvar_price {
    font-size: 2rem;
    font-weight: 800;
}

.tsv_splitter {
    border-top: 1px solid #424242;
    height: 1px;
    margin-top: .875rem;
    margin-bottom: .875rem;
}

.ts_adv_line {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: .875rem;
    display: flex;
}

.ts_adv_img {
    width: 1rem;
    height: 1rem;
}

.trs_var_adv_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    display: flex;
}

.trs_var_interested_button {
    text-align: center;
    cursor: pointer;
    background-color: #212121;
    border-radius: 4rem;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: .5rem;
    line-height: 1.8;
    transition: all .2s;
    display: flex;
}

.trs_var_interested_button:hover {
    transform: scale(1.05);
}

.trs_faq_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #2c2c2c;
    border-radius: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 42rem;
    max-width: 100%;
    margin: 1rem;
    padding: 1.5rem;
    display: flex;
}

.trs_qs_inside_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-weight: 700;
    display: flex;
}

.trs_qs_as_wrapper {
    color: #e7e7e7;
    width: 100%;
    max-width: 50rem;
}

.scc_info_banner {
    letter-spacing: -.002rem;
    margin-top: .25rem;
    font-size: .75rem;
    line-height: 1.5;
}

.text-block-47 {
    letter-spacing: -.001rem;
}

.ppd_link_box {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.link_out_img {
    width: 1rem;
    height: 1rem;
}

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

.ph_gar_wrap {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    background-color: #fafafa;
    border: 1px solid #f4f4f4;
    border-radius: .5rem;
    flex-flow: wrap;
    flex: 0 1 auto;
    justify-content: flex-start;
    align-items: center;
    padding: .75rem 1.25rem .75rem 1rem;
    font-size: .75rem;
    font-weight: 400;
    display: flex;
}

.ph_gar_wrap.hid {
    display: none;
}

.img_guar {
    width: 1.75rem;
    height: 1.75rem;
}

.img_guar.van {
    width: 2.125rem;
    height: 2.125rem;
}

.gar_single {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.25;
    display: flex;
}

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

.side_banner {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: cover;
    min-width: 100%;
    max-width: none;
    height: 100%;
    transition: all .2s cubic-bezier(.6, .04, .98, .335);
    position: absolute;
    inset: 0% 0% 0% auto;
    transform: scale(1.02);
}

.side_banner:hover {
    transform: scale(1.05);
}

.side_banner_wrapper {
    cursor: pointer;
    border: 5px solid #2626268f;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    height: 16rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.side_banner_wrapper.v3 {
    border-width: 3px;
    border-color: #828282;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 15.625rem;
    padding: 1rem;
}

.side_banner_text {
    z-index: 2;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.side_banner_bot {
    z-index: 1;
    text-align: center;
    background-color: #6da305eb;
    border: 3px solid #6da305eb;
    border-radius: 8px;
    width: 100%;
    margin: .5rem;
    padding: 1rem;
    position: relative;
}

.img_hero_banner_position {
    width: 100%;
    display: none;
}

.cart_service_infobox {
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-top: .5rem;
    margin-left: -.25rem;
    padding: .5rem .75rem;
}

.hp_new_badge {
    z-index: 2;
    position: absolute;
    inset: .5rem auto auto .5rem;
}

.pv_header {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.pv_content {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    display: flex;
}

.pv_line {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    display: flex;
}

.pv_line_content {
    grid-column-gap: 1.313rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.pv_line_heading {
    color: #3a3a3a;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
}

.pv_input_box {
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.pd_tyre_img {
    width: 1.438rem;
    height: 1.438rem;
}

.pv_dim_label {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #292929;
    border-right: 1px solid #e3e3e3;
    justify-content: flex-start;
    align-items: center;
    min-width: 7.875rem;
    height: 2.75rem;
    padding-left: .688rem;
    padding-right: 1rem;
    font-weight: 600;
    display: flex;
}

.pv_dim_label.locations {
    min-width: 12rem;
}

.pv_input {
    color: #191919;
    justify-content: flex-start;
    align-items: center;
    min-width: 7.875rem;
    height: 2.75rem;
    padding-left: .688rem;
    padding-right: .688rem;
    display: flex;
}

.pv_input.vehicle_name {
    border: 0 #ffa9a900;
    border-radius: 6px;
    min-width: 20rem;
}

.pv_option_clickable {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    min-width: 9.5rem;
    height: 2.75rem;
    display: flex;
}

.pv_option_clickable.locations {
    min-width: 7.5rem;
}

.pv_option_clickable.driving_style {
    min-width: 12rem;
}

.pv_option_clickable.stretched {
    min-width: 14.5rem;
}

.pv_options_splitter_vert {
    background-color: #e3e3e3;
    width: 1px;
    height: 1.875rem;
}

.pv_option_text {
    text-align: center;
    background-color: #eafcbe00;
    border-radius: 60px;
    max-width: 90%;
    padding: .5rem .875rem;
}

.pv_option_text.selected {
    color: #2f7c00;
    background-color: #eafcbe;
    min-width: 70%;
}

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

.pv_confirm_button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #fff;
    background-color: #232323;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: .875rem 1.813rem .875rem 1.75rem;
    line-height: 1.4;
    display: flex;
}

.pv_confirm_search_icon {
    width: .875rem;
    height: .875rem;
}

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

.pv_answering_status {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    display: flex;
}

.pv_loading_icon {
    width: 1.75rem;
    height: 1.75rem;
    transform: rotate(0);
}

.pv_complete_span {
    font-weight: 700;
}

.pv_all_answers {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 70vh;
    display: flex;
}

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

.pv_answer_text {
    line-height: 1.5;
}

.pv_answers_splitter {
    background-color: #eaeaea;
    flex: 1 1;
    height: 1px;
}

.pv_answers_splitter_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #dfdfdf;
    letter-spacing: 1px;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: .75rem;
    font-weight: 400;
    display: flex;
}

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

.pv_start_over {
    color: #6e6e6e;
    cursor: pointer;
    font-size: .875rem;
    text-decoration: underline;
}

.text-block-49 {
    color: #959595;
    font-size: .875rem;
    text-decoration: underline;
}

.div-block-50 {
    flex: 1 1;
}

.nhp_1920plus_banner {
    display: none;
}

.filer_body_new {
    background-color: #262626f7;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 33rem;
    padding-top: 2.25rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    display: flex;
}

.filer_body_new.white_var {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f9f9f9f2;
    height: 32rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.hp_but_bann_text {
    z-index: 2;
    color: #f1f1f1;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.05;
    position: relative;
}

.service_card_hp {
    border: 3px solid #6da305;
    border: 3px solid var(--new-tyreto-green);
    background-color: #fdfdfd;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
    display: flex;
}

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

.hp_ban_butt {
    background-color: #73a200;
    background-color: var(--skladem_green);
    color: #fff;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    display: flex;
}

.hp_bann_butt {
    z-index: 2;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.hero_scn_img {
    filter: brightness(78%);
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto;
}

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

.bc_bot_lane {
    grid-column-gap: .813rem;
    grid-row-gap: .813rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.bctl_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 1.063rem 1.313rem;
    display: flex;
}

.bctl_right {
    grid-column-gap: .813rem;
    grid-row-gap: .813rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.btclr_card {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding: .625rem .75rem;
    font-size: .875rem;
    font-weight: 600;
    display: flex;
}

.btclr_img {
    width: 1.25rem;
    height: 1.25rem;
}

.bctll_img {
    height: 3.563rem;
}

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

.bctllc_status {
    font-size: 1.625rem;
    font-weight: 700;
}

.bctllc_explainer {
    color: #5c5c5c;
    font-size: .813rem;
}

.bc_prompt_card {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #fff;
    border-radius: 10px;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    min-width: 9rem;
    height: 3.813rem;
    font-size: .813rem;
    display: flex;
    position: relative;
}

.bcpc_img {
    height: 1.75rem;
}

.bcpc_img._1 {
    height: 2.5rem;
}

.bcpc_img._3 {
    height: 1.75rem;
}

.bcpc_img._2 {
    height: 2.25rem;
}

.bcpc_points {
    font-size: 1rem;
    font-weight: 700;
}

.bcpc_explain {
    color: #5c5c5c;
}

.bcbc_two_combo_wrap {
    grid-column-gap: .813rem;
    grid-row-gap: .813rem;
    flex: 1 1;
    display: flex;
}

.bc_acq_overlay {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffa3;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s;
    display: flex;
    position: absolute;
    inset: 0%;
}

.bc_acq_overlay:hover {
    opacity: 0;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #fff0;
}

.bc_get_started_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 1.3;
    display: flex;
}

.text-span-15 {
    font-weight: 300;
}

.bc_acq_overlay_img {
    width: 1rem;
    height: 1rem;
}

.bonus_club_history_body {
    border-bottom: 1px solid #dbdbdb;
    max-height: 70vh;
    overflow: auto;
}

.bch_lane {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px #dbdbdb;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.bch_lane_cell {
    justify-content: flex-start;
    align-items: center;
    width: 59%;
    min-height: 2.5rem;
    font-size: .938rem;
    display: flex;
}

.bch_lane_cell.small {
    width: 27%;
    font-size: .75rem;
}

.bch_lane_cell.smallest {
    width: 12%;
    font-size: .938rem;
    font-weight: 700;
}

.cart_summ_bonus_club_space {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 2rem;
    display: flex;
}

.bp_cart_span {
    font-weight: 400;
}

.pr_desc_explainer {
    color: #646464;
    font-size: .75rem;
    font-weight: 400;
    text-decoration: underline;
    transition: all .2s;
}

.pr_desc_explainer:hover {
    color: #000;
}

.pv_splitter_horz {
    background-color: #e3e3e3;
    width: 100%;
    height: 1px;
    margin-top: 1.75rem;
}

@media screen and (min-width: 1280px) {
    .content_wrapper.space_between.shrink.menu {
        max-width: 1300px;
    }

    .filter_grand_wrapper.new_filter.v2 {
        min-width: 46.125rem;
    }

    .filter_lane, .filter_dimensions_wrapper {
        grid-column-gap: 1.25rem;
    }

    .dezen-card {
        height: 300px;
    }

    .grid.double.special_threecolumn {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .ct-slim, .ct-bold {
        font-size: 1.15rem;
    }

    .gpd-footer-info {
        padding-right: 0%;
    }

    .duo_wrap {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }

    .menu_body {
        width: 95%;
    }

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

    .text-block-25.green_wrapped {
        font-size: 1.5rem;
    }

    .map_containter_servisy {
        width: 60%;
    }

    .servisy_sidebar {
        width: 40%;
    }

    .hp_hs_sidebanner.v2 {
        min-width: 24rem;
    }

    .ph_gar_wrap {
        grid-column-gap: 2.25rem;
        grid-row-gap: 2.25rem;
    }

    .bc_prompt_card {
        min-width: 9rem;
        position: relative;
    }

    .bc_prompt_card.left_aligned {
        justify-content: flex-start;
        align-items: center;
    }

    .bcpc_explain {
        white-space: nowrap;
    }

    .image-30 {
        position: absolute;
    }

    .bc_acq_overlay {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        justify-content: center;
        align-items: center;
    }

    .bc_get_started_wrap {
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 1440px) {
    .content_wrapper.space_between.shrink.menu {
        max-width: 1680px;
    }

    .ct-slim, .ct-bold {
        font-size: 1.25rem;
    }

    .menu_body, .menu_category.hp_banner {
        width: 100%;
    }

    .menu_category.sidebar {
        flex: 1 1;
    }

    .menu_splitter {
        margin-left: 3rem;
        margin-right: 3rem;
    }

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

    .map_containter_servisy {
        width: 63%;
    }

    .servisy_sidebar {
        width: 37%;
    }

    .no_vehicles_added_wrapper {
        padding-right: 10%;
    }

    .car_selector_grid {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0 1rem;
    }

    .car_selector_gridchild_wrap {
        max-width: 9.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .hp_hs_sidebanner {
        max-width: 29rem;
    }

    .hp_hs_sidebanner.only_bigscreen {
        display: block;
    }

    .hp_hs_sidebanner.v2 {
        min-width: 27rem;
        max-width: 30rem;
    }

    .services_exp_wrapper._1 {
        padding-right: 12%;
    }


    .side_banner_wrapper.dimensions {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        border-radius: 0;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: visible;
    }

    .hp_new_badge {
        z-index: 2;
    }
}

@media screen and (min-width: 1920px) {
    .filter_grand_wrapper.new_filter {
        max-width: 56.5rem;
    }

    .filter_grand_wrapper.new_filter.v2 {
        padding-top: 0;
    }

    .filter_body.new_filter {
        background-color: #f5f5f5;
        margin-top: 0;
    }

    .filter_card_text {
        font-weight: 700;
    }

    .button_filter.services {
        color: #fff;
    }

    .button_filter.services:hover {
        background-color: #97c329;
        background-color: var(--yellow-green);
    }

    .strip-container.hidden {
        display: none;
    }

    .inner1300.filtered {
        max-width: 1680px;
    }

    .inner1300._1920 {
        max-width: 1920px;
    }

    .ad-image-homepage {
        height: auto;
    }

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

    .gpd-footer-info {
        padding-right: 15%;
    }

    .two_columns_menu_wrap.one_column {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .left_panel.hidden {
        width: 20%;
    }

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

    .cs_promocode {
        padding: 0 0 0 .25rem;
    }

    .udc_edit_button.password.gray {
        padding-top: .55rem;
        padding-bottom: .55rem;
    }

    .udc_lane_label.auto_nazev {
        flex: 1 1;
    }

    .image-20 {
        height: 1.45rem;
    }

    .grid-10.emptystate.cart_variant {
        grid-template-columns: .65fr 1.45fr .7fr;
    }

    .grid-10.show_vehicles {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        grid-template-columns: 1fr .9fr .5fr;
    }

    .udc_car_picture_wrap {
        justify-content: flex-start;
        align-items: stretch;
    }

    .udc_car_picture_wrap.emptystate {
        justify-content: center;
        align-items: stretch;
    }

    .udc_carinfo_mid_holder {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .tg_card_txt {
        line-height: 1.3;
    }

    .double_dimensions_wrap {
        padding-bottom: 1.375rem;
    }

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

    .dd_info_wrap {
        width: 80%;
        padding-left: 1rem;
    }

    .dd_infowrap_tophalf {
        width: 70%;
    }

    .dd_info_text {
        width: 80%;
        line-height: 1.5rem;
    }

    .dd_both_dim_wrap {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .services_section {
        background-color: #f1f1f1;
        flex-direction: column;
    }

    .services_section.solo_page {
        height: 83vh;
    }

    .map_containter_servisy {
        width: 70%;
    }

    .nearest_services_wrap {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .nearest_services_wrap.solo_page {
        padding: 2rem;
    }

    .services_selector_containter {
        justify-content: flex-start;
        align-items: stretch;
    }

    .button_icon {
        height: 1.5rem;
    }

    .button_icon.small {
        height: 1.15rem;
    }

    .span_underlined {
        text-decoration: underline;
    }

    .map_and_sidebar_wrapper.tablet_scrollable_whole.open {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .servisy_sidebar {
        width: 30%;
    }

    .scc_service_line.margin_bot.service_card {
        margin-bottom: .5rem;
    }

    .sc_services_heading.margin_top {
        font-weight: 600;
    }

    .no_vehicles_added_wrapper {
        grid-column-gap: .3rem;
        grid-row-gap: .3rem;
        padding-right: 15%;
    }

    .veh_novehicles_suhead {
        line-height: 1.5;
    }

    .hp_sidbar_card {
        background-color: #b3b3b3;
        background-image: none;
    }

    .hp_hs_sidebanner {
        border-left-style: none;
        max-width: 32rem;
        padding-left: 0;
    }

    .services_exp_wrapper._1 {
        margin-top: 1rem;
    }

    .tutorial_main_button {
        cursor: pointer;
        transition: all .2s;
    }

    .tutorial_main_button:hover {
        background-color: #dcf3a2;
    }

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

    .submenu_inner_wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .cart_menu_items_tag {
        padding-left: .72rem;
        padding-right: .75rem;
    }

    .side_banner {
        object-position: 50% 40%;
    }

    .side_banner_wrapper {
        height: 50%;
    }

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

    .img_hero_banner_position {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem;
        max-width: 1680px;
    }

    .pv_confirm_section {
        margin-bottom: 1rem;
    }

    .pv_all_answers {
        min-height: 40rem;
    }

    .nhp_sidebanner_maxwidth {
        border: 3px solid #e3e3e3;
        border-radius: 10px;
        flex: 1 1;
        max-width: 14.7rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
    }

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

    .nhp_1920plus_banner {
        display: flex;
    }

    .hero_scn_img {
        filter: none;
    }
}

@media screen and (max-width: 1165px) {
    .content_wrapper.space_between.abs_top_bar {
        justify-content: flex-start;
    }

    .top_nav_item.no_right_border.tablet_no_left_border {
        border-left-style: none;
    }

    .hero_section_homepage {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main_menu_item {
        margin-left: 1.3rem;
    }

    .main_menu_text {
        font-size: .95rem;
    }

    .search_wrapper {
        flex: 1 1;
        max-width: 16rem;
    }

    .filter_grand_wrapper {
        min-width: auto;
        max-width: 100%;
    }

    .filter_inputs_wrapper {
        flex: 1 1;
    }

    .filter_inputs_wrapper.dimensions {
        flex: none;
    }

    .filter_lane {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        flex-wrap: wrap;
    }

    .filter_lane.product_page {
        flex-wrap: wrap;
        margin-top: .6rem;
        margin-bottom: 1rem;
    }

    .filter_lane.disc_filter {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .filter_lane.disc_filter.twocolmax {
        grid-template-columns: 1fr;
    }

    .filter_lane_label.menu {
        margin-bottom: .65rem;
        font-size: .9rem;
        font-weight: 700;
    }

    .filter_option:hover {
        background-color: #fff;
    }

    .filter_option.select, .filter_option.select.middle {
        width: 100%;
    }

    .filter_option.selected:hover {
        background-color: #232323;
        background-color: var(--footer-grey);
    }

    .filter_option.menu {
        grid-column-gap: .5rem;
        min-width: 6rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .filter_option.menu:hover {
        filter: none;
        background-color: #3a3a3a00;
        border-color: #d3d3d3;
        outline-color: #5f5f5f00;
    }

    .filtr_option_text {
        white-space: nowrap;
    }

    .inner1300 {
        width: 90%;
    }

    .inner1300.filtered {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        align-items: flex-start;
        width: 98%;
    }

    .inner1300.filtered.center.blog {
        width: 100%;
    }

    .inner1300._1920 {
        width: 98%;
    }

    .inner1300.manufacturer {
        width: 100%;
    }

    .inner1300.new_hero_homepage {
        flex-flow: column;
    }

    .show-all {
        white-space: nowrap;
    }

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

    .dezen-card:hover {
        outline-offset: 0px;
        outline: 3px solid #0000;
    }

    .dc-price {
        font-size: 1rem;
    }

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

    .ad-image-homepage {
        aspect-ratio: 2.42;
    }

    .ad-image-homepage:hover {
        outline-color: #0000;
    }

    .ad-image-homepage.article_big {
        aspect-ratio: 1.25;
    }

    .ad-image-homepage.article_small {
        aspect-ratio: 2;
    }

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

    .benefit-name {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .benefit-card {
        padding-top: 3.5rem;
        padding-bottom: 3rem;
    }

    .benefit-pic {
        height: 4rem;
    }

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

    .most-searched-wrap {
        min-height: auto;
    }

    .grid {
        grid-template: "Area"
                   "."
                   "."
                   / 1fr 1fr 1fr;
        grid-auto-rows: .75fr;
        grid-auto-flow: row;
    }

    .grid.double.special_threecolumn {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .button-outline-black:hover {
        border-color: #ebebeb;
    }

    .contact-strip {
        height: auto;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .footer-main-content {
        padding-top: 4rem;
        padding-bottom: 5.5rem;
    }

    .contact-three-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto auto;
        grid-template-columns: auto;
        grid-auto-columns: auto;
        grid-auto-flow: row;
        place-content: center;
        place-items: center;
    }

    .grid-2 {
        grid-column-gap: 10px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .gpd-footer-info {
        margin-top: 1rem;
    }

    .gpd-contact-foot {
        margin-top: 0;
    }

    .news-footer {
        margin-bottom: 1rem;
    }

    .news-footer.blog {
        margin-bottom: 0;
    }

    .search_img {
        object-fit: contain;
        flex: none;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .duo_wrap {
        flex-wrap: wrap;
    }

    .image-5 {
        margin-left: -5rem;
    }

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

    .logo_img {
        height: 2.4rem;
    }

    .menu_items_wrap {
        margin-right: 1.5rem;
    }

    .filtr_option_img {
        height: .9rem;
    }

    .menu_body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 100%;
        margin-top: 6rem;
        padding: 1.25rem 1rem 1.5rem;
    }

    .menu_splitter {
        margin-top: 1.75rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .two_columns_menu_wrap.grid_no_further_wrappers {
        grid-template-columns: 1fr 1fr;
    }

    .menu_podlozka {
        height: 6rem;
    }

    .filtered_products_section {
        padding-top: 2rem;
    }

    .left_panel.hidden {
        width: 30%;
    }

    .all_filters_wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .sort_button {
        padding: 8px 18px;
        font-size: .85rem;
    }

    .prodcts_filtered_heading {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .filter_div_wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        padding: 1rem .75rem .65rem;
    }

    .filtered_products_grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .pc_lower {
        padding: 1rem 1rem 1.25rem;
    }

    .pc_upper {
        flex: 1 1;
    }

    .pc_ratings {
        bottom: 1rem;
        left: 1rem;
    }

    .pc_comparason {
        bottom: 1rem;
        right: 1rem;
    }

    .pc_info_wrap {
        grid-column-gap: 3px;
        grid-row-gap: 3px;
    }

    .pc_price_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .pc_brand {
        font-size: 1.15rem;
    }

    .pc_model {
        font-size: .9rem;
    }

    .pc_describtion {
        margin-top: .5rem;
        margin-bottom: .5rem;
        font-size: .9rem;
    }

    .pc_stock {
        font-size: .9rem;
    }

    .pc_price {
        white-space: nowrap;
        font-size: 1.15rem;
        line-height: 1rem;
    }

    .pc_buy_wrap.product_page {
        grid-column-gap: 1.6rem;
        grid-row-gap: 1.6rem;
        flex-direction: row;
    }

    .pc_add_to_cart_button {
        flex: none;
    }

    .pc_add_to_cart_button.remove {
        filter: invert();
        width: 2rem;
        height: 2rem;
    }

    .quantity_controler.minus.product_page, .quantity_controler.plus.product_page {
        width: 1.6rem;
    }

    .quantity_circle.product_page {
        grid-column-gap: 1.6rem;
        grid-row-gap: 1.6rem;
    }

    .quantity_circle.cart_page {
        filter: invert(75%);
    }

    .quantity_circle.cart_page:hover {
        filter: invert();
    }

    .pc_splitter_wrap {
        padding-top: .65rem;
        padding-bottom: .5rem;
    }

    .fs_item {
        margin-left: 1px;
    }

    .fs_item.fullwidth {
        max-width: 100%;
    }

    .filter_change_show_all_text {
        text-decoration: underline;
    }

    .fs_text_content {
        white-space: pre;
    }

    .fs_text_content.bigger {
        white-space: nowrap;
        font-size: .9rem;
        line-height: 1.4;
    }

    .fs_text_content.break {
        white-space: normal;
        width: 100%;
        line-height: 1.5;
    }

    .pf_prices_inputs_wrap {
        flex-direction: column;
        margin-bottom: .4rem;
    }

    .filters_remove_all {
        font-size: .875rem;
    }

    .filter_main_lane.nowrap {
        flex-flow: column wrap;
    }

    .mobile_show_filter {
        display: none;
    }

    .pagination_wrap {
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .product_hero_wrap {
        margin-top: 1rem;
    }

    .ph_grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-rows: auto auto;
        grid-template-columns: 4fr 7fr;
        height: auto;
    }

    .ph_main_img_wrap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .ph_main_image {
        height: 350px;
    }

    .bc_line_wrap {
        grid-column-gap: 0rem;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
        padding-right: 5%;
    }

    .ph_right_side_wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .ph_name_w {
        flex-direction: column;
    }

    .ph_price_and_cta {
        grid-column-gap: 1.6rem;
        grid-row-gap: 1.6rem;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1rem;
    }

    .ph_bottom_strip {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 1.5rem;
    }

    .ph_manufacturer_name {
        font-size: 2rem;
    }

    .ph_dezen_name {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .ph_describtion {
        margin-right: 1.5rem;
        line-height: 1.4;
    }

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

    .ph_price_text {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .ph_novat_price_text {
        margin-left: 0;
    }

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

    .pd_layout_grid {
        grid-template-rows: auto auto;
        grid-template-columns: 3fr 3fr 2fr;
        grid-auto-columns: .25fr;
        width: 100%;
    }

    .empty {
        display: none;
    }

    .pd_cat_wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pd_descript_long {
        padding-right: 5%;
    }

    .pr_card.summary {
        width: auto;
        min-width: 250px;
        max-width: 50%;
        position: static;
    }

    .prc_stars_wrap.dezen {
        justify-content: center;
    }

    .ph_special_offer_wrap {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .product_special_offer_grid {
        grid-template-rows: auto auto;
        grid-template-columns: minmax(150px, 300px);
        grid-auto-flow: column dense;
    }

    .close_the_menu {
        width: 1.25rem;
        height: 1.25rem;
        top: .65rem;
        right: .65rem;
    }

    .search_result_info_text, .sw_searched_text {
        font-size: 1.1rem;
    }

    .dph_grid_thirds {
        grid-template-columns: 1fr .5fr .5fr;
    }

    .dph_text_wrap {
        padding-bottom: 2rem;
    }

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

    .dph_filter_wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .dph_hero_ratings_n_stats_wrap {
        flex-direction: row;
    }

    .dph_ratings_small {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
        width: auto;
        height: 100%;
        padding: 2rem;
    }

    .dph_ratings_small.article_blog {
        flex-direction: row;
        padding: 1rem 1rem 1rem 1.5rem;
    }

    .dphr_percentage {
        margin-right: .5rem;
    }

    .dpp_bot_wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

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

    .producet_page_hero_grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        margin-top: .5rem;
    }

    .filter_body_manufacturer {
        border-right-style: none;
        border-radius: 10px;
    }

    .pp_most_searched_dimensions {
        border-top: 3px dashed #d3d3d3;
        border-left-style: none;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        padding: 2.25rem 2.5rem;
    }

    .cart_content_section {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .cart_grid {
        grid-template-columns: 8fr;
    }

    .cart_grid.transfered_right {
        max-width: 100%;
    }

    .cs_head {
        font-size: 1.25rem;
    }

    .cs_one.noitems.dezenholder {
        margin-top: 1rem;
        padding: 1rem;
    }

    .cs_item.service_selected {
        height: 4rem;
    }

    .cs_item_top {
        justify-content: flex-start;
    }

    .cs_item_top.service_selected {
        padding-top: .05rem;
    }

    .cs_item_top.service_selected.udb_purchased_p {
        padding-top: .25rem;
        padding-bottom: .25rem;
        padding-left: 1rem;
    }

    .cs_item_bot.hidden {
        display: none;
    }

    .csi_img_w {
        justify-content: center;
        align-items: center;
        height: 7rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: flex;
    }

    .csi_img_w.service_selected {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .csi_img {
        height: 90%;
    }

    .csi_img.different_use {
        height: 100%;
    }

    .csi_names_w {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-left: 0;
        padding-bottom: .25rem;
        padding-left: 1.5rem;
        display: flex;
    }

    .csi_names_w.service_selected {
        padding-bottom: 0;
        padding-left: 0;
    }

    .csi_price {
        font-size: 1.1rem;
    }

    .csi_price.green {
        font-size: 1rem;
    }

    .csi_right_wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-direction: row;
    }

    .csi_right_wrapper.summary {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: row-reverse;
    }

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

    .csi_bottom_container {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .cs_item_list_lane {
        flex-direction: row;
    }

    .est_deliver_date {
        text-align: right;
        margin-left: 0;
        font-size: .6rem;
        line-height: 1.4;
    }

    .csi_rightside_wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        max-width: 100%;
    }

    .csi_price_text {
        flex: 0 1 auto;
        line-height: 1.4;
    }

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

    .csi_input_warp.two_columns {
        grid-column: 1 / 1;
    }

    .csi_input_warp.logged_in {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .csi_amount {
        font-size: 1rem;
    }

    .csi_no_service {
        white-space: nowrap;
    }

    .lr_cards_wrap {
        flex-direction: column;
    }

    .lrc_head_wr {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
    }

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

    .lrc_input_wr {
        margin-bottom: .5rem;
    }

    .lrc_input {
        font-size: 1rem;
    }

    .lrc_options_wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-wrap: wrap;
        margin-top: 1rem;
        margin-bottom: .25rem;
    }

    .blogpage_content_wrapper {
        flex: 0 1 auto;
        width: 100%;
    }

    .grid-6.blog_menu, .grid-7 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-8 {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .timeslot_button:hover {
        color: #97c329;
        color: var(--yellow-green);
        background-color: #e9f6c700;
    }

    .timeslot_button.selected:hover {
        background-color: #97c329;
        background-color: var(--yellow-green);
        color: #fff;
    }

    .text-block-18 {
        white-space: nowrap;
    }

    .udc_edit_button.nb {
        display: none;
    }

    .art_text_holder {
        height: 80%;
    }

    .comparason_section {
        padding-top: 1rem;
        padding-left: 1%;
        padding-right: 1%;
    }

    .blog_post_sidebar_wrapper {
        flex-direction: row;
    }

    .banner_square_or_horizontal {
        width: 40%;
    }

    .temporary_overlay_myaccount {
        z-index: 1;
    }

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

    .tg_form_wrap {
        padding-top: 5rem;
        padding-left: 3%;
        padding-right: 3%;
    }

    .cb_bold_text {
        margin-left: 0;
    }

    .cb_span_divider {
        display: none;
    }

    .cb_right_wrap {
        margin-left: 0;
    }

    .cookie_content_wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 4rem;
    }

    .cb_hideaable_more_details {
        display: flex;
    }

    .cookie_row_wrap {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
    }

    .udc_popup_holder {
        flex-direction: column;
    }

    .com_head_txt {
        font-size: 1.5rem;
    }

    .comp_subhead {
        font-size: 1rem;
    }

    .comp_arows_shift.smaller_black {
        width: 3rem;
        height: 3rem;
    }

    .cmb_leftsidepanel {
        width: 20%;
    }

    .cmrd_bigcard {
        max-width: 10rem;
    }

    .cmrd_proplane.gray.full-name {
        height: 10.5rem;
        padding: 1rem;
    }

    .cmrd_cardsmagicslider {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        padding-left: .5rem;
    }

    .div-block-44 {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: column;
    }

    .double_dimensions_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        padding: .75rem;
    }

    .dd_info_wrap {
        margin-top: .5rem;
        padding: .5rem;
    }

    .dd_wrap_cards {
        flex-wrap: wrap-reverse;
    }

    .dd_both_dim_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .mapa_nahled {
        object-fit: cover;
    }

    .map_containter_servisy {
        width: 100%;
        height: 30%;
        overflow: hidden;
    }

    .nearest_services_wrap {
        min-height: 3rem;
        max-height: 4.5rem;
        padding: 1rem;
    }

    .nearest_services_wrap.solo_page {
        height: auto;
    }

    .services_input_address {
        min-width: 10rem;
    }

    .map_and_sidebar_wrapper {
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }

    .map_and_sidebar_wrapper.tablet_scrollable_whole {
        overflow: auto;
    }

    .servisy_sidebar {
        width: 100%;
        height: 70%;
    }

    .servisy_sidebar.full {
        width: 100%;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .servisy_scrollable_wrapper {
        padding-left: 1px;
        padding-right: 1px;
    }

    .servisy_scrollable_wrapper.service_selected_mobile {
        overflow: visible;
    }

    .service_single_card {
        margin-left: 0;
    }

    .service_single_card.service_selected_mobile {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .scc_service_line.service_card:hover {
        background-color: #f7f7f7;
    }

    .scc_service_line.service_card.selected:hover {
        background-color: #e9f5ca;
    }

    .calendar_containter_servisy {
        width: 100%;
        padding-top: 0;
        padding-left: 1rem;
    }

    .pc_discout, .pc_shipping_info {
        white-space: nowrap;
    }

    .no_vehicles_added_wrapper {
        padding-right: 25%;
    }

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

    .new_homepage_sidebar {
        padding-top: 0;
    }

    .hp_hs_sidebanner {
        display: none;
    }

    .tutorial_popup {
        justify-content: center;
        align-items: flex-start;
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .text-block-39 {
        flex-flow: wrap;
        max-width: 22.9rem;
    }

    .price_infos_wrapper {
        margin-left: 0;
    }

    .mf_reset_btn {
        white-space: nowrap;
    }

    .lrc_email_verif {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .button_login_register_cart {
        min-height: 3rem;
    }

    .ask_question_email {
        width: 50%;
    }

    .ts_variants_grid {
        flex-flow: column;
        grid-template-columns: 1fr;
        display: flex;
    }

    .ts_variant_card {
        min-width: 40rem;
    }

    .trs_faq_wrap {
        min-width: auto;
        max-width: 40rem;
    }

    .pv_content, .pv_line {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pv_input_box.multiple_select {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        background-color: #fff0;
        border-style: none;
    }

    .pv_dim_label.locations {
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 6px;
    }

    .pv_option_clickable {
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 6px;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .pv_options_splitter_vert {
        display: none;
    }

    .pv_option_text {
        max-width: 100%;
    }

    .pv_option_text.selected {
        flex: 1 1;
    }
}

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

    .content_wrapper.space_between.shrink {
        flex-wrap: wrap;
    }

    .content_wrapper.space_between.shrink.menu.top_margin {
        margin-top: -1rem;
        margin-bottom: .5rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .content_wrapper.shrink.vertical {
        display: none;
    }

    .top_nav_item {
        border-top: 1px solid #cacaca;
    }

    .top_nav_item.phone {
        display: none;
    }

    .hero_section_homepage {
        background-color: #1a1a1a;
        background-color: var(--tyreto-black);
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .logo_wrapper {
        margin-right: 3rem;
    }

    .main_menu_item {
        justify-content: flex-start;
        margin-left: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .main_menu_item.first {
        margin-left: 0;
    }

    .main_menu_text {
        font-size: 2rem;
        line-height: 1.3;
    }

    .filter_grand_wrapper {
        max-width: 100%;
    }

    .filter_grand_wrapper.new_filter.v2 {
        min-width: 95vw;
    }

    .filter_cards {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        margin-left: 0;
        margin-right: 0;
    }

    .filter_body {
        background-color: #fff;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        box-shadow: 0 0 20px #30303000;
    }

    .filter_body.noheader.compact {
        padding-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .filter_body.new_filter {
        background-color: #f5f5f5;
    }

    .filter_card {
        background-color: #fff;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .filter_card.inactive {
        color: #464646;
    }

    .filter_card.new_homepage {
        min-height: 4rem;
        padding-right: 1.5rem;
    }

    .filter_card_icon {
        opacity: 1;
    }

    .filter_card_text {
        font-size: 1rem;
    }

    .filter_inputs_wrapper {
        flex: 1 1;
    }

    .filter_lane {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        margin-top: .75rem;
        margin-bottom: 1.25rem;
    }

    .filter_lane.disc_filter {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .filter_lane_label {
        margin-bottom: .25rem;
        font-weight: 600;
    }

    .filter_option {
        grid-column-gap: .5rem;
        padding: .85rem .95rem;
        font-size: 1rem;
    }

    .filter_option.select {
        flex: 2 1 auto;
        width: auto;
        max-width: 11.25rem;
    }

    .filter_option.menu {
        padding-left: .45rem;
        padding-right: .45rem;
    }

    .filter_dimensions_wrapper {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-wrap: wrap;
    }

    .filter_bottom_body_wrapper {
        flex-direction: row-reverse;
        justify-content: flex-end;
        min-height: 5rem;
        margin-top: 1.5rem;
    }

    .inner1300 {
        width: auto;
    }

    .inner1300.filtered {
        align-items: flex-start;
        width: 100%;
    }

    .inner1300.filtered.producer {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .inner1300.filtered.mobile_vert {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
    }

    .inner1300._1680.fullwidth {
        width: 100%;
    }

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

    .gc-headings {
        flex-wrap: wrap;
    }

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

    .dezen-card {
        height: 230px;
    }

    .dc-lower {
        height: 100px;
        padding: 1rem;
    }

    .product_image.horizontal_layout {
        max-width: 90%;
        height: auto;
        max-height: 90%;
    }

    .dc-brand {
        line-height: 1;
    }

    .dc-dezen {
        margin-top: 6px;
    }

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

    .ad-image-homepage.article_big {
        aspect-ratio: 1.25;
    }

    .ad-image-homepage.article_small {
        aspect-ratio: 1.6;
    }

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

    ._100percent_container {
        margin-top: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    .benefit-name {
        text-align: left;
        margin-top: 0;
        margin-bottom: .5rem;
        line-height: 1;
    }

    .benefit-card {
        flex-direction: row;
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .benefit-subhead {
        text-align: left;
        padding-right: 10%;
    }

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

    .most-searched-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .grid, .grid.double {
        grid-template-columns: 1fr 1fr;
    }

    .home-content-section {
        margin-top: 0;
        padding-top: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer-main-content {
        padding-top: 3rem;
    }

    .gpd-footer-info {
        padding-right: 0%;
    }

    .image-2 {
        height: 4rem;
        margin-right: 1rem;
    }

    .news-footer {
        margin-bottom: 2rem;
    }

    .news-footer.blog {
        margin-bottom: 0;
    }

    .duo_wrap {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-wrap: nowrap;
    }

    .image-5 {
        margin-top: 8rem;
        margin-left: -2rem;
        display: none;
    }

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

    .grid-3 {
        flex-direction: column;
        display: flex;
    }

    .logo_img {
        height: 3rem;
    }

    .menu_items_wrap {
        display: none;
    }

    .menu_button {
        cursor: pointer;
        margin-left: 1.5rem;
        display: flex;
    }

    .image-7 {
        height: 2rem;
    }

    .mobile_menu {
        z-index: 999;
        background-color: #1a1a1a;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 105vh;
        padding-left: 4rem;
        display: flex;
        position: fixed;
        inset: 0%;
    }

    .mobile_menu.hidden {
        display: none;
    }

    .mobile_items_wrap {
        margin-top: 2rem;
        margin-bottom: 6rem;
    }

    .search_mobile_wrap {
        justify-content: flex-start;
        align-items: center;
        width: 80vw;
        display: flex;
    }

    .mobile_menu_close_icon {
        position: absolute;
        inset: 25px 25px auto auto;
    }

    .image-8 {
        width: 3rem;
    }

    .filtr_option_img {
        height: 1rem;
    }

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

    .menu_lane {
        flex: 1 1;
    }

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

    .menu_category.only_mobile {
        display: block;
    }

    .menu_splitter {
        display: none;
    }

    .menu_podlozka {
        height: 6rem;
    }

    .left_panel, .left_panel.hidden {
        width: 38%;
    }

    .pruvodce_vyberem_wrap {
        padding: 1.25rem;
    }

    .sort_button {
        padding: 8px 16px;
    }

    .sort_text {
        font-size: .9rem;
    }

    .product_counter {
        margin-top: 0;
        margin-bottom: .5rem;
        margin-left: 0;
    }

    .prodcts_filtered_heading {
        margin-bottom: 0;
        font-size: 1.25rem;
    }

    .prodcts_filtered_heading.extrabold.lowerbot {
        font-size: 1.5rem;
    }

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

    .pc_lower {
        height: auto;
    }

    .pc_upper {
        flex: none;
    }

    .pc_upper.horizontal_layout {
        flex: 1 1;
        width: 5rem;
        height: 100%;
    }


    .pc_price_wrap.horizontal_layout {
        flex-flow: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

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

    .pc_model.horizontal_layout {
        margin-left: 0;
    }

    .pc_price {
        font-size: 1.25rem;
    }

    .pc_price.smallerversio {
        font-size: 1.15rem;
    }

    .pc_buy_wrap.comparason {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: row;
    }

    .pc_add_to_cart_button.product_page.submenu_small {
        width: 3rem;
        height: 3rem;
    }

    .pc_add_to_cart_button.remove {
        opacity: .25;
        filter: invert();
        width: 1.25rem;
        height: 1.25rem;
    }

    .pc_lower_splitter {
        display: none;
    }

    .pc_splitter_wrap {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .fs_text_content.bigger {
        margin-left: .4rem;
    }

    .pagination_wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .page_numbers_wrap {
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
        width: 100%;
        margin-top: .5rem;
    }

    .next_page_wrap, .previous_page_wrap {
        order: -1;
    }

    .main_filter_controls_wrap {
        flex-direction: column-reverse;
        justify-content: center;
        bottom: 50%;
        left: 0;
        right: auto;
    }

    .main_filter_controls_wrap.new_filter {
        width: 100%;
        position: relative;
    }

    .main_filter_controls_wrap.new_filter.v2 {
        flex-flow: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .mf_controls_line_wrap {
        order: 1;
        margin-bottom: 1rem;
    }

    .ph_price_text.submenu_small {
        white-space: nowrap;
    }

    .ph_buy_button_text_wrap.submenu_small {
        display: none;
    }

    .product_details_section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .pd_layout_grid {
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "Area Area Area"
                         ". . ."
                         ". . ."
                         ". . .";
    }

    .pd_layout_grid.area.no_expansion_mobile {
        grid-template-rows: auto auto;
    }

    .pr_card.summary {
        max-width: 100%;
    }

    .sr_top {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .srt_infos_right {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
    }

    .sr_lanes {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        margin-bottom: 1rem;
    }

    .sr_pictures {
        flex-wrap: wrap;
    }

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

    .product_special_offer_grid {
        grid-auto-flow: row dense;
    }

    .review_attached_image {
        height: 15rem;
    }

    .touchwrapper {
        width: 2rem;
    }

    .close_the_menu {
        display: none;
    }

    .search_results_section {
        padding-top: 1rem;
    }

    .search_results_info_wrap {
        display: none;
    }

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

    .dph_img_wrap {
        border-bottom: 1px solid #dfdfdf;
        overflow: hidden;
    }

    .dph_text_wrap {
        padding-top: 1rem;
    }

    .dph_hero_ratings_n_stats_wrap {
        flex-direction: column;
    }

    .dph_ratings_small {
        flex-direction: row;
        width: 100%;
    }

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

    .manufacturer_hero_section {
        padding-top: 2rem;
    }

    .pp_producer_logo_wrap.no_overflow {
        margin-bottom: 12px;
    }

    .filter_body_manufacturer {
        padding: 2rem 2.6rem;
    }

    .pp_producer_img {
        max-width: 8rem;
        height: 8rem;
    }

    .cart_content_section {
        padding-top: 1rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .cart_bar_circle {
        width: 2rem;
        height: 2rem;
    }

    .cart_progress_bar_step_text {
        top: 2.6rem;
    }

    .cart_grid {
        grid-template-rows: auto auto;
        grid-template-columns: 8fr;
    }

    .cart_go_forward_button {
        letter-spacing: .4px;
        font-size: 1rem;
    }

    .cart_sections_wrapper {
        margin-bottom: 0;
    }

    .cs_one.noitems {
        padding: 6%;
    }

    .cs_item.noshrink {
        margin-bottom: 1rem;
    }

    .cs_item_top {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cs_item_top.service_selected {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .cs_item_top.service_selected.udb_purchased_p {
        padding-left: 1.125rem;
        padding-right: 1rem;
    }

    .cs_item_bot {
        grid-column-gap: .35rem;
        grid-row-gap: .35rem;
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

    .cs_item_bot.service_selected {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }

    .csi_img_w {
        height: 5rem;
    }

    .csi_img_w.service_selected.submenu_different_use {
        height: 4rem;
    }

    .csi_img_w.review {
        height: 10rem;
    }

    .csi_img.different_use {
        height: 100%;
    }

    .csi_names_w {
        padding-right: 1rem;
    }

    .csi_names_w.service_selected {
        margin-left: .5rem;
        padding-right: 0;
    }

    .csi_names_w.service_selected.udb_purchased_p {
        margin-left: .75rem;
    }

    .csi_main_name {
        font-size: 1rem;
    }

    .csi_main_name.service_selected {
        grid-column-gap: .15rem;
        grid-row-gap: .15rem;
        flex-flow: column;
        display: flex;
    }

    .csi_main_name.service_selected.udb_purchased_p {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
    }

    .csi_main_name.service_selected.submenu_small {
        font-size: 1.5rem;
    }

    .csi_tyrename_regular {
        font-size: .85rem;
    }

    .csi_decs.service_selected {
        font-size: .75rem;
        display: none;
    }

    .csi_price {
        font-weight: 500;
    }

    .csi_right_wrapper {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-direction: column;
        align-items: flex-end;
    }

    .csi_right_wrapper.nogodown {
        margin-left: .5rem;
    }

    .csi_summary_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: column;
        padding: 1.5rem;
        display: flex;
    }

    .csi_summary_wrap.just_added {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }

    .text-block-12 {
        line-height: 1.3;
    }

    .c_promocode_input_wrapper {
        width: 10rem;
    }

    .register_now_wrapper {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-6.blog_menu {
        grid-template-columns: 1fr;
    }

    .text-block-17.attached {
        white-space: nowrap;
    }

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

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

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

    .udc_top {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
    }

    .udc_bot.auta {
        flex-flow: column wrap;
    }

    .udc_edit_button {
        display: flex;
    }

    .udc_edit_button.password {
        margin-top: 0;
        margin-bottom: 0;
        padding: .625rem 2rem;
    }

    .udc_edit_button.password.left_margin {
        flex: 0 1 auto;
        margin-bottom: 0;
        padding: .5rem 1rem;
    }

    .udc_edit_button.password.verysmall {
        margin-bottom: 0;
    }

    .udc_edit_button.password.verysmall.green.mobile_nostretch {
        flex: 0 1 auto;
        padding: .5rem 1rem;
        font-size: .875rem;
    }

    .udc_edit_button.password.gray {
        margin-bottom: 0;
        font-size: .9rem;
    }

    .udc_edit_button.password.absulute {
        padding-top: .625rem;
        padding-bottom: .625rem;
        position: absolute;
        inset: auto 0% auto auto;
    }

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

    .udc_input_lane.black {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        align-items: flex-start;
        height: auto;
        margin-bottom: 1rem;
        padding-bottom: 0;
    }

    .udc_input_lane.black.car_selector {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        height: 3rem;
        padding-bottom: .5rem;
        padding-left: 0;
    }

    .udc_input_lane.black.carwrap_mobile {
        background-color: #fff;
        border-radius: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.75rem 2rem 2rem;
    }

    .udc_input_lane.mobile_hidden {
        display: none;
    }

    .udc_input_lane.nobend_mobile {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        position: relative;
    }

    .udc_lane_label.auto_nazev {
        width: 100%;
        font-size: .938rem;
    }

    .udc_lane_label.auto_pneu {
        width: 100%;
    }

    .udc_lane_label.auto_pneu.mobile_special_inrow {
        margin-top: 1rem;
        display: flex;
    }

    .udc_lane_label.auto_detail {
        justify-content: flex-start;
        margin-left: 0;
    }

    .udc_lane_label.auto_servis {
        width: 100%;
    }

    .udc_lane_label.obj_cislo, .udc_lane_label.obj_stav {
        font-weight: 800;
    }

    .udc_lane_label.obj_detail {
        margin-left: 0;
    }

    .udc_input_field {
        z-index: 10;
    }

    .udc_input_field.order_detail_vertical_items {
        position: static;
    }

    .last_lane_hider.auta {
        padding-top: 3.1rem;
    }

    .image-20 {
        height: .75rem;
    }

    .image-20.mobile_margin_bot {
        margin-bottom: .5rem;
    }

    .udc_mit_white_inner {
        padding: 1.4rem;
    }

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

    .grid-10.emptystate {
        grid-template-rows: auto auto;
        grid-template-columns: 1.15fr 1.7fr;
    }

    .grid-10.show_vehicles {
        grid-template-columns: .9fr;
    }

    .udc_car_picture_wrap {
        margin: 0;
        padding: 0;
    }

    .image-21 {
        height: 8rem;
    }

    .image-21.emptystate {
        height: 5rem;
    }

    .grid-11 {
        grid-template-rows: auto auto;
        grid-template-columns: .75fr 1fr;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .udc_cardetail_threebuttons {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-direction: column;
        justify-content: center;
        padding: .5rem 1rem;
    }

    .udc_obj_stat_bot_wrap {
        flex-direction: column;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .udc_obj_splitter {
        flex: 0 1 auto;
        width: 2px;
        height: 3.5rem;
    }

    .udc_obj_stat_head {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-wrap: wrap;
    }

    .udc_obj_state_heading {
        z-index: 2;
        background-color: white;
        background-color: var(--white);
        font-size: .85rem;
    }

    .contact_section {
        padding-top: 1rem;
    }

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

    .faq_question {
        align-items: flex-start;
    }

    .faq_question_image {
        margin-top: 3px;
    }

    .div-block-23 {
        display: none;
    }

    .article_subheading {
        font-size: 1rem;
    }

    .article_heading {
        font-size: 1.5rem;
    }

    .div-block-29.small_arti {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: column-reverse;
        align-items: flex-end;
    }

    .blog_post_sidebar_wrapper {
        flex-direction: column;
    }

    .banner_square_or_horizontal {
        width: 100%;
    }

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

    .tg_form_duo_wrap {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .cb_detail_lane, .div-block-39 {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
    }

    .text-block-29 {
        font-size: .8rem;
    }

    .banner_mobile {
        margin-top: 0;
        display: flex;
    }

    .mobile_banner_home {
        object-fit: cover;
        width: 100%;
    }

    .benefit_texts_wrapper {
        margin-left: 1rem;
    }

    .div-block-41.yl.pr_head {
        background-color: #e8f8c0;
        background-color: var(--green_podklkad);
    }

    .comp_shifterswrap {
        bottom: 3%;
    }

    .com_head_txt {
        font-size: 1.75rem;
    }

    .comp_subhead {
        font-size: 1rem;
    }

    .cmdr_sameremtop {
        height: 14rem;
    }

    .cmrd_bigcard {
        max-width: 8rem;
    }

    .cmrd_proplane {
        height: 3.5rem;
        padding: 1rem;
    }

    .cmrd_proplane.gray.leftround {
        padding-right: 1.5rem;
    }

    .cmrd_proplane.gray.full-name {
        height: 8rem;
        padding: .5rem;
    }

    .cmrd_proplane.gray.popisek {
        object-position: 50% 100%;
    }

    .cmrd_lane_text {
        font-size: 1rem;
    }

    .cmrd_lane_text.cmrd_manuname {
        font-size: 1.15rem;
    }

    .div-block-44 {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        flex-direction: column;
    }

    .double_dimension_wrap_one {
        max-width: 100%;
    }

    .dd_both_dim_wrap {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-wrap: wrap;
    }

    .button_outline_black.mobile_hidden, .services_my_location, .services_my_location_wrapper.mobile_hidden, .service_address_and_confirm_wrap.mobile_hidden {
        display: none;
    }

    .sc_button.green.light.expand {
        flex: 1 1;
    }

    .sc_button.border {
        min-width: 30%;
        display: flex;
    }

    .cart_popup_overlay.tyre_selector {
        padding-left: 3%;
        padding-right: 3%;
    }

    .cart_item_header_options_wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .cs_just_added_controls_wrap {
        width: 100%;
        margin-left: 0;
    }

    .pc_pw_top {
        margin-bottom: .25rem;
    }

    .no_vehicles_added_wrapper {
        padding-left: .5rem;
        padding-right: 5%;
    }

    .car_selector_grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

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

    .car_selector_inputs_grid {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

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

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

    .pr_top_hdr {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .prc_tech_wr {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        padding-left: .25rem;
    }

    .text-block-39 {
        max-width: 18.5rem;
    }

    .pr_main_label_wrap {
        font-size: 1rem;
    }

    .pr_top_hrd_techwrap {
        grid-column-gap: .35rem;
        grid-row-gap: .35rem;
        flex-flow: column;
    }

    .text-block-42 {
        font-size: 1rem;
    }

    .cart_expost_acc {
        padding: 1.25rem 1.5rem;
    }

    .cart_expost_acc_text {
        font-size: 1rem;
    }

    .cart_expost_acc_button {
        white-space: nowrap;
    }

    .product_submenu {
        height: 4.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .submenu_right_controls {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .mf_search_or_reset_wrap.v3 {
        flex-flow: row-reverse;
    }

    .lrc_email_verif {
        line-height: 1.8;
    }

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

    .lrc_common_email_link {
        width: 7rem;
        height: 3.5rem;
        padding: .75rem;
    }

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

    .ask_question_questions_wrapper.asking, .ask_question_questions_wrapper.has_qs {
        padding: 1.5rem;
    }

    .ask_question_email {
        width: 100%;
    }

    .ts_variant_card {
        min-width: 25rem;
    }

    .trs_faq_wrap {
        max-width: 25rem;
    }

    .ph_gar_wrap {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }

    .nhp_hero.v2 {
        padding-bottom: 1rem;
    }

    .img_hero_banner_position {
        display: none;
    }

    .pv_line_heading {
        font-size: 1rem;
    }

    .pv_dim_label {
        min-width: 6.75rem;
    }

    .pv_dim_label.locations {
        min-width: 0;
        padding-right: 1.25rem;
    }

    .pv_input {
        min-width: 7.25rem;
    }

    .pv_input.vehicle_name {
        flex: 1 1;
        min-width: 0;
    }

    .filer_body_new.white_var {
        height: auto;
        padding-top: 1.75rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}

@media screen and (max-width: 768px) {
    .nav_top {
        height: 2.5rem;
    }

    .pc_buy_wrap {
        margin-left: 0px;
    }

    .content_wrapper.space_between.shrink {
        justify-content: space-between;
    }

    .content_wrapper.space_between.shrink.menu {
        flex-wrap: nowrap;
    }

    .content_wrapper.space_between.shrink.menu.top_margin {
        margin-top: 0;
    }

    .top_nav_item {
        grid-column-gap: .35rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: .85rem;
    }

    .top_nav_item:hover {
        box-shadow: none;
        background-color: #f5f5f5;
    }

    .top_nav_item.mobile_shrink {
        flex: 0 1 auto;
        min-width: 3rem;
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .nav_item_icon, .nav_item_icon.car {
        height: 1.1rem;
    }

    .nav_item_text {
        font-size: .85rem;
    }

    .hero_section_homepage {
        background-color: #232323;
        background-color: var(--footer-grey);
        width: auto;
    }

    .logo_wrapper {
        margin-right: 0;
    }

    .search_wrapper {
        background-color: #20202080;
        margin-left: 1rem;
        padding-left: .4rem;
        display: flex;
    }

    .heading {
        font-size: 2rem;
    }

    .filter_cards {
        display: flex;
    }

    .filter_body {
        padding-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .filter_body.noheader {
        margin-top: 0;
        padding-top: 1.5rem;
    }

    .filter_body.new_homepage {
        border-top-right-radius: 0;
    }

    .filter_card {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        justify-content: flex-start;
        min-height: 3.25rem;
        padding: .65rem .5rem .65rem 1.35rem;
    }

    .filter_card.new_homepage {
        flex: 1 1;
    }

    .filter_card_icon {
        height: 1.5rem;
    }

    .filter_card_text {
        display: flex;
    }

    .filter_inputs_wrapper {
        flex: 1 1;
        margin-bottom: 1.5rem;
    }

    .filter_inputs_wrapper.dimensions {
        width: 28%;
    }

    .filter_lane {
        margin-bottom: 0;
    }

    .filter_lane.product_page {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
    }

    .filter_lane.disc_filter {
        grid-template-columns: 1fr 1fr;
    }

    .filter_lane_label {
        font-size: 1.05rem;
    }

    .filter_option {
        padding-left: .9rem;
        padding-right: .9rem;
    }

    .filter_option.select {
        width: 100%;
    }

    .filter_option.menu.product_page {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        padding: .4rem .4rem .4rem .5rem;
    }

    .filtr_option_text {
        white-space: nowrap;
        font-weight: 400;
    }

    .filter_dimensions_wrapper {
        flex-wrap: wrap;
    }

    .filter_bottom_body_wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
        min-height: 6rem;
        margin-top: 0;
    }

    .button_filter {
        z-index: 30;
        flex: 1 1;
        align-self: auto;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 1.5rem;
        position: relative;
    }

    .button_text {
        text-align: center;
    }

    .inner1300.filtered {
        width: 100%;
    }

    .inner1300.filtered.producer.mobileadj {
        flex-direction: column;
        position: relative;
    }

    .inner1300.filtered.mobile_vert {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
    }

    .inner1300.stretch {
        margin-top: 1rem;
    }

    .inner1300.stretch.hero_padding.lowermargbott {
        padding-bottom: 3rem;
    }

    .inner1300.stretch.pp_page_margin_bot {
        margin-bottom: 1rem;
    }

    .inner1300.manufacturer {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
    }

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

    .show-all {
        text-decoration: underline;
    }

    .show-all.search {
        align-self: flex-start;
    }

    .gc-headings {
        grid-column-gap: .6rem;
        grid-row-gap: .6rem;
        margin-bottom: .5rem;
    }

    .dezen-grid {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .dezen-card {
        height: 200px;
    }

    .dc-lower {
        justify-content: center;
        height: 90px;
        padding: .65rem .85rem .75rem;
    }

    .product_image {
        object-fit: cover;
        top: 10%;
    }

    .product_image.horizontal_layout {
        max-width: 80%;
        height: auto;
        max-height: 80%;
    }

    .dc-brand {
        font-size: 1.1rem;
        line-height: 1.1;
    }

    ._100percent_container {
        margin-top: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    .ad-text-big {
        font-size: 1.2rem;
    }

    .benefit-name {
        font-size: 14px;
    }

    .benefit-card {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .benefit-subhead {
        padding-right: 0%;
    }

    .benefit-pic {
        width: 3rem;
        height: auto;
    }

    .most-searched-wrap {
        padding: 1.6rem 1.2rem 1.2rem;
    }

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

    .grid.double, .grid.double.special_threecolumn {
        grid-template-columns: 1fr 1fr;
    }

    .ms-head-wrap {
        margin-top: .25rem;
        margin-bottom: .5rem;
    }

    .ms-subhead {
        left: 1rem;
    }

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

    .button-outline-black {
        padding-left: 0;
        padding-right: 0;
    }

    .home-content-section {
        margin-top: 0;
        padding-top: 1rem;
    }

    .contact-strip {
        display: none;
    }

    .footer-main-content {
        padding-top: 2rem;
        padding-bottom: 4.25rem;
    }

    .contact-method-wrap {
        flex-direction: column;
    }

    .cont-icon {
        width: 1.45rem;
        margin-bottom: .5rem;
        margin-right: 0;
    }

    .ct-slim {
        font-size: 1.15rem;
    }

    .ct-bold {
        font-size: 1.15rem;
        line-height: 1.4;
    }

    .grid-2 {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .nav-footer-wrap {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }

    .foot-head {
        margin-top: 1rem;
    }

    .nav-foot-link {
        white-space: nowrap;
    }

    .gpd-contact-foot {
        flex-direction: column;
    }

    .lgo-wrap-foot {
        margin-bottom: .4rem;
        margin-right: 0;
    }

    .address-wrap-foot {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .image-2 {
        height: 3rem;
    }

    .addi-foot-white {
        white-space: nowrap;
    }

    .news-footer {
        margin-bottom: 0;
        padding-right: 1rem;
    }

    .news-footer.blog {
        padding-right: 0;
    }

    .news-info {
        line-height: 1.2;
    }

    .news-form-wrap {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .news-form-wrap.blog {
        width: 100%;
        padding-right: 0;
    }

    .news-input {
        flex: 0 1 auto;
        width: 100%;
    }

    .news-input.blog {
        width: 100%;
    }

    .button-white {
        width: 100%;
        margin-top: .6rem;
        margin-left: 0;
    }

    .button-white.blog_black {
        width: 100%;
    }

    .duo_wrap {
        flex-wrap: wrap;
    }

    .image-5 {
        margin-top: 0;
        margin-left: -1rem;
    }

    .logo_img {
        height: 2.5rem;
    }

    .menu_button {
        margin-left: 1.5rem;
    }

    .image-7 {
        flex: 1 1;
    }

    .mobile_menu {
        z-index: 2100;
        position: fixed;
    }

    .filtr_option_img {
        height: .8rem;
    }

    .two_columns_menu_wrap.two_columnn {
        grid-auto-flow: row;
    }

    .menu_podlozka {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .filtered_products_section {
        padding: .5rem .5rem 3rem;
    }

    .left_panel {
        z-index: 2000;
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        background-color: #a5a5a5a1;
        position: absolute;
        overflow: scroll;
        padding: 15px;
        top: 0;
        max-width: 100vw;
        width: 100%;
        box-sizing: border-box;
    }


    .left_panel.hidden {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        display: none;

    }

    .left_panel.phone_hidden {
        display: none;
    }

    .right_panel.hidden {
        display: none;
    }

    .all_filters_wrap.hidden {
        display: none;
    }

    .pruvodce_vyberem_wrap {
        padding-top: 1.75rem;
    }

    .pruvodce_vyberem_wrap.hidden {
        display: none;
    }

    .sort_products_wrapper {
        flex-direction: row;
    }

    .sort_button {
        padding-left: 12px;
    }

    .sort_text {
        font-size: .95rem;
    }

    .product_counter {
        color: #73a200;
        color: var(--skladem_green);
        margin-top: 0;
        margin-bottom: .5rem;
        margin-left: 0;
        font-weight: 600;
        line-height: 1.6;
    }

    .prodcts_filtered_heading {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        font-size: 1.15rem;
        text-align: center;
        padding-bottom: 20px;
    }

    .sort_products_wrapper{
        justify-content: center;
    }

    .prodcts_filtered_heading.extrabold.lowerbot {
        font-size: 1.25rem;
    }

    .filter_div_wrap {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .filter_div_wrap.black {
        padding-top: 1.35rem;
    }

    .filtered_products_grid {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        grid-template-columns: 1fr 1fr;
    }

    .filtered_products_grid.mobile_single_row {
        grid-template-columns: 1fr;
    }

    .pc_lower {
        padding: .75rem;
    }

    .pc_lower.mobile_single_row {
        width: 60%;
        height: 100%;
    }

    .pc_upper.mobile_single_row {
        width: 40%;
        height: 100%;
    }

    .pc_upper.horizontal_layout {
        flex: 1 1;
        width: 6rem;
    }

    .pc_ratings {
        bottom: .75rem;
        left: .75rem;
    }

    .pc_comparason {
        bottom: .75rem;
        right: .75rem;
    }

    .pc_icon {
        height: .75rem;
    }

    .pc_rating {
        font-size: .75rem;
    }

    .pc_price_wrap {
        flex-direction: column;
        margin-top: .15rem;
    }

    .pc_price_wrap.horizontal_layout {
        justify-content: center;
        align-items: flex-start;
    }

    .pc_name_wrap {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        flex-direction: column;
    }

    .pc_name_wrap.horiz_mobile {
        flex-direction: row;
    }

    .pc_model {
        margin-left: 0;
        font-size: 1rem;
    }

    .pc_describtion {
        margin-top: .25rem;
        margin-bottom: .1rem;
        margin-left: -2px;
        font-size: .8rem;
    }

    .pc_stock {
        margin-top: .15rem;
    }

    .pc_price {
        white-space: nowrap;
        font-size: 1.125rem;
    }

    .pc_price.mobile_single_row {
        text-align: right;
        justify-content: flex-end;
    }

    .pc_buy_wrap {
        flex-direction: row-reverse;
        justify-content: center;
        width: 100%;
    }

    .pc_buy_wrap.product_page {
        z-index: 10;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background-color: #f7f7f7;
        background-image: none;
        border-top: 1px solid #dbdbdb;
        flex-flow: row;
        justify-content: flex-start;
        height: 12vh;
        padding-left: 5%;
        padding-right: 5%;
        position: fixed;
        inset: auto 0% 0%;
    }

    .pc_add_to_cart_button {
        border-radius: 2.25rem;
        flex: none;
        width: 2.25rem;
        height: 2.25rem;
    }

    .pc_add_to_cart_button.product_page {
        width: 40px;
        height: 40px;
    }

    .pc_add_to_cart_button.stretched {
        border-radius: .5rem;
        flex: 1 1;
        width: auto;
        min-width: 2rem;
        height: 2rem;
    }

    .text-block-3 {
        width: 1rem;
        font-size: 1rem;
        line-height: 1rem;
    }

    .quantity_circle {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        border-radius: .5rem;
        outline-color: #e5dddd;
        display: flex;
    }

    .quantity_circle.cart_page {
        grid-column-gap: .4rem;
        grid-row-gap: .4rem;
        border-radius: .5rem;
        display: flex;
    }

    .pc_lower_splitter {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .pc_splitter_wrap {
        padding-top: 0;
        padding-bottom: 0;
        display: none;
    }

    .pc_splitter_wrap.mobile_single_row {
        display: none;
    }

    .fs_item {
        max-width: 100%;
    }

    .fs_item.mobile_special {
        border-radius: 10px;
    }

    .fs_item.password {
        margin-left: 0;
    }

    .fs_text_content.active {
        white-space: normal;
    }

    .fs_text_content.bigger {
        white-space: nowrap;
        font-size: 1rem;
    }

    .pf_prices_inputs_wrap {
        flex-direction: row;
    }

    .filters_remove_all {
        font-weight: 500;
    }

    .filter_main_lane {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 1.5rem;
    }

    .mobile_show_filter {
        z-index: 2010;
        background-image: linear-gradient(#fff0, #fff);
        justify-content: center;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: .75rem;
        transition: all .1s;
        display: flex;
        position: fixed;
        inset: auto 0% 0%;
    }

    .mobile_show_filter.wholewidth {
        height: 12vh;
        padding-top: 0;
        padding-bottom: 0;
    }

    .button_show_filter {
        background-color: #232323;
        background-color: var(--footer-grey);
        border-radius: 6px;
        align-items: center;
        display: flex;
        cursor: pointer;
    }

    .button_show_filter.green {
        background-color: #73a200;
        background-color: var(--skladem_green);
    }

    .button_show_filter.green.wholewidth {
        background-color: #97c329;
        background-color: var(--yellow-green);
        border-radius: 0;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .show_filters_text {
        color: #fff;
        padding: .8rem 1rem .8rem .6rem;
        font-weight: 600;
    }

    .image-12 {
        height: 1.1rem;
        margin-left: 1rem;
    }

    .pagination_wrap {
        margin-bottom: 4rem;
    }

    .main_filter_controls_wrap {
        width: 100%;
        position: static;
        left: 0;
    }

    .mf_controls_line_wrap {
        margin-bottom: 1rem;
    }

    .ph_grid {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .ph_main_img_wrap {
        border-bottom-style: none;
        padding: 0;
    }

    .ph_main_image {
        height: 200px;
    }

    .bc_line_wrap {
        padding-left: 0;
        padding-right: 0%;
    }

    .bc_item_text {
        font-size: .75rem;
    }

    .splitter {
        height: .5rem;
        margin-left: .35rem;
        margin-right: .35rem;
    }

    .ph_right_side_wrap {
        padding-left: 0%;
        padding-right: 0%;
    }

    .ph_price_and_cta {
        margin-top: .75rem;
        margin-bottom: 1rem;
    }

    .ph_bottom_strip {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        display: none;
    }

    .ph_manufacturer_name {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .ph_dezen_name {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .ph_describtion {
        margin-right: 0;
    }

    .ph_price_text.submenu_small {
        margin-left: 0;
    }

    .ph_buy_button_text_wrap {
        height: 40px;
        margin-left: -20px;
        padding: 1rem 1rem 1rem 1.75rem;
    }

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

    .pd_layout_grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .pd_cat_name {
        margin-bottom: 15px;
    }

    .pd_descript_long {
        color: #424242;
        font-weight: 500;
        line-height: 1.55;
    }

    .similar_dezens_and_reviews_section {
        padding-top: 2rem;
    }

    .product_reviews_wrap {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .ph_special_offer_wrap {
        margin-top: 1rem;
    }

    .ph_special_offer_wrap.hidden {
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .so_heading {
        padding-left: 5px;
    }

    .so_content {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        margin-left: 0;
        padding: 10px;
    }

    .product_special_offer_grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .special_offer_text {
        padding-right: 0;
        font-size: 1rem;
    }

    .review_attached_image {
        width: 100%;
        height: auto;
    }

    .touchwrapper {
        flex: 0 1 auto;
        height: 1.5rem;
    }

    .searchbar_section {
        height: 190px;
    }

    .searchbar_wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
    }

    .search_bar_input_wrapper {
        flex: 0 1 auto;
        height: 52px;
    }

    .search_results_heading, .search_result_info_text {
        text-align: center;
    }

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

    .dezen_page_hero_wrapper {
        margin-top: 2rem;
        margin-bottom: .25rem;
    }

    .dph_grid_thirds {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .dph_img_wrap {
        border-bottom-style: none;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .dph_text_wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .dph_dezen_img {
        height: 200px;
        min-height: 20vh;
    }

    .dph_filter_wrap {
        padding: 1.5rem 1.5rem 0;
    }

    .dph_ratings_small {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        display: none;
    }

    .dph_properties_wrap {
        padding-bottom: 3rem;
    }

    .dpp_explainer_small {
        display: none;
    }

    .dpp_bot_wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .dpp_lane_grid {
        grid-template-columns: 1.6rem 4.55rem 1fr 2rem;
    }

    .dp_avalible_tires_search_results {
        margin-top: 2.5rem;
    }

    .dp_small_headings_wrap {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-wrap: wrap;
    }

    .dpdp_grid {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        grid-template-columns: 1fr 1fr;
    }

    .filter_body_manufacturer {
        padding: 1.7rem 1.7rem 0;
    }

    .text-block-8 {
        margin-bottom: .75rem;
        font-size: 1.25rem;
    }

    .pp_dezen_category_wrapper {
        margin-bottom: 1.5rem;
    }

    .cart_content_section {
        padding: 1rem 1.75rem;
    }

    .cart_progress_bar_step_text {
        font-size: .7rem;
        top: 2.3rem;
    }

    .cart_summary {
        padding: 1.5rem 1rem 1rem;
    }

    .cart_summary_bot {
        margin-top: 2rem;
    }

    .cs_head {
        font-size: 1.15rem;
    }

    .cart_summary_item_name {
        font-size: 1rem;
    }

    .cart_go_forward_button.mobile_upper {
        margin-top: .5rem;
        margin-bottom: 20px;
        padding: 1rem;
        font-weight: 500;
        display: flex;
    }

    .cs_one.noitems {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        min-height: 15vh;
        padding-left: 10%;
        padding-right: 10%;
    }

    .cs_one.noitems.dezenholder, .cs_item {
        margin-bottom: 1rem;
    }

    .cs_promocode {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
        padding: .5rem 1rem 1.5rem;
    }

    .cs_item_top {
        padding: 0 .75rem 2.75rem 1.25rem;
        position: relative;
    }

    .cs_item_top.service_selected.submenu_different {
        justify-content: flex-start;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cs_item_bot {
        grid-column-gap: .45rem;
        grid-row-gap: .45rem;
    }

    .cs_item_bot.service_selected {
        flex-flow: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .csi_img_w {
        flex: none;
        height: 7rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .csi_img_w.review {
        height: 6rem;
        margin-top: 0;
        margin-bottom: 0;
        display: none;
    }

    .csi_img {
        height: 75%;
    }

    .csi_img.different_use {
        height: 100%;
    }

    .csi_order_service {
        text-align: center;
        width: 100%;
    }

    .csi_order_service.selected {
        width: 100%;
    }

    .csi_names_w {
        flex: 0 1 auto;
        padding-bottom: .45rem;
        padding-left: 1rem;
        padding-right: 0;
    }

    .csi_names_w.service_selected {
        margin-left: .75rem;
    }

    .csi_main_name.service_selected.submenu_small {
        grid-column-gap: .375rem;
        grid-row-gap: .375rem;
    }

    .csi_decs {
        text-align: left;
        letter-spacing: -.01rem;
        font-size: .85rem;
        font-weight: 300;
    }

    .csi_price {
        margin-right: .5rem;
    }

    .csi_price.green {
        color: #1a1a1a;
        color: var(--tyreto-black);
        min-width: auto;
    }

    .csi_price.mobile_cart {
        background-color: #e9f6c7;
        background-color: var(--skladem_green_background);
        color: #73a200;
        color: var(--skladem_green);
        border-radius: .5rem;
        padding: .35rem .75rem;
        font-size: 1rem;
    }

    .csi_right_wrapper {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        border-top: 1px solid #e6e6e6;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        padding: .75rem 1.5rem;
        position: absolute;
        inset: auto 0% 0%;
    }

    .csi_right_wrapper.summary {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .csi_right_wrapper.nogodown {
        padding: 0 0 0 .5rem;
        position: static;
    }

    .add_promocode_button {
        white-space: nowrap;
    }

    .cs_item_header {
        flex-wrap: wrap;
        place-content: stretch space-between;
        align-items: center;
        height: auto;
        min-height: auto;
        padding: 1rem;
    }

    .cs_item_header.moreitems {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        align-content: center;
    }

    .cs_item_header.moreitems.much {
        position: relative;
    }

    .csi_bottom_container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cs_item_list_lane {
        flex-flow: wrap;
    }

    .est_deliver_date {
        white-space: nowrap;
        padding-top: 2px;
        font-size: .95rem;
    }

    .csi_rightside_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        margin-left: 0;
        padding-left: 0;
    }

    .csi_price_text {
        white-space: nowrap;
        padding-top: 2px;
        font-weight: 400;
    }

    .csi_price_text.green {
        border: 1px solid #e9f5ca;
        border: 1px solid var(--e9f5ca);
        color: #73a200;
        color: var(--skladem_green);
        background-color: #f4f9e7;
        border-radius: .25rem;
        padding: .15rem .325rem .1rem;
    }

    .text-block-10 {
        font-size: 1rem;
    }

    .cart_summary_wrapper {
        margin-bottom: 2rem;
    }

    .shopping_cart_select {
        transition: all .2s;
    }

    .shopping_cart_select:hover {
        color: #000;
        background-color: #f7f7f7;
        border-color: #dfdfdf;
    }

    .csi_amount {
        background-color: #e9f6c7;
        background-color: var(--skladem_green_background);
        border-radius: .5rem;
        padding: .25rem;
    }

    .csi_summary_wrap {
        padding: 1.25rem 1rem;
    }

    .csi_summary_wrap.just_added {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .csi_summary_wrap.qs {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .text-block-11 {
        font-size: 1rem;
        line-height: 1.3;
    }

    .span_my_account {
        color: #5c5c5c;
    }

    .c_promocode_input_wrapper {
        width: 6rem;
        height: 2rem;
    }

    .login_register_section {
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 2rem;
    }

    .login_register_card.nomargin {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lr_cards_wrap {
        padding: 0 0 .25rem;
    }

    .lrc_head_wr {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .lr_head_tx {
        color: #0000;
        font-size: .1rem;
    }

    .lr_bigword {
        color: #1a1a1a;
        color: var(--tyreto-black);
    }

    .btn_customer_support {
        color: #515151;
        background-color: #ebebeb;
    }

    .lrc_grid.register {
        grid-template-columns: 1fr;
    }

    .lrc_options_wrap.nostretch {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        margin-top: .75rem;
        margin-bottom: 0;
    }

    .notification_wrapper.hidden {
        display: none;
    }

    .notif_header {
        min-width: auto;
    }

    .register_now_wrapper {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .register_now_wrapper.no_border_radius_mobil {
        padding-top: 1.5rem;
        padding-bottom: 1.25rem;
    }

    .benefits_main_wrap {
        grid-row-gap: 10px;
        flex-wrap: wrap;
        align-content: stretch;
    }

    .text-block-15 {
        line-height: 1.3;
    }

    .text-block-16 {
        margin-bottom: .5rem;
    }

    .blogpage_category_card.attached_top_left {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        background-color: #ffffff75;
        padding: .3rem .6rem;
    }

    .blogpage_category_img.attached {
        height: .7rem;
    }

    .text-block-17.attached {
        font-size: .65rem;
    }

    .text-block-20 {
        font-size: 1.875rem;
    }

    .ud_header_wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .logout_button {
        white-space: nowrap;
        padding: .3rem .6rem;
        font-size: .75rem;
    }

    .grid-9 {
        grid-template-columns: 5fr;
    }

    .udc_top {
        grid-column-gap: .875rem;
        grid-row-gap: .875rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .udc_bot {
        padding-bottom: .5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .udc_input_lane.black {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .udc_lane_label {
        white-space: nowrap;
        flex: none;
    }

    .last_lane_hider {
        padding-top: .625rem;
    }

    .udc_address_buttons_wrap {
        flex-flow: wrap;
    }

    .udc_mid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .udc_mit_white_inner {
        padding: 1rem;
    }

    .grid-10 {
        place-items: stretch stretch;
    }

    .grid-10.emptystate {
        padding-top: 0;
        padding-right: 0;
    }

    .grid-10.show_vehicles {
        padding-right: 0;
    }

    .udc_car_picture_wrap.emptystate {
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 1rem;
    }

    .image-21.emptystate {
        height: 5rem;
    }

    .udc_carinfo_mid_holder {
        padding-top: .25rem;
        padding-left: 1rem;
    }

    .grid-11 {
        place-items: center start;
    }

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

    .contact_section {
        padding-top: 2rem;
    }

    .contact_card_gray {
        padding: 1.5rem;
    }

    .contact_card_gray.notround {
        padding: 2rem 1.5rem 2.5rem;
    }

    .contact_card_gray.notround.shipping_n_payment {
        padding-bottom: 1rem;
    }

    .gcc_header.centered {
        margin-bottom: 0;
    }

    .text-block-25 {
        font-size: 1.25rem;
    }

    .faq_lane_contact {
        flex-direction: row;
        padding-right: 0;
    }

    .faq_lane_contact.ts.opened {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .faq_open_tab_arrow {
        margin-left: .25rem;
    }

    .faq_question {
        flex-direction: column;
        font-size: 1rem;
    }

    .faq_question.bigger {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }

    .art_text_holder.small_arti {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .art_text_holder.blog_head_img {
        padding: 0;
    }

    .article_subheading, .article_subheading.small_article {
        font-size: .9rem;
        display: flex;
    }

    .article_heading, .article_heading.small_article {
        font-size: 1.25rem;
    }

    .div-block-29.small_arti {
        display: none;
    }

    .time_read_article.topright {
        top: 5rem;
        left: 2rem;
        right: auto;
    }

    .blog_post_section {
        padding-top: 1rem;
        padding-left: 3%;
        padding-right: 3%;
    }

    .noitems_text {
        font-weight: 400;
    }

    .temporary_overlay_myaccount {
        padding: 3%;
    }

    .image-26 {
        height: .85rem;
    }

    .faq_answer_text {
        font-size: 1rem;
    }

    .faq_answer_text.nobold.disclaimer {
        margin-bottom: 1rem;
        padding: .75rem 1rem;
    }

    .faq_answer_text.nobold.mbl_small {
        font-size: .75rem;
    }

    .tg_form_head_cta {
        max-width: 95vw;
        font-size: .85rem;
    }

    .tg_form_head_cta.head {
        font-size: 1.6rem;
    }

    .cb_right_wrap {
        flex-flow: wrap;
        margin-left: 0;
    }

    .cookie_content_wrap {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
    }

    .div-block-39 {
        max-height: 15vh;
        overflow: scroll;
    }

    .cookie_row_wrap {
        margin-bottom: -.5rem;
    }

    .banner_mobile {
        margin-top: 0;
    }

    .text-block-33, .text-block-34 {
        font-size: 1rem;
    }

    .fsi_icon {
        margin-left: 1.5rem;
        display: none;
    }

    .fsi_icon.mobile_hidden, .image.cod.mobile_hidden {
        display: none;
    }

    .order_detail_overlay {
        padding: 10rem .5rem 2rem;
    }

    .cmb_leftsidepanel {
        width: 45%;
    }

    .cmdr_sameremtop {
        height: 17rem;
    }

    .cmrd_bigcard {
        max-width: 10rem;
    }

    .cmrd_proplane {
        height: 3.25rem;
        padding: .5rem;
    }

    .cmrd_cardsmagicslider {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        padding-left: .5rem;
    }

    .pc_topbadge {
        font-size: .85rem;
    }

    .double_dimension_wrap_one {
        max-width: 49%;
    }

    .dd_both_dim_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-wrap: nowrap;
    }

    .map_containter_servisy.pickup_selector {
        width: 100%;
    }

    .services_my_location {
        white-space: nowrap;
    }

    .service_single_card.banner {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .ssc_sc_name.banner {
        font-size: 1rem;
    }

    .scc_service_line.service_card {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .scc_service_text.price {
        margin-top: .5rem;
        margin-left: 0;
        position: static;
    }

    .scc_service_text.description {
        padding-right: 0;
    }

    .sc_controls_wrap {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .sc_button {
        padding: .75rem .8rem;
    }

    .sc_button.green.service_recommend {
        margin-bottom: .5rem;
    }

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

    .scc_service_checbox_wrap {
        justify-content: flex-start;
    }

    .cs_item_bot_promo_header {
        flex-flow: row;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .tablet_menu {
        z-index: 2500;
        background-color: #232323;
        min-height: 60vh;
        position: absolute;
        inset: 6rem 0% 0%;
    }

    .tablet_menu.hidden {
        display: none;
    }

    .confirm_modal_inside {
        min-width: 14rem;
        padding: 1rem;
    }

    .text_modal_confirm {
        font-size: 1.15rem;
    }

    .buttons_modal_wrap {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .cart_item_header_options_wrapper {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .cart_selected_service_controls_wrap {
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

    .cs_just_added_controls_wrap {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
    }

    .pc_price_infos_wrapper {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        width: 100%;
    }

    .pc_pw_top {
        grid-column-gap: .375rem;
        grid-row-gap: .375rem;
        background-color: #fbfff0;
        border: 1px solid #e1eebf;
        border-radius: .25rem;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: .15rem;
        margin-bottom: 0;
        padding: .25rem;
    }

    .pc_discout {
        color: #63860e;
    }

    .no_vehicles_added_wrapper {
        padding-left: 0;
        padding-right: 0%;
    }

    .car_selector_grid {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }

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

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

    .new_hero_section_homepage {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .tutorial_popup {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cart_selected_service_inside_wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 1.125rem;
    }

    .csi_selected_services_props_wrap {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        font-size: .75rem;
    }

    .csi_deco_line {
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0;
        width: auto;
        height: .75rem;
        inset: 0% 0% auto;
    }

    .footer_heureka_badge {
        min-width: 100%;
    }

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

    .text-span-13 {
        margin-left: 0;
    }

    .div-block-46 {
        padding: .75rem 1rem;
    }

    .review_adder_top {
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.5rem 1.5rem 0;
    }

    .pr_top_hdr {
        padding-top: 0;
    }

    .prc_tech_wr {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0;
    }

    .text-block-39 {
        max-width: 13.1rem;
    }

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

    .pr_main_label_wrap {
        font-weight: 600;
        line-height: 1.3;
    }

    .pr_button.input.main_ponts {
        line-height: 1.4;
    }

    .cart_expost_acc {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .cart_expost_acc_button {
        margin-left: 0;
        padding-top: .615rem;
        padding-bottom: .615rem;
    }

    .sug_city_text, .sug_psc_text {
        font-size: .75rem;
    }

    .sc_banner_text_sub {
        font-size: .875rem;
    }

    .recommend_service {
        padding: 0 .25rem;
    }

    .product_submenu {
        padding-left: .5rem;
    }

    .submenu_right_controls {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
    }

    .span_pcs {
        display: none;
    }

    .mf_search_or_reset_wrap {
        width: 100%;
    }

    .mf_reset_btn {
        flex: none;
    }

    .scc_service_offered_wrap {
        justify-content: space-between;
        align-items: flex-start;
    }

    .scc_service_offered_image {
        margin-top: .3rem;
    }

    .price_infos_wrapper_mobile_technical_inner {
        grid-column-gap: .375rem;
        grid-row-gap: .375rem;
        flex-flow: row-reverse;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        margin-top: .25rem;
    }

    .cs_badge.problem {
        line-height: 1.25;
    }

    .ask_question_questions_wrapper, .ask_question_questions_wrapper.has_qs {
        padding: 1rem;
    }

    .ask_q_text.gray.mbot {
        text-align: center;
        line-height: 1.5;
    }

    .ask_q_button {
        width: 100%;
        margin-top: -.5rem;
    }

    .div-block-49 {
        padding-left: 1rem;
    }

    .ts_variant_card {
        min-width: 15rem;
        max-width: 95vw;
    }

    .ts_adv_line {
        line-height: 1.4;
    }

    .trs_faq_wrap {
        min-width: 20rem;
        max-width: 95vw;
        padding: 1rem;
    }

    .ph_guarantees {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .ph_gar_wrap {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 1.25rem;
    }

    .two_gar_group {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }

    .pv_dim_label {
        min-width: 6.5rem;
    }

    .pv_input {
        min-width: 7rem;
    }

    .pv_confirm_button {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .filer_body_new.white_var {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-7d9f3646, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-7d9f3646, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-7d9f3646, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-7d9f3646, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-7d9f3646, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-7d9f3646, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-7d9f3646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-7d9f3646, #w-node-_95866a22-92f0-4896-9725-357db7d45650-7d9f3646, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-7d9f3646, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-7d9f3646, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-7d9f3646, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-7d9f3646, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-7d9f3646, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-7d9f3646, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-7d9f3646, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-7d9f3646, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-7d9f3646 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-7d9f3646, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-7d9f3646, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-7d9f3646, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-7d9f3646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-7d9f3646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7d9f3646, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-7d9f3646, #w-node-_67d0647a-3451-08da-9f43-ee925a455008-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dbef-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc54-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc56-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc59-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc5c-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc60-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc62-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc65-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc68-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc6c-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc6e-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc71-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc74-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc78-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc7a-572d44ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc7d-572d44ed, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc80-572d44ed, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-572d44ed, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-572d44ed, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-572d44ed, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-572d44ed, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-572d44ed, #w-node-c77b318d-8435-096a-d574-e717ac735101-572d44ed, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-572d44ed, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-572d44ed, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-572d44ed, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-572d44ed, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-572d44ed, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-572d44ed, #w-node-bd570b2d-6a99-2304-8bd5-e2f318df4bdd-fa390b8d, #w-node-bd570b2d-6a99-2304-8bd5-e2f318df4be3-fa390b8d, #w-node-bd570b2d-6a99-2304-8bd5-e2f318df4be9-fa390b8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd570b2d-6a99-2304-8bd5-e2f318df4bf2-fa390b8d {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd570b2d-6a99-2304-8bd5-e2f318df4c07-fa390b8d, #w-node-bd570b2d-6a99-2304-8bd5-e2f318df4c12-fa390b8d, #w-node-bd570b2d-6a99-2304-8bd5-e2f318df4c1d-fa390b8d, #w-node-c1603317-737b-6b5b-51f4-c2264bae9234-b816f79f, #w-node-fa4c74db-816d-ef9c-d321-a8bfa9ffcb3f-b816f79f, #w-node-aab97f32-2a83-a3b4-08be-1a29b7292691-b816f79f, #w-node-_538b870a-cba5-442b-df53-05da174e4c3f-b816f79f, #w-node-ddc85ad9-9eea-edd9-7645-17c7cb235173-b816f79f, #w-node-da118783-6004-cdc6-1a03-46e07a917732-b816f79f, #w-node-_835d2ab4-3b88-ddc7-836f-cf9bebcaa2fc-b816f79f, #w-node-_034bbfb4-c8d2-8627-9374-666b66678e83-b816f79f, #w-node-_94967cd9-373f-3de5-65f4-58a059e1b2f5-b816f79f, #w-node-_46466c94-ca3c-8a4d-f82c-58e811462d09-b816f79f, #w-node-b9a316f0-354a-5986-983d-44281ea42d6b-b816f79f, #w-node-_8f48e3ab-a3e9-8882-5363-e97962cc8eab-b816f79f, #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043d-b816f79f, #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043e-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0a30273-e3f7-f78f-4747-6966e39f20a4-b816f79f {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_38d95499-52c9-b975-5630-98dfcb7b343c-b816f79f, #w-node-_3540551b-43cf-40a5-d153-414548bb145c-b816f79f, #w-node-_68608eeb-3c7c-bdbb-5811-d5bd24617941-b816f79f, #w-node-bd235fe3-d473-89b9-c682-33d765a0d94e-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0434c2c-9670-b7af-3ab0-3511970ca3b4-b816f79f {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_81f0fea2-30b5-f037-61e8-c08367c530c4-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd8c-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd8e-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd92-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd94-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd98-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd9a-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd9e-b816f79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cda0-b816f79f, #w-node-b349abdf-1b4b-60f8-17a1-0fde8c78cff8-2cbd9e03, #w-node-b349abdf-1b4b-60f8-17a1-0fde8c78d01a-2cbd9e03, #w-node-b349abdf-1b4b-60f8-17a1-0fde8c78d03c-2cbd9e03, #w-node-b349abdf-1b4b-60f8-17a1-0fde8c78d05e-2cbd9e03, #w-node-_844eadf5-79d7-ce5c-1273-070930f2b995-2cbd9e03, #w-node-b88c92d4-7099-f527-8885-d014c34a6c3d-2cbd9e03, #w-node-_89558782-7f98-1497-0107-6d95542f829f-2cbd9e03, #w-node-_49cf7632-74c8-8f3a-f418-a7c58ccf9513-2cbd9e03, #w-node-_0f522a3d-bef9-deee-5222-74f95323e5bc-2cbd9e03, #w-node-_0f522a3d-bef9-deee-5222-74f95323e5c2-2cbd9e03, #w-node-_8c644f42-d3d4-d1b2-85fd-0ccd6ff6ab7b-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b511024-ed9b-5398-0096-353a0cb28b59-bf7cd7f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5819e437-7429-37c2-97b4-7eaa3c8d746f-bf7cd7f2, #w-node-_1f81065a-e573-1498-03d4-c1375ef3e146-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
}

#w-node-_49d188a0-1c85-a5e1-0b75-fe5a88c0bc24-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61582f26-b7ac-7e59-66dc-be5dabd99dfe-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_0aca8a24-fc01-f9c2-d491-507da4b881f9-bf7cd7f2, #w-node-e25e4aec-9293-cd6c-6368-7d6bb71395d0-bf7cd7f2, #w-node-_285f1848-975a-6bc7-f3f7-93d92bdca5bd-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_285f1848-975a-6bc7-f3f7-93d92bdca5bf-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_285f1848-975a-6bc7-f3f7-93d92bdca5c2-bf7cd7f2, #w-node-_285f1848-975a-6bc7-f3f7-93d92bdca5c5-bf7cd7f2, #w-node-_3a6e4932-e7c2-8b18-c896-ea15e0303156-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a6e4932-e7c2-8b18-c896-ea15e0303158-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_3a6e4932-e7c2-8b18-c896-ea15e030315b-bf7cd7f2, #w-node-_3a6e4932-e7c2-8b18-c896-ea15e030315e-bf7cd7f2, #w-node-_1d6e7a75-d995-0e58-05b4-2e238ed6a350-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6e7a75-d995-0e58-05b4-2e238ed6a352-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1d6e7a75-d995-0e58-05b4-2e238ed6a355-bf7cd7f2, #w-node-_1d6e7a75-d995-0e58-05b4-2e238ed6a358-bf7cd7f2, #w-node-d0a87de3-9142-75b0-e230-48158ca8b38e-bf7cd7f2, #w-node-_57c62875-43fe-df9d-13ff-f72624c7799d-bf7cd7f2, #w-node-e9c9eefa-5b57-23db-cedf-ae9d27a12489-bf7cd7f2, #w-node-_0ddbf653-ec4a-b2a0-87f9-59fca92feab0-bf7cd7f2, #w-node-_2b17a1f8-d3e0-27b4-cc37-3b0010eca95b-bf7cd7f2, #w-node-_7f689b25-0812-6f08-c911-98d54f71bd36-bf7cd7f2, #w-node-_9ec9c221-6ce6-c2ef-f965-951933a3af27-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd2887e1-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd2887e2-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd2887e4-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288803-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288822-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288825-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288826-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288828-bf7cd7f2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7886d34-7607-c55d-5cda-dd11470806c6-bf7cd7f2, #w-node-_1552689f-71f7-5fe9-df3a-2c0ce53201a2-bf7cd7f2, #w-node-_1b4ed9f8-4e33-2664-8d7e-b6a8c6f7da25-bf7cd7f2, #w-node-_3c7f1fcf-ed8d-ca7c-45ef-86ddffa9b753-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377a61-bf7cd7f2 {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377aa8-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377add-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377adf-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377ae3-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377ae5-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377ae9-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377aeb-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377aef-bf7cd7f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1718d35d-f00a-e272-1b3e-ab86bc377af1-bf7cd7f2, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5565-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a556c-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a556e-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5570-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5572-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5574-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5576-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5578-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a557a-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a557c-7eeecbba, #w-node-_69afafff-139a-0e6a-bec8-fd68a201ed3b-7eeecbba, #w-node-_60cbba66-0307-2b0d-cc68-8db259dbd367-7eeecbba, #w-node-_03d1bc98-6c68-2934-34fa-e451a82bfb0e-7eeecbba, #w-node-_38037302-946f-7442-3c4c-8cad0194a53f-7eeecbba, #w-node-_00c66e5c-2653-276a-7b32-64ae452a557e-7eeecbba, #w-node-_3decc037-facc-218b-7239-fd629f595b43-7eeecbba, #w-node-_3decc037-facc-218b-7239-fd629f595b4e-7eeecbba, #w-node-_3decc037-facc-218b-7239-fd629f595b59-7eeecbba, #w-node-_3decc037-facc-218b-7239-fd629f595b64-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a6f6-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a701-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a70c-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a717-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a722-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a72d-7eeecbba, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a738-7eeecbba, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-93e4f3c6, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-93e4f3c6, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-93e4f3c6, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-93e4f3c6, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-93e4f3c6, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-93e4f3c6, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-93e4f3c6, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-93e4f3c6, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-93e4f3c6, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-93e4f3c6, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-93e4f3c6, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-93e4f3c6, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-93e4f3c6, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-93e4f3c6, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-93e4f3c6, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-93e4f3c6, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-93e4f3c6, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-93e4f3c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b23b9596-c794-e06a-d77a-a5c3debc0895-9ee533f4 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_781b4cce-04e6-a17a-ddba-a1950d91a315-9ee533f4 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_84e5258b-a671-fb36-f6de-b0066821c385-9ee533f4, #w-node-_84e5258b-a671-fb36-f6de-b0066821c389-9ee533f4, #w-node-_3b5d091a-fe54-7a35-1847-ab99e19042fd-9ee533f4, #w-node-_35e7fc82-e915-0e3d-810c-b881a98c0e78-9ee533f4, #w-node-_90e752ff-a7ba-626c-b429-69b9fe80a81c-9ee533f4, #w-node-_9a90845d-5984-a6a2-7b4e-bac601cb4a69-9ee533f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736fd0d0-d6b6-9b8e-1ec2-d3a141184d78-9ee533f4 {
    grid-area: 3 / 2 / 4 / 3;
}

#w-node-b26ec241-f00e-6423-829d-31fab43f6aa2-9ee533f4, #w-node-a1644a71-5c79-a22a-bd9a-45937c5e60f0-9ee533f4, #w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1c2-f5d87f8a, #w-node-f74b149e-418a-eb5b-7adf-73c955b02cb2-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6796ffe-baf7-9363-f083-4f4113c70f98-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1c6-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4ff32d6-250f-9596-b8ea-daf31cc43bd2-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1ca-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c53635e4-7a5a-2364-7ac1-8a5884687322-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1ce-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1243bf9e-52d3-a7cc-3198-3f3e609b9176-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1d2-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_618895c1-3d5e-2e1a-71e7-6f7297b4c152-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1d6-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00978e69-4f0d-f891-6f34-d0bf3687d3cc-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1da-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4652b1f7-1e54-6a26-8230-17963086112e-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bfe0bdf-3043-9ce1-6976-059cbc3da1e2-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d26c37c-da90-eb9b-74ce-e82676a3c5d2-f5d87f8a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95cb9b57-30dd-e5a2-2e6f-a41480507726-f5d87f8a {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_95cb9b57-30dd-e5a2-2e6f-a41480507720-f5d87f8a, #w-node-_9da38f93-34bf-e0dc-acb3-dbb28e69a988-f5d87f8a, #w-node-_3dd07d6d-8959-e5e0-8182-e7b062134590-f5d87f8a, #w-node-efcdec01-cf06-6f35-8b9d-968eff973fb3-f5d87f8a, #w-node-_8e121a94-8e45-e0dc-057d-e637c0412a01-f5d87f8a, #w-node-_38001721-1713-674b-9618-5e3466333447-f5d87f8a, #w-node-_848bfca3-938d-b220-e5bd-d209c721f6d3-f5d87f8a, #w-node-c4d8519b-fd24-6444-fe22-7d7b52466e60-f5d87f8a, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6a-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6c-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6f-f5d87f8a, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b76-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b78-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b7b-f5d87f8a, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b82-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b84-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b87-f5d87f8a, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b8e-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b90-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b93-f5d87f8a, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a64-f5d87f8a, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7a-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7c-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7f-f5d87f8a, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a83-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a85-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a88-f5d87f8a, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a8c-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a8e-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a91-f5d87f8a, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a95-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a97-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a9a-f5d87f8a, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b92d-f5d87f8a, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b943-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b945-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b948-f5d87f8a, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b94c-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b94e-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b951-f5d87f8a, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b955-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b957-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b95a-f5d87f8a, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b95e-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b960-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b963-f5d87f8a, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffb4-f5d87f8a, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc2-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc4-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc7-f5d87f8a, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffcb-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffcd-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd0-f5d87f8a, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd4-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd6-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd9-f5d87f8a, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffdd-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffdf-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffe2-f5d87f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-57e1459d {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_317ad40a-90b6-0d28-311e-7da161c53adf-57e1459d, #w-node-e8d2c10b-23c0-6785-9c01-97da1cac6a83-57e1459d, #w-node-_30f0d87d-ae08-775a-47f0-8e70d1cacc16-57e1459d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1303a4-e9dc-2191-c0f2-3576b769952e-57e1459d, #w-node-eb2bef28-5740-e626-6980-9f09c532bdf0-57e1459d {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-aba0fbcb-c35b-e48e-133a-a3171352def5-57e1459d, #w-node-bc9492de-4c91-2475-d220-4a1c69de4fe2-57e1459d, #w-node-_64ce6cde-42e4-299a-e48a-9d3c6c76f9e9-57e1459d, #w-node-_6c9afbfe-d52f-f601-b449-70bea80228be-57e1459d, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57e1459d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-57e1459d {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1875d3cd-bd18-2a08-87bf-e2918082e3e7-fbd24b1d {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_311a5af7-7665-6b22-7372-0d2dc80154fe-fbd24b1d, #w-node-_311a5af7-7665-6b22-7372-0d2dc8015504-fbd24b1d, #w-node-_311a5af7-7665-6b22-7372-0d2dc801550a-fbd24b1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbd572b9-4547-a0bd-1e90-99b00c858b4b-fbd24b1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c7a4d84-00ed-5043-7b71-c7c5d593139a-fbd24b1d {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-fbd572b9-4547-a0bd-1e90-99b00c858b4b-6ead5b33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c7a4d84-00ed-5043-7b71-c7c5d593139a-6ead5b33 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-e9d2122b-48a9-3eb6-06ed-7ce033f1b71b-5fb37f29 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ed4f8808-a3e6-00ba-4eb0-4482b335a9f4-5fb37f29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_339376a4-eaed-54b8-ef16-5d545f324265-5fb37f29, #w-node-c4d8519b-fd24-6444-fe22-7d7b52466e60-5fb37f29, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6a-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6c-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6f-5fb37f29, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b76-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b78-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b7b-5fb37f29, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b82-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b84-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b87-5fb37f29, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b8e-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b90-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b93-5fb37f29, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a64-5fb37f29, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7a-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7c-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7f-5fb37f29, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a83-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a85-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a88-5fb37f29, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a8c-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a8e-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a91-5fb37f29, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a95-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a97-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a9a-5fb37f29, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b92d-5fb37f29, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b943-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b945-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b948-5fb37f29, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b94c-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b94e-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b951-5fb37f29, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b955-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b957-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b95a-5fb37f29, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b95e-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b960-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b963-5fb37f29, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffb4-5fb37f29, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc2-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc4-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc7-5fb37f29, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffcb-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffcd-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd0-5fb37f29, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd4-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd6-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd9-5fb37f29, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffdd-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffdf-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffe2-5fb37f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9d2122b-48a9-3eb6-06ed-7ce033f1b71b-6e45455d {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ed4f8808-a3e6-00ba-4eb0-4482b335a9f4-6e45455d {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_339376a4-eaed-54b8-ef16-5d545f324265-6e45455d, #w-node-c4d8519b-fd24-6444-fe22-7d7b52466e60-6e45455d, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6a-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6c-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b6f-6e45455d, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b76-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b78-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b7b-6e45455d, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b82-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b84-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b87-6e45455d, #w-node-a3c6068f-ea61-de1e-6bab-e460089c0b8e-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b90-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-a3c6068f-ea61-de1e-6bab-e460089c0b93-6e45455d, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a64-6e45455d, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7a-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7c-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a7f-6e45455d, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a83-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a85-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a88-6e45455d, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a8c-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a8e-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a91-6e45455d, #w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a95-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a97-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9da4400f-7bc6-e5e7-5f60-373a3cd77a9a-6e45455d, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b92d-6e45455d, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b943-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b945-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b948-6e45455d, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b94c-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b94e-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b951-6e45455d, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b955-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b957-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b95a-6e45455d, #w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b95e-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b960-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_35ac6cec-3ec5-2fc0-7f7d-4b5aa6f8b963-6e45455d, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffb4-6e45455d, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc2-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc4-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffc7-6e45455d, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffcb-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffcd-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd0-6e45455d, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd4-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd6-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffd9-6e45455d, #w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffdd-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffdf-6e45455d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_42c15cb9-6554-c3a4-d5b5-501c02adffe2-6e45455d, #w-node-_56027521-483c-1a0a-024b-9c7ff9f5f731-af53f9ce, #w-node-_15578b9f-c70d-4a31-9716-9b014cea4bef-af53f9ce, #w-node-dc7d243d-c761-1b06-8790-06ae5e3c609d-af53f9ce, #w-node-e34e46be-b48c-a600-489e-b15eda49af11-af53f9ce, #w-node-ffb46b9d-f5ce-de9e-410e-ba7775238877-af53f9ce, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-80f217b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-80f217b7 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-80f217b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-80f217b7 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a453d99-a185-3611-9b6b-24004ab2046e-80f217b7, #w-node-_0c94c6aa-8d04-281e-a078-0386f06439ad-80f217b7, #w-node-_966b44d8-f839-4c95-78b7-50d44f75b338-80f217b7, #w-node-_0845bd5e-f594-908c-2161-bf0080b75a3c-80f217b7, #w-node-_677aafde-83b4-888f-0d1d-5e5e89337ce3-80f217b7, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-80f217b7, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-80f217b7, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-80f217b7, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-80f217b7, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-80f217b7, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-80f217b7, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-80f217b7, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-80f217b7, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-80f217b7, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-80f217b7, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-80f217b7, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-80f217b7, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-80f217b7, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-80f217b7, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-80f217b7, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-80f217b7, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-80f217b7, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-ed1c9d12, #w-node-_5c22985d-389c-8285-503f-3446fef8674b-ed1c9d12, #w-node-_5c22985d-389c-8285-503f-3446fef86758-ed1c9d12, #w-node-_5c22985d-389c-8285-503f-3446fef86767-ed1c9d12, #w-node-_5c22985d-389c-8285-503f-3446fef86774-ed1c9d12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-ed1c9d12 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-ed1c9d12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-ed1c9d12 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a453d99-a185-3611-9b6b-24004ab2046e-ed1c9d12, #w-node-_0c94c6aa-8d04-281e-a078-0386f06439ad-ed1c9d12, #w-node-_966b44d8-f839-4c95-78b7-50d44f75b338-ed1c9d12, #w-node-_0845bd5e-f594-908c-2161-bf0080b75a3c-ed1c9d12, #w-node-_677aafde-83b4-888f-0d1d-5e5e89337ce3-ed1c9d12, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-ed1c9d12, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-ed1c9d12, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-ed1c9d12, #w-node-_1a600f0e-b6f0-38fb-7df7-5cd98dc749fb-ed1c9d12, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-ed1c9d12, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-ed1c9d12, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-ed1c9d12, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-ed1c9d12, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-ed1c9d12, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-ed1c9d12, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-ed1c9d12, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-ed1c9d12, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-ed1c9d12, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-ed1c9d12, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-ed1c9d12, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-ed1c9d12, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-ed1c9d12, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-ed1c9d12, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-f8a9e9ea, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-f8a9e9ea, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-f8a9e9ea, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-f8a9e9ea, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-f8a9e9ea, #w-node-c77b318d-8435-096a-d574-e717ac735101-f8a9e9ea, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-f8a9e9ea, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-f8a9e9ea, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-f8a9e9ea, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-f8a9e9ea, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-f8a9e9ea, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-f8a9e9ea, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-06573801 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-06573801 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-06573801 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-06573801 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a453d99-a185-3611-9b6b-24004ab2046e-06573801, #w-node-_0c94c6aa-8d04-281e-a078-0386f06439ad-06573801, #w-node-_966b44d8-f839-4c95-78b7-50d44f75b338-06573801, #w-node-_0845bd5e-f594-908c-2161-bf0080b75a3c-06573801, #w-node-_677aafde-83b4-888f-0d1d-5e5e89337ce3-06573801, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-06573801, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-06573801, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-06573801, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-06573801, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-06573801, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-06573801, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-06573801, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-06573801, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-06573801, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-06573801, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-06573801, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-06573801, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-06573801, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-06573801, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-06573801, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-06573801, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-06573801, #w-node-_00c66e5c-2653-276a-7b32-64ae452a5565-b7cddfbb, #w-node-_3decc037-facc-218b-7239-fd629f595b43-b7cddfbb, #w-node-_3decc037-facc-218b-7239-fd629f595b4e-b7cddfbb, #w-node-_3decc037-facc-218b-7239-fd629f595b59-b7cddfbb, #w-node-_3decc037-facc-218b-7239-fd629f595b64-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a6f6-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a701-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a70c-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a717-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a722-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a72d-b7cddfbb, #w-node-_1f77b068-e658-ce2d-8f43-da8a80e5a738-b7cddfbb, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-73639b75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-73639b75 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-73639b75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-73639b75 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a453d99-a185-3611-9b6b-24004ab2046e-73639b75, #w-node-_0c94c6aa-8d04-281e-a078-0386f06439ad-73639b75, #w-node-_966b44d8-f839-4c95-78b7-50d44f75b338-73639b75, #w-node-_0845bd5e-f594-908c-2161-bf0080b75a3c-73639b75, #w-node-_677aafde-83b4-888f-0d1d-5e5e89337ce3-73639b75, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-73639b75, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-73639b75, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-73639b75, #w-node-_1a600f0e-b6f0-38fb-7df7-5cd98dc749fb-73639b75, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-73639b75, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-73639b75, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-73639b75, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-73639b75, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-73639b75, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-73639b75, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-73639b75, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-73639b75, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-73639b75, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-73639b75, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-73639b75, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-73639b75, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-73639b75, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-73639b75, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-d2386378, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-d2386378, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-d2386378, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-d2386378, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-d2386378, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-d2386378, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-d2386378 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-d2386378, #w-node-_95866a22-92f0-4896-9725-357db7d45650-d2386378, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-d2386378, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-d2386378, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-d2386378, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-d2386378, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-d2386378, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-d2386378, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-d2386378, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-d2386378, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-d2386378 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-d2386378, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-d2386378, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-d2386378, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-d2386378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-d2386378 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-d2386378, #w-node-_1c729c6d-b9a9-525f-0724-aa176f90b4b8-d2386378, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-d2386378, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-7fe18938, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-7fe18938, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-7fe18938, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-7fe18938, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-7fe18938, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-7fe18938, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-7fe18938 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-7fe18938, #w-node-_95866a22-92f0-4896-9725-357db7d45650-7fe18938, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-7fe18938, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-7fe18938, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-7fe18938, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-7fe18938, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-7fe18938, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-7fe18938, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-7fe18938, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-7fe18938, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-7fe18938 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-7fe18938, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-7fe18938, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-7fe18938, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-7fe18938 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-7fe18938 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7fe18938, #w-node-_1c729c6d-b9a9-525f-0724-aa176f90b4b8-7fe18938, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-7fe18938, #w-node-_67d0647a-3451-08da-9f43-ee925a455008-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dbef-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc54-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc56-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc59-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc5c-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc60-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc62-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc65-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc68-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc6c-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc6e-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc71-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc74-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc78-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc7a-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc7d-ebe5006d, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc80-ebe5006d, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-ebe5006d, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-ebe5006d, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-ebe5006d, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-ebe5006d, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-ebe5006d, #w-node-c77b318d-8435-096a-d574-e717ac735101-ebe5006d, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-ebe5006d, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-ebe5006d, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-ebe5006d, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-ebe5006d, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-ebe5006d, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-ebe5006d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-f7631a1a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_317ad40a-90b6-0d28-311e-7da161c53adf-f7631a1a, #w-node-e8d2c10b-23c0-6785-9c01-97da1cac6a83-f7631a1a, #w-node-_30f0d87d-ae08-775a-47f0-8e70d1cacc16-f7631a1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1303a4-e9dc-2191-c0f2-3576b769952e-f7631a1a, #w-node-eb2bef28-5740-e626-6980-9f09c532bdf0-f7631a1a {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-aba0fbcb-c35b-e48e-133a-a3171352def5-f7631a1a, #w-node-bc9492de-4c91-2475-d220-4a1c69de4fe2-f7631a1a, #w-node-_8be32676-0dfe-27c5-2e42-4e4c115acecf-f7631a1a, #w-node-a739a6b7-c27c-95ad-c44d-abdf25739ccc-f7631a1a, #w-node-_64ce6cde-42e4-299a-e48a-9d3c6c76f9e9-f7631a1a, #w-node-_6851f43e-2a36-83da-5730-b79eb6de1510-f7631a1a, #w-node-_6c9afbfe-d52f-f601-b449-70bea80228be-f7631a1a, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-f66ad952, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-f66ad952, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-f66ad952, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-f66ad952, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-f66ad952, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-f66ad952, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-f66ad952 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-f66ad952, #w-node-_95866a22-92f0-4896-9725-357db7d45650-f66ad952, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-f66ad952, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-f66ad952, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-f66ad952, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-f66ad952, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-f66ad952, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-f66ad952, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-f66ad952, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-f66ad952, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-f66ad952 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-f66ad952, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-f66ad952, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-f66ad952, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-f66ad952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-f66ad952 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-f66ad952, #w-node-_1c729c6d-b9a9-525f-0724-aa176f90b4b8-f66ad952, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-f66ad952, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-17bb53be, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-17bb53be, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-17bb53be, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-17bb53be, #w-node-_1a600f0e-b6f0-38fb-7df7-5cd98dc749fb-17bb53be, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-17bb53be, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-17bb53be, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-17bb53be, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-17bb53be, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-17bb53be, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-17bb53be, #w-node-_2d753bf4-2867-094b-645e-2dc4a3b26139-17bb53be {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d753bf4-2867-094b-645e-2dc4a3b2613b-17bb53be {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7df9b997-fc59-df27-0ec1-ddc509546c28-17bb53be {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7df9b997-fc59-df27-0ec1-ddc509546c2a-17bb53be {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-17bb53be, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-17bb53be, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-17bb53be, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-17bb53be, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-ce6685b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-ce6685b0 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-ce6685b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-ce6685b0 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a453d99-a185-3611-9b6b-24004ab2046e-ce6685b0, #w-node-_0c94c6aa-8d04-281e-a078-0386f06439ad-ce6685b0, #w-node-_966b44d8-f839-4c95-78b7-50d44f75b338-ce6685b0, #w-node-_0845bd5e-f594-908c-2161-bf0080b75a3c-ce6685b0, #w-node-_677aafde-83b4-888f-0d1d-5e5e89337ce3-ce6685b0, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-ce6685b0, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-ce6685b0, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-ce6685b0, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-ce6685b0, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-ce6685b0, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-ce6685b0, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-ce6685b0, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-ce6685b0, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-ce6685b0, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-ce6685b0, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-ce6685b0, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-ce6685b0, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-ce6685b0, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-ce6685b0, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-ce6685b0, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-ce6685b0, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-ce6685b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c7a4d84-00ed-5043-7b71-c7c5d593139a-35f5355f {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-579cf87e {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_380298ab-438d-790c-0c6d-05b9a674d79d-579cf87e, #w-node-aa12f649-3908-dce5-3868-d44fc1ad3d84-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-579cf87e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4915-579cf87e {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-579cf87e, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-579cf87e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-579cf87e {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-5dc2abc2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-5dc2abc2, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-5dc2abc2, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-5dc2abc2, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-eca5f4d2, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-eca5f4d2, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-eca5f4d2, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-eca5f4d2, #w-node-_5abb1f8c-7e43-fcab-1f52-2e1e3dee9d50-eca5f4d2, #w-node-_1a600f0e-b6f0-38fb-7df7-5cd98dc749fb-eca5f4d2, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-eca5f4d2, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-eca5f4d2, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-eca5f4d2, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-eca5f4d2, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-eca5f4d2, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-eca5f4d2, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-eca5f4d2, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-eca5f4d2, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-eca5f4d2, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-eca5f4d2, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-eca5f4d2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-eca5f4d2, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-eca5f4d2, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-eca5f4d2, #w-node-c1603317-737b-6b5b-51f4-c2264bae9234-e75479c7, #w-node-fa4c74db-816d-ef9c-d321-a8bfa9ffcb3f-e75479c7, #w-node-aab97f32-2a83-a3b4-08be-1a29b7292691-e75479c7, #w-node-_538b870a-cba5-442b-df53-05da174e4c3f-e75479c7, #w-node-ddc85ad9-9eea-edd9-7645-17c7cb235173-e75479c7, #w-node-da118783-6004-cdc6-1a03-46e07a917732-e75479c7, #w-node-_835d2ab4-3b88-ddc7-836f-cf9bebcaa2fc-e75479c7, #w-node-_034bbfb4-c8d2-8627-9374-666b66678e83-e75479c7, #w-node-_94967cd9-373f-3de5-65f4-58a059e1b2f5-e75479c7, #w-node-_46466c94-ca3c-8a4d-f82c-58e811462d09-e75479c7, #w-node-b9a316f0-354a-5986-983d-44281ea42d6b-e75479c7, #w-node-_8f48e3ab-a3e9-8882-5363-e97962cc8eab-e75479c7, #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043d-e75479c7, #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043e-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0a30273-e3f7-f78f-4747-6966e39f20a4-e75479c7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_38d95499-52c9-b975-5630-98dfcb7b343c-e75479c7, #w-node-_3540551b-43cf-40a5-d153-414548bb145c-e75479c7, #w-node-_68608eeb-3c7c-bdbb-5811-d5bd24617941-e75479c7, #w-node-bd235fe3-d473-89b9-c682-33d765a0d94e-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0434c2c-9670-b7af-3ab0-3511970ca3b4-e75479c7 {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_81f0fea2-30b5-f037-61e8-c08367c530c4-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd8c-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd8e-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd92-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd94-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd98-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd9a-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cd9e-e75479c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_7d8bc2a5-7ad4-1f7d-858f-5d088374cda0-e75479c7, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-6c3509f2, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-6c3509f2, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-6c3509f2, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-6c3509f2, #w-node-_1a600f0e-b6f0-38fb-7df7-5cd98dc749fb-6c3509f2, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-6c3509f2, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-6c3509f2, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-6c3509f2, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-6c3509f2, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-6c3509f2, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-6c3509f2, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-6c3509f2, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-6c3509f2, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-6c3509f2, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-6c3509f2, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-6c3509f2, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-6c3509f2, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-6c3509f2, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-6c3509f2, #w-node-_67d0647a-3451-08da-9f43-ee925a455008-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dbef-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc54-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc56-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc59-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc5c-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc60-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc62-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc65-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc68-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc6c-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc6e-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc71-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc74-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc78-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc7a-ca76400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc7d-ca76400a, #w-node-_1ed93916-9a8a-d40a-c440-2e9da899dc80-ca76400a, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-ca76400a, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-ca76400a, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-ca76400a, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-ca76400a, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-ca76400a, #w-node-c77b318d-8435-096a-d574-e717ac735101-ca76400a, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-ca76400a, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-ca76400a, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-ca76400a, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-ca76400a, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-ca76400a, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-ca76400a, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-5db3959b, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-5db3959b, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-5db3959b, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-5db3959b, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-5db3959b, #w-node-c77b318d-8435-096a-d574-e717ac735101-5db3959b, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-5db3959b, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-5db3959b, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-5db3959b, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-5db3959b, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-5db3959b, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-5db3959b, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-b0f74691, #w-node-_06e74bb5-4410-4599-8782-c71ba68a1e02-b0f74691, #w-node-_10738dec-080d-f319-6aba-4b3a973d72b3-b0f74691, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-b0f74691, #w-node-_1a600f0e-b6f0-38fb-7df7-5cd98dc749fb-b0f74691, #w-node-d900dd17-6c1a-25b0-9e8b-c52c88ef09d1-b0f74691, #w-node-a177a70e-fb56-d6ba-535c-4f9e70f7ba2d-b0f74691, #w-node-e2a82a30-71af-0210-af9b-420bd8d873c9-b0f74691, #w-node-_94f79f8c-aaad-6cbc-15ae-ed23b6a8aabc-b0f74691, #w-node-_42f94db6-c727-c079-67cd-721f16eb950c-b0f74691, #w-node-_7048cd11-cc80-007d-ba5c-5dbee3022878-b0f74691, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-b0f74691, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-b0f74691, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-b0f74691, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-b0f74691, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676a9-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676aa-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676af-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b4-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676b9-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676be-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c3-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676c8-b0f74691, #w-node-ceb85cca-cd36-d3ae-2136-71f8292676cd-b0f74691, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-b0f74691, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-b0f74691, #w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359b6-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359b7-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359be-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359c5-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359ca-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359cf-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359d4-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359d9-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359de-a7c8fdf0, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359e3-a7c8fdf0, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267679-a7c8fdf0, #w-node-_7bd5b60f-3994-9fee-843b-b5791d26767f-a7c8fdf0, #w-node-_7bd5b60f-3994-9fee-843b-b5791d267689-a7c8fdf0, #w-node-_81f91665-1930-8ad5-50ce-d970dae3b304-a7c8fdf0, #w-node-_6852e51f-3fe7-3ee4-b2fc-b32e20ad1893-a7c8fdf0, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-a7c8fdf0, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-a7c8fdf0, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-de0eb450, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-de0eb450, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-de0eb450, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-de0eb450, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-de0eb450, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-de0eb450, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-de0eb450 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-de0eb450, #w-node-_95866a22-92f0-4896-9725-357db7d45650-de0eb450, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-de0eb450, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-de0eb450, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-de0eb450, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-de0eb450, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-de0eb450, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-de0eb450, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-de0eb450, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-de0eb450, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-de0eb450 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-de0eb450, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-de0eb450, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-de0eb450, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-de0eb450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-de0eb450 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-de0eb450, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-de0eb450, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-a81aa4a8, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-a81aa4a8, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-a81aa4a8, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-a81aa4a8, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-a81aa4a8, #w-node-c77b318d-8435-096a-d574-e717ac735101-a81aa4a8, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-a81aa4a8, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-a81aa4a8, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-a81aa4a8, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-a81aa4a8, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-a81aa4a8, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-a81aa4a8, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-d9668b64, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-d9668b64, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-d9668b64, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-d9668b64, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-d9668b64, #w-node-c77b318d-8435-096a-d574-e717ac735101-d9668b64, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-d9668b64, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-d9668b64, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-d9668b64, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-d9668b64, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-d9668b64, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-d9668b64, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-2a7dbc97, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-2a7dbc97, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-2a7dbc97, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-2a7dbc97, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-2a7dbc97, #w-node-c77b318d-8435-096a-d574-e717ac735101-2a7dbc97, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-2a7dbc97, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-2a7dbc97, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-2a7dbc97, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-2a7dbc97, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-2a7dbc97, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-2a7dbc97, #w-node-d4597b29-3342-d251-5139-d6a516a3fae4-924884e4, #w-node-_9d47ade5-f5d3-7bc2-4e8f-78700daf4958-924884e4, #w-node-_8d2a7417-9825-4950-2d8f-6f763fa90c71-924884e4, #w-node-f5b1c721-3447-5531-1a40-da367c547a1a-924884e4, #w-node-_880b1fcf-acbb-8d50-52bc-d76d4eee7b65-924884e4, #w-node-c77b318d-8435-096a-d574-e717ac735101-924884e4, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392b9-924884e4, #w-node-b914a7be-2270-e3ab-1a5a-72548d2392e9-924884e4, #w-node-b914a7be-2270-e3ab-1a5a-72548d239319-924884e4, #w-node-b914a7be-2270-e3ab-1a5a-72548d239342-924884e4, #w-node-b914a7be-2270-e3ab-1a5a-72548d239372-924884e4, #w-node-b914a7be-2270-e3ab-1a5a-72548d23939f-924884e4, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-7e80d461, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-7e80d461, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-7e80d461, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-7e80d461, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-7e80d461, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-7e80d461, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-7e80d461 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-7e80d461, #w-node-_95866a22-92f0-4896-9725-357db7d45650-7e80d461, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-7e80d461, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-7e80d461, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-7e80d461, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-7e80d461, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-7e80d461, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-7e80d461, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-7e80d461, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-7e80d461, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-7e80d461 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-7e80d461, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-7e80d461, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-7e80d461, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-7e80d461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-7e80d461 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7e80d461, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-7e80d461, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-f81ab084, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-f81ab084, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-f81ab084, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-f81ab084, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-f81ab084, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-f81ab084, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-f81ab084 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-f81ab084, #w-node-_95866a22-92f0-4896-9725-357db7d45650-f81ab084, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-f81ab084, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-f81ab084, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-f81ab084, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-f81ab084, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-f81ab084, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-f81ab084, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-f81ab084, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-f81ab084, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-f81ab084 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-f81ab084, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-f81ab084, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-f81ab084, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-f81ab084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-f81ab084 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-f81ab084, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-f81ab084, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-eacd73f6, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-eacd73f6, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-eacd73f6, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-eacd73f6, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-eacd73f6, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-eacd73f6, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-eacd73f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-eacd73f6, #w-node-_95866a22-92f0-4896-9725-357db7d45650-eacd73f6, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-eacd73f6, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-eacd73f6, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-eacd73f6, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-eacd73f6, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-eacd73f6, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-eacd73f6, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-eacd73f6, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-eacd73f6, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-eacd73f6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-eacd73f6, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-eacd73f6, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-eacd73f6, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-eacd73f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-eacd73f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-eacd73f6, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-eacd73f6, #w-node-_1a03c124-33cc-db27-f2bd-8fa3342879d5-a39028d7, #w-node-_468e6d93-675d-0ebd-a97b-308b9c1bbcbb-a39028d7, #w-node-ac0a2d76-ec0f-b053-4d3f-dacbbf3e28b7-a39028d7, #w-node-b20f33d6-7841-0276-1f50-8066ff32bfc7-a39028d7, #w-node-f616123e-7845-b32a-4ec3-77a39b98c6ae-a39028d7, #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-a39028d7, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a496961-fd19-03af-363e-1817d863895d-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-a50b4f9c-0d05-6144-204a-d6863247be88-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa3-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_48f2772f-a111-0979-0c57-df5adcc7eaa5-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e629-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_1684e90e-6814-bcc7-84f2-ae4cba68e62b-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c2-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_992b642e-850d-0a71-966a-df6fa7a157c4-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ce2a0a-5ed2-0512-7cb5-ec478ccbf2f2-a39028d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_291aded2-cf98-42b6-1bd6-690620950866-a39028d7, #w-node-_95866a22-92f0-4896-9725-357db7d45650-a39028d7, #w-node-f9e088f2-2359-6678-4870-82ae38aa40b4-a39028d7, #w-node-_04cbb70c-0131-20e7-f190-39e8c67dba90-a39028d7, #w-node-_27aa0962-3095-7be5-3c6d-b32cf45649cb-a39028d7, #w-node-_61b247e8-4f53-408a-7b19-06074e53980f-a39028d7, #w-node-_6d105d84-3597-8151-ff28-45c312805e52-a39028d7, #w-node-a54c0fda-dd9d-40da-1f3a-1b7732715977-a39028d7, #w-node-_6ac60696-63ed-8f13-4fed-67e51cdcc9f0-a39028d7, #w-node-_65b50ffe-8926-7965-0918-8d1c83afb694-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d0-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d2-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d4-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d6-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8d8-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8da-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8dc-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8de-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e0-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8e2-a39028d7, #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf469a7c-be40-99da-1563-726373b828ad-a39028d7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-a39028d7, #w-node-_8e5ce418-0499-3f4c-b6c4-ea619a6cd806-a39028d7, #w-node-_9c20912a-3c8c-302e-1531-bea9f848fb70-a39028d7, #w-node-_98d87620-3a28-7aea-7358-0aa5fd0a5e97-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46a66a9-a3d9-15e0-97a5-2079ebad7104-a39028d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-a39028d7, #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-a39028d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-629e244f {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_380298ab-438d-790c-0c6d-05b9a674d79d-629e244f, #w-node-aa12f649-3908-dce5-3868-d44fc1ad3d84-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-629e244f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4915-629e244f {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-629e244f, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-629e244f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-629e244f {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-94d3fffb {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_380298ab-438d-790c-0c6d-05b9a674d79d-94d3fffb, #w-node-aa12f649-3908-dce5-3868-d44fc1ad3d84-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-94d3fffb {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4915-94d3fffb {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-94d3fffb, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-94d3fffb {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-94d3fffb {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-a9f2eff7 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_380298ab-438d-790c-0c6d-05b9a674d79d-a9f2eff7, #w-node-aa12f649-3908-dce5-3868-d44fc1ad3d84-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-a9f2eff7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4915-a9f2eff7 {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-a9f2eff7, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-a9f2eff7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-a9f2eff7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-57dbf9d1 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_380298ab-438d-790c-0c6d-05b9a674d79d-57dbf9d1, #w-node-aa12f649-3908-dce5-3868-d44fc1ad3d84-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-57dbf9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4915-57dbf9d1 {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-57dbf9d1, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57dbf9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-57dbf9d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4a5e821-7f7d-30dd-3a7f-ed7c8e18acbf-1156fb68, #w-node-d42680e5-70d3-65dc-6ded-885475e3cc9e-1156fb68, #w-node-_8f60b24a-8364-2c17-0516-13fbb4c343d2-1156fb68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
    #w-node-bf469a7c-be40-99da-1563-726373b828ad-7d9f3646 {
        grid-area: span 2 / span 1 / span 2 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57e1459d {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-d2386378, #w-node-bf469a7c-be40-99da-1563-726373b828ad-7fe18938, #w-node-_199e195a-857f-918f-825a-809c3fd9d439-f66ad952, #w-node-_2f11e236-ca70-3065-727b-c73de2581116-f66ad952 {
        grid-area: span 2 / span 1 / span 2 / span 1;
    }

    #w-node-e247f134-a81f-30d4-1a33-2b6215815c3b-f66ad952 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-f66ad952 {
        grid-area: span 2 / span 1 / span 2 / span 1;
    }

    #w-node-_2d753bf4-2867-094b-645e-2dc4a3b26139-17bb53be, #w-node-_7df9b997-fc59-df27-0ec1-ddc509546c28-17bb53be, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-579cf87e {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-de0eb450, #w-node-bf469a7c-be40-99da-1563-726373b828ad-7e80d461, #w-node-bf469a7c-be40-99da-1563-726373b828ad-f81ab084, #w-node-bf469a7c-be40-99da-1563-726373b828ad-eacd73f6, #w-node-bf469a7c-be40-99da-1563-726373b828ad-a39028d7 {
        grid-area: span 2 / span 1 / span 2 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-629e244f, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-94d3fffb, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-a9f2eff7, #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57dbf9d1 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (max-width: 1165px) {
    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-7d9f3646 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7d9f3646, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-7d9f3646 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-7d9f3646 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-7d9f3646 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-7d9f3646, #w-node-e3ae773c-1f55-f8cf-fa95-c59d3289f6f5-7d9f3646 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7d9f3646 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-7d9f3646 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-c1603317-737b-6b5b-51f4-c2264bae9234-b816f79f {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-aab97f32-2a83-a3b4-08be-1a29b7292691-b816f79f {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_94967cd9-373f-3de5-65f4-58a059e1b2f5-b816f79f {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043e-b816f79f {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-c0434c2c-9670-b7af-3ab0-3511970ca3b4-b816f79f {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_81f0fea2-30b5-f037-61e8-c08367c530c4-b816f79f {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-_5819e437-7429-37c2-97b4-7eaa3c8d746f-bf7cd7f2 {
        grid-area: 1 / 1 / 2 / 4;
    }

    #w-node-_1f81065a-e573-1498-03d4-c1375ef3e146-bf7cd7f2 {
        grid-area: 2 / 1 / 3 / 4;
    }

    #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd2887e2-bf7cd7f2 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_1718d35d-f00a-e272-1b3e-ab86bc377a61-bf7cd7f2 {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_1718d35d-f00a-e272-1b3e-ab86bc377aa8-bf7cd7f2 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-b23b9596-c794-e06a-d77a-a5c3debc0895-9ee533f4, #w-node-_781b4cce-04e6-a17a-ddba-a1950d91a315-9ee533f4, #w-node-_84e5258b-a671-fb36-f6de-b0066821c385-9ee533f4, #w-node-_84e5258b-a671-fb36-f6de-b0066821c389-9ee533f4, #w-node-_3b5d091a-fe54-7a35-1847-ab99e19042fd-9ee533f4, #w-node-_35e7fc82-e915-0e3d-810c-b881a98c0e78-9ee533f4, #w-node-_90e752ff-a7ba-626c-b429-69b9fe80a81c-9ee533f4, #w-node-b26ec241-f00e-6423-829d-31fab43f6aa2-9ee533f4, #w-node-a1644a71-5c79-a22a-bd9a-45937c5e60f0-9ee533f4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_95cb9b57-30dd-e5a2-2e6f-a41480507726-f5d87f8a {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_95cb9b57-30dd-e5a2-2e6f-a41480507720-f5d87f8a, #w-node-_3dd07d6d-8959-e5e0-8182-e7b062134590-f5d87f8a, #w-node-efcdec01-cf06-6f35-8b9d-968eff973fb3-f5d87f8a, #w-node-_8e121a94-8e45-e0dc-057d-e637c0412a01-f5d87f8a, #w-node-_38001721-1713-674b-9618-5e3466333447-f5d87f8a, #w-node-_848bfca3-938d-b220-e5bd-d209c721f6d3-f5d87f8a {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-57e1459d {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-57e1459d {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-ed4f8808-a3e6-00ba-4eb0-4482b335a9f4-5fb37f29, #w-node-_339376a4-eaed-54b8-ef16-5d545f324265-5fb37f29, #w-node-ed4f8808-a3e6-00ba-4eb0-4482b335a9f4-6e45455d, #w-node-_339376a4-eaed-54b8-ef16-5d545f324265-6e45455d {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-80f217b7 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-80f217b7 {
        order: 9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-80f217b7, #w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-ed1c9d12 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-ed1c9d12 {
        order: 9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-ed1c9d12 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-a05f0979-0221-c765-eddb-97729318ea6d-ed1c9d12 {
        order: -9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-06573801 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-06573801 {
        order: 9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-06573801, #w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-73639b75 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-73639b75 {
        order: 9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-73639b75 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-a05f0979-0221-c765-eddb-97729318ea6d-73639b75 {
        order: -9999;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-d2386378 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-d2386378, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-d2386378 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-d2386378 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-d2386378 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-d2386378 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-7fe18938 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7fe18938, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-7fe18938 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-7fe18938 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-7fe18938 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-7fe18938 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-f7631a1a {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-f7631a1a {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-f66ad952 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-f66ad952, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-f66ad952 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-f66ad952 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-f66ad952 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-f66ad952 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-a05f0979-0221-c765-eddb-97729318ea6d-17bb53be {
        order: -9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ec8-ce6685b0 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_1e454e2e-4ea5-a598-4536-6abd5e4e6b82-ce6685b0 {
        order: 9999;
    }

    #w-node-b98380f6-7736-f730-65c2-3168f87e3ecc-ce6685b0 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-579cf87e {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-579cf87e {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-a05f0979-0221-c765-eddb-97729318ea6d-eca5f4d2, #w-node-_5abb1f8c-7e43-fcab-1f52-2e1e3dee9d50-eca5f4d2 {
        order: -9999;
    }

    #w-node-c1603317-737b-6b5b-51f4-c2264bae9234-e75479c7 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-aab97f32-2a83-a3b4-08be-1a29b7292691-e75479c7 {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_94967cd9-373f-3de5-65f4-58a059e1b2f5-e75479c7 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043e-e75479c7 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-c0434c2c-9670-b7af-3ab0-3511970ca3b4-e75479c7 {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_81f0fea2-30b5-f037-61e8-c08367c530c4-e75479c7 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-a05f0979-0221-c765-eddb-97729318ea6d-6c3509f2, #w-node-a05f0979-0221-c765-eddb-97729318ea6d-b0f74691, #w-node-_3c62ed99-a7ff-3186-5c59-addd8d6359be-a7c8fdf0 {
        order: -9999;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-de0eb450 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-de0eb450, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-de0eb450 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-de0eb450 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-de0eb450 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-de0eb450, #w-node-e3ae773c-1f55-f8cf-fa95-c59d3289f6f5-de0eb450 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-de0eb450 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-de0eb450 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-7e80d461 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7e80d461, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-7e80d461 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-7e80d461 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-7e80d461 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-7e80d461, #w-node-e3ae773c-1f55-f8cf-fa95-c59d3289f6f5-7e80d461 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7e80d461 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-7e80d461 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-f81ab084 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-f81ab084, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-f81ab084 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-f81ab084 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-f81ab084 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-f81ab084, #w-node-e3ae773c-1f55-f8cf-fa95-c59d3289f6f5-f81ab084 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-f81ab084 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-f81ab084 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-eacd73f6 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-eacd73f6, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-eacd73f6 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-eacd73f6 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-eacd73f6 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-eacd73f6, #w-node-e3ae773c-1f55-f8cf-fa95-c59d3289f6f5-eacd73f6 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-eacd73f6 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-eacd73f6 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_8009a743-0798-9923-3da9-caf7a13d47b8-a39028d7 {
        grid-column: span 2 / span 2;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-a39028d7, #w-node-bd2ae78c-0267-8c5d-8e69-7acc0d51b8c9-a39028d7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2500af58-8a25-bf38-4e42-a6c918ee05d1-a39028d7 {
        order: 0;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-bf469a7c-be40-99da-1563-726373b828ad-a39028d7 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e272a4e-afc4-2873-c1fe-c253ef1fc739-a39028d7, #w-node-e3ae773c-1f55-f8cf-fa95-c59d3289f6f5-a39028d7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-a39028d7 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_59af65d3-6922-0f9f-6e83-46d79bbf739e-a39028d7 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-629e244f {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-629e244f {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-94d3fffb {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-94d3fffb {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-a9f2eff7 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-a9f2eff7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-57dbf9d1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-57dbf9d1 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7d9f3646 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_94967cd9-373f-3de5-65f4-58a059e1b2f5-b816f79f, #w-node-_46466c94-ca3c-8a4d-f82c-58e811462d09-b816f79f, #w-node-b9a316f0-354a-5986-983d-44281ea42d6b-b816f79f {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_8c644f42-d3d4-d1b2-85fd-0ccd6ff6ab7b-bf7cd7f2 {
        grid-area: 1 / 1 / 2 / 4;
    }

    #w-node-_8b511024-ed9b-5398-0096-353a0cb28b59-bf7cd7f2 {
        grid-area: 2 / 1 / 3 / 4;
    }

    #w-node-_5819e437-7429-37c2-97b4-7eaa3c8d746f-bf7cd7f2 {
        grid-area: 1 / 1 / 2 / 4;
    }

    #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd2887e2-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd2887e4-bf7cd7f2, #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288803-bf7cd7f2 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_317ad40a-90b6-0d28-311e-7da161c53adf-57e1459d, #w-node-e8d2c10b-23c0-6785-9c01-97da1cac6a83-57e1459d {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_30f0d87d-ae08-775a-47f0-8e70d1cacc16-57e1459d, #w-node-aa1303a4-e9dc-2191-c0f2-3576b769952e-57e1459d, #w-node-aba0fbcb-c35b-e48e-133a-a3171352def5-57e1459d, #w-node-bc9492de-4c91-2475-d220-4a1c69de4fe2-57e1459d, #w-node-_64ce6cde-42e4-299a-e48a-9d3c6c76f9e9-57e1459d {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_6c9afbfe-d52f-f601-b449-70bea80228be-57e1459d {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57e1459d, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-57e1459d {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-d2386378, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7fe18938 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_317ad40a-90b6-0d28-311e-7da161c53adf-f7631a1a, #w-node-e8d2c10b-23c0-6785-9c01-97da1cac6a83-f7631a1a {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_30f0d87d-ae08-775a-47f0-8e70d1cacc16-f7631a1a {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-aa1303a4-e9dc-2191-c0f2-3576b769952e-f7631a1a {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-aba0fbcb-c35b-e48e-133a-a3171352def5-f7631a1a {
        grid-area: 3 / 1 / 4 / 3;
    }

    #w-node-bc9492de-4c91-2475-d220-4a1c69de4fe2-f7631a1a {
        grid-area: 4 / 1 / 5 / 3;
    }

    #w-node-_8be32676-0dfe-27c5-2e42-4e4c115acecf-f7631a1a {
        grid-area: 5 / 1 / 6 / 3;
    }

    #w-node-a739a6b7-c27c-95ad-c44d-abdf25739ccc-f7631a1a {
        grid-area: 6 / 1 / 7 / 3;
    }

    #w-node-_64ce6cde-42e4-299a-e48a-9d3c6c76f9e9-f7631a1a {
        grid-area: 7 / 1 / 8 / 3;
    }

    #w-node-_6851f43e-2a36-83da-5730-b79eb6de1510-f7631a1a {
        grid-area: 8 / 1 / 9 / 3;
    }

    #w-node-_6c9afbfe-d52f-f601-b449-70bea80228be-f7631a1a {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-f66ad952 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_2d753bf4-2867-094b-645e-2dc4a3b26139-17bb53be, #w-node-_2d753bf4-2867-094b-645e-2dc4a3b2613b-17bb53be, #w-node-_7df9b997-fc59-df27-0ec1-ddc509546c28-17bb53be, #w-node-_7df9b997-fc59-df27-0ec1-ddc509546c2a-17bb53be {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-579cf87e {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-579cf87e, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-579cf87e {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-579cf87e {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-579cf87e, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-579cf87e {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_94967cd9-373f-3de5-65f4-58a059e1b2f5-e75479c7, #w-node-_46466c94-ca3c-8a4d-f82c-58e811462d09-e75479c7, #w-node-b9a316f0-354a-5986-983d-44281ea42d6b-e75479c7 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-de0eb450, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-7e80d461, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-f81ab084, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-eacd73f6, #w-node-_9fc4d400-e5e0-0fc2-93b2-6a138d30fdec-a39028d7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-629e244f {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-629e244f, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-629e244f {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-629e244f {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-629e244f, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-629e244f {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-94d3fffb {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-94d3fffb, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-94d3fffb {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-94d3fffb {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-94d3fffb, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-94d3fffb {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-a9f2eff7 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-a9f2eff7, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-a9f2eff7 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-a9f2eff7 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-a9f2eff7, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-a9f2eff7 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c490e-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4910-57dbf9d1 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4912-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4914-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4917-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4919-57dbf9d1, #w-node-_4143fb54-afc1-9535-878c-0edf6b1c491b-57dbf9d1 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4143fb54-afc1-9535-878c-0edf6b1c4920-57dbf9d1 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57dbf9d1, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-57dbf9d1 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (max-width: 768px) {
    #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-7d9f3646 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7d9f3646 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-bd570b2d-6a99-2304-8bd5-e2f318df4c12-fa390b8d {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-aab97f32-2a83-a3b4-08be-1a29b7292691-b816f79f {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043e-b816f79f {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_8c644f42-d3d4-d1b2-85fd-0ccd6ff6ab7b-bf7cd7f2 {
        grid-area: 1 / 1 / 2 / 4;
    }

    #w-node-_4a434a04-f3e5-14a7-ea30-bfb1cd288822-bf7cd7f2 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57e1459d, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-57e1459d, #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-d2386378, #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-7fe18938, #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-f66ad952, #w-node-_2d753bf4-2867-094b-645e-2dc4a3b26139-17bb53be, #w-node-_2d753bf4-2867-094b-645e-2dc4a3b2613b-17bb53be, #w-node-_7df9b997-fc59-df27-0ec1-ddc509546c28-17bb53be, #w-node-_7df9b997-fc59-df27-0ec1-ddc509546c2a-17bb53be {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-579cf87e {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-579cf87e {
        grid-column: span 1 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-579cf87e, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-579cf87e {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_6e9a2cf4-c8f5-ca7b-4b27-db5265b5043e-e75479c7 {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

    #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-de0eb450 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-de0eb450 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-7e80d461 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-7e80d461 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-f81ab084 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-f81ab084 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-eacd73f6 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-eacd73f6 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_35d1309c-d87b-3e02-70f6-30590ab7126e-a39028d7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_90628f18-fa5a-cc98-172c-f9fc1bfe4661-a39028d7 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-629e244f {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-629e244f {
        grid-column: span 1 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-629e244f, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-629e244f {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-94d3fffb {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-94d3fffb {
        grid-column: span 1 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-94d3fffb, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-94d3fffb {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-a9f2eff7 {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-a9f2eff7 {
        grid-column: span 1 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-a9f2eff7, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-a9f2eff7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_5eb22788-a243-7c8d-8f62-d3e3f2aea0a9-57dbf9d1 {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-d97ad4c3-d326-45af-39cb-494ec78a8482-57dbf9d1 {
        grid-column: span 1 / span 1;
    }

    #w-node-de7e5704-1475-39ed-db05-5ed7195ee277-57dbf9d1, #w-node-ee2e203c-5a66-a8cf-3b45-6a3ffd15239c-57dbf9d1 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}


.udc_edit_button.rating_green {
    color: #648d00 !important;
}

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

.standard_flex.padding {
    padding: 1rem 2rem;
}

.standard_flex.padding_two {
    padding: 1rem 1rem;
    gap: 0.375rem;
}

.text-block-10::placeholder {
    color: #b9b9b9 !important;
}

.leaflet-tooltip {
    padding: 0px !important;
    background-color: #ffffff00 !important;
    border: 0px solid #ffffff00 !important;
    border-radius: 0.5rem !important;
    box-shadow: none !important;
    box-shadow: initial !important;
}


.fp_left_dot_custom {
    position: absolute;
    top: 0;
    transform: translate(-50%, 0); /* So the dot is centered exactly at its X% */
    cursor: pointer;
    z-index: 1;
    flex-direction: row;
    align-items: center;
    height: 2rem;
    display: flex;
}

.fp_right_dot_custom {
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 1;
    flex-direction: row;
    align-items: center;
    height: 2rem;
    display: flex;
}

.pf_price_to_input {
    width: 100%;
    background-color: #ffffff00;
    border: medium none currentColor;
    border: initial;
    color: #000000;
}

.pf_price_from_input {
    width: 100%;
    background-color: #ffffff00;
    border: medium none currentColor;
    border: initial;
    color: #000000;
}


a {

    color: #0057ea;
}


body {
    font-family: 'Inter' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    shape-rendering: geometricPrecision;
    overflow-x: hidden; /* TODO: DELETE THIS ONCE PROBLEMS WITH OVERFLOW GO AWAY */
}

.cursor_default {
    cursor: default;
}

.button_big_stretch, .cart_go_forward_button {
    -webkit-user-select: none;
    user-select: none;
}

.span_my_account {
    text-decoration: underline !important;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}


.ct-bold {
    text-decoration: underline !important;
}

.read-more-link {
    color: #5c5c5c;
}

img.phbs_icon.stock {
    opacity: 0.35;
    cursor: default;
}

.pbhs_normal_text.stock {
    color: #dddddd;
    cursor: default;
}

.add_to_comparason_phbs.stock:hover {
    text-decoration: none !important;
}

.add_to_comparason_phbs.stock {
    cursor: default;
}

.udc_edit_button * {
    -webkit-user-select: none;
    user-select: none;
}

.cart_validation_error_under_button {
    color: #9c0c0c;
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-weight: 600;
    text-align: center;
}

.prodcts_filtered_heading::first-letter {
    text-transform: uppercase;
}

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

.address_cart_error {
    color: #9c0c0c;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    background-color: #ffdfdf;
    border-radius: 0.5rem;
    padding: 0.15rem 0.4rem 0.1rem 0.5rem;
    top: 65%;
    left: -1%;
}

.address_cart_error.relative {
    position: relative;
    left: auto;
    left: initial;
    top: auto;
    top: initial;
}

.cart_validation_error_under_button_background {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    background-color: #ffdfdf;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.pr_button::placeholder {
    color: #a7a7a7;
}

.cart_go_forward_button.submitting {
    position: relative;
    color: #9c9c9c00;
    cursor: not-allowed;
    overflow: hidden;
}


@keyframes spinnerRotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.cart_go_forward_button.accepted {
    color: #ffffff00;
    cursor: pointer;
}

.promowrap {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.c_promocode_input_button {
    background-color: #97c329;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    /* border: 1px gray; */
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-width: 4.15rem;
}

.c_promocode_input_button:hover {
    background-color: #aad63a;
}


/* button states */

.udc_edit_button.password.started {
    position: relative;
    cursor: not-allowed;
    overflow: hidden;
}

.udc_edit_button.password.done {
    color: #ffffff00;
    cursor: pointer;
    position: relative;
}


.udc_edit_button.password.success {
    color: #ffffff00;
    cursor: pointer;
    position: relative;
}

.button_big_stretch.started {
    position: relative;
    color: #9c9c9c00; /* Makes text transparent */
    cursor: not-allowed;
    overflow: hidden;
}

.button_big_stretch.done {
    color: #ffffff00;
    cursor: pointer;
    position: relative;
}


.button_big_stretch.success {
    color: #ffffff00;
    cursor: pointer;
    position: relative;
}


.pointer_text {
    cursor: pointer;
    font-size: .95rem;
}

img.comgate_and_payment_options {
    width: 100%;
    margin-top: 1.5rem;
}

.expand-collapse-btn {

    display: flex;
    transition: all 0.3s ease;
    border: medium none currentColor;
    border: initial;
    background-color: transparent;
    background-color: initial;
    text-align: left;
    text-align: initial;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #7e7e7e;
}

.expand-collapse-btn:hover {
    color: #000000;
}

.expand-collapse-btn:hover::before {
    opacity: 1;
}

.error_message_loginregisterpage {
    color: #9c0c0c;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background-color: #ffdfdf;
    border-radius: 0.5rem;
    padding: 0.15rem 0.4rem 0.1rem 0.5rem;
    position: relative;
    margin-left: auto;
    margin-right: 0.5rem
}

.expand-collapse-btn.expanded::before {
    transform: rotate(180deg);
    transform-origin: center;
    margin-left: -0.6rem;
}

.dropdown_cart_wrapper {
    margin-bottom: 0.35rem;
    max-width: 9rem;
}

.truncated-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.navbar_menu_fixed_dynamic {
    position: fixed;
    top: 0;
    width: 100%; /* Ujistěte se, že pokrývá celou šířku */
    z-index: 1001; /* Zajistí, že navigace bude nad ostatními prvky */
}

.relative {
    position: relative;
}


/* Transition for the menu body height */
.menu_podlozka {
    transition: height 0.15s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_podlozka.menu-podlozka-small {
    height: 5rem; /* Reduced height on scroll down */
}

/* Ensure content_wrapper stays centered */
.content_wrapper.shrink.menu {
    transition: height 0.3s ease;
    display: flex;
}

/* Ensure the logo stays in place */
.logo_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.video_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(180deg, #1d1d1d9d 0%, rgba(217, 217, 217, 0) 66.24%);

}

.video {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;

}

.filter_option.nohover:hover {
    filter: initial;
    outline-offset: initial;
    color: inherit;
    background-color: transparent;
    background-color: initial;
    outline: medium none invert;
    outline: initial;
}

.filter_option.noborder {
    border: medium none currentColor;
    border: initial;
    outline: medium none invert;
    outline: initial;
}

.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    opacity: 1;
    transition: opacity 500ms;
}

.fade-exit {
    opacity: 1;
}

.fade-exit-active {
    opacity: 0;
    transition: opacity 500ms;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
}

.filter_body.noheader.gray.rightno {
    border-radius: 10px 0 0 10px;
}


.lrc_input::placeholder {
    color: #a7a7a7;
    font-weight: 300;
    font-size: 0.9rem;
}

.notif_added_to_cart {
    opacity: 0;
    transform: translateY(50px);
}

.fs_item.disabled {
    color: #cdcdcd;
}

.pv_input::placeholder {
    color: #9f9f9f;
}

.notif_added_to_cart.visible {
    opacity: .98;
    transform: translateY(0);
}

.notif_added_to_cart.disappearing {
    opacity: 0;
    transform: translateY(-50px);
}

.notif_added_to_cart.moving {
    animation: moveUp .2s ease-in-out forwards;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.dropdown {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.dropdown_smaller {
    position: relative;
    z-index: 150;
    display: inline-block;
    padding: 0.5rem 1.25rem 0.5rem 1.1rem;
    font-size: 0.9rem;
}

.drodpdown_button_alternative_smaller {
    position: relative;
    z-index: 150;
    display: flex;
    max-height: 2rem;
    padding: 0.1rem 0.25rem 0rem 0.25rem;
    font-size: 0.9rem;
    text-align: center;
    justify-content: center;
}

.disabled_dropdown {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    color: rgb(167, 167, 167);
}

.filter_option.dropdown {
    min-width: 9rem;
    text-align: start;
    padding: .8rem .5rem .8rem 1.1rem;
    max-height: 2.7rem;
    max-width: 100%;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter_option.dropdown.dropdown_value_selected {
    padding-right: 1.8rem;
}

.filter_option.white {
    background-color: white;
}

.filter_option.white.selected {
    background-color: #232323;
}

.dropdown__menu {
    position: absolute;
    z-index: 1005 !important;
    top: 4rem;
    background-color: white;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    width: 400px;
    max-height: 400px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(50px, auto);
    grid-gap: 10px;
    gap: 10px;
    padding: 10px;

}

.leaflet-control-attribution {
    display: none !important;
}

.calendars_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 transparent;

}

.tyres_selector_item_scroll {
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 transparent;
}

.calendar_day_header {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.calendar_header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0.65rem;
    gap: 0.65rem;
    width: 100%;
    margin-top: 1rem;
    color: #1d1d1d;
}

.calendar_days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0.313rem;
    gap: 0.313rem;
    width: 100%;
}

.calendar_days.timecolumn {
    margin-top: 1rem;
    grid-template-columns: repeat(5, 1fr);
}

.calendar_day_card {
    cursor: pointer;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.25rem;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    background-color: #e9f5ca;
    outline: 2px solid #e9f5ca;
    border-radius: 2px;
    transition: all 0.05s ease-in-out;
    font-size: 0.8rem;
    font-weight: 600;
    color: #708832;
    outline-offset: -1px;
}

.calendar_day_card.inactive {
    background-color: #f7f7f7;
    outline: 2px solid #f7f7f7;
    cursor: auto;
    color: #a7a7a7;
    font-weight: 500;
}

.calendar_day_card.selected {
    background-color: #73a200;
    outline: 4px solid #73a200;
    color: #ffffff;
}

.calendar_day_card.selected:hover {
    background-color: #73a200;
    outline: 4px solid #73a200;
    color: #ffffff;
}

.calendar_day_card.inactive:hover {
    background-color: #eeeeee;
    outline: 2px solid #eeeeee;
    color: #a7a7a7;
}

.calendar_day_card:hover {
    background-color: #73a200;
    outline: 2px solid #73a200;
    color: #ffffff;
}

.calendar_day_card.time {
    padding: 0.5rem 0.25rem;
    font-size: 0.8rem;
    background-color: #ffffff;
    outline: 2px solid #bdca9d;
    font-weight: 600;
}

.calendar_day_card.time:hover {
    background-color: #73a200;
    outline: 2px solid #73a200;
    color: #ffffff;
}

.calendar_day_card.time.selected {
    background-color: #73a200;
    outline: 3px solid #73a200;
    color: #ffffff;
}

.calendar_day_card.time.selected:hover {
    background-color: #73a200;
    outline: 3px solid #73a200;
    color: #ffffff;
}

.calendar_day_card.time.inactive {
    background-color: #f7f7f7;
    outline: 2px solid #f7f7f7;
    cursor: auto;
    color: #a7a7a7;
    font-weight: 500;
}

.calendar_body {
    background-color: #ffffff;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    outline: 1px solid #eee;
}

.time_windows {
    margin-top: 20px;
}

.loading_calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    color: #a7a7a7;
    font-weight: 400;
}

.dropdown__option {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    padding: 10px;
    text-align: left;
    line-height: 1.4;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    color: #0e0e0e;
}

.dropdown__option.input {
    padding: 0 1rem 0 1rem;
    border: 3px solid #383838;
    border-radius: 0.5rem;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 1rem;
}

/* Edit placeholder of the following */
.dropdown__option.input::placeholder {
    color: #000000;
    font-weight: 300;
}

.fs_dimensions_dropdown_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
}


.dropdown__input_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    /* grid-column: span 2; */
    position: relative;
}

.dropdown__input_label {
    position: absolute;
    top: -0.25rem;
    left: 0.5rem;
    background-color: white;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    color: #525252;
}


.dropdown__option:hover {
    background-color: #0e0e0e;
    color: #eee;
}

.dropdown__option.input:hover {
    background-color: #ffffff;
    color: #000000;
    cursor: text;
    outline: medium none invert;
    outline: initial;
}

.dropdown__menu::-webkit-scrollbar {
    width: 10px; /* width of the entire scrollbar */
}

.dropdown__menu::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

.dropdown__menu::-webkit-scrollbar-thumb {
    background: #888; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #f1f1f1; /* creates padding around scroll thumb */
}

.dropdown__menu::-webkit-scrollbar-thumb:hover {
    background: #555; /* color of the scroll thumb on hover */
}

.dropdown__menu.single-column {
    grid-template-columns: 1fr;
    right: 0;
}

.dropdown.addresses {
    justify-content: flex-end;
    width: auto;
    width: initial;
}

.dropdown__menu.single-column.addresses {
    border: 1px solid #000000;
    left: 0;
}

img.image-15.smaller.absolute {
    position: absolute;
    right: 9%;
    opacity: 0.8;
}

.filter_option.dropdown_smaller.addresses {
    color: #505050;
    text-transform: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #a7a7a7;
    padding-top: .45rem;
    padding-bottom: .45rem;
}

.service_order_disctype_custom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.25rem;
    margin-top: 1.5rem;
    flex-direction: column;
}

.udc_input_field.with_arrow {
    position: relative;
    color: black; /* or any desired text color */
    padding-right: 1.5rem; /* make room for the arrow */
}


span.csi_price_bold {
    font-weight: 600;
}

.csi_map_link {
    text-decoration: underline !important;
}

.udc_input_field {
    background-color: #ffffff00;
    border: none;
    box-shadow: none;
    outline: none;
}

.udc_input_field:focus-visible {
    background-color: #ffffff00;
    border: none;
    box-shadow: none;
    outline: none;
}

.addresses_selectior_same_wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

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


.search_bar_button {
    -webkit-user-select: none;
    user-select: none;
}

.dp_video_wrap {
    aspect-ratio: 16/7;
}

.psc_error {
    font-size: 0.6rem;
    font-weight: 300;

    text-align: center;

}

.cs_two {
    -webkit-user-select: none;
    user-select: none;
}

.shopping_cart_select.flex img {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.shopping_cart_select.flex.green img {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    filter: invert(0%);
}

.shopping_cart_select.flex:hover img {
    filter: invert(0%);
}

.shopping_cart_select.flex.green:hover img {
    filter: invert(0%);
}

.search_img {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.search_button:hover .search_img {
    transform: rotate(-30deg);
}

.filter_option.disabled {
    -webkit-user-select: none;
    user-select: none;
}

.text-block-9 {
    -webkit-user-select: none;
    user-select: none;
}

.dezen-card {
    text-decoration: none !important;
    color: #000;
}

.three-grid .three-grid:link, .three-grid:visited, .three-grid:hover, .three-grid:active {
    text-decoration: none !important;
}

.menu_podlozka.homepage {
    background-color: #ffffff00;
}

option {
    padding: 5px;
    background-color: #fafafa;
    color: #1a1a1a;
}

.filter_option * {
    -webkit-user-select: none;
}

.filter_option.menu.product_page * {
    pointer-events: all;
    -webkit-user-select: all;
    user-select: all;
}

#search_input_field {
    height: 100%;
    width: 100%;
    background-color: #ffffff00;
    border: medium none currentColor;
    border: initial;
    color: #fdfdfd;
}

#search_input_field::placeholder {
    color: #d8d8d8;
}

.text-block-email-input {
    height: 100%;
    width: 100%;
    background-color: #ffffff00;
    border: medium none currentColor !important;
    border: initial !important;
    color: #fdfdfd;
}

.text-block-email-input::placeholder {
    color: #fdfdfd;
}

.text-block-email-input.black {
    color: #333;
}

.text-block-email-input.black::placeholder {
    color: #333;
}

.text-block-email-input.black:focus-visible {
    color: #333 !important;
}


.green {
    color: #73a200;
}

.text-block-email-input:focus-visible {
    height: 100%;
    width: 100%;
    background-color: #ffffff00;
    border: medium none currentColor !important;
    border: initial !important;
    color: #fdfdfd;
    box-shadow: none;
    outline: medium none invert;
    outline: initial;
}

.filter_card * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.text-block-10.noevenets {
    pointer-events: none;
}

.text-block-10::placeholder {
    color: #626262;
    font-weight: 200;
}

.pagination_wrap * {
    -webkit-user-select: none;
    user-select: none;
}

.swich_dot * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.pc_buy_wrap * {
    -webkit-user-select: none;
    user-select: none;
}

.pc_describtion {
    text-overflow: ellipsis;
    width: 95%;
    white-space: nowrap;
}

.tooltip-container {
    display: inline-block;
}

.tooltip-bubble {
    position: absolute;
    bottom: 150%;
    left: 0%;
    /* transform: translateX(-50%); */
    padding: 8px;
    background-color: black;
    color: white;
    border-radius: 4px;
    z-index: 10;
    width: 100%;
    white-space: wrap;
}

.tooltip-container:hover .phd_span {
    /* background-color: #73a200; */
    outline-color: #a0a0a0;
    /*  color: #fff;  */
}

.services_dimension_dropdowns_wrapper {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 1rem;
}

.services_input_address {
    border: medium none currentColor;
    border: initial;
}

.servisy_scrollable_wrapper {
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 transparent;
}

.service_single_card {
    direction: ltr;
}

.sc_selection_controls_wrap {
    direction: ltr;
}

.servisy_scrollable_wrapper::-webkit-scrollbar {
    width: 6px;
}

.servisy_scrollable_wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.servisy_scrollable_wrapper::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 10px;
}

.servisy_scrollable_wrapper::-webkit-scrollbar-thumb:hover {
    background: #949494;
}

img.vehicle-type-icon {
    height: 1rem;
}

.leaflet-popup-content-wrapper {
    min-width: 24rem;
    box-shadow: 0 3px 14px rgb(0 0 0 / 12%) !important;
}

.leaflet-popup-content {
    margin: 0 !important;
    margin: initial !important;
    width: 100% !important;
}

.leaflet-container {
    font-family: 'Inter' !important;
}

.dev_menu_infos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    max-height: 1.5rem;
    height: 50%;
    margin: auto;
}

.tooltip_heading {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.tooltip_subheading {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.6;
    padding-right: 3%;
}

.button-outline-black {
    overflow: hidden;
    white-space: nowrap;

}

.dc-dezen {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
    white-space: nowrap;
}

.dc_brand_wrapppers {
    width: 100%;
}

.pc_model {
    text-overflow: ellipsis;
    width: 95%;
    white-space: nowrap;
}

.all_filters_wrap {
    -webkit-user-select: none;
    user-select: none;
}

.sort_products_wrapper {
    -webkit-user-select: none;
    user-select: none;
}

.select_none {
    -webkit-user-select: none;
    user-select: none;
}

.filter_option.select.middle {
    width: 33%;
    padding: 1rem 2px 1rem 4px;
    background-color: white;
    font-size: 0.8rem;
}

.ql-editor {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;

    padding: 0 !important;
    font-family: 'Inter' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    shape-rendering: geometricPrecision;
    overflow-x: hidden;
}

.ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
}

.ql-editor p {
    margin-bottom: 1.25rem !important;
    padding: 0 !important;
    line-height: 1.7;
}


.blog_post_section.noback {
    background-image: none;
    background-image: initial;
}


.skeleton {
    animation: skeleton_loading_insides 1s linear infinite alternate;
    border-radius: 0.4rem;
    color: #00000000;
    background-image: none !important;
    background-image: initial !important;
}

.skeleton.unset_border {
    border: medium none currentColor;
    border: initial;
}

.skeleton * {
    opacity: 0 !important;
    color: #ffffff00 !important;
}

.skeleton_gray.image {
    opacity: 0 !important;
    color: #ffffff00 !important;
}

.skeleton_lightgray {
    animation: skeleton_lightgray_loading_insides 1s linear infinite alternate;
    border-radius: 0.4rem;
    color: #ffffff00 !important;
}

.skeleton_lightgray.image {
    opacity: 0 !important;
    color: #ffffff00 !important;
}

.skeleton_lightgray.image img {
    opacity: 0 !important;
}

.skeleton_lightgray a {
    opacity: 0 !important;
    color: #ffffff00 !important;
}

.skeleton_light {
    animation: skeleton_light_card 1s linear infinite alternate;
    border-radius: 0.4rem;
    color: #ffffff00 !important;
}

.skeleton_midlight {
    animation: skeleton_loading_insides 1s linear infinite alternate;
    border-radius: 0.4rem;
    color: #ffffff00 !important;
}

.skeleton.no_top_border_radius {
    border-radius: 0 0 0.4rem 0.4rem;
}

.skeleton_darker {
    animation: skeleton_loading_insides_darker 1s linear infinite alternate;
    border-radius: 0.4rem;
    color: #ffffff00 !important;
}

.skeleton_card_two {
    animation: skeleton_loading_card_two 1s linear infinite alternate;
    color: #ffffff00 !important;
}

.skeleton_card {
    animation: skeleton_loading_card 1s linear infinite alternate;
}

.skeleton_card_top {
    animation: skeleton_card_top 1s linear infinite alternate;
}

.skeleton_button_dark {
    animation: skeleton_button_dark 1s linear infinite alternate;
    opacity: 0.8;
}

.skeleton_black {
    animation: skeleton_black 1s linear infinite alternate;
    opacity: 1;
    color: #ffffff00;
    border-radius: 0.5rem;
}

.skeleton_gray {
    animation: skeleton_gray 1s linear infinite alternate;
    opacity: 1;
    color: #ffffff00 !important;
    border-radius: 0.5rem;
    border-color: #ffffff00 !important;
    outline: medium none invert;
    outline: initial;
}

.skeleton_gray.filteroptionbutton {
    opacity: 0 !important;
    color: #ffffff00 !important;
}

.skeleton_gray.order_detail {
    margin-left: 30%;
    max-height: 2rem;
}

.skeleton_gray img,
.skeleton_gray svg {
    opacity: 0;
}

.skeleton_gray.min_width {
    height: 2rem;
}

.skeleton_gray.min_width * {
    opacity: 0 !important;
}

.iframe_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff00;
}

iframe#comgate-iframe {
    height: 100%;
    width: 100%;
}

.cg-background {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
}


.skeleton_article {
    animation: skeleton_loading_article_card 1s linear infinite alternate;
    background-image: none !important;
    background-image: initial !important;
    border-radius: 0.4rem;
    outline: gray;
    color: #ffffff00 !important;
}

.div-block-31.noborder {
    border: medium none currentColor;
    border: initial;
}


.span_cartempty_underline {
    color: #333333;
    text-decoration: underline !important;
}

.skeleton_article.cool_animation {
    animation: skeleton_loading_article_card_cool 5s ease-in-out infinite alternate;
    border-radius: 1.75rem;
}

.skeleton_gray_image {
    opacity: 0;
}


@keyframes skeleton_loading_article_card {
    0% {
        background-color: #f5f5f5;
    }
    100% {
        background-color: #ebebeb;
    }
}

@keyframes skeleton_loading_article_card_cool {
    0% {
        background-color: #3c9e2f;
    }
    100% {
        background-color: #73a200;
    }
}

@keyframes skeleton_lightgray_loading_insides {
    0% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #f0f0f0;
    }
}


@keyframes skeleton_loading_insides {
    0% {
        background-color: #ffffff;
    }
    100% {
        background-color: #f5f5f5;
    }
}

@keyframes skeleton_loading_insides_darker {
    0% {
        background-color: #f5f5f5;
    }
    100% {
        background-color: #eeeeee;
    }
}

@keyframes skeleton_loading_card_two {
    0% {
        background-color: #f8f8f8;
    }
    100% {
        background-color: #fdfdfd;
    }
}

@keyframes skeleton_loading_card {
    0% {
        background-color: #f5f5f5;
    }
    100% {
        background-color: #eee;
    }
}

@keyframes skeleton_light_card {
    0% {
        background-color: #f8f8f8;
    }
    100% {
        background-color: #f5f5f5;
    }
}

@keyframes skeleton_card_top {
    0% {
        background-color: #f8f8f8;
    }
    100% {
        background-color: #ffffff;
    }
}

@keyframes skeleton_button_dark {
    0% {
        background-color: #5e5e5e;
    }
    100% {
        background-color: #232323;
    }
}

@keyframes skeleton_black {
    0% {
        background-color: #292929;
    }
    100% {
        background-color: #1d1d1d;
    }
}

@keyframes skeleton_gray {
    0% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #c9c9c9;
    }
}

.blog_post_section.nomargin_top {
    padding-top: 0 !important;
}

.touchWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    flex-grow: 0;
}


.logo_manuf {
    display: inline-block;
    /* float: left; */
    transition: all .2s ease-out;
}

@media (max-width: 1550px) {
    .logo_manuf {
        height: 1.5rem;
    }

    .strip-container {
        height: 3rem;
    }

    .marquee--inner {
        margin: 85px 0 !important;
    }

}


.logo_manuf:hover {
    transform: scale(1.1);
    opacity: .5;
    cursor: pointer;
}


.marquee {
    height: 200px;
    width: 100%;
    border: 2px solid #eee;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 200px auto;
}

.marquee--inner {
    display: block;
    width: 200%;
    margin: 82px 0;
    position: absolute;
    animation: marquee 40s linear infinite;
}


.marquee--inner:hover {
    animation-play-state: paused;
    cursor: pointer;
}


.marquee--inner span {
    float: left;
    width: 50%;
}

.container--marquee--inner {
    display: flex;
    justify-content: space-between;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}


.temporaty_discs_message {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.temporaty_discs_message_heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.temporaty_discs_message_subheading {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-right: 8%;
}

.temporaty_discs_subscribe_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
    gap: 1rem;
    background-color: #73a200;
    border-radius: 0.5rem;
}

.temporaty_discs_message_subheading.gray {
    font-size: 0.8rem;
    font-weight: 100;
    color: gray;
    margin-top: 0.75rem;
}

.temporaty_discs_message_subheading.gray.white {
    color: rgb(255, 255, 255);
}

.white_span {
    color: rgb(255, 255, 255);
    text-decoration: underline !important;
}

.black_span {
    color: #333;
    text-decoration: underline !important;
}

.service_not_available {
    line-height: 1.4;
    margin-bottom: 0.75rem;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ /* Old versions of Firefox */ /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.ph_main_image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.poznamka_smazat {
    color: #bfbfbf;
}

.ph_points {
    color: #424242;
    letter-spacing: .3px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.65;
}

.ph_points li::first-letter {
    text-transform: uppercase;
}

.disabled_button {
    pointer-events: none;
}


.fc_head_wrap_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.loading_spinner {
    margin-left: auto;
    margin-right: 0.5rem;
    margin-top: auto;
    margin-bottom: auto;
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
    color: #9c9c9c00;
    cursor: not-allowed;
    overflow: hidden;
    filter: invert(1);
    opacity: 0.4;
}

.loading_spinner.opaque {
    opacity: 0.5;
}

.loading_spinner.inverted {
    filter: invert(0);
}

.loading_spinner.absolute {
    position: absolute;
    right: 4%;
    opacity: 0.4;
}

.menu_arrow_div {
    width: 70px;
    height: 70px;
    max-width: none;
    transition: all .2s;
    display: block;
    position: absolute;
    bottom: -5.5rem;
    background-color: #f5f5f5;
    border-radius: 10px;
    transform: rotate(45deg);
}

.ql-editor {
    line-height: 1.75 !important;
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
    padding-bottom: 0.75rem;
}


.custom_animated_menu_button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 25px;
    cursor: pointer;
    margin-left: 1.5rem;
}

.custom_animated_menu_button div {
    width: 32px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.custom_animated_menu_button.custom_animated_active .custom_animated_bar1 {
    transform: rotate(-45deg) translate(-7.75px, 5px);
}

.custom_animated_menu_button.custom_animated_active .custom_animated_bar3 {
    transform: rotate(45deg) translate(-6.75px, -4.5px);
}

.custom_animated_menu_button.custom_animated_active .custom_animated_bar2 {
    opacity: 0;
}


.rtb_podminky.vop.w-richtext, .rtb_podminky.oou.w-richtext, .rtb_podminky.rf.w-richtext {
    line-height: 1.6;
}

@media screen and (max-width: 1120px) {

    .fs_dimensions_dropdown_wrap {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .fs_dimensions_dropdown_wrap.nowrap {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }


    .fc_head_wrap_new {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}


/* TOOD: Zakázat označování (text select) dětem filtru a dalším */

@media screen and (max-width: 1165px) {

    .dev_menu_infos {
        display: none;
    }

    .tooltip-bubble {
        left: auto;
        left: initial;
        right: 0;
        bottom: 110%;
    }

    .menu_podlozka.homepage {
        background-color: #ffffff00;
    }

    .menu_podlozka.homepage.menu_open {
        background-color: #232323;
    }

    .filtr_option_text {
        white-space: pre-wrap;
    }

    .dropdown__menu {
        width: 325px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .marquee--inner {
        width: 480%;
    }

    .marquee--inner:hover {
        animation-play-state: running;
        animation-play-state: initial;
    }

    @keyframes marquee {
        0% {
            left: 0;
        }
        100% {
            left: -240%;
        }
    }

    .servisy_scrollable_wrapper {
        padding: 1rem 0 0 0;
    }

    .calendar_body {
        border-radius: 0 0 0.25rem 0.25rem;
        outline: medium none invert;
        outline: initial;
    }


}


@media screen and (max-width: 766px) {

    .hero_section_homepage {
        background-image: none !important;
        background-image: initial !important;
        background-color: #232323;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}


@media screen and (max-width: 768px) {

    .dropdown_cart_wrapper {
        min-width: 40%;
    }

    .ph_points {
        margin-bottom: 0.5rem;
    }

    .services_dimension_dropdowns_wrapper {
        flex-direction: row-reverse;
    }

    .hero_section_homepage::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

    .filter_div_wrap.frozen {
        opacity: 1;
    }

    .filter_div_wrap.frozen * {
        opacity: 0.8;
    }

    .left_panel {
        scrollbar-width: thin;
        scrollbar-color: #b3b3b3 transparent;
    }

    .tooltip-container:hover .phd_span {
        outline-color: #ededed;
    }


    .calendar_day_card {
        padding: 0.75rem 0;
        font-size: 0.7rem;
    }

    .calendar_day_card.time {
        padding: 0.5rem 0;
        font-size: 0.7rem;
    }

    .calendar_day_header {
        font-size: 0.65rem;
        color: #4b4b4b;
    }

    img.image-15.smaller.absolute {
        position: static;
        margin-left: auto;
    }

    .loading_spinner.absolute {
        position: static;
        margin-left: auto;
    }

    .fs_item.mobilehirozontal {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .csi_rightside_wrap.mobileabsolute {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .cs_item_list_lane.mobiledifferent {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        position: relative;
    }

    .cart_address_plus_head_wrap {
        width: 100%;
    }

    .addresses_selectior_same_wrapper {
        width: 100%;
        gap: 1em;
    }

    .filter_option.dropdown {
        min-width: 6rem;
        width: 100%;
    }

    .filter_lane.dimensions {
        width: 100%;
    }

    .dropdown {
        width: 100%;
        position: static;
        justify-content: flex-start;
    }

    .dropdown.mobile_relative {
        position: relative;
    }

    .filter_dimensions_wrapper {
        position: relative;
    }

    .pc_model {
        width: 100%;
    }

    .dropdown__menu.single-column.addresses {
        top: 4rem;
        left: auto;
        left: initial;
        right: 1.5rem;
    }


}


@media screen and (max-width: 360px) {

    .dropdown__menu {
        width: 250px;
        grid-template-columns: 1fr 1fr;
    }

}


/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}


/* general typography */
.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline;
}

.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}

.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;
    pointer-events: auto;
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858;
}

.leaflet-popup-scrolled {
    overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */

@media print {
    /* Prevent printers from removing background-images of controls. */
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.calendar_container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.calendar_day {
    width: calc(100% / 2 - 10px);
    margin: 0.25rem;
    padding: 0.5rem 0.25rem;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: center;
}

.calendar_day_label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.75rem;
}

.calendar_day_times {
    font-size: 0.75rem;
}


.calendar_day.closed {
    background-color: #f9f9f9;
    color: #999;
}

.calendar_day.closed .calendar_day_label,
.calendar_day.closed .calendar_day_times {
    color: #999;
}

.expand_opening_times {
    cursor: pointer;
    color: #007bff;
    margin-top: 10px;
    text-align: center;
}

.opening_times_popup {
    margin-top: 0.25rem;
    margin-left: -0.5rem;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
}

.opening_time_line {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.25rem;
}

.opening_time_hours {
    color: #6da305;
    font-weight: 900;
}

.open_icon {
    margin-left: 0.063rem;
    width: 0.688rem;
    height: 0.688rem;
}


.opening_time_line strong {
    font-weight: bold;
}


@media (max-width: 768px) {
    .calendar_day {
        width: calc(100% / 3 - 10px);
    }
}

@media (max-width: 480px) {
    .calendar_day {
        width: calc(100% / 2 - 10px);
    }
}


.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.cluster-top-right-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4000;
    max-height: 100vh;
    overflow-y: scroll;
    display: flex;
    align-items: center;
}

.modal-content {
    display: flex;
    width: 100%;
    border-radius: 8px;
    max-width: 46rem;
    position: relative;
    padding: 1rem;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

@media screen and (max-width: 1165px) {
    .modal-overlay {
        align-items: flex-start;
    }

    .product_counter_wrap {
        text-align: center !important;
    }
}


.product_counter_wrap {
    text-align: right;
}

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

.cookiebar {
    z-index: 2020;
    min-height: 6vh;
    background-color: #e5e5e5;
    border-top: 3px solid #e1e1e1;
    flex-direction: column;
    align-items: center;
    padding: 2px 1rem 3px;
    transition: all .2s;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.cb_bold_text {
    white-space: nowrap;
    margin-left: 10px;
    font-size: 1rem;
}

.cb_img_cookies {
    height: 2rem;
}

.cb_span_divider {
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1.4;
}

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

.cookies_button {
    color: #fff;
    letter-spacing: .15px;
    cursor: pointer;
    background-color: #1f252e;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 8px 16px 10px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    margin-right: 8px;
}

.cookies_button.secondary {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    padding: 8px 8px 10px;
    margin-right: 2px;
}

.cookie_content_wrap {
    width: 100%;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
}

.cb_hideaable_more_details {
    width: 100%;
    min-height: 20vh;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin: 0.25rem 0 1rem 0;
    padding: 1rem;
    transition: all .2s;
    display: flex;
    border-radius: 1rem;
    background-color: #dadada;
}

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

.div-block-39 {
    padding-right: 5%;
    display: flex;
}

.text-block-29 {
    line-height: 1.4;
}

.text-block-30 {
    min-width: 11.5rem;
    line-height: 1.4;
}

.cb_switch_wrap {
    margin-top: 0.15rem;
}


@media screen and (max-width: 768px) {


    .cookie_content_wrap {
        align-items: flex-start;
    }

    .cb_bold_text {
        margin-left: 0;
    }

    .cb_detail_lane {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
    }

}

.pr_button.dragging, .drag-area.dragging {
    border-color: #4e4e4e;
    transform: scale(1.03);
}

.drag-area {
    display: flex;
    border: 2px dashed #9b9b9b;
    padding: 0.5rem;
    transition: border-color 0.3s ease;
    border-radius: 0.3rem;
    transition: border-color 0.1s ease, transform 0.1s ease;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.uploaded-image {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: whitesmoke;
    border-radius: 0.2rem;
    gap: 0.5rem;
}

.uploaded-image .thumbnail {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 10px;
    border-radius: 0.3rem;
    object-fit: cover;
}

.uploaded-image .image-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.uploaded-image .remove-button {
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.25rem;
    background-size: cover;
}

mb-0 {
    margin-bottom: 0 !important;
}
