/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  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: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !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;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !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 {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 13, app/assets/stylesheets/webflow_additions.css.scss */
textarea, input[type="range"], input, input:matches([type="password"], [type="search"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

/* line 20, app/assets/stylesheets/webflow_additions.css.scss */
.grey {
  background-color: #ebebeb !important;
}

/* line 25, app/assets/stylesheets/webflow_additions.css.scss */
.nude {
  background-color: #fcf6f2 !important;
}

/* line 30, app/assets/stylesheets/webflow_additions.css.scss */
.white {
  background-color: #ffffff !important;
}

/* line 35, app/assets/stylesheets/webflow_additions.css.scss */
.beige {
  background-color: #f2e6ce !important;
}

/* line 40, app/assets/stylesheets/webflow_additions.css.scss */
.mint {
  background-color: #dff0dcb3 !important;
}

/* line 45, app/assets/stylesheets/webflow_additions.css.scss */
.taupe {
  background-color: #f2ebde !important;
}

/* line 50, app/assets/stylesheets/webflow_additions.css.scss */
.blue {
  background-color: azure !important;
}

/* line 55, app/assets/stylesheets/webflow_additions.css.scss */
.hidden {
  display: none !important;
}

/* line 59, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-item > .js-accordion-header:after {
  font-family: inherit;
  font-weight: 900;
  font-size: 20px;
  content: "+";
  color: #000;
  float: right;
  position: relative;
  display: block;
  transition: .3s all;
  transform: rotate(-180deg);
  opacity: 100;
}

/* line 73, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-item.active > .js-accordion-header:after {
  transform: rotate(45deg);
}

/* line 77, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-body {
  display: none;
}

/* line 81, app/assets/stylesheets/webflow_additions.css.scss */
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* line 106, app/assets/stylesheets/webflow_additions.css.scss */
#uppy-root {
  width: 100%;
  margin-top: 10px;
  flex: 1 1 0px;
}

/* line 113, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-Root {
  width: 100%;
}

/* line 118, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-FileInput-btn {
  border-radius: 0px;
}

/* line 122, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-FileInput-btn {
  display: block;
  width: 100%;
  margin: 0px auto 10px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  text-transformation: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  /* line 151, app/assets/stylesheets/webflow_additions.css.scss */
  .uppy-FileInput-btn {
    background-position: 10px 50%;
    background-size: auto 20px;
  }
}

/* line 158, app/assets/stylesheets/webflow_additions.css.scss */
.progress_bar_progress_wrapper.hidden {
  display: None !important;
}

/* line 163, app/assets/stylesheets/webflow_additions.css.scss */
button:focus {
  outline: 0;
}

/* line 168, app/assets/stylesheets/webflow_additions.css.scss */
#marquee {
  color: white;
  width: 830px;
  min-width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 990px) {
  /* line 176, app/assets/stylesheets/webflow_additions.css.scss */
  #marquee {
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
  }
}

/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-110%);
  }
}

@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-110%);
  }
}

@keyframes example1 {
  0% {
    -moz-transform: translateX(100vw);
    /* Firefox bug fix */
    -webkit-transform: translateX(100vw);
    /* Firefox bug fix */
    transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-110%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-110%);
    /* Firefox bug fix */
    transform: translateX(-102%);
  }
}

@media only screen and (max-width: 991px) {
  /* line 207, app/assets/stylesheets/webflow_additions.css.scss */
  .woot--bubble-holder {
    display: none;
  }
}

