@charset "UTF-8";
:root {
  --font-primary:         'Euclid Circular B', Arial, sans-serif;
  --font-secondary:       'Euclid Circular B', Arial, sans-serif;
  --black:                #000000;
  --white:                #ffffff;
  --red:                  #DA291C;
  --gray:                 #F5F5F5;
  --gray-light:           #F5F5F5;
  --font-size-base:       1rem;
  --line-height-base:     1.5;
  --transition-time:      .25s;
  --shadow:               0 0 0 #fff;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Bold"), local("EuclidCircularB-Bold"), url("../fonts/EuclidCircularB/EuclidCircularB-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Italic"), local("EuclidCircularB-Italic"), url("../fonts/EuclidCircularB/EuclidCircularB-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Medium"), local("EuclidCircularB-Medium"), url("../fonts/EuclidCircularB/EuclidCircularB-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B SemiBold Italic"), local("EuclidCircularB-SemiBoldItalic"), url("../fonts/EuclidCircularB/EuclidCircularB-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Bold Italic"), local("EuclidCircularB-BoldItalic"), url("../fonts/EuclidCircularB/EuclidCircularB-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Medium Italic"), local("EuclidCircularB-MediumItalic"), url("../fonts/EuclidCircularB/EuclidCircularB-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B SemiBold"), local("EuclidCircularB-SemiBold"), url("../fonts/EuclidCircularB/EuclidCircularB-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Light"), local("EuclidCircularB-Light"), url("../fonts/EuclidCircularB/EuclidCircularB-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Regular"), local("EuclidCircularB-Regular"), url("../fonts/EuclidCircularB/EuclidCircularB-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: local("Euclid Circular B Light Italic"), local("EuclidCircularB-LightItalic"), url("../fonts/EuclidCircularB/EuclidCircularB-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
}

body {
  min-height: 100%;
  color: var(--black);
  background-color: var(--white);
  font-family: var(--font-primary);
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-secondary);
}

h1, .h1 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

h4, .h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

h6, .h6 {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed_responsive_item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive_21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive_16by9::before {
  padding-top: 56.25%;
}

.embed-responsive_4by3::before {
  padding-top: 75%;
}

.embed-responsive_1by1::before {
  padding-top: 100%;
}

.img-fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.img-contain {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.ico-svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-100 {
  width: 100%;
}

.fs-16 {
  font-size: 1rem;
  line-height: 1.25rem;
}

[data-fullscreen] {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.btn {
  outline: none;
  cursor: pointer;
  min-height: 3rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.25rem 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  vertical-align: middle;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.btn:hover {
  text-decoration: none;
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.btn:focus, .btn.focus {
  outline: 0;
}

.btn span {
  display: inline-block;
}

.btn i {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  height: 1.5rem;
}

.btn-red {
  fill: white;
  color: white;
  background: var(--red);
  border-color: var(--red);
}

.btn-red:hover {
  fill: var(--red);
  color: var(--red);
  background: white;
}

.btn-red:active {
  fill: white;
  color: white;
  background: var(--red);
}

.btn-red-outline {
  fill: black;
  color: black;
  background: white;
  border-color: var(--red);
}

.btn-red-outline:hover {
  fill: white;
  color: white;
  background: var(--red);
}

.btn-red-outline:active {
  fill: black;
  color: black;
  background: white;
  border-color: var(--red);
}

.btn-link {
  padding: 0;
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
  min-height: 2.125rem;
  text-decoration: none;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.btn-link i {
  font-size: 0;
  line-height: 0;
  width: 1rem;
  height: 1rem;
  display: block;
}

.btn-link span {
  display: block;
  text-decoration: underline;
}

.btn-link:hover {
  color: black;
  text-decoration: none;
}

.btn-link:hover span {
  text-decoration: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, textarea {
  outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid, textarea:required:valid {
  border-color: green;
}

:active, :hover, :focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

option::-moz-selection {
  background: #ccc;
}

option::selection {
  background: #ccc;
}

option::-moz-selection {
  background: #ccc;
}

option::-webkit-selection {
  background: #ccc;
  color: #fff;
}

.field {
  width: 100%;
  display: block;
  font-weight: 400;
  position: relative;
  background: transparent;
}

.field input[type=text], .field input[type=email], .field input[type=password], .field textarea {
  margin: 0;
  width: 100%;
  height: 3rem;
  outline: none;
  color: #5b3d38;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.6875rem 1rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border: 0.0625rem solid #5b3d38;
}

.field input[type=text]::-moz-placeholder, .field input[type=email]::-moz-placeholder, .field input[type=password]::-moz-placeholder, .field textarea::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

.field input[type=text]:-ms-input-placeholder, .field input[type=email]:-ms-input-placeholder, .field input[type=password]:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
  color: #909090;
}

.field input[type=text]::-webkit-input-placeholder, .field input[type=email]::-webkit-input-placeholder, .field input[type=password]::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
  color: #909090;
}

.field input[type=text]::-ms-input-placeholder, .field input[type=email]::-ms-input-placeholder, .field input[type=password]::-ms-input-placeholder, .field textarea::-ms-input-placeholder {
  color: #909090;
}

.field input[type=text]::placeholder, .field input[type=email]::placeholder, .field input[type=password]::placeholder, .field textarea::placeholder {
  color: #909090;
}

.field input[type=text]::-ms-clear, .field input[type=email]::-ms-clear, .field input[type=password]::-ms-clear, .field textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.field input[type=text]:focus, .field input[type=text]:active, .field input[type=email]:focus, .field input[type=email]:active, .field input[type=password]:focus, .field input[type=password]:active, .field textarea:focus, .field textarea:active {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.3125rem rgba(92, 173, 255, 0.5);
          box-shadow: 0 0 0 0.3125rem rgba(92, 173, 255, 0.5);
}

.field input[type=text]:focus::-moz-placeholder, .field input[type=text]:active::-moz-placeholder, .field input[type=email]:focus::-moz-placeholder, .field input[type=email]:active::-moz-placeholder, .field input[type=password]:focus::-moz-placeholder, .field input[type=password]:active::-moz-placeholder, .field textarea:focus::-moz-placeholder, .field textarea:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.field input[type=text]:focus:-ms-input-placeholder, .field input[type=text]:active:-ms-input-placeholder, .field input[type=email]:focus:-ms-input-placeholder, .field input[type=email]:active:-ms-input-placeholder, .field input[type=password]:focus:-ms-input-placeholder, .field input[type=password]:active:-ms-input-placeholder, .field textarea:focus:-ms-input-placeholder, .field textarea:active:-ms-input-placeholder {
  color: transparent;
}

.field input[type=text]:focus::-webkit-input-placeholder, .field input[type=text]:active::-webkit-input-placeholder, .field input[type=email]:focus::-webkit-input-placeholder, .field input[type=email]:active::-webkit-input-placeholder, .field input[type=password]:focus::-webkit-input-placeholder, .field input[type=password]:active::-webkit-input-placeholder, .field textarea:focus::-webkit-input-placeholder, .field textarea:active::-webkit-input-placeholder {
  color: transparent;
}

.field input[type=text]:focus::-ms-input-placeholder, .field input[type=text]:active::-ms-input-placeholder, .field input[type=email]:focus::-ms-input-placeholder, .field input[type=email]:active::-ms-input-placeholder, .field input[type=password]:focus::-ms-input-placeholder, .field input[type=password]:active::-ms-input-placeholder, .field textarea:focus::-ms-input-placeholder, .field textarea:active::-ms-input-placeholder {
  color: transparent;
}

.field input[type=text]:focus::placeholder, .field input[type=text]:active::placeholder, .field input[type=email]:focus::placeholder, .field input[type=email]:active::placeholder, .field input[type=password]:focus::placeholder, .field input[type=password]:active::placeholder, .field textarea:focus::placeholder, .field textarea:active::placeholder {
  color: transparent;
}

.field input[type=text].error, .field input[type=email].error, .field input[type=password].error, .field textarea.error {
  border-color: red !important;
}

.field textarea {
  height: auto;
  resize: none;
}

.field__icon {
  fill: #5b3d38;
  font-size: 0;
  line-height: 0;
  top: calc(50% - 0.75rem);
  left: 1rem;
  height: 1.5rem;
  position: absolute;
  display: inline-block;
}

.field--icon input[type=text], .field--icon input[type=email], .field--icon input[type=password], .field--icon textarea {
  padding-left: 3rem;
}

.checkbox {
  font-size: 0;
  line-height: 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.checkbox__input {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

.checkbox__input:checked + .checkbox__label:before {
  border-color: var(--blue);
  background: var(--blue);
}

.checkbox__input:checked + .checkbox__label:after {
  opacity: 1;
  visibility: visible;
}

.checkbox__input:indeterminate + .checkbox__label:before {
  border-color: var(--blue);
  background: var(--blue);
}

.checkbox__input:indeterminate + .checkbox__label:after {
  top: 7px;
  width: 10px;
  height: 2px;
  background: white;
  opacity: 1;
  visibility: visible;
}

.checkbox__input:disabled + .checkbox__label {
  opacity: 0.6;
  cursor: default;
}

.checkbox__label {
  cursor: pointer;
  color: var(--gray);
  min-height: 16px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}

.checkbox__label:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 2px;
  background: white;
  border: 1px solid var(--gray);
}

.checkbox__label:after {
  top: 7px;
  left: 5px;
  z-index: 5;
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDQuMTI1IDdMMSA0LjI3MjczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuOTk4MzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

.radio {
  font-size: 0;
  line-height: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.radio__input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.radio__label {
  color: black;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
  padding-left: 1.875rem;
  display: block;
}

.radio__label::before {
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--gray);
}

.radio__label:after {
  top: 5px;
  left: 5px;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: var(--blue);
  border-radius: 50%;
}

.radio__input:checked + .radio__label::before {
  border-color: var(--blue);
}

.radio__input:checked + .radio__label::after {
  opacity: 1;
  visibility: visible;
}

.radio__input:disabled + .radio__label {
  opacity: 0.5;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.choices:focus {
  z-index: 20;
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices.is-focused {
  z-index: 20;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*='select-one'] {
  cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 0.5rem;
}

.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: 0.625rem;
  border-bottom: 1px solid #5b3d38;
  background-color: #ffffff;
  margin: 0;
}

.choices[data-type*='select-one'] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.625rem;
  margin-right: 1.5625rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.625rem;
  opacity: 0.5;
}

.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*='select-one'] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
  display: none;
}

.choices[data-type*='select-one']:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 0.3125rem;
  position: absolute;
  right: 0.71875rem;
  top: 50%;
  margin-top: -0.1875rem;
  pointer-events: none;
}

.choices[data-type*='select-one'].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -0.5rem;
}

.choices[data-type*='select-one'][dir='rtl']:after {
  left: 0.75rem;
  right: auto;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-left: 1.5625rem;
  margin-right: 0;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -0.25rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 0.5rem;
  width: 0.5rem;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  padding: 0.6875rem 0.75rem 0.6875rem 1.25rem;
  border: 0.0625rem solid #5b3d38;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 3rem;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #2c1d1b;
}

.is-open .choices__inner {
  border-radius: 3px 3px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 3px 3px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}

[dir='rtl'] .choices__list--single {
  padding-right: 0.25rem;
  padding-left: 1rem;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  margin: 0.125rem 0.25rem 0.125rem 0;
  background-color: #00bcd4;
  border: 0.0625rem solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 0.25rem;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #5b3d38;
  top: 100%;
  margin-top: -0.0625rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #2c1d1b;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -0.0625rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 18.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 0.625rem;
  font-size: 0.875rem;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 6.25rem;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    font-size: 0.75rem;
    opacity: 0;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 6.25rem;
    padding-right: 0.625rem;
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 0.625rem;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #7b524b;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 0.875rem;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}

.choices__input:focus {
  outline: 0;
}

[dir='rtl'] .choices__input {
  padding-right: 0.125rem;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
      -ms-transform: translate(0, -18px);
          transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.quantity {
  display: block;
  position: relative;
  background: white;
  height: 3rem;
  padding: 0 2.875rem;
  border: 1px solid black;
}

.quantity input[type=text], .quantity input[type=number] {
  margin: 0;
  width: 100%;
  z-index: 10;
  height: 2.875rem;
  outline: none;
  color: black;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.6875rem 0;
  border-radius: 0;
  position: relative;
  background: transparent;
  display: block;
  vertical-align: middle;
  border: 0.0625rem solid transparent;
}

.quantity input[type=text]::-moz-placeholder, .quantity input[type=number]::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.quantity input[type=text]:-ms-input-placeholder, .quantity input[type=number]:-ms-input-placeholder {
  color: transparent;
}

.quantity input[type=text]::-webkit-input-placeholder, .quantity input[type=number]::-webkit-input-placeholder {
  color: transparent;
}

.quantity input[type=text]::-ms-input-placeholder, .quantity input[type=number]::-ms-input-placeholder {
  color: transparent;
}

.quantity input[type=text]::placeholder, .quantity input[type=number]::placeholder {
  color: transparent;
}

.quantity input[type=text]::-ms-clear, .quantity input[type=number]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.quantity input[type=text]:focus, .quantity input[type=text]:active, .quantity input[type=number]:focus, .quantity input[type=number]:active {
  opacity: 1;
  outline: none;
}

.quantity input[type=text]:focus::-moz-placeholder, .quantity input[type=text]:active::-moz-placeholder, .quantity input[type=number]:focus::-moz-placeholder, .quantity input[type=number]:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.quantity input[type=text]:focus:-ms-input-placeholder, .quantity input[type=text]:active:-ms-input-placeholder, .quantity input[type=number]:focus:-ms-input-placeholder, .quantity input[type=number]:active:-ms-input-placeholder {
  color: transparent;
}

.quantity input[type=text]:focus::-webkit-input-placeholder, .quantity input[type=text]:active::-webkit-input-placeholder, .quantity input[type=number]:focus::-webkit-input-placeholder, .quantity input[type=number]:active::-webkit-input-placeholder {
  color: transparent;
}

.quantity input[type=text]:focus::-ms-input-placeholder, .quantity input[type=text]:active::-ms-input-placeholder, .quantity input[type=number]:focus::-ms-input-placeholder, .quantity input[type=number]:active::-ms-input-placeholder {
  color: transparent;
}

.quantity input[type=text]:focus::placeholder, .quantity input[type=text]:active::placeholder, .quantity input[type=number]:focus::placeholder, .quantity input[type=number]:active::placeholder {
  color: transparent;
}

.quantity input[type=text].error, .quantity input[type=number].error {
  border-color: red !important;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.quantity__button {
  top: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  width: 2.875rem;
  height: 2.875rem;
  background: #f5f5f5;
  cursor: pointer;
  position: absolute;
}

.quantity__button:after, .quantity__button:before {
  top: calc(50% - 1px);
  left: calc(50% - 4px);
  z-index: 10;
  content: '';
  width: 8px;
  height: 1px;
  background: black;
  position: absolute;
}

.quantity__button--minus {
  left: 0;
}

.quantity__button--plus {
  right: 0;
}

.quantity__button--plus:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.form-group {
  margin-bottom: 1.5rem;
}

[data-tabs-target] {
  display: none;
}

[data-tabs-target].active {
  display: block;
}

.tabs {
  position: relative;
}

.tabs__header {
  margin-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #f1f1f1;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__btn {
  padding: 0.75rem;
  border: none;
  color: black;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #f0f0f0;
  border-radius: 6px 6px 0 0;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tabs__btn:not(:last-child) {
  margin-right: 2px;
}

.tabs__btn:hover {
  color: white;
  background-color: black;
}

.tabs__btn.active {
  color: white;
  background-color: black;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  pointer-events: none;
}

.tabs__content {
  background-color: #fff;
}

[data-collapse].open [data-collapse-control]:before {
  content: attr(data-collapse-close);
}

[data-collapse-content] {
  display: none;
}

[data-collapse-control]:before {
  content: attr(data-collapse-open);
}

[data-spoiler].open .spoiler__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}

[data-spoiler-control] {
  cursor: pointer;
}

[data-spoiler-content] {
  display: none;
}

.spoiler {
  border-bottom: 1px solid #ccc;
}

.spoiler:not(:last-child) {
  margin-bottom: 1.25rem;
}

.spoiler__header {
  margin: 0;
  padding: 0.625rem 0;
  width: 100%;
  border: none;
  outline: none;
  stroke: black;
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spoiler__arrow {
  font-size: 0;
  line-height: 0;
  height: 0.5rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.spoiler__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}

.spoiler__content {
  padding: 0.625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  border-top: 1px solid #ccc;
}

.spoiler__content p:last-child {
  margin-bottom: 0;
}

[data-dropdown] {
  position: relative;
}

[data-dropdown].open {
  z-index: 50;
}

[data-dropdown].open [data-dropdown-content] {
  opacity: 1;
  visibility: visible;
}

[data-dropdown-toggle] {
  cursor: pointer;
}

[data-dropdown-content] {
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  min-width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown__content {
  padding: 4px 0;
  overflow: hidden;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
}

.dropdown__group {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown__item {
  cursor: pointer;
  min-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px;
}

.dropdown__item:hover {
  background-color: #eee;
}

.rating {
  font-size: 0;
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating__body {
  position: relative;
}

.rating__active {
  top: 0;
  left: 0;
  width: 0;
  z-index: 5;
  overflow: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: gold;
}

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: lightgrey;
}

.rating__star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
  display: inline-block;
}

.rating__items {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rating__item {
  color: gold;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.rating__value {
  top: 2px;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-left: 0.625rem;
}

[data-rating-readonly='true'] .rating__item {
  cursor: default;
}

.simple-rating {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  line-height: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.simple-rating__item {
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.simple-rating__label {
  color: gold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.simple-rating__label:before {
  content: '☆';
}

.simple-rating__item:checked:before,
.simple-rating__item:checked ~ .simple-rating__label:before {
  content: '★';
}

.simple-rating__label:hover:before,
.simple-rating__label:hover ~ .simple-rating__label:before,
.simple-rating__label:checked ~ .simple-rating__label:hover:before {
  content: '★';
}

.header {
  color: white;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  overflow: hidden;
  position: relative;
}

.header__main {
  z-index: 20;
  min-height: 17.5rem;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 6.75rem;
  background: linear-gradient(176.61deg, rgba(0, 0, 0, 0) 3.784%, rgba(0, 0, 0, 0.61) 130.273%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__logo {
  width: 8.1875rem;
  margin: 0 auto 1.5rem auto;
}

.header__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 0.5rem;
}

.header__text {
  margin: 0 auto;
  max-width: 22.5rem;
}

.header__bg {
  top: -6.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.section:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}

.section__header {
  color: black;
  padding: 0.25rem 1rem;
  height: 3rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.section__media {
  width: 2rem;
  height: 2rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__arrow {
  width: 2rem;
  height: 2rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background: var(--gray-light);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.section__content {
  overflow: hidden;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.section__wrap {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.section__group {
  border-top: 1px solid var(--gray-light);
}

.section__group.open .section__icon:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.section__group.open .section__icon:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.section__control {
  width: 100%;
  color: black;
  padding-right: 0.25rem;
  min-height: 3.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__icon {
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  border-radius: 50%;
  border: 1px solid black;
}

.section__icon:after, .section__icon:before {
  left: calc(50% - 6px);
  top: calc(50%);
  z-index: 1;
  width: 12px;
  height: 1px;
  content: '';
  display: block;
  background: black;
  position: absolute;
}

.section__icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.section__icon:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.section__body p {
  margin-bottom: 0.5rem;
}

.section__body p:last-child {
  margin-bottom: 0;
}

.section__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}

.section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 0.5rem;
}

.section__contact {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.section__contact p {
  margin-bottom: 1.25rem;
}

.section__contact p:last-child {
  margin-bottom: 0;
}

.section.open .section__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: var(--transition-time);
  transition: var(--transition-time);
}

.card__media {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1rem 1rem 0 0;
}

.card__tag {
  font-size: 0.5625rem;
  line-height: 0.6875rem;
  margin-bottom: 0.25rem;
  letter-spacing: calc(1em / 5);
}

.card__title {
  color: var(--red);
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 0.5rem;
}

.card__intro {
  font-size: 1rem;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__intro p {
  margin: 0;
}

.card__open {
  margin-top: 1rem;
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.card__item {
  padding-top: 0.3125rem;
  border-top: 1px solid var(--red);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card__item:first-child {
  width: 100%;
}

.card__item:last-of-type {
  min-width: 9.0625rem;
}

.card__label {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.card__value {
  font-size: 1rem;
  line-height: 1.25rem;
}

.card__value a {
  color: black;
  white-space: nowrap;
  text-decoration: none;
}

.card__value a:hover {
  color: black;
  text-decoration: none;
}

.card__buttons {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.card__content {
  display: none;
}

.card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  padding-top: 1.5rem;
}

.card__name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.card__text {
  font-size: 1rem;
  line-height: 1.25rem;
}

.card__text p {
  margin: 0;
}

.card__note {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}

.card.open .card__intro {
  -webkit-line-clamp: 200;
}

.card.open .card__open {
  display: none;
}

.vcard {
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vcard__header {
  overflow: hidden;
  background: var(--red);
}

.vcard__main {
  height: 5.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vcard__wrap {
  margin: 0 auto;
  max-width: 31.25rem;
}

.vcard__logo {
  z-index: 50;
  width: 8.3125rem;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vcard__pattern {
  top: -4.9375rem;
  right: calc(50% - 250px);
  width: 66.8125rem;
  position: absolute;
}

.vcard__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 0 4rem 0;
}

.vcard__footer {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  padding: 1rem 0;
  text-align: center;
}

.vcard__footer .btn {
  width: 100%;
  min-height: 3rem;
  max-width: 31.25rem;
}

.vcard__photo {
  width: 6.25rem;
  height: 6.25rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.vcard__name {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.vcard__staff {
  margin-top: 0.5rem;
  color: var(--red);
  font-size: 1rem;
  line-height: 1.25rem;
}

.vcard__content {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.vcard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vcard__contact {
  color: black;
  text-decoration: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.vcard__contact:hover {
  color: black;
  text-decoration: none;
}

.vcard__icon {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: var(--gray);
}

.vcard__value {
  display: block;
}

.vcard__qr {
  width: 6.25rem;
  padding: 0.4375rem;
  border-radius: 8px;
  margin-top: 1rem;
  border: 1px solid var(--red);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .vcard__body {
    padding: 2rem 0;
  }
  .vcard__footer {
    padding-bottom: 2rem;
  }
}

.color-red {
  color: var(--red);
}

.root {
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #F5F5F5;
}

.layout {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 20;
  padding: 1rem 0;
  position: relative;
  margin-top: -4.625rem;
  background: #F5F5F5;
  border-radius: 16px 16px 0 0;
}

.container {
  margin: 0 auto;
  max-width: 45rem;
  padding: 0 0.5rem;
}

@media (min-width: 576px) {
  .container {
    padding: 0 1rem;
  }
}

.main {
  background: white;
  border-radius: 1rem;
}

.contact-block {
  color: black;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 1rem;
  background: white;
  margin-top: 1rem;
  border-radius: 1rem;
}

.contact-block__text {
  margin-bottom: 0.5rem;
}

.sorter {
  padding-top: 0.5rem;
}

.sorter__nav {
  margin-bottom: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30% 1fr;
  grid-template-columns: 1fr 30% 1fr;
}

.sorter__button {
  color: black;
  height: 2.5rem;
  background: white;
  font-size: 1rem;
  line-height: 1.25rem;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sorter__button.active {
  background: #E4E4E4;
}

.sorter__button:nth-child(2) {
  border-left: none;
  border-right: none;
}

.sorter__button:first-child {
  border-radius: 8px 0 0 8px;
}

.sorter__button:last-child {
  border-radius: 0 8px 8px 0;
}

.sorter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

.sorter__item {
  display: none;
}

.sorter__item.active {
  display: block;
}

.room-service {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 1rem;
}

.room-service__header {
  height: 3rem;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.room-service__header:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQuMDAwMDAwJyBoZWlnaHQ9JzI0LjAwMDAwMCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJz48cGF0aCBpZD0nVmVjdG9yIDE0NicgZD0nTTYgMTAuNUw2IDIyJyBzdHJva2U9JyNGRkZGRkYnIHN0cm9rZS1vcGFjaXR5PScxLjAwMDAwMCcgc3Ryb2tlLXdpZHRoPScyLjAwMDAwMCcvPjxwYXRoIGlkPSdWZWN0b3IgMTQzJyBkPSdNNiAyTDYgNy41JyBzdHJva2U9JyNGRkZGRkYnIHN0cm9rZS1vcGFjaXR5PScxLjAwMDAwMCcgc3Ryb2tlLXdpZHRoPScyLjAwMDAwMCcvPjxwYXRoIGlkPSdWZWN0b3IgMTQ1JyBkPSdNMi41IDJMMi41IDdDMi41IDcuOTIgMi44NiA4LjgxIDMuNTIgOS40N0M0LjE4IDEwLjEzIDUuMDcgMTAuNSA2IDEwLjVDNi45MiAxMC41IDcuODEgMTAuMTMgOC40NyA5LjQ3QzkuMTMgOC44MSA5LjUgNy45MiA5LjUgN0w5LjUgMicgc3Ryb2tlPScjRkZGRkZGJyBzdHJva2Utb3BhY2l0eT0nMS4wMDAwMDAnIHN0cm9rZS13aWR0aD0nMi4wMDAwMDAnLz48cGF0aCBpZD0nRWxsaXBzZSA2NjInIGQ9J00yMiAyMkMxNi40NyAyMiAxMiAxNy41MiAxMiAxMkMxMiA2LjQ3IDE2LjQ3IDIgMjIgMicgc3Ryb2tlPScjRkZGRkZGJyBzdHJva2Utb3BhY2l0eT0nMS4wMDAwMDAnIHN0cm9rZS13aWR0aD0nMi4wMDAwMDAnLz48cGF0aCBpZD0nRWxsaXBzZSA2NjMnIGQ9J00yMiAxN0MyMC42NyAxNyAxOS40IDE2LjQ3IDE4LjQ2IDE1LjUzQzE3LjUyIDE0LjU5IDE3IDEzLjMyIDE3IDEyQzE3IDEwLjY3IDE3LjUyIDkuNCAxOC40NiA4LjQ2QzE5LjQgNy41MiAyMC42NyA3IDIyIDcnIHN0cm9rZT0nI0ZGRkZGRicgc3Ryb2tlLW9wYWNpdHk9JzEuMDAwMDAwJyBzdHJva2Utd2lkdGg9JzIuMDAwMDAwJy8+PC9zdmc+");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.room-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  background-color: white;
}

.room-service .btn {
  min-height: 3rem;
}