/* line 213, app/assets/stylesheets/webflow_additions.css.scss */
.wa_button {
  transform: scale(1);
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 234, app/assets/stylesheets/webflow_additions.css.scss */
.image_scroll_view::-webkit-scrollbar {
  display: none;
}

/* line 239, app/assets/stylesheets/webflow_additions.css.scss */
.image_scroll_view {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 244, app/assets/stylesheets/webflow_additions.css.scss */
.body {
  font-family: "Source Sans 3 Variable", sans-serif !important;
}

/* line 251, app/assets/stylesheets/webflow_additions.css.scss */
.navbar_hidden {
  top: -150px !important;
}

/* line 256, app/assets/stylesheets/webflow_additions.css.scss */
.selected {
  border: 2px solid #000 !important;
}

/* line 263, app/assets/stylesheets/webflow_additions.css.scss */
.step_wrapper.bf_design {
  background-color: #000;
  color: #fff;
  flex-direction: column;
}

/* line 269, app/assets/stylesheets/webflow_additions.css.scss */
.heading_info_bf {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 200 !important;
}

/* line 279, app/assets/stylesheets/webflow_additions.css.scss */
.heading_info_button_wrapper.black_friday {
  text-align: center;
  flex-direction: row !important;
  display: flex;
  margin-right: 10px;
}

/* line 287, app/assets/stylesheets/webflow_additions.css.scss */
.turbo-progress-bar {
  background: #00a590;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* line 296, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner]) {
  position: relative;
}

/* line 300, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner]) > * {
  opacity: 0.25;
}

/* line 304, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner])::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  display: block;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  border-radius: 50%;
  border: 0.275rem solid rgba(237, 233, 254, 0.7);
  /* Semi-transparent border */
  border-top-color: #00a590;
  /* Solid color for the top border */
  animation: spinner 0.6s linear infinite;
  z-index: 10;
  opacity: 0.5;
}
/* line 1, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
:root {
  --sand: #e0d9c3;
  --light-sea-green: #00a590;
  --lightbeige: #f8f6f1;
}

/* line 7, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* line 14, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* line 18, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

/* line 23, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.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;
}

/* line 32, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

/* line 38, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

/* line 44, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

/* line 51, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

/* line 57, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

/* line 64, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

/* line 73, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* line 77, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

/* line 85, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

/* line 92, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 99, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

/* line 107, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

/* line 115, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
p {
  margin-bottom: 15px;
}

/* line 119, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
a {
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented {
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
  display: flex;
  position: relative;
}

/* line 138, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._40_50 {
  width: 80px;
  height: 100px;
}

/* line 143, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._50_70 {
  width: 100px;
  height: 140px;
}

/* line 148, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._50_70.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 154, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._30_40 {
  align-items: center;
  width: 60px;
  height: 80px;
  font-size: 13px;
  display: flex;
}

/* line 162, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._30_40.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 168, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection {
  background-color: #fcf6f2;
  width: 40px;
  height: 40px;
}

/* line 174, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.taupe {
  background-color: #f2ebde;
}

/* line 178, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.mint {
  background-color: #ebffe8;
}

/* line 182, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.beige {
  background-color: #f2e6ce;
}

/* line 186, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.white {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
}

/* line 192, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.white.selected {
  border-width: 2px;
  border-color: #000;
}

/* line 197, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.blue {
  background-color: azure;
}

/* line 201, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.grey {
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
}

/* line 207, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection {
  background-color: #fcf6f2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

/* line 217, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.ivory {
  background-color: ivory;
  border: 1px solid #8b8b8b;
  display: flex;
}

/* line 223, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.nblue {
  background-color: #274472;
}

/* line 227, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.bblue {
  background-color: #c3e0e5;
}

/* line 231, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.khaki {
  background-color: #435b3f;
}

/* line 235, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.hgrey {
  background-color: #a0a0a0;
}

/* line 239, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.purple {
  background-color: #c0abff;
}

/* line 243, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.black {
  background-color: #000;
}

/* line 247, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_heading {
  text-align: left;
  flex: 1;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

/* line 256, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_heading.bold {
  font-weight: 900;
}

/* line 260, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slide-nav {
  display: none;
}

/* line 264, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_button {
  background-color: #00a590;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
}

/* line 273, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_wrapper {
  width: 70%;
}

/* line 277, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.main_customer_subtitle {
  text-align: center;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  display: block;
}

/* line 287, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_input {
  border: 1px solid #0000;
  width: 100%;
  height: 39px;
  margin-bottom: 0;
  padding-bottom: 8px;
}

/* line 295, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_logo {
  width: 7%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
  inset: 10% 10px 10% auto;
}

/* line 304, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-description {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8rem;
}

/* line 314, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter-form {
  align-items: center;
  display: flex;
}

/* line 319, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 325, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bottom-footer-paragraph.dark {
  color: #94979e;
  text-align: center;
  width: 100%;
}

/* line 331, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_wrapper {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0 10%;
  box-shadow: 1px 1px 30px 7px #b9b9b9;
}

/* line 343, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_wrapper.horizontal {
  inset: 10% 0%;
}

/* line 347, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.background_wrapper {
  z-index: 2;
  background-color: #fcf6f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: 12%;
}

/* line 360, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.background_wrapper.horizontal {
  width: 90%;
  top: 9%;
  bottom: 14%;
}

/* line 366, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.background_wrapper.without_text {
  bottom: 8%;
}

/* line 370, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.customer_text_preview {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 10%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
}

/* line 383, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading {
  text-align: left;
  width: 30%;
}

/* line 388, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading.full_width {
  width: 100%;
}

/* line 392, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_columns {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 397, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.main_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 406, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_link {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: visible;
}

/* line 419, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_logo_wrapper {
  flex-direction: row;
  display: flex;
}

/* line 424, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_legal {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
}

/* line 433, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_sample_picture {
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}

/* line 442, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_sample_picture.frame_mode {
  margin-top: 1.5%;
}

/* line 446, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.code_block {
  text-align: right;
  width: 30%;
  font-size: 20px;
  line-height: 30px;
}

/* line 453, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_legal_link {
  color: #000;
  margin-top: 0;
  padding-right: 10px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

/* line 462, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slide_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

/* line 473, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper {
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 5px;
  padding: 10px 15px 5px;
  display: flex;
}

/* line 482, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.comments {
  flex-direction: column;
  align-items: flex-start;
}

/* line 487, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.upload {
  flex-direction: column;
  align-items: center;
}

/* line 492, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.vertical {
  flex-direction: column;
}

/* line 496, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.rebate {
  flex-direction: column;
  display: block;
}

/* line 501, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.valentine {
  color: #fff;
  background-color: #e17f93;
  flex-direction: column;
  align-items: stretch;
}

/* line 508, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.form {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5px;
}

/* line 514, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.coupon_code {
  flex-direction: column;
}

/* line 518, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.main_customer_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

/* line 526, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_heading {
  text-align: left;
}

/* line 530, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_subheading {
  font-weight: 400;
}

/* line 534, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.miroar_logo_footer {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 544, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 550, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

/* line 563, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

/* line 569, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.outline {
  color: #fff;
  background-color: #bfe5d9;
  border: 1px #696969;
  font-size: 20px;
  line-height: 30px;
}

/* line 577, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.outline.w--current {
  border-radius: 10px;
}

/* line 581, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.outline.inline {
  color: #000;
  background-color: #f7f4ed;
  flex: none;
  height: 100%;
  margin-top: 0;
  margin-left: 10px;
  line-height: 23px;
}

/* line 591, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.whatsapp-button {
  color: #fff;
  text-align: center;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 608, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.whatsapp-button.faq_version {
  background-color: #000;
  margin-bottom: 10px;
}

/* line 613, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.uppy-fileinput-btn {
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 634, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.check_image_button {
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

/* line 655, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.whatsapp-button-v2 {
  color: #fff;
  text-align: center;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 671, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-title-small {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
}

/* line 680, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-title-small.padding_top {
  margin-top: 40px;
}

/* line 684, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.white-footer {
  background-color: #f7f4ed;
  padding: 20px 10px 20px 0;
  font-size: 16px;
}

/* line 690, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-title-big {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 10px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.7rem;
}

/* line 700, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_block {
  text-align: right;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
}

/* line 707, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_block.bold {
  font-weight: 700;
}

/* line 711, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_feedback_wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  display: none;
}

/* line 718, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-2 {
  margin-bottom: 0;
  display: block;
}

/* line 723, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer-column {
  padding-left: 0;
  padding-right: 0;
}

/* line 728, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer-column.newslettercolumn {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

/* line 734, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.redeem_code_wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

/* line 741, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-menu {
  z-index: 1;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

/* line 750, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_element_wrapper_christmas, .header_element_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 757, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav_bar_container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4%;
  padding-right: 6%;
  display: flex;
}

/* line 768, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #0000;
  border-bottom-style: solid;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

/* line 782, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #84848433;
}

/* line 788, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link.w--current {
  color: #000;
}

/* line 792, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link.with-color {
  color: #fff;
  background-color: #00a590;
  border-radius: 5px;
  margin-right: 0;
  padding: 16px 60px;
  line-height: 13px;
}

/* line 801, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link.with-color:hover {
  background-color: #2f3338;
}

/* line 805, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.dropdown-toggle-2 {
  padding: 0 20px 0 0;
}

/* line 809, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_image {
  flex: 0 1 0;
  height: 70%;
}

/* line 814, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_element_christmas {
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

/* line 822, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.express_header {
  text-align: center;
  background-color: #000;
  justify-content: space-around;
  height: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  display: flex;
}

/* line 832, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.express_header.with_notification {
  align-items: stretch;
}

/* line 836, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.express_header.special_header {
  background-color: #95BB10;
  margin-bottom: 0;
  display: block;
}

/* line 842, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.dropdown-list-2 {
  background-color: #fff;
}

/* line 846, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.dropdown-list-2.w--open {
  background-color: #f7f4ed;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
}

/* line 854, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.logo-block {
  z-index: 10;
  height: 100%;
  margin-right: 30px;
}

/* line 860, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.logo-block.w--current {
  float: none;
  display: inline-block;
}

/* line 865, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.div_max_container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 871, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_element {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

/* line 880, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  transition: top .6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 892, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white {
  opacity: 1;
  background-color: #fffffff2;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 0 33px #0003;
}

/* line 901, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white.reduced {
  box-shadow: none;
  opacity: .9;
  position: fixed;
}

/* line 907, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white.reduced.shadow {
  z-index: 3000;
  box-shadow: 0 0 33px #0003;
}

/* line 912, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white.fixed {
  position: relative;
}

/* line 916, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.body {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

/* line 923, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.icon-7 {
  margin-right: 0;
}

/* line 927, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button_text {
  flex: 1;
  margin-left: 20px;
}

/* line 932, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button_image {
  width: 30px;
}

/* line 936, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-31 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 946, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_paragraph {
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 30px;
}

/* line 954, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_main_heading {
  text-align: center;
  border: 1px #00000042;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.2rem;
}

/* line 964, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_image_left_block {
  margin-top: 20px;
  display: block;
}

/* line 969, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_image {
  border-radius: 0;
  max-height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 976, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_image_wrapper {
  flex-direction: row;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

/* line 983, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 990, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_heading.bf_design {
  color: #000;
}

/* line 994, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.format_note {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

/* line 1003, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_additional_price_wrapper {
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

/* line 1013, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.segmented_radio_button {
  padding-left: 0;
  display: flex;
}

/* line 1018, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.segmented_radio_button.shrink {
  align-items: center;
}

/* line 1022, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper_content {
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 1030, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_page_element_footer {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  display: flex;
}

/* line 1037, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_text {
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 1048, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 1054, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.max_number_char {
  padding-left: 5px;
}

/* line 1058, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.max_number_char.reached {
  color: #ff3131;
}

/* line 1062, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.color_selection_radio_button {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  display: flex;
}

/* line 1069, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.person_counter_wrapper {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

/* line 1077, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 1084, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.steps_wrapper {
  border: 1px #8d8d8d30;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

/* line 1094, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio_button_outer_wrapper {
  flex: 1;
}

/* line 1098, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider_icon {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto auto auto 0;
  padding: 0;
  font-size: 12px;
  font-weight: 200;
  line-height: 30px;
  position: static;
}

/* line 1112, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider_icon.right {
  margin-left: auto;
  margin-right: 0;
}

/* line 1117, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.progress_bar_filled {
  background-color: #000;
  width: 40%;
  height: 100%;
  padding-bottom: 0;
}

/* line 1124, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_header_wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 1131, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.success-message-3 {
  background-color: #fff;
}

/* line 1135, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.tabs-content-2 {
  overflow: visible;
}

/* line 1139, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

/* line 1145, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-43 {
  direction: ltr;
  color: #00a590;
  text-align: left;
  white-space: nowrap;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
}

/* line 1155, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_tab_text {
  display: inline-block;
}

/* line 1159, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.delivery_date_order_heading {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

/* line 1165, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_card_benefits_wrapper {
  margin-top: 5px;
}

/* line 1169, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.faq_header {
  flex: 1;
  font-size: 15px;
}

/* line 1174, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_wrapper {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

/* line 1181, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_wrapper.checkout_version {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1186, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab {
  text-align: center;
  width: 50%;
  font-weight: 700;
}

/* line 1192, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab.w--current {
  background-color: #fff;
}

/* line 1196, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio-button-label {
  display: none;
}

/* line 1200, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_section {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

/* line 1211, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_section.bottom_padding {
  padding-bottom: 80px;
}

/* line 1215, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart {
  z-index: 1;
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 1227, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart:hover {
  color: #fff;
}

/* line 1231, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart.fixed_duplicate {
  display: none;
}

/* line 1235, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-44 {
  color: #f7f4ed;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* line 1242, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* line 1248, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_icon.right {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
}

/* line 1255, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.tabs-menu-2 {
  flex-direction: row;
  display: flex;
}

/* line 1260, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_text_wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

/* line 1268, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.duplicate_rebate {
  color: #ff3131;
  text-align: right;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

/* line 1279, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.line_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 1290, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.line_wrapper.top_line {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 5px;
}

/* line 1295, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio_button_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 1304, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.person_price_wrapper {
  direction: rtl;
  align-items: center;
  width: 0;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

/* line 1314, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.right-arrow-2 {
  margin-right: -50px;
}

/* line 1318, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-9 {
  width: 50px;
  height: 50px;
}

/* line 1323, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_info_button {
  background-color: #e0d9c3;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: block;
}

/* line 1338, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_content {
  z-index: 3000;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

/* line 1352, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_content.checkout_version {
  background-color: #e0d9c3;
  border-radius: 0;
  margin-left: 0;
  display: none;
}

/* line 1359, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_line_art {
  z-index: 10;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 5px;
}

/* line 1367, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_text_input {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 1372, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.progress_bar_progress_wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 1378, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_info_button_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 1384, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_info_button_wrapper.black_friday {
  text-align: center;
  flex-direction: column;
}

/* line 1389, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection_description_label {
  text-align: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

/* line 1399, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bf_discount {
  color: #000;
  margin-left: 5px;
}

/* line 1404, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 80%;
  margin-bottom: 4%;
  position: relative;
}

/* line 1413, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider.horizontal {
  height: 78%;
}

/* line 1417, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.save_image_button {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 3px;
  text-decoration: none;
}

/* line 1425, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.faq_block {
  border-bottom: 1px solid #d6d6d6;
}

/* line 1429, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_step_wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 1438, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_body {
  background-color: #0000;
  display: block;
  position: relative;
}

/* line 1444, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_body.w--open {
  background-color: #0000;
}

/* line 1448, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_text_block {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1453, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_container {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1459, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_container.js-accordion {
  text-align: left;
}

/* line 1463, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_tab_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* line 1469, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.duplicate_original {
  color: #ff3131;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

/* line 1478, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.upload_progress {
  text-align: right;
  white-space: nowrap;
  padding-left: 10px;
  font-weight: 600;
}

/* line 1485, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.quality_badge_wrapper {
  z-index: 200;
  background-color: #00a590;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: -70px auto auto -70px;
}

/* line 1500, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_header {
  background-color: #f8f6f1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

/* line 1514, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_header.bf_design {
  color: #000;
  background-color: #fff;
}

/* line 1519, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_header.checkout_version {
  color: #fff;
  background-color: #e0d9c3;
  margin-left: 0;
}

/* line 1525, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_row {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 1532, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_row:hover, .frame_select_row.frame_selected {
  background-color: #d8d8d8;
}

/* line 1536, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio-button {
  display: none;
}

/* line 1540, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview {
  z-index: 200;
  width: 103%;
  height: 103%;
  position: absolute;
  inset: -1.5% 0% 0% -1.5%;
}

/* line 1548, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.natural_frame {
  background-image: url(/assets/natural_frame-a21edf503c89e442404d77e9a01cb0c31581df90158d35fcc8d2d299abb15f46.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 1554, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.natural_frame.horizontal {
  background-image: url(/assets/natural_frame_horizontal-06da09429ab80d75c0dbdefc0593dc28f6190d7b9813b9b69f644625e27609e2.png);
}

/* line 1558, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.white_frame {
  background-image: url(/assets/white_frame-62ac9893a78126bcf0d6f8fea74b33efec58b4e50dddeb127176ce0aa1d5415f.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 1564, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.white_frame.horizontal {
  background-image: url(/assets/white_frame_horizontal-a4eff179835701720d0550d26891e55a30f6388dc3ccc9f036dc42d818e89c79.png);
}

/* line 1568, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.black_frame {
  background-image: url(/assets/black_frame-c450b180c41ea6be76fd39bce4036eef6a922e96962bb440a2d462e4d23b9983.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 1574, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.black_frame.horizontal {
  background-image: url(/assets/black_frame_horizontal-ccdc4f2d78535b7848c02cdf07b7431062867c5f3d32f758257a48409e238909.png);
  background-size: cover;
}

/* line 1579, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_placeholder {
  text-align: center;
  width: 80%;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 2.1vw;
  display: block;
}

/* line 1589, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_preview_image {
  border-radius: 0;
  margin-bottom: 0;
  display: block;
}

/* line 1595, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block {
  text-align: center;
  margin-bottom: 0;
}

/* line 1600, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 1610, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.left-arrow-2 {
  margin-left: -50px;
}

/* line 1614, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_info_bf {
  flex: 0 auto;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 1620, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_price {
  flex: 1;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 1631, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_image {
  width: 35px;
  height: 35px;
  font-weight: 700;
}

/* line 1637, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_button {
  color: #000;
  background-color: #fff;
  background-image: url(/assets/minus-1118708a7cead7a10030559c6b2e424b8c26a7991225eee8e46fc9811c151d85.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 26px;
  line-height: 23px;
}

/* line 1651, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_button.non_active {
  opacity: .2;
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
}

/* line 1658, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_button.plus {
  background-image: url(/assets/plus-af4be078181e5cfad0d8746d164e8f7cc5ba2485b88e2d427b82d24f3eb4b51d.svg);
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
}

/* line 1665, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.progress_bar_wrapper {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

/* line 1673, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_button {
  color: #000;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-right-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1685, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_button.selected {
  color: #fff;
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  font-weight: 400;
}

/* line 1693, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_button.right_button {
  border-left-style: none;
  border-right-style: solid;
  border-radius: 0 5px 5px 0;
  font-weight: 600;
}

/* line 1700, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-8 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 1707, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.label_error {
  color: #ff3131;
  text-align: left;
  margin-bottom: 4px;
}

/* line 1713, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slide {
  margin-left: auto;
  margin-right: auto;
}

/* line 1718, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bold-text {
  color: #ff3131;
}

/* line 1722, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_header.js-accordion-header {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

/* line 1729, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_label {
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

/* line 1738, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.custom_container {
  background-color: #f8f6f1;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* line 1746, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-2 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 1754, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_price_wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

/* line 1760, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slide_nav {
  display: none;
}

/* line 1764, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_frame {
  text-align: left;
}

/* line 1768, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_frame.bf_design {
  font-weight: 300;
}

/* line 1772, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_counter {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: auto 5px -4px auto;
}

/* line 1791, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_icon_burger_wrapper {
  display: none;
}

/* line 1795, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout {
  float: right;
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

/* line 1806, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_image {
  width: 30px;
  height: 30px;
}

/* line 1811, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_icon_wrapper {
  width: 50px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

/* line 1819, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_support_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

/* line 1829, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 1835, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slide-6 {
  height: 100%;
}

/* line 1839, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns-13 {
  flex: none;
}

/* line 1843, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 1850, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_close {
  z-index: 2000;
  padding: 15px 15px 10px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

/* line 1857, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 1863, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.icon-18 {
  margin-right: 0;
}

/* line 1867, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_slider_wrapper {
  flex: none;
  width: 70%;
  padding-bottom: 70%;
  position: relative;
}

/* line 1874, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slider-6 {
  background-color: #0000;
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* line 1882, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1889, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_wrapper {
  background-color: #f7f4ed;
  padding: 0 10px;
  position: absolute;
  inset: 10% 25% auto;
}

/* line 1896, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_wrapper.language_selector {
  background-color: #fff;
  padding-bottom: 20px;
}

/* line 1901, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_wrapper.partner_selector {
  background-color: #fff;
  padding-bottom: 0;
  bottom: 2%;
}

/* line 1907, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-10 {
  text-align: center;
}

/* line 1911, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.left-arrow-5 {
  color: #000;
}

/* line 1915, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_image_slide {
  align-items: center;
  height: 100%;
  display: flex;
}

/* line 1921, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_container {
  z-index: 3001;
  background-color: #00000080;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

/* line 1930, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 1945, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.right-arrow-5 {
  color: #000;
}

/* line 1949, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_support_image {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

/* line 1955, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.icon-19 {
  margin-left: 0;
}

/* line 1959, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-14 {
  width: 30px;
  height: 30px;
}

/* line 1964, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_text_block_popup {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

/* line 1973, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_preview {
  width: 50%;
  margin: 20px auto;
}

/* line 1978, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-25 {
  color: #fff;
  font-weight: 600;
}

/* line 1983, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_preview_image {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1990, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.textarea-2 {
  border: 1px #000;
  height: 200px;
  font-size: 17px;
}

/* line 1996, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_value_wrapper {
  flex-direction: row;
  align-items: stretch;
  height: 40px;
  margin: 5px auto 20px;
  display: flex;
  overflow: hidden;
}

/* line 2005, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_step_title {
  margin-top: 15px;
  font-weight: 600;
}

/* line 2010, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.currency_coupon {
  text-align: center;
  background-color: #00a590;
  width: 80px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}

/* line 2019, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.option_select_indicator {
  background-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 2031, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.option_select_indicator.selected {
  background-color: #000;
  flex: none;
  width: 14px;
  height: 14px;
  position: static;
}

/* line 2039, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_text_wrapper {
  flex-direction: row;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

/* line 2048, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.option_select_indicator_wrapper {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 2062, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-4 {
  text-align: left;
  border: 0 #000;
  height: 40px;
  font-size: 17px;
  line-height: 30px;
}

/* line 2070, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* line 2075, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_order_form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2081, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_option {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: flex;
}

/* line 2091, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_option.selected {
  background-color: #e0d9c3;
  border-style: none;
}

/* line 2096, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_preview_image_wrapper {
  margin-bottom: 10px;
  position: relative;
}

/* line 2101, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.upload_photo_quality_button {
  width: 100%;
  padding-bottom: 10px;
}

/* line 2106, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-3 {
  text-align: center;
  margin-bottom: 0;
}

/* line 2111, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slider-7 {
  flex-direction: row;
  align-items: stretch;
  height: auto;
  display: flex;
}

/* line 2118, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-24 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 2126, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-13 {
  margin-top: 0;
}

/* line 2130, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_view_popup_wrapper {
  position: fixed;
  inset: 0%;
}

/* line 2135, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_view_popup_wrapper.hidden {
  display: none;
}

/* line 2139, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-15 {
  width: 30px;
  height: 30px;
}

/* line 2144, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_preview_wrapper {
  background-color: #fff;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

/* line 2152, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_preview_wrapper.add_new_pic {
  background-color: #0000;
  border: 1px dashed #9c9c9c;
  flex-flow: column;
  align-items: center;
  min-height: 150px;
  padding: 0;
}

/* line 2161, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav_bar_container_reduced {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4%;
  padding-right: 6%;
  display: flex;
}

/* line 2172, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-48 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 2182, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns-15 {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 2188, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_step_text {
  color: #333333b3;
  margin-left: 10px;
  margin-right: 15px;
}

/* line 2194, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_step_text.active {
  color: #000;
}

/* line 2198, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_foot_note {
  width: 100%;
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

/* line 2206, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-49 {
  color: #f7f4ed;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* line 2213, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-14 {
  text-align: left;
  width: 30%;
}

/* line 2218, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-14.full_width {
  width: 100%;
}

/* line 2222, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_number {
  color: #333333b3;
  text-align: center;
  border: 1px solid #333333b3;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

/* line 2232, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_number.active {
  color: #000;
  background-color: #0000;
  border-color: #000;
  font-weight: 700;
}

/* line 2239, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-25 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 2249, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.left-arrow-6 {
  margin-left: -50px;
}

/* line 2253, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-15 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 2260, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bold-text-3 {
  color: #ff3131;
}

/* line 2264, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-26 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 2272, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns-17 {
  flex: none;
}

/* line 2276, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-30 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 2282, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_text_heading {
  font-size: 20px;
  line-height: 30px;
}

/* line 2287, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_text_heading.center {
  text-align: center;
}

/* line 2291, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_content_paragraph {
  margin-bottom: 5px;
}

/* line 2295, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-17 {
  width: 20px;
  height: 20px;
}

/* line 2300, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.m_input {
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 2305, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select-field {
  display: block;
}

/* line 2309, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 2316, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.inputs_wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 2322, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input_wrapper {
  flex: 1;
  width: 100%;
}

/* line 2327, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input_wrapper.half_width_left {
  width: 100%;
  padding-right: 10px;
}

/* line 2332, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input_wrapper.half_width_right {
  width: 100%;
  padding-left: 10px;
}

/* line 2337, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_wrapper_small {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* line 2347, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_logo_small {
  height: 15px;
}

/* line 2351, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-5 {
  margin-bottom: 0;
}

/* line 2355, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.empty_cart {
  display: none;
}

/* line 2359, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background {
  z-index: 200;
  width: 103%;
  height: 103%;
  position: absolute;
  inset: -1.5% 0% 0% -1.5%;
}

/* line 2367, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.black_frame {
  background-image: url(/assets/black_frame-c450b180c41ea6be76fd39bce4036eef6a922e96962bb440a2d462e4d23b9983.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 2378, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.black_frame.horizontal {
  background-image: url(/assets/black_frame_horizontal-ccdc4f2d78535b7848c02cdf07b7431062867c5f3d32f758257a48409e238909.png);
}

/* line 2382, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.white_frame {
  background-image: url(/assets/white_frame-62ac9893a78126bcf0d6f8fea74b33efec58b4e50dddeb127176ce0aa1d5415f.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 2393, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.white_frame.horizontal {
  background-image: url(/assets/white_frame_horizontal-a4eff179835701720d0550d26891e55a30f6388dc3ccc9f036dc42d818e89c79.png);
}

/* line 2397, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.natural_frame {
  background-image: url(/assets/natural_frame-a21edf503c89e442404d77e9a01cb0c31581df90158d35fcc8d2d299abb15f46.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 2408, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.natural_frame.horizontal {
  background-image: url(/assets/natural_frame_horizontal-06da09429ab80d75c0dbdefc0593dc28f6190d7b9813b9b69f644625e27609e2.png);
  background-size: cover;
}

/* line 2413, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_text_preview_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 12%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

/* line 2423, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_text_preview_wrapper.horizontal {
  height: 12%;
}

/* line 2427, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-2 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

/* line 2433, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-2.w--redirected-checked {
  background-color: #000;
  margin-top: 0;
}

/* line 2438, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.success-message-4 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

/* line 2443, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input-field-wrap {
  margin-bottom: 10px;
}

/* line 2447, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_line {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

/* line 2453, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_line.total {
  border-top: 1px solid #e0d9c3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 2460, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.phone_case_preview {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 2466, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_text_title {
  font-size: 1vw;
  line-height: 1.01vw;
}

/* line 2471, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_gradient_wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  margin-top: 10px;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 2486, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.recommended_drawing_option {
  color: #00a590;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  font-style: italic;
  display: block;
}

/* line 2496, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  display: inline-block;
}

/* line 2503, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_image_heading {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

/* line 2515, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_preview_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10%;
}

/* line 2524, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_preview_wrapper.horizontal {
  inset: 10% 0%;
  overflow: visible;
}

/* line 2529, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.no_frame_checkout_spacer {
  width: 100%;
  height: 40px;
}

/* line 2534, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_size_indicator {
  width: 32%;
  margin-left: 5px;
  line-height: 15px;
}

/* line 2540, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_case_image_preview {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

/* line 2551, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_conclusion_wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2557, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_now_text {
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

/* line 2568, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.filled_cart {
  display: block;
}

/* line 2572, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-53 {
  margin-bottom: 10px;
}

/* line 2576, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.field-wrap {
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

/* line 2585, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_container {
  background-color: #ebebeb66;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2594, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_hoodie_preview {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

/* line 2604, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_price {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
}

/* line 2610, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: visible;
}

/* line 2617, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_edit_button_wrapper {
  width: 70%;
  margin-top: 20px;
}

/* line 2622, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_v2_edit_button_row {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

/* line 2629, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-label {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 18px;
}

/* line 2636, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_step {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  display: block;
}

/* line 2644, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_step.margin-top {
  margin-top: 20px;
}

/* line 2648, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-54 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

/* line 2654, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading {
  text-align: left;
  width: 30%;
}

/* line 2659, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading.half_width {
  width: 50%;
}

/* line 2663, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading.half_width.right {
  margin-left: 20px;
}

/* line 2667, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading.full_width {
  width: 100%;
}

/* line 2671, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_checkout_v2 {
  opacity: 1;
  border-radius: 0;
  max-height: 100%;
  display: block;
  position: relative;
}

/* line 2679, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_v2_button {
  background-color: var(--sand);
  width: 32%;
  margin-left: 0;
  margin-right: 1%;
  padding: 4px 8px;
}

/* line 2687, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: block;
}

/* line 2695, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon {
  color: #151e24;
  text-align: center;
  border: 1px solid #e9ecf0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 12px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

/* line 2708, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

/* line 2712, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon:focus {
  border-color: #642eff;
}

/* line 2716, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

/* line 2720, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_item_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
}

/* line 2729, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_now_price {
  white-space: nowrap;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 2740, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-span-3 {
  color: #ff0808;
  margin-left: 5px;
  font-size: 12px;
}

/* line 2746, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-5 {
  color: #000;
}

/* line 2750, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_illustration_warning {
  z-index: 2000;
  color: #000;
  height: 30%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

/* line 2762, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
}

/* line 2768, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_wrapper_checkout {
  border: 1px solid #e9e5dc;
  border-radius: 6px;
  margin-bottom: 5px;
  font-size: 10px;
}

/* line 2775, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-6 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 2783, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-6.hidden {
  display: none;
}

/* line 2787, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_image_empty_cart {
  color: #bfe5d9;
  font-size: 20px;
  text-decoration: none;
}

/* line 2793, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-6 {
  color: #a4a4a4;
}

/* line 2797, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.voucher_code {
  margin-top: 0;
  margin-bottom: 10px;
  font-style: italic;
  text-decoration: underline;
}

/* line 2804, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.available_spaces {
  color: #000;
  margin-top: 0;
  font-size: 10px;
}

/* line 2810, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.duplicate_version_wrapper {
  z-index: 900;
  opacity: .8;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

/* line 2821, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_container_v2 {
  background-color: #ebebeb66;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2831, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.calendar_and_priority_option_wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

/* line 2838, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.country_picker_label {
  text-align: center;
  font-weight: 400;
}

/* line 2843, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.previews_wrapper {
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2850, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.phone_case_draw_image_preview {
  border-radius: 0;
  flex: 0 auto;
  max-height: 100%;
}

/* line 2856, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.calendar_wrapper {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
}

/* line 2863, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-field {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 2871, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.next_step_button {
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

/* line 2884, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.next_step_button:hover {
  color: #fff;
}

/* line 2888, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_content {
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  line-height: 13px;
}

/* line 2895, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_vertical_select {
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

/* line 2901, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

/* line 2906, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_sub_title {
  margin-top: .1vw;
  font-size: .9vw;
  line-height: .91vw;
}

/* line 2912, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selected {
  border: 2px solid #000;
}

/* line 2916, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_content_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 2925, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.recommended_wrapper {
  background-color: var(--light-sea-green);
  color: #fff;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2px 3px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: auto auto -20px;
}

/* line 2941, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bestseller_icon {
  width: 8px;
  height: 8px;
  margin-right: 2px;
}

/* line 2947, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.clothing_size_selection_wrapper {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

/* line 2958, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.clothing_size_selection_wrapper.selected {
  color: #fff;
  background-color: #000;
}

/* line 2963, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.embroing_position_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 2972, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.embroing_position_icon {
  width: 60px;
  min-width: 0;
}

/* line 2977, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.embroing_position_button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

/* line 2988, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checked_icon {
  width: 10px;
  min-width: 0;
  position: absolute;
  bottom: 30px;
}

/* line 2995, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_hoodie_image_preview {
  z-index: 1000;
  background-color: #8f8f8fb3;
  border: 1px #000;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 33%;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 20px auto auto 5px;
  overflow: hidden;
}

/* line 3012, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_preview {
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 3019, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_preview_image_hoodie {
  border-radius: 0;
  max-height: 200px;
  margin-bottom: 0;
  display: block;
}

/* line 3026, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_selector_image {
  width: 30px;
  height: 30px;
}

/* line 3031, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_slide_container {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 3037, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie-nav {
  margin-bottom: 24px;
  font-size: 5px;
}

/* line 3042, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_columns {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

/* line 3049, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.other_benefits_wrapper {
  display: block;
}

/* line 3053, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_icon {
  color: #000;
}

/* line 3057, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_spinner_container {
  background-color: #0000004d;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

/* line 3069, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_spinner {
  width: 50%;
  height: 50%;
}

/* line 3074, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_slider_image {
  width: 100%;
}

/* line 3078, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_editor_tab_text {
  display: inline-block;
}

/* line 3082, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab_hoodie {
  text-align: center;
  width: 50%;
  font-weight: 700;
}

/* line 3088, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab_hoodie.w--current {
  background-color: #fff;
}

/* line 3092, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 3100, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_slide_footer {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: auto 0% 0%;
}

/* line 3112, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_preview {
  justify-content: center;
  align-items: center;
  padding-top: 60%;
  display: flex;
  position: relative;
}

/* line 3120, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_image {
  width: auto;
  height: 100%;
}

/* line 3125, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

/* line 3136, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_cell {
  align-items: center;
}

/* line 3140, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.content_cell {
  text-align: left;
  justify-content: center;
  align-items: center;
}

/* line 3146, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 3151, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language-switcher {
  align-items: center;
  padding: 10px 20px 10px 15px;
  display: flex;
}

/* line 3157, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language-switcher.mobile {
  display: none;
}

/* line 3161, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_switcher_image {
  width: 20px;
}

/* line 3165, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_display_name {
  color: #000;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* line 3173, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_switcher_text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
}

/* line 3182, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_option_wrapper {
  background-color: var(--lightbeige);
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

/* line 3194, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 3208, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_language_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  margin-right: 0;
  font-weight: 600;
}

/* line 3217, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_language_button.cancel {
  color: #000;
  background-color: #fff;
}

/* line 3222, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_language_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 10px;
  display: flex;
}

/* line 3231, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 3237, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_option_checkout_button {
  background-color: var(--sand);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

/* line 3247, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_local_partner_wrapper {
  align-items: center;
  display: flex;
}

/* line 3252, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_selection_heading {
  padding-right: 10px;
}

/* line 3256, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_selection_row {
  border-bottom: 1px solid #00000012;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 3267, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 3281, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_selection_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 3287, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_partner_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5px 10px;
  display: flex;
  position: relative;
}

/* line 3299, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_scrollable_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 3314, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_comparison {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 3319, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  padding: 20px 40px;
}

/* line 3330, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_grid_element {
  border: 1px #000;
  border-bottom: .5px solid #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 3340, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_grid_element.winner {
  background-color: var(--sand);
  border-bottom-style: none;
  border-bottom-color: #ccbcbc;
}

/* line 3346, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_grid_element.normal_button {
  border-bottom-style: none;
}

/* line 3350, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_logo {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

/* line 3356, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_check_image {
  width: 30px;
  position: static;
}

/* line 3361, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 3366, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_text {
  background-color: #fff;
}

/* line 3370, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.configurator_detailed_info_heading {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
}

/* line 3376, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.configurator_detailed_info {
  color: #2e2e2e;
}

/* line 3380, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 3385, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.competitors {
  font-weight: 600;
}

/* line 3389, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 38px;
  line-height: 44px;
}

/* line 3396, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_title.align_right {
  text-align: right;
}

/* line 3400, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_paragraph {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

/* line 3406, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 3412, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_column {
  padding-left: 0;
  padding-right: 0;
}

/* line 3417, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.product_addititional_info_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

/* line 3424, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.customer_sample_slide {
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 3430, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.customer_sample_wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

/* line 3436, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_main_product_again {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

/* line 3447, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.display_all_products_wrapper {
  flex-flow: column;
  width: 100%;
  height: 50%;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

/* line 3457, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.display_other_products {
  color: #9c9c9c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* line 3470, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_same_product_wrapper {
  background-color: var(--sand);
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

/* line 3478, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_icon {
  width: 30px;
}

/* line 3482, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_icon.smaller {
  width: 20px;
}

/* line 3486, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_other_product_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

/* line 3495, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_checkout_v3 {
  opacity: 1;
  border-radius: 0;
  max-height: 100%;
  display: block;
  position: relative;
}

/* line 3503, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_gradient_wrapper_colorful {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 3516, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffffffe6;
  border-radius: 5px;
  height: 25px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

/* line 3528, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_wrapper.fixed_footer {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

/* line 3535, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_number {
  color: #fff;
  background-color: #95BB10;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

/* line 3548, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_group {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  line-height: 25px;
  display: flex;
}

/* line 3555, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.time_indicator {
  color: #000;
  padding-left: 1px;
  font-size: 10px;
  font-weight: 700;
}

/* line 3562, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_offer_title {
  margin-right: 5px;
}

/* line 3566, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.logo-image {
  height: 24px;
}

/* line 3570, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.wa_button, .wa_chat_wrapper {
  display: none;
}

/* line 3574, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.close-icon {
  width: 30px;
  height: 30px;
}

/* line 3579, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.shipping_address_wrapper {
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 3584, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo {
    width: 10%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 3590, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading {
    width: 30%;
  }
  /* line 3594, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_wrapper {
    overflow: hidden;
    box-shadow: 1px 1px 3px #000;
  }
  /* line 3599, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer_link {
    text-align: center;
  }
  /* line 3603, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_logo_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 3608, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer_heading {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 3613, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .miroar_logo_footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 3618, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper {
    flex-direction: row;
    justify-content: center;
  }
  /* line 3623, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.uppy-fileinput-btn {
    flex: 1;
  }
  /* line 3627, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.check_image_button {
    color: #fff;
    background-color: #00a590;
    background-image: url(/assets/heart-80b44e8f2f35fca54f67f773ef151dbab0d1ca89a9fbab3975f4a981ae34defa.svg);
    flex: 1;
    align-items: center;
    padding: 20px 0;
    display: flex;
  }
  /* line 3637, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.whatsapp-button-v2 {
    width: 100%;
  }
  /* line 3641, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }
  /* line 3646, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer-column {
    text-align: center;
  }
  /* line 3650, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer-column.newslettercolumn {
    flex-direction: column;
    align-items: center;
  }
  /* line 3655, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
  }
  /* line 3661, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper_christmas {
    flex: none;
    height: 100%;
  }
  /* line 3666, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper {
    flex: none;
    height: 100%;
    display: none;
  }
  /* line 3672, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3677, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link {
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }
  /* line 3687, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link:hover {
    color: #fff;
    background-color: #f7f4ed;
  }
  /* line 3692, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link:active {
    background-color: #f7f4ed;
  }
  /* line 3696, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link.with-color {
    padding-left: 35px;
  }
  /* line 3700, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_icon {
    width: 40px;
  }
  /* line 3704, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }
  /* line 3716, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button.w--open {
    background-color: #0000;
  }
  /* line 3720, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .express_header {
    flex-direction: column;
  }
  /* line 3724, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  /* line 3730, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
  /* line 3736, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button_text {
    white-space: nowrap;
    margin-left: 20px;
    line-height: 15px;
  }
  /* line 3742, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_image {
    max-height: 200px;
  }
  /* line 3746, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_image_wrapper {
    flex-wrap: nowrap;
  }
  /* line 3750, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-18, .column-19, .column-20 {
    justify-content: center;
    display: flex;
  }
  /* line 3755, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 3760, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .steps_wrapper {
    width: 100%;
  }
  /* line 3764, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart.fixed_duplicate {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 3772, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart.hide_on_tablet, .frame_select_content {
    display: none;
  }
  /* line 3776, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .small_faq_container {
    width: 100%;
    min-width: 0;
  }
  /* line 3781, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column {
    align-items: center;
  }
  /* line 3785, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_image {
    width: 30px;
    height: 30px;
  }
  /* line 3790, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-2 {
    margin-top: 20px;
  }
  /* line 3794, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_burger_wrapper {
    align-items: center;
    display: flex;
  }
  /* line 3799, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout {
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 35px;
  }
  /* line 3807, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .menu_icon {
    height: 40px;
  }
  /* line 3811, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_wrapper.nav_bar {
    margin-left: 0;
    margin-right: 10px;
    display: block;
  }
  /* line 3817, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_slider_wrapper {
    width: 80%;
    padding-bottom: 80%;
  }
  /* line 3822, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper {
    bottom: auto;
    left: 10%;
    right: 10%;
  }
  /* line 3828, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 3833, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-14 {
    width: 29px;
    height: 20px;
  }
  /* line 3838, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_preview, .coupon_preview_image, .coupon_order_form {
    width: 60%;
  }
  /* line 3842, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .upload_photo_quality_button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  /* line 3850, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .slider-7 {
    min-height: 300px;
  }
  /* line 3854, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24 {
    margin-top: 20px;
  }
  /* line 3858, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .no_thankyou {
    color: #000;
    margin-top: 10px;
    font-weight: 700;
  }
  /* line 3864, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-13 {
    text-align: center;
  }
  /* line 3868, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-7 {
    font-weight: 400;
  }
  /* line 3872, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_view_popup_wrapper {
    z-index: 1000;
    background-color: #e6e6e6c2;
    position: fixed;
    inset: 0%;
  }
  /* line 3879, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-15 {
    width: 29px;
    height: 20px;
  }
  /* line 3884, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_view_popup {
    z-index: 3000;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 30px;
    display: flex;
    position: absolute;
    top: 5%;
    left: 10%;
    right: 10%;
    box-shadow: 0 2px 5px #0003;
  }
  /* line 3900, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container_reduced {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3905, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns-15 {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 3910, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-14 {
    width: 30%;
  }
  /* line 3914, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-25 {
    align-items: center;
  }
  /* line 3918, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-26 {
    margin-top: 20px;
  }
  /* line 3922, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-17 {
    width: 29px;
    height: 20px;
  }
  /* line 3927, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .m_input {
    margin-right: 0;
  }
  /* line 3931, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_wrapper {
    flex-direction: row;
  }
  /* line 3935, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .input_wrapper.half_width_left {
    padding-right: 5px;
  }
  /* line 3939, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .input_wrapper.half_width_right {
    padding-left: 5px;
  }
  /* line 3943, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
    width: 100%;
  }
  /* line 3948, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 3953, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkbox-2 {
    flex: none;
    margin-right: 20px;
  }
  /* line 3958, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_text_title {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  /* line 3963, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .no_frame_checkout_spacer {
    height: 0;
  }
  /* line 3967, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_conclusion_wrapper {
    width: 80%;
  }
  /* line 3971, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_now_text {
    font-size: 16px;
  }
  /* line 3975, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .field-wrap {
    width: 100%;
  }
  /* line 3979, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading {
    width: 30%;
  }
  /* line 3983, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading.half_width {
    text-align: center;
  }
  /* line 3987, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_illustration_warning {
    font-size: 15px;
    line-height: 17px;
  }
  /* line 3992, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-4 {
    grid-template-columns: 1fr;
  }
  /* line 3996, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .country_picker_label {
    text-align: center;
  }
  /* line 4000, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .previews_wrapper {
    margin-bottom: 0;
  }
  /* line 4004, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .calendar_wrapper {
    width: 80%;
  }
  /* line 4008, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .next_step_button {
    width: 70%;
  }
  /* line 4012, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_sub_title {
    font-size: 1.8vw;
    line-height: 1.9vw;
  }
  /* line 4017, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .recommended_wrapper {
    align-items: center;
    font-size: 10px;
  }
  /* line 4022, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 4028, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 4033, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_column {
    z-index: 110;
    background-color: #f8f6f1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    position: sticky;
    top: 0;
  }
  /* line 4043, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_preview {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 4049, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher {
    flex: none;
  }
  /* line 4053, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher.desktop {
    display: none;
  }
  /* line 4057, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher.mobile {
    padding-right: 10px;
    display: flex;
  }
  /* line 4062, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed_nav_menu_inner_wrapper {
    align-items: center;
    height: 100%;
    display: flex;
  }
  /* line 4068, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_wrapper, .select_language_popup_button_wrapper {
    width: 70%;
  }
  /* line 4072, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_partner_popup_button_wrapper {
    width: 100%;
  }
  /* line 4076, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_scrollable_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 4081, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-6 {
    place-items: stretch stretch;
  }
  /* line 4085, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .comparison_grid_element.winner {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 4092, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack-2 {
    grid-column-gap: 10px;
  }
  /* line 4096, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_title, .benefit_company_title.align_right, .benefit_company_paragraph {
    text-align: center;
  }
  /* line 4100, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_image {
    width: 10000px;
  }
  /* line 4104, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  /* line 4116, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_sample_slide {
    flex: 1;
  }
  /* line 4120, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .countdown_wrapper.fixed_footer {
    z-index: 500;
    background-color: #ffffffe6;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 0;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
  }
  /* line 4133, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .support_wrapper {
    align-items: center;
    display: flex;
  }
  /* line 4138, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button_popup {
    color: #000;
    text-align: center;
    background-color: #12af00;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  /* line 4148, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button {
    z-index: 100;
    color: #fff;
    background-color: #fff;
    background-image: url(/assets/team/ronja_support-38d7eda7c2340be96a3c46aed87e1db3324e1ab7a9ddb07c05708a825658452f.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: auto 12px 12px auto;
    box-shadow: 0 0 15px 7px #0003;
  }
  /* line 4168, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button.upliftedextra {
    bottom: 92px;
  }
  /* line 4172, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button.uplifted {
    bottom: 62px;
  }
  /* line 4176, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper {
    z-index: 1000;
    width: 50%;
    height: 170px;
    display: block;
    position: fixed;
    bottom: 90px;
    right: 15px;
  }
  /* line 4186, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper.upliftedextra {
    bottom: 170px;
  }
  /* line 4190, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper.uplifted {
    bottom: 140px;
  }
  /* line 4194, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_footer {
    border-top: 28px solid #fff;
    border-left: 28px solid #0000;
    width: 16px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  /* line 4205, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-6 {
    text-align: center;
  }
  /* line 4209, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .close-icon {
    width: 29px;
    height: 20px;
  }
  /* line 4214, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_info {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px 15px 10px;
    display: flex;
    box-shadow: 0 0 15px 15px #0003;
  }
}

@media screen and (max-width: 767px) {
  /* line 4228, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_button {
    width: 100%;
    margin-right: 0;
  }
  /* line 4233, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_wrapper {
    width: 80%;
  }
  /* line 4237, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_input {
    text-align: center;
  }
  /* line 4241, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter-form {
    flex-direction: column;
  }
  /* line 4245, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }
  /* line 4250, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bottom-footer-paragraph.dark {
    float: none;
  }
  /* line 4254, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_text_preview {
    height: 11%;
  }
  /* line 4258, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.form {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4263, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_customer_title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 4268, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.check_image_button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 4273, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cta-title-small {
    margin-bottom: 0;
  }
  /* line 4277, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .white-footer {
    padding: 25px;
  }
  /* line 4281, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper_christmas, .header_element_wrapper {
    width: 100%;
  }
  /* line 4285, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link, .nav-link.with-color {
    padding-left: 25px;
  }
  /* line 4289, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_christmas {
    display: inline-block;
  }
  /* line 4293, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .express_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  /* line 4299, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element {
    display: inline-block;
  }
  /* line 4303, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  /* line 4309, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white {
    padding-bottom: 10px;
  }
  /* line 4313, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white.fixedwalanding {
    margin-bottom: -150px;
  }
  /* line 4317, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_paragraph {
    font-size: 15px;
    line-height: 28px;
  }
  /* line 4322, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_text {
    font-size: 17px;
  }
  /* line 4326, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .person_price_wrapper {
    justify-content: flex-start;
  }
  /* line 4330, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quality_badge_wrapper {
    width: 120px;
    height: 120px;
    top: -40px;
    left: auto;
    right: -60px;
  }
  /* line 4338, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_placeholder {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 4343, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-4 {
    margin-bottom: 0;
  }
  /* line 4347, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-21 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 4354, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_slider_wrapper {
    width: 90%;
    padding-bottom: 90%;
  }
  /* line 4359, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper {
    left: 5%;
    right: 5%;
  }
  /* line 4364, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 4373, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-14 {
    width: 20px;
    height: 20px;
  }
  /* line 4378, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_preview_image, .coupon_order_form {
    width: 80%;
  }
  /* line 4382, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .upload_photo_quality_button {
    align-items: center;
  }
  /* line 4386, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24.no_padding {
    margin-top: 0;
  }
  /* line 4390, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-15 {
    width: 20px;
    height: 20px;
  }
  /* line 4395, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-29 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 4402, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-17 {
    width: 20px;
    height: 20px;
  }
  /* line 4407, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
  }
  /* line 4411, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small.logo_hidden {
    display: none;
  }
  /* line 4415, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_image_heading {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 4420, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_conclusion_wrapper {
    width: 90%;
  }
  /* line 4424, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .new_cart_edit_button_wrapper {
    width: 80%;
  }
  /* line 4428, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_illustration_warning {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 4433, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form-block-6, .calendar_wrapper {
    width: 90%;
  }
  /* line 4437, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .next_step_button {
    width: 80%;
  }
  /* line 4441, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns.no_padding {
    margin-top: 0;
  }
  /* line 4445, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_footer {
    background-color: var(--light-sea-green);
    text-align: center;
  }
  /* line 4450, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_wrapper, .select_language_popup_button_wrapper, .select_partner_popup_button_wrapper {
    width: 80%;
  }
  /* line 4454, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_scrollable_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 4463, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .comparison_grid_element.normal_button {
    border-bottom-style: none;
  }
  /* line 4467, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_columns {
    flex-flow: column;
  }
  /* line 4471, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_columns.reverse {
    flex-flow: column-reverse;
  }
  /* line 4475, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .product_addititional_info_title {
    font-size: 30px;
    line-height: 34px;
  }
  /* line 4480, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_sample_slide {
    min-width: 200px;
  }
  /* line 4484, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_sample_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 10px;
    overflow: scroll;
  }
  /* line 4491, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_main_product_again {
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 4496, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_icon {
    width: 25px;
  }
  /* line 4500, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_icon.smaller {
    width: 16px;
  }
  /* line 4504, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper {
    width: 70%;
  }
  /* line 4508, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .close-icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  /* line 4515, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  /* line 4520, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection {
    align-items: center;
    display: flex;
  }
  /* line 4525, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented {
    border: 1px solid #ddd;
    width: 100%;
    font-weight: 300;
  }
  /* line 4531, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._40_50 {
    width: 72px;
    height: 90px;
  }
  /* line 4536, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._50_70 {
    width: 90px;
    height: 126px;
  }
  /* line 4541, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._30_40 {
    flex: none;
    width: 54px;
    height: 72px;
    font-size: 12px;
  }
  /* line 4548, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._30_40.selected {
    width: 54px;
    height: 72px;
    font-size: 12px;
  }
  /* line 4554, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.color_selection.beige, .selection.color_selection.white {
    color: #ebebeb;
    display: block;
  }
  /* line 4559, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.color_selection.grey {
    background-color: #ebebeb;
  }
  /* line 4563, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.hoodie_color_selection.ivory {
    background-color: ivory;
    border: 1px solid #8b8b8b;
  }
  /* line 4568, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .rebate_heading {
    text-align: left;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
  }
  /* line 4580, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_wrapper {
    width: 100%;
  }
  /* line 4584, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_customer_subtitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 8px;
    display: block;
  }
  /* line 4591, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4596, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }
  /* line 4606, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_wrapper.horizontal {
    inset: 10% 0%;
  }
  /* line 4610, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .background_wrapper {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
  }
  /* line 4618, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_text_preview {
    justify-content: center;
    height: 12%;
    display: flex;
  }
  /* line 4624, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 4631, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading.full_width {
    text-align: center;
  }
  /* line 4635, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer_columns {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 4640, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_wrapper {
    width: 100%;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  /* line 4648, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_sample_picture {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 4653, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_sample_picture.horizontal {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85%;
  }
  /* line 4660, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .code_block {
    text-align: right;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  /* line 4671, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 10px;
  }
  /* line 4677, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.vertical {
    flex-direction: column;
  }
  /* line 4681, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.rebate {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }
  /* line 4687, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.valentine {
    color: #fff;
  }
  /* line 4691, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.form {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4696, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.coupon_code {
    margin-bottom: 0;
  }
  /* line 4700, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_customer_title {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 4705, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .miroar_logo_footer {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 4710, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper {
    justify-content: space-around;
  }
  /* line 4714, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 4722, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.outline.inline {
    margin-top: 10px;
    font-size: 15px;
  }
  /* line 4727, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.uppy-fileinput-btn {
    background-size: auto 20px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 4734, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.check_image_button {
    background-size: auto 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 4740, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cta-title-small {
    margin-bottom: 0;
    font-size: 1rem;
  }
  /* line 4745, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .white-footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4750, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cta-title-big {
    margin-top: 0;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  /* line 4756, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .rebate_block {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 4766, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-field-2 {
    text-align: center;
  }
  /* line 4770, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .redeem_code_wrapper {
    flex-direction: column;
  }
  /* line 4774, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-menu {
    border-style: none;
    overflow: scroll;
  }
  /* line 4779, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper_christmas {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 4785, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 4792, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link {
    line-height: 34px;
  }
  /* line 4796, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link:hover, .nav-link:active {
    background-color: #f7f4ed;
  }
  /* line 4800, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link.with-color {
    border-radius: 0;
    padding-left: 25px;
  }
  /* line 4805, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_icon {
    width: 30px;
    height: 30px;
  }
  /* line 4810, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_christmas {
    flex: 1;
  }
  /* line 4814, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  /* line 4826, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button.w--open {
    background-color: #0000;
  }
  /* line 4830, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .express_header {
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
  }
  /* line 4836, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .dropdown-list-2.w--open {
    position: relative;
  }
  /* line 4840, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  /* line 4846, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white {
    padding-bottom: 10px;
    padding-right: 0;
    position: relative;
  }
  /* line 4852, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white.reduced {
    opacity: 1;
  }
  /* line 4856, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white.fixedwalanding {
    margin-bottom: -150px;
  }
  /* line 4860, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button_text {
    white-space: nowrap;
    margin-left: 35px;
    font-size: 12px;
  }
  /* line 4866, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-31 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 4871, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_image_wrapper {
    flex-wrap: wrap;
  }
  /* line 4875, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_heading.bf_design {
    color: #000;
  }
  /* line 4879, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .counter_additional_price_wrapper {
    align-self: stretch;
    margin-bottom: 0;
    padding-top: 0;
  }
  /* line 4885, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .segmented_radio_button {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 4894, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .segmented_radio_button.shrink {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4900, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper_content {
    flex-direction: column;
  }
  /* line 4904, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_page_element_footer {
    position: relative;
  }
  /* line 4908, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .textarea {
    text-align: center;
  }
  /* line 4912, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_text {
    width: 100%;
  }
  /* line 4916, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4922, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .color_selection_radio_button {
    margin-right: 2px;
  }
  /* line 4926, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .person_counter_wrapper {
    justify-content: center;
  }
  /* line 4930, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .font_selection_wrapper {
    align-self: stretch;
  }
  /* line 4934, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .steps_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4940, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_slider_icon {
    background-color: #fff0;
    border-radius: 0%;
  }
  /* line 4945, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_slider_icon.right {
    background-color: #0000;
  }
  /* line 4949, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_header_wrapper {
    flex-direction: column;
  }
  /* line 4953, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form-2 {
    text-align: center;
    position: relative;
  }
  /* line 4958, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-43 {
    position: static;
  }
  /* line 4962, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .delivery_date_order_heading {
    text-align: center;
  }
  /* line 4966, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_card_benefits_wrapper {
    margin-bottom: 5px;
  }
  /* line 4970, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_wrapper {
    width: 100%;
    margin-top: 0;
  }
  /* line 4975, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .design_tab {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  /* line 4981, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  /* line 4988, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart {
    z-index: 100;
    border-radius: 3px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 5px;
  }
  /* line 4998, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart.fixed_duplicate {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5004, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-44 {
    font-size: 9px;
    line-height: 14px;
  }
  /* line 5009, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .tabs-menu-2 {
    display: flex;
  }
  /* line 5013, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_text_wrapper {
    align-self: stretch;
  }
  /* line 5017, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .duplicate_rebate {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 5028, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .line_wrapper {
    align-items: center;
    margin-bottom: 3px;
  }
  /* line 5033, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .radio_button_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
  }
  /* line 5039, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .person_price_wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 10px auto;
  }
  /* line 5048, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .right-arrow-2 {
    justify-content: center;
    margin-right: 0;
    right: -30px;
  }
  /* line 5054, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_info_button {
    flex: none;
  }
  /* line 5058, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_content {
    margin-left: 0;
  }
  /* line 5062, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bf_discount {
    color: #ff3131;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 700;
  }
  /* line 5069, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_step_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 5074, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .small_faq_container {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 5080, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .small_faq_container.js-accordion {
    margin-bottom: 40px;
  }
  /* line 5084, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .duplicate_original {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 5095, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quality_badge_wrapper {
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    top: -40px;
    left: auto;
    right: -20px;
  }
  /* line 5106, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_header {
    margin-left: 0;
  }
  /* line 5110, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_header.bf_design {
    background-color: #fff;
  }
  /* line 5114, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_placeholder {
    text-align: center;
    width: 90%;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 5122, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_preview_image {
    display: block;
  }
  /* line 5126, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column {
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5131, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .left-arrow-2 {
    margin-left: 0;
    left: -30px;
  }
  /* line 5136, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading_info_bf {
    margin-bottom: 0;
    font-weight: 200;
  }
  /* line 5141, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_price {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 25px;
  }
  /* line 5147, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_image {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  /* line 5153, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .counter_button {
    background-size: 20px 20px;
    width: 60px;
    height: 60px;
  }
  /* line 5159, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .label_error {
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
  }
  /* line 5167, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bold-text {
    color: #ff3131;
  }
  /* line 5171, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .custom_container {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5179, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5186, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_price_wrapper {
    flex: none;
  }
  /* line 5190, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading_frame {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
  }
  /* line 5197, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading_frame.bf_design {
    margin-top: 5px;
  }
  /* line 5201, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_burger_wrapper {
    align-self: center;
  }
  /* line 5205, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout {
    align-items: center;
    padding-left: 25px;
    display: none;
  }
  /* line 5211, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout:hover {
    color: #fff;
    background-color: #00a590;
  }
  /* line 5216, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .menu_icon {
    height: 30px;
  }
  /* line 5220, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_wrapper.nav_bar {
    margin-right: 7px;
  }
  /* line 5224, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
  /* line 5230, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_close {
    padding: 10px;
  }
  /* line 5234, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .icon-18 {
    margin-right: -10px;
  }
  /* line 5238, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_slider_wrapper {
    width: 100%;
    padding-bottom: 100%;
    padding-right: 0;
    position: relative;
  }
  /* line 5245, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .slider-6 {
    flex: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  /* line 5252, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_image {
    height: auto;
  }
  /* line 5256, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper {
    position: absolute;
    inset: 5% 5% 2%;
  }
  /* line 5261, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper.language_selector {
    margin-top: 60px;
    padding-bottom: 20px;
    bottom: auto;
  }
  /* line 5267, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper.partner_selector {
    margin-top: 60px;
    bottom: 20%;
  }
  /* line 5272, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_image_slide {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  /* line 5279, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_content {
    overflow: scroll;
  }
  /* line 5283, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .icon-19 {
    margin-left: -10px;
  }
  /* line 5287, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_text_block_popup {
    text-align: center;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
  }
  /* line 5296, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_preview_image {
    width: 100%;
  }
  /* line 5300, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_order_form {
    width: 95%;
  }
  /* line 5304, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_preview_image_wrapper {
    position: relative;
  }
  /* line 5308, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .upload_photo_quality_button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  /* line 5316, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .slider-7 {
    background-color: #0000;
    min-height: 0;
  }
  /* line 5321, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5328, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24.no_padding {
    padding-top: 0;
  }
  /* line 5332, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_view_popup {
    top: 2%;
    left: 2%;
    right: 2%;
  }
  /* line 5338, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_preview_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 5343, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_preview_wrapper.add_new_pic {
    border-style: dashed none none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 5350, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container_reduced {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5357, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-48 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 5362, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns-15 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5368, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-49 {
    font-size: 10px;
    line-height: 14px;
  }
  /* line 5373, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-14 {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 5380, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-14.full_width {
    text-align: center;
  }
  /* line 5384, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_number.active {
    color: #fff;
    background-color: #000;
  }
  /* line 5389, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-25 {
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5394, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .left-arrow-6 {
    margin-left: 0;
    left: -30px;
  }
  /* line 5399, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bold-text-3 {
    color: #ff3131;
  }
  /* line 5403, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-26 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5410, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_text_heading {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 5415, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .m_input {
    text-align: center;
    margin-right: 0;
  }
  /* line 5420, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_wrapper {
    flex-direction: row;
    padding-top: 0;
  }
  /* line 5425, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 5432, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small {
    height: 15px;
  }
  /* line 5436, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small.logo_hidden {
    display: none;
  }
  /* line 5440, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkbox-2 {
    margin-right: 20px;
  }
  /* line 5444, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_text_title {
    font-size: 10px;
    line-height: 11px;
  }
  /* line 5449, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_gradient_wrapper {
    z-index: 1000;
  }
  /* line 5453, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_image_heading {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 5458, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .new_cart_preview_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 5463, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_conclusion_wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 5469, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_now_text {
    width: 100%;
  }
  /* line 5473, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5480, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .new_cart_edit_button_wrapper {
    width: 100%;
  }
  /* line 5484, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkbox-label {
    text-align: left;
  }
  /* line 5488, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_step {
    margin-top: 0;
  }
  /* line 5492, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 5499, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading.full_width {
    text-align: center;
  }
  /* line 5503, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_checkout_v2 {
    opacity: 1;
  }
  /* line 5507, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_now_price {
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 25px;
    position: static;
    inset: auto 2% auto auto;
  }
  /* line 5516, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_illustration_warning {
    font-size: 12px;
    line-height: 15px;
  }
  /* line 5521, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-4, .form-block-6 {
    width: 100%;
  }
  /* line 5525, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_container_v2 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5532, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .calendar_and_priority_option_wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 5537, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .previews_wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  /* line 5548, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .calendar_wrapper {
    width: 100%;
  }
  /* line 5552, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .next_step_button {
    width: 90%;
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
  }
  /* line 5560, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_sub_title {
    font-size: 8px;
    line-height: 9px;
  }
  /* line 5565, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_content_wrapper {
    flex-direction: column;
  }
  /* line 5569, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .recommended_wrapper {
    font-size: 8px;
    left: 0%;
    right: 0%;
  }
  /* line 5575, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .embroing_position_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
  }
  /* line 5581, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_preview_image_hoodie {
    display: block;
  }
  /* line 5585, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_preview_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5591, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_container {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  /* line 5599, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie-nav {
    height: 30px;
    margin-bottom: 15px;
    font-size: 4px;
  }
  /* line 5605, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5611, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns.no_padding {
    margin-top: 0;
  }
  /* line 5615, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .other_benefits_wrapper {
    padding-bottom: 0;
  }
  /* line 5619, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_icon {
    width: 20px;
  }
  /* line 5623, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_spinner_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 5629, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_editor_tab_text {
    font-size: 12px;
  }
  /* line 5633, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .design_tab_hoodie {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  /* line 5639, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_column {
    background-color: var(--lightbeige);
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
  }
  /* line 5646, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  /* line 5653, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_preview {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 5659, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .size_overview_heading_content {
    font-size: 14px;
  }
  /* line 5663, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5670, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 5676, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher.mobile {
    padding-right: 7px;
  }
  /* line 5680, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed_nav_menu_inner_wrapper {
    align-items: center;
    height: auto;
  }
  /* line 5685, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_switcher_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 5692, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    display: flex;
  }
  /* line 5700, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_select_indicator {
    margin-right: 10px;
  }
  /* line 5704, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_language_button {
    font-size: 10px;
  }
  /* line 5708, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_language_popup_button_wrapper {
    width: 100%;
  }
  /* line 5712, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 5716, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_selection_heading {
    text-align: left;
  }
  /* line 5720, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_selection_row {
    width: 100%;
  }
  /* line 5724, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_option_select_indicator {
    margin-right: 10px;
  }
  /* line 5728, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_selection_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 5732, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_partner_popup_button_wrapper {
    background-color: #fff;
    align-items: center;
    width: 100%;
    padding: 20px 5px;
  }
  /* line 5739, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_scrollable_content {
    overflow: scroll;
  }
  /* line 5743, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-6 {
    grid-template-rows: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5749, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .comparison_grid_element {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 5754, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 5759, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_columns {
    flex-flow: column;
  }
  /* line 5763, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_main_product_again {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5768, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .display_all_products_wrapper {
    padding-top: 5px;
  }
  /* line 5772, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .display_other_products {
    font-size: 12px;
  }
  /* line 5776, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_same_product_wrapper {
    padding-left: 10px;
  }
  /* line 5780, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_icon {
    width: 20px;
  }
  /* line 5784, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_other_product_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5789, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_checkout_v3 {
    opacity: 1;
  }
  /* line 5793, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_gradient_wrapper_colorful {
    z-index: 1000;
  }
  /* line 5797, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .countdown_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  /* line 5805, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button_popup {
    text-align: center;
    background-color: #12af00;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
  }
  /* line 5814, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button {
    z-index: 300;
    color: #fff;
    text-align: center;
    background-image: url(/assets/team/ronja_support-38d7eda7c2340be96a3c46aed87e1db3324e1ab7a9ddb07c05708a825658452f.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    position: fixed;
    inset: auto 15px 15px auto;
  }
  /* line 5836, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper {
    z-index: 1000;
    width: 80%;
    height: auto;
    position: fixed;
    inset: auto 15px 90px auto;
  }
  /* line 5844, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_footer {
    border-top: 20px solid #fff;
    border-left: 20px solid #0000;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  /* line 5855, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-6 {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 400;
  }
  /* line 5862, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_info {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 25px;
    display: flex;
    box-shadow: 0 0 15px 15px #0003;
  }
}

/* line 5878, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c6-756f21a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

/* line 5883, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-a7f79c01-27f9-d646-68cc-e5e872d9cff0-756f21a8 {
  grid-column: span 2 / span 2;
}

/* line 5887, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-_0f1cb401-b0d3-31d2-d0a9-b6d4bb389022-756f21a9 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  /* line 5893, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c6-756f21a8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  /* line 5898, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c7-756f21a8, #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c8-756f21a8 {
    grid-column: span 2 / span 2;
  }
}
/* line 3, app/assets/stylesheets/consent.css.scss */
.option_select_indicator.selected {
  width: 14px;
  height: 14px;
  background-color: #000;
  flex: none;
  position: static;
}

/* line 13, app/assets/stylesheets/consent.css.scss */
.popup_scrollable_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 28, app/assets/stylesheets/consent.css.scss */
.partner_switcher_text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/consent.css.scss */
.popup_container {
  z-index: 3001;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/* line 49, app/assets/stylesheets/consent.css.scss */
.popup_container.hidden {
  display: none;
}

/* line 53, app/assets/stylesheets/consent.css.scss */
.cookie_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5px 10px;
  display: flex;
  position: relative;
}

/* line 65, app/assets/stylesheets/consent.css.scss */
.select_language_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-weight: 600;
  display: flex;
}

/* line 77, app/assets/stylesheets/consent.css.scss */
.select_language_button.cancel {
  color: #000;
  background-color: #fff;
}

/* line 82, app/assets/stylesheets/consent.css.scss */
.popup_wrapper {
  background-color: #f7f4ed;
  padding: 0 10px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 25%;
  right: 25%;
}

/* line 92, app/assets/stylesheets/consent.css.scss */
.popup_wrapper.partner_selector {
  background-color: #fff;
  padding-bottom: 0;
  bottom: 2%;
}

/* line 98, app/assets/stylesheets/consent.css.scss */
.partner_selection_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 104, app/assets/stylesheets/consent.css.scss */
.popup_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 119, app/assets/stylesheets/consent.css.scss */
.popup_content.small_popup {
  height: auto;
}

/* line 123, app/assets/stylesheets/consent.css.scss */
.partner_selection_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 134, app/assets/stylesheets/consent.css.scss */
.partner_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 148, app/assets/stylesheets/consent.css.scss */
.option_select_indicator {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 160, app/assets/stylesheets/consent.css.scss */
.popup_header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 167, app/assets/stylesheets/consent.css.scss */
.popup_close {
  z-index: 2000;
  padding: 15px 15px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

/* line 177, app/assets/stylesheets/consent.css.scss */
.cookie_footer_container {
  z-index: 2000;
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 2%;
  right: 2%;
}

/* line 193, app/assets/stylesheets/consent.css.scss */
.cookie_footer_container.hidden {
  display: none;
}

/* line 197, app/assets/stylesheets/consent.css.scss */
.cookie_consent_message {
  margin-right: 10px;
  font-size: 15px;
  line-height: 17px;
}

/* line 203, app/assets/stylesheets/consent.css.scss */
.cookie_consent_button {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin-left: 2px;
  margin-right: 4px;
  font-weight: 600;
  line-height: 32px;
}

/* line 216, app/assets/stylesheets/consent.css.scss */
.cookie_consent_button.selected {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

/* line 222, app/assets/stylesheets/consent.css.scss */
.cookie_consent_title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

/* line 230, app/assets/stylesheets/consent.css.scss */
.cookie_consent_title_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

/* line 237, app/assets/stylesheets/consent.css.scss */
.cookie_icon {
  width: 20px;
  height: 20px;
}

/* line 242, app/assets/stylesheets/consent.css.scss */
.button_wrapper {
  display: flex;
}

/* line 246, app/assets/stylesheets/consent.css.scss */
.body {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 251, app/assets/stylesheets/consent.css.scss */
  .close_icon {
    width: 29px;
    height: 20px;
  }
  /* line 256, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 261, app/assets/stylesheets/consent.css.scss */
  .cookie_popup_button_wrapper {
    width: 100%;
  }
  /* line 265, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    bottom: auto;
    left: 10%;
    right: 10%;
  }
  /* line 271, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 276, app/assets/stylesheets/consent.css.scss */
  .cookie_footer_container {
    border-radius: 0;
    flex-flow: column;
    height: 180px;
    bottom: 0;
    left: 0%;
    right: 0%;
  }
  /* line 285, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_message {
    text-align: center;
  }
  /* line 289, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button {
    width: 30%;
  }
  /* line 293, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_title_wrapper {
    justify-content: center;
    align-items: center;
  }
  /* line 298, app/assets/stylesheets/consent.css.scss */
  .button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 308, app/assets/stylesheets/consent.css.scss */
  .close_icon {
    width: 20px;
    height: 20px;
  }
  /* line 313, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 322, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    left: 5%;
    right: 5%;
  }
  /* line 327, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  /* line 338, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    overflow: scroll;
  }
  /* line 342, app/assets/stylesheets/consent.css.scss */
  .partner_switcher_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 349, app/assets/stylesheets/consent.css.scss */
  .cookie_popup_button_wrapper {
    align-items: stretch;
    width: 100%;
    padding: 20px 5px;
  }
  /* line 355, app/assets/stylesheets/consent.css.scss */
  .select_language_button {
    font-size: 10px;
  }
  /* line 359, app/assets/stylesheets/consent.css.scss */
  .select_language_button.cancel {
    justify-content: center;
    align-items: center;
  }
  /* line 364, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    position: absolute;
    top: 5%;
    bottom: 2%;
    left: 5%;
    right: 5%;
  }
  /* line 372, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper.partner_selector {
    margin-top: 60px;
    bottom: 20%;
  }
  /* line 377, app/assets/stylesheets/consent.css.scss */
  .partner_selection_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 381, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    overflow: scroll;
  }
  /* line 385, app/assets/stylesheets/consent.css.scss */
  .partner_selection_row {
    width: 100%;
  }
  /* line 389, app/assets/stylesheets/consent.css.scss */
  .partner_option_select_indicator {
    margin-right: 10px;
  }
  /* line 393, app/assets/stylesheets/consent.css.scss */
  .popup_header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
  /* line 399, app/assets/stylesheets/consent.css.scss */
  .popup_close {
    padding: 10px;
  }
  /* line 403, app/assets/stylesheets/consent.css.scss */
  .cookie_footer_container {
    height: 200px;
    padding: 5px;
  }
  /* line 408, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_message {
    font-size: 10px;
  }
  /* line 412, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button {
    width: 100%;
    height: 40px;
    line-height: 22px;
  }
  /* line 418, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button.selected {
    font-weight: 700;
  }
  /* line 422, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_title {
    font-size: 15px;
    line-height: 15px;
  }
  /* line 427, app/assets/stylesheets/consent.css.scss */
  .cookie_icon {
    width: 15px;
    height: 15px;
  }
  /* line 432, app/assets/stylesheets/consent.css.scss */
  .button_wrapper {
    width: 100%;
  }
}
/*
 * This is a manifest file that'll be compiled into application configurator .css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */



