/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #FF530D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c03700;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rokkitt", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: transparent;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #FF530D;
}
a.text-primary:hover {
  color: #d93f00;
}
.text-success {
  color: #88c255;
}
a.text-success:hover {
  color: #6fa83c;
}
.text-info {
  color: #5bc0de;
}
a.text-info:hover {
  color: #31b0d5;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover {
  color: #ec971f;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #FF530D;
}
a.bg-primary:hover {
  background-color: #d93f00;
}
.bg-success {
  background-color: transparent;
}
a.bg-success:hover {
  background-color: rgba(0, 0, 0, 0);
}
.bg-info {
  background-color: transparent;
}
a.bg-info:hover {
  background-color: rgba(0, 0, 0, 0);
}
.bg-warning {
  background-color: transparent;
}
a.bg-warning:hover {
  background-color: rgba(0, 0, 0, 0);
}
.bg-danger {
  background-color: transparent;
}
a.bg-danger:hover {
  background-color: rgba(0, 0, 0, 0);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #d7eac6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #cae4b3;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #daf1f8;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c5e9f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fceedb;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fae3c4;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f4cecd;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f0b9b8;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #88c255;
}
.has-success .form-control {
  border-color: #88c255;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #6fa83c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bddda0;
}
.has-success .input-group-addon {
  color: #88c255;
  border-color: #88c255;
  background-color: transparent;
}
.has-success .form-control-feedback {
  color: #88c255;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: transparent;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: transparent;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #FF530D;
  border-color: #f34600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d93f00;
  border-color: #b53400;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #FF530D;
  border-color: #f34600;
}
.btn-primary .badge {
  color: #FF530D;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #FF530D;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #c03700;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FF530D;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #FF530D;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 991px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #FF530D;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #FF530D;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 991px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 991px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 991px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 991px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 991px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 991px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 991px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 991px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 990px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 991px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 990px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 991px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #FCFCFC;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #222222;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #090909;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
.navbar-default .navbar-nav > li > a {
  color: #222222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FF530D;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}
@media (max-width: 990px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FF530D;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #222222;
}
.navbar-default .navbar-link:hover {
  color: #FF530D;
}
.navbar-default .btn-link {
  color: #222222;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #FF530D;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 990px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #FF530D;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #c03700;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #FF530D;
  border-color: #FF530D;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #FF530D;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d93f00;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-blackout {
  background-color: #000;
}
.label-blackout[href]:hover,
.label-blackout[href]:focus {
  background-color: #000000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #FF530D;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #FF530D;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.thumbnail-admin {
  position: relative;
}
.thumbnail-admin .caption {
  padding: 0;
}
.thumbnail-admin .well {
  height: 75px;
  text-align: left;
  padding: 5px;
  margin-bottom: 0;
}
.thumbnail-admin .number {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 4px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #88c255;
  border-color: transparent;
  color: #FFF;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #FFF;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #FFF;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #FFF;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #FF530D;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FF530D;
  border-color: #FF530D;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffe4d9;
}
.list-group-item-success {
  color: #88c255;
  background-color: transparent;
}
a.list-group-item-success {
  color: #88c255;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #88c255;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #88c255;
  border-color: #88c255;
}
.list-group-item-info {
  color: #5bc0de;
  background-color: transparent;
}
a.list-group-item-info {
  color: #5bc0de;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #5bc0de;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.list-group-item-warning {
  color: #f0ad4e;
  background-color: transparent;
}
a.list-group-item-warning {
  color: #f0ad4e;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.list-group-item-danger {
  color: #d9534f;
  background-color: transparent;
}
a.list-group-item-danger {
  color: #d9534f;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #d9534f;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-admin .panel-heading .panel-title a:hover,
.panel-admin .panel-heading .panel-title a:active,
.panel-admin .panel-heading .panel-title a:visited,
.panel-admin .panel-heading .panel-title a:link {
  text-decoration: none;
}
.tab-pane .panel-admin .panel-heading {
  padding: 10px 20px;
}
.tab-pane .panel-admin .panel-heading .panel-title {
  font-size: 20px;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #FF530D;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #FF530D;
  border-color: #FF530D;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF530D;
}
.panel-primary > .panel-heading .badge {
  color: #FF530D;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF530D;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #88c255;
  background-color: transparent;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: transparent;
  background-color: #88c255;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #5bc0de;
  background-color: transparent;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: transparent;
  background-color: #5bc0de;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: transparent;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: transparent;
  background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: transparent;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: transparent;
  background-color: #d9534f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
#admin-dashboard .tab-pane {
  border: 1px solid #ddd !important;
  border-top: none !important;
}
#admin-dashboard .tab-pane .panel {
  padding-bottom: 20px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel.carousel-meals {
  padding-bottom: 40px;
}
.carousel.carousel-meals .carousel-control {
  width: 0;
}
.carousel.carousel-meals .carousel-control .fa {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: #FF530D;
  top: 47%;
}
.carousel.carousel-meals .carousel-control .fa.fa-angle-left {
  left: 5px;
}
.carousel.carousel-meals .carousel-control .fa.fa-angle-left::before {
  margin-right: 3px;
}
.carousel.carousel-meals .carousel-control .fa.fa-angle-right {
  right: 5px;
}
.carousel.carousel-meals .carousel-control .fa.fa-angle-right::before {
  margin-left: 3px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1570107159/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1570107159/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1570106753/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1570106914/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1570106939/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rokkitt Bold'), local('Rokkitt-Bold'), url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/rokkitt.woff2') format('woff2');
}
@font-face {
  font-family: 'Rokkitt Light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/Rokkitt-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Rokkitt Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1631801665/fonts/Rokkitt-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans'), local('OpenSans'), url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/open-sans.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/open-sans-semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/OpenSans-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans ExtraBold';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/OpenSans-ExtraBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1600685661/fonts/OpenSans-Light.woff2') format('woff2');
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-stretch: normal;
  src: url("https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1687372265/Lato-bold_eoljag.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  font-stretch: normal;
  src: url("https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1687372212/Lato-semibold_rvb1ai.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-stretch: normal;
  src: url("https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1687372212/Lato-semibold_rvb1ai.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-stretch: normal;
  src: url("https://res.cloudinary.com/hz3gmuqw6/raw/upload/v1652871387/fonts/Lato-regular.woff2") format("woff2");
}
body {
  -webkit-font-smoothing: antialiased;
  padding-top: 79px;
}
body.body-custom-banner {
  padding-top: 122px;
}
body.body-custom-banner.nav-with-cats-menu {
  padding-top: 169px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 99px;
  }
  body.body-custom-banner {
    padding-top: 139px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 189px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 104px;
  }
  body.body-custom-banner {
    padding-top: 144px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 187px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  body.body-custom-banner {
    padding-top: 110px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 185px;
  }
  #main-menu {
    top: 70px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 84px;
  }
  body.body-custom-banner {
    padding-top: 126px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 166px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.holiday-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 5px 14px 2px;
  background-color: #ff530d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.holiday-banner:hover,
.holiday-banner:focus,
.holiday-banner:focus-visible {
  outline: none;
  text-decoration: none;
}
.holiday-banner__row-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: linear-gradient(90deg, transparent 0%, transparent 100%);
}
.holiday-banner__row-2 {
  background: linear-gradient(90deg, transparent 0%, transparent 100%);
}
.holiday-banner__label {
  position: relative;
  flex-shrink: 0;
}
.holiday-banner__label-background {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  background-color: #333333;
  transform: skew(0deg, -2deg);
}
.holiday-banner.black-friday .holiday-banner__label-background {
  background-color: #333333;
}
.holiday-banner.cb-monday .holiday-banner__label-background {
  background-color: #367686;
}
.holiday-banner.holiday-sale .holiday-banner__label-background {
  background-color: #538060;
}
.holiday-banner__label-white-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #ffffff;
  transform: skew(0deg, -2deg);
}
.holiday-banner__label-text {
  padding: 2px 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font: 500 12px/16px 'Lato';
  transform: skew(1deg, 0deg);
}
.holiday-banner__title {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  color: #ffffff;
  letter-spacing: 0.02em;
  font: 500 12px/16px 'Lato';
}
.holiday-banner__title sup {
  position: relative;
  top: -2px;
}
.holiday-banner__title .cozymeal-cash {
  display: inline-flex;
  align-items: flex-start;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.holiday-banner__title .cozy-info-icon {
  position: relative;
  z-index: 1071;
  width: 12px;
  height: 12px;
}
.holiday-banner__title .cozy-info-icon::before {
  top: auto;
  bottom: -13px;
  transform: translateX(-50%) rotate(45deg);
}
.holiday-banner__title .cozy-info-icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.holiday-banner__title .cozy-info-icon__circle {
  fill: #ffffff;
  stroke: #ff530d;
}
.holiday-banner__title .cozy-info-icon__letter {
  fill: #ff530d;
}
.holiday-banner__title .cozy-info-icon:hover .cozy-info-icon__letter {
  fill: #ff530d;
}
.holiday-banner__title .cozy-tooltip + .tooltip {
  width: 100%;
  max-width: 328px;
}
.holiday-banner__title .cozy-tooltip + .tooltip .tooltip-inner {
  max-width: 328px;
  padding: 16px;
  text-align: left;
  letter-spacing: normal;
  font-size: 13px;
}
.holiday-banner__title .cozy-tooltip + .tooltip .tooltip-inner sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}
.holiday-banner__row-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.holiday-banner__subtitle {
  color: #ffffff;
  letter-spacing: 0.02em;
  font: 500 8px/11px 'Open Sans';
}
.holiday-banner__subtitle--desktop {
  display: none;
}
.holiday-banner__companies {
  display: flex;
  align-items: center;
  margin: 0 10px 0 6px;
  gap: 5px;
}
.holiday-banner__usa-today,
.holiday-banner__and,
.holiday-banner__nbc {
  display: flex;
  align-items: center;
}
.holiday-banner__usa-today svg,
.holiday-banner__and svg,
.holiday-banner__nbc svg {
  width: inherit;
  height: inherit;
}
.holiday-banner__usa-today {
  width: 55px;
  height: 9px;
}
.holiday-banner__and {
  width: 6px;
  height: 11px;
  color: #ffffff;
}
.holiday-banner__nbc {
  width: 32px;
  height: 9px;
}
.holiday-banner__link {
  width: 72px;
  height: 17px;
  border: 0.75px solid #ffffff;
  border-radius: 5px;
  background: #333333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 8px/16px 'Lato';
}
.holiday-banner__link--desktop {
  display: none;
}
.holiday-banner.black-friday .holiday-banner__link {
  background: #333333;
}
.holiday-banner.cb-monday .holiday-banner__link {
  background: #367686;
}
.holiday-banner.holiday-sale .holiday-banner__link {
  background: #538060;
}
body.body-loaded .holiday-banner {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1669216896/pages/sticky-holiday-banner/banner-desktop-bg.png');
}
body.body-loaded .holiday-banner.holiday-sale .holiday-banner__label-background {
  background-image: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1669721916/pages/homepage/holiday-background.svg);
}
@media (min-width: 375px) {
  .holiday-banner {
    padding: 5px 2px 2px;
  }
  .holiday-banner__title {
    width: auto;
  }
}
@media (min-width: 991px) {
  .holiday-banner {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .holiday-banner__row-1 {
    gap: 12px;
  }
  .holiday-banner__label-text {
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
  }
  .holiday-banner__title {
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  .holiday-banner__subtitle {
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 17px;
  }
  .holiday-banner__subtitle--mobile {
    display: none;
  }
  .holiday-banner__subtitle--desktop {
    display: inline-block;
  }
  .holiday-banner__usa-today {
    width: 89px;
    height: 16px;
  }
  .holiday-banner__and {
    width: 10px;
    height: 16px;
  }
  .holiday-banner__nbc {
    width: 58px;
    height: 16px;
  }
  .holiday-banner__link {
    width: 153px;
    height: 26px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    letter-spacing: 0.05em;
    font: 500 14px/24px 'Lato';
  }
  .holiday-banner__link--mobile {
    display: none;
  }
  .holiday-banner__link--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .holiday-banner {
    min-height: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (min-width: 1280px) {
  .holiday-banner__border {
    width: 1px;
    height: 30px;
    background: #ffffff;
  }
}
@media (min-width: 1300px) {
  .holiday-banner {
    padding: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .holiday-banner__companies {
    margin: 0 13px 0 7px;
    gap: 7px;
  }
}
.sticky-national-holiday-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FF530D;
  text-decoration: none;
}
.sticky-national-holiday-banner:hover,
.sticky-national-holiday-banner:focus,
.sticky-national-holiday-banner:focus-visible {
  outline: none;
  text-decoration: none;
}
.sticky-national-holiday-banner__row-1,
.sticky-national-holiday-banner__row-2 {
  background: linear-gradient(90deg, transparent, transparent 100%);
}
.sticky-national-holiday-banner__row-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.sticky-national-holiday-banner__label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sticky-national-holiday-banner__label-background {
  position: relative;
  z-index: 1;
  transform: skew(0deg, -1.09deg);
}
.sticky-national-holiday-banner__label-white-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #ffffff;
  transform: skew(0deg, -1.09deg);
}
.sticky-national-holiday-banner__label-text {
  position: relative;
  padding: 2px 15px;
  border-radius: 2px;
  background: #367686;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  font: 600 10px/14px 'Lato';
}
.sticky-national-holiday-banner__label-text::before,
.sticky-national-holiday-banner__label-text::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.sticky-national-holiday-banner__label-text::before {
  left: 4px;
}
.sticky-national-holiday-banner__label-text::after {
  right: 4px;
}
.sticky-national-holiday-banner__title-wrapper {
  position: relative;
  text-align: center;
}
.sticky-national-holiday-banner__title-text {
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font: 500 8px/16px 'Lato';
}
.sticky-national-holiday-banner__title-text sup {
  position: relative;
  top: -2px;
  line-height: 1;
}
.sticky-national-holiday-banner__title-text .cozymeal-cash {
  display: inline-flex;
  align-items: flex-start;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.sticky-national-holiday-banner__title-text .cozy-info-icon {
  position: relative;
  z-index: 1071;
  width: 12px;
  height: 12px;
}
.sticky-national-holiday-banner__title-text .cozy-info-icon::before {
  top: auto;
  bottom: -13px;
  transform: translateX(-50%) rotate(45deg);
}
.sticky-national-holiday-banner__title-text .cozy-info-icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.sticky-national-holiday-banner__title-text .cozy-info-icon__circle {
  fill: #ffffff;
  stroke: #ff530d;
}
.sticky-national-holiday-banner__title-text .cozy-info-icon__letter {
  fill: #ff530d;
}
.sticky-national-holiday-banner__title-text .cozy-info-icon:hover .cozy-info-icon__letter {
  fill: #ff530d;
}
.sticky-national-holiday-banner__title-text .cozy-tooltip + .tooltip {
  width: 328px;
  max-width: 328px;
}
.sticky-national-holiday-banner__title-text .cozy-tooltip + .tooltip .tooltip-inner {
  max-width: 328px;
  padding: 16px;
  text-align: left;
  letter-spacing: normal;
  font-size: 13px;
}
.sticky-national-holiday-banner__title-text .cozy-tooltip + .tooltip .tooltip-inner sup {
  position: relative;
  top: -0.8em;
  font-size: 0.5em;
}
.sticky-national-holiday-banner__border {
  display: none;
}
.sticky-national-holiday-banner__row-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-national-holiday-banner__subtitle {
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 8px/11px 'Open Sans';
}
.sticky-national-holiday-banner__subtitle--desktop {
  display: none;
}
.sticky-national-holiday-banner__companies {
  display: flex;
  align-items: center;
  margin: 0 10px 0 6px;
  gap: 5px;
}
.sticky-national-holiday-banner__usa-today {
  width: 55px;
  height: 9px;
}
.sticky-national-holiday-banner__and {
  width: 6px;
  height: 11px;
}
.sticky-national-holiday-banner__nbc {
  width: 32px;
  height: 8px;
}
.sticky-national-holiday-banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 17px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: #367686;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 8px/1 'Lato';
}
.sticky-national-holiday-banner__link--desktop {
  display: none;
}
.sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text {
  padding: 2px 6px;
}
.sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::before,
.sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::after {
  display: none;
}
.subcategories {
  z-index: 1072 !important;
}
.sticky-national-holiday-banner {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1676622098/pages/homepage/sticky-banner-bg-mobile.svg');
}
.sticky-national-holiday-banner__label-text::before,
.sticky-national-holiday-banner__label-text::after {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1676035830/pages/meal-profile-page/white-star-icon.svg');
}
@media (min-width: 340px) {
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text {
    padding: 2px 15px;
  }
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::before,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::after {
    display: block;
  }
}
@media (min-width: 381px) {
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text {
    font-size: 12px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__title-text {
    font-size: 10px;
  }
}
@media (min-width: 405px) {
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text {
    font-size: 12px;
  }
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__title-text {
    font-size: 10px;
  }
}
@media (min-width: 661px) {
  .sticky-national-holiday-banner.usa {
    flex-direction: row;
    gap: 5px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__border {
    display: block;
    width: 1px;
    height: 24px;
    background-color: #FFFFFF;
  }
}
@media (min-width: 680px) {
  .sticky-national-holiday-banner.international {
    flex-direction: row;
    gap: 5px;
  }
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__border {
    display: block;
    width: 1px;
    height: 24px;
    background-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .sticky-national-holiday-banner__companies {
    margin: 0 10px;
  }
  .sticky-national-holiday-banner__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15px;
  }
  .sticky-national-holiday-banner__link--mobile {
    display: none;
  }
  .sticky-national-holiday-banner__link--desktop {
    display: flex;
  }
  .sticky-national-holiday-banner {
    background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1676622098/pages/homepage/sticky-banner-bg-desktop.svg');
  }
}
@media (min-width: 991px) {
  .sticky-national-holiday-banner__label-text {
    padding: 5px 27px;
    letter-spacing: 0.15em;
    font-size: 15px;
    line-height: 20px;
  }
  .sticky-national-holiday-banner__label-text::before,
  .sticky-national-holiday-banner__label-text::after {
    width: 12px;
    height: 12px;
  }
  .sticky-national-holiday-banner__label-text::before {
    left: 10px;
  }
  .sticky-national-holiday-banner__label-text::after {
    right: 10px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text {
    padding: 5px 27px;
    font-size: 15px;
  }
  .sticky-national-holiday-banner__title-text {
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
  .sticky-national-holiday-banner__title-text .mobile-text {
    display: none;
  }
  .sticky-national-holiday-banner__title-text sup {
    top: -3.5px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__title-text,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__title-text {
    font-size: 14px;
  }
  .sticky-national-holiday-banner__subtitle {
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 15px;
  }
  .sticky-national-holiday-banner__link {
    width: 153px;
    height: 26px;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  .sticky-national-holiday-banner__usa-today {
    width: 70px;
    height: auto;
  }
  .sticky-national-holiday-banner__and {
    width: 8px;
    height: auto;
  }
  .sticky-national-holiday-banner__nbc {
    width: 37px;
    height: auto;
  }
}
@media (min-width: 1202px) {
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner {
    height: 42px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text {
    font-size: 19px;
    line-height: 24px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text::before,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::before,
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text::after,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::after {
    width: 14px;
    height: 14px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text::before,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::before {
    left: 8px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-text::after,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-text::after {
    right: 8px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__label-white-wrapper,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__label-white-wrapper {
    right: -2px;
    bottom: 0;
    transform-origin: top right;
    transform: skew(0deg, -0.5deg);
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__title-text,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__title-text {
    font-size: 18px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__subtitle,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__usa-today,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__usa-today {
    width: 89px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__and,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__and {
    width: 12px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__nbc,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__nbc {
    width: 58px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__link,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__link {
    font-size: 14px;
  }
}
@media (min-width: 1207px) {
  .sticky-national-holiday-banner__row-1 {
    gap: 10px;
  }
}
@media (min-width: 1237px) {
  .sticky-national-holiday-banner.usa,
  .sticky-national-holiday-banner.international {
    gap: 15px;
  }
}
@media (min-width: 1325px) {
  .sticky-national-holiday-banner.usa,
  .sticky-national-holiday-banner.international {
    gap: 20px;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__subtitle--mobile,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__subtitle--mobile {
    display: none;
  }
  .sticky-national-holiday-banner.usa .sticky-national-holiday-banner__subtitle--desktop,
  .sticky-national-holiday-banner.international .sticky-national-holiday-banner__subtitle--desktop {
    display: block;
  }
}
.review_hidden {
  display: none;
}
.btn-new {
  background-image: linear-gradient(180deg, #FF530D 0%, #FF530D 50%);
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 0;
  text-align: center;
  border: 2px solid #FF530D;
  padding: 12px 25px;
  text-decoration: none;
  white-space: nowrap;
}
.btn-new.btn-inverse {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%);
  color: #FF530D;
}
.btn-new:active,
.btn-new:visited,
.btn-new:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.btn-new.btn-inverse:active,
.btn-new.btn-inverse:visited,
.btn-new.btn-inverse:focus {
  color: #FF530D;
  text-decoration: none;
  outline: 0;
}
.btn-new:hover {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%);
  color: #FF530D;
  text-decoration: none;
}
.btn-new.btn-inverse:hover {
  background-image: linear-gradient(180deg, #FF530D 0%, #FF530D 50%);
  color: #fff;
}
._flex-row {
  display: flex;
  flex-direction: row;
}
._flex-column {
  display: flex;
  flex-direction: column;
}
#navbar-main {
  margin-bottom: 0px;
  border: 0;
}
#navbar-main .is-chef-btn {
  display: inline-block;
  width: 172px;
  height: 31px;
  font: 700 14px/17px 'Lato';
  border-radius: 10px;
}
#navbar-main .is-chef-btn .is-host-form__submit {
  width: 172px;
  height: 31px;
  border: none;
  padding: 0;
  border-radius: 10px;
}
#navbar-main .is-chef-btn .is-host-form__submit .cozy-gradient-btn__text-wrapper {
  z-index: 1;
  width: 172px;
  height: 31px;
}
#navbar-main .is-chef-btn .is-host-form__submit .cozy-gradient-btn__text {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 31px;
  border-radius: inherit;
}
#navbar-main .top-nav-container {
  width: 100%;
  max-width: 1440px;
  padding: 8px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#navbar-main .mobile-logo-img {
  display: none;
}
#navbar-main .logo {
  margin-right: 47px;
}
#navbar-main .logo img {
  max-width: 133px;
}
#navbar-main .menu-section {
  flex: 1 1 auto;
}
#navbar-main .top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar-main .top-right-menu {
  display: flex;
  align-items: center;
}
#navbar-main .yelp {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
#navbar-main .yelp-img {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1650029029/pages/homepage/Group_603_2.png') no-repeat center center;
  width: 54px;
  height: 20px;
  background-size: contain;
}
#navbar-main .middle-menu {
  display: none;
}
#navbar-main .middle-menu .search-nav-input input {
  width: 100%;
}
#navbar-main .message-us {
  display: flex;
  align-items: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: #474747;
}
#navbar-main .message-us a {
  color: #D63D00 !important;
}
#navbar-main .message-us.m-top {
  margin-right: 20px;
}
#navbar-main .message-us.m-middle {
  justify-content: flex-end;
  margin: 8px 0 13px 0;
}
#navbar-main .message-us .contact a {
  background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 50%);
  color: #FF530D;
}
#navbar-main .message-us-img {
  background: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1657633872/icons/message_us.svg) no-repeat center center;
  width: 25px;
  height: 20px;
  background-size: contain;
  margin-right: 10px;
}
#navbar-main .yelp span {
  margin-left: 10px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 10px;
  letter-spacing: 0.05em;
  color: #474747;
}
#navbar-main .user-icons {
  display: flex;
  align-items: flex-end;
}
#navbar-main .user-icons a {
  display: inline-block;
  margin-right: 20px;
  color: #474747;
  width: 22px;
  height: 22px;
}
#navbar-main .user-icons a.fav-icon,
#navbar-main .user-icons a.message-icon {
  background: none !important;
}
#navbar-main .user-icons a.magnifier-icon {
  display: none;
}
#navbar-main .user-icons a:hover {
  color: #d63d00;
}
#navbar-main .user-icons a.shopping-cart-icon {
  margin-right: 0px !important;
}
#navbar-main .shop-cart-wrap {
  display: flex;
  position: relative;
  margin-right: 20px;
}
#navbar-main .shop-cart-wrap.opened > .shopping-cart-top {
  display: block;
}
#navbar-main .user-icon {
  width: 20px;
  height: 21px;
  color: #474747;
}
#navbar-main .user-icon:hover {
  color: #FF530D;
}
#navbar-main .shopping-cart-icon {
  color: #474747;
  width: 24px;
  height: 22px;
}
#navbar-main .shopping-cart-icon:hover {
  color: #FF530D;
}
#navbar-main .message-icon {
  width: 22px;
  height: 18px;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.8544%201H2.17467C1.52592%201%201%201.52405%201%202.1705V15.8295C1%2016.4759%201.52592%2017%202.17467%2017H19.8544C20.5032%2017%2021.0291%2016.4759%2021.0291%2015.8295V2.1705C21.0291%201.52405%2020.5032%201%2019.8544%201Z%22%20stroke%3D%22%23474747%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M1%202.88403L11.0362%209.92921L21.0303%202.88403%22%20stroke%3D%22%23474747%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
}
#navbar-main .message-icon:hover {
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.8544%201H2.17467C1.52592%201%201%201.52405%201%202.1705V15.8295C1%2016.4759%201.52592%2017%202.17467%2017H19.8544C20.5032%2017%2021.0291%2016.4759%2021.0291%2015.8295V2.1705C21.0291%201.52405%2020.5032%201%2019.8544%201Z%22%20stroke%3D%22%23FF530D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M1%202.88403L11.0362%209.92921L21.0303%202.88403%22%20stroke%3D%22%23FF530D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E') !important;
}
#navbar-main .fav-icon {
  width: 24px;
  height: 21px;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2221%22%20viewBox%3D%220%200%2024%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.0009%2020C11.8641%2019.6577%203.94521%2012.2142%202.62591%2010.7358C0.753351%208.61509%200.288253%205.7734%202.35232%203.11954C4.4164%200.465685%209.06739%20-0.06147%2012.0009%203.66787C14.9343%20-0.06147%2019.5823%200.465685%2021.6464%203.11954C23.7104%205.7734%2023.2484%208.63024%2021.3758%2010.7358C20.0565%2012.2142%2012.1377%2019.6577%2012.0009%2020Z%22%20stroke%3D%22%23474747%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
}
#navbar-main .fav-icon:hover {
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2221%22%20viewBox%3D%220%200%2024%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.0009%2020C11.8641%2019.6577%203.94521%2012.2142%202.62591%2010.7358C0.753351%208.61509%200.288253%205.7734%202.35232%203.11954C4.4164%200.465685%209.06739%20-0.06147%2012.0009%203.66787C14.9343%20-0.06147%2019.5823%200.465685%2021.6464%203.11954C23.7104%205.7734%2023.2484%208.63024%2021.3758%2010.7358C20.0565%2012.2142%2012.1377%2019.6577%2012.0009%2020Z%22%20stroke%3D%22%23FF530D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A') !important;
}
#navbar-main .host-menu {
  margin-right: 20px;
  font: 10px/11px 'Open Sans';
  color: #474747;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 22px;
}
#navbar-main .host-menu:hover {
  color: #FF530D;
  text-decoration: none;
}
#navbar-main .host-menu > img {
  margin-right: 9px;
}
#navbar-main .host-icon {
  position: relative;
}
#navbar-main .host-icon img {
  border-radius: 50%;
}
#navbar-main .host-icon:after {
  content: "";
  border: 0;
  width: 11px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -15px;
}
#navbar-main .host-menu.message-m {
  position: relative;
}
#navbar-main .host-menu.message-m.with-unread:after {
  width: 15px;
  height: 15px;
  background: #FF530D;
  position: absolute;
  left: 15px;
  top: -7px;
  color: #fff;
  font: 700 10px/12px 'Lato';
  letter-spacing: 0.03em;
  content: attr(data-unread);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#navbar-main .btn-new {
  font: 600 14px/17px 'Lato', sans-serif;
  padding: 5px 25px;
}
#navbar-main .btn-new:hover {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%);
  color: #FF530D;
}
#navbar-main .is-host-buttons .is-host-form__submit {
  width: 172px;
  height: 31px;
  padding: 0 !important;
  cursor: pointer;
}
#navbar-main .is-host-buttons .is-host-form__submit div {
  position: relative;
  height: 26px;
  border-radius: inherit;
}
#navbar-main .is-host-buttons .is-host-form__submit div:hover {
  color: #FF530D;
  background-color: #FFFFFF;
}
#navbar-main .is-host-buttons .is-host-form__submit div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#navbar-main .search-mobile-close {
  display: none;
}
#navbar-main .search-nav-input {
  position: relative;
}
#navbar-main .search-nav-input input {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%);
  border: 1.5px solid #808080;
  border-radius: 10px;
  width: 154px;
  height: 32px;
  color: #808080;
  font-size: 13px;
  line-height: 18px;
  padding: 7px 10px;
  background: linear-gradient(90deg, transparent, transparent 100%);
}
#navbar-main .search-nav-input input:focus {
  border: 1.5px solid #FF530D;
}
#navbar-main .search-nav-submit {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -8px;
  right: 3px;
  background-repeat: no-repeat;
  background-position: center;
}
#navbar-main .bottom-menu {
  margin-top: 2px;
}
#navbar-main ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-bottom: 0px;
}
#navbar-main #main-menu > li:not(.fake-li) {
  display: inline-block;
  position: relative !important;
}
#navbar-main #main-menu li:not(.fake-li) a {
  display: block;
  width: 100%;
  padding: 0;
  font: 14px/17px 'Lato', sans-serif;
  position: relative;
  color: #474747;
}
#navbar-main #main-menu > li:not(.fake-li) > a {
  font: 700 16px/19px 'Lato', sans-serif;
  color: #474747;
  padding: 9px 0px 9px 0px !important;
  text-transform: none;
}
#navbar-main #main-menu .first-level.account-menu {
  padding: 14px 20px 20px;
}
#navbar-main #main-menu .first-level.account-menu > ul li > a {
  font: 500 14px/17px 'Lato', sans-serif;
  color: #606060;
  letter-spacing: 0.02em;
}
#navbar-main #main-menu > li:not(.fake-li):hover > a {
  background: none !important;
}
#navbar-main #main-menu > li:not(.fake-li) > a:hover,
#navbar-main #main-menu > li:not(.fake-li) > a:active,
#navbar-main #main-menu > li:not(.fake-li) > a:focus,
#navbar-main #main-menu > li:not(.fake-li) > a:visited {
  text-decoration: none;
}
#navbar-main #main-menu li:not(.fake-li) {
  direction: ltr;
  position: static;
}
#navbar-main .menu-level {
  display: none;
  position: absolute;
  z-index: 1072;
  background: #FCFCFC;
  border-radius: 5px;
}
#navbar-main .first-level {
  right: 0px;
  padding: 19px 20px 17px;
  left: unset;
}
#navbar-main .first-level.cities-dropdown {
  min-width: 200px;
}
#navbar-main .first-level.cities-dropdown.searching {
  right: unset;
}
#navbar-main .menu-level.first-level {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#navbar-main .menu-level:not(.first-level) > ul {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#navbar-main .first-level > ul {
  position: initial;
  min-width: 84px;
  padding: 0px;
}
#navbar-main .menu-level > ul > li {
  text-align: left;
  padding: 5px 15px;
}
#navbar-main .first-level > ul > li {
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #C4C4C4;
}
#navbar-main .first-level.cities-dropdown > ul > li,
#navbar-main .account-menu.admin-menu > ul > li {
  margin-left: 19px;
}
#navbar-main .first-level > ul > li:last-child {
  border-bottom: 0;
}
#navbar-main #main-menu .first-level > ul > li > a {
  padding: 16px 0;
  font-weight: bold !important;
}
#navbar-main #main-menu .first-level > ul > li > a.first-level-city {
  padding-left: 10px;
  font-weight: normal !important;
}
#navbar-main #main-menu .first-level > ul > li:first-child a {
  padding-top: 0px;
}
#navbar-main #main-menu .first-level > ul > li:last-child a {
  padding-bottom: 2px;
}
#navbar-main #main-menu li:not(.fake-li):hover > a,
#navbar-main .account-menu li:hover a {
  color: #FF530D !important;
  text-decoration: none;
}
#navbar-main .cities-dropdown.first-level > ul {
  overflow-y: auto;
  direction: rtl;
  padding-top: 0px;
}
#navbar-main .search-menu-box {
  position: relative !important;
  margin-bottom: 20px;
}
#navbar-main .search-menu-box .search-menu {
  background: #FFFFFF;
  border: 1px solid #808080;
  border-radius: 5px;
  width: 100%;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 14px;
}
#navbar-main .search-menu-box:after {
  content: " ";
  position: absolute;
  height: 11px;
  width: 11px;
  background-size: cover;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
#navbar-main .second-level {
  left: 100%;
  margin-left: -20px;
  padding-left: 20px;
}
#navbar-main .second-level ul,
#navbar-main .third-level ul {
  min-width: 200px;
  padding: 5px 0px;
}
#navbar-main .first-level > ul > li > a,
#navbar-main .second-level > ul > li > a {
  white-space: nowrap;
}
#navbar-main #main-menu::-webkit-scrollbar-track,
#navbar-main #main-menu ul::-webkit-scrollbar-track,
#navbar-main .account-menu::-webkit-scrollbar-track {
  background: #E2E2E2;
  border-radius: 4px;
}
#navbar-main #main-menu::-webkit-scrollbar-thumb,
#navbar-main #main-menu ul::-webkit-scrollbar-thumb,
#navbar-main .account-menu::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 4px;
}
#navbar-main #main-menu::-webkit-scrollbar,
#navbar-main #main-menu ul::-webkit-scrollbar,
#navbar-main .account-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}
#navbar-main .first-level.account-menu {
  top: 45px;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#navbar-main .first-level.account-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 13px;
  display: block;
  width: 15px;
  height: 15px;
  background: #FCFCFC;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  transform: rotate(45deg);
  border-radius: 4px 0 0 0;
}
#navbar-main .account-menu .nav-divider {
  display: none;
}
#navbar-main .noauth-section {
  padding-bottom: 17px;
  border-bottom: 0.5px solid #606060;
}
#navbar-main .noauth-section .btn-block {
  display: block;
  height: 28px;
  width: 136px;
  border: 0.5px solid #FF530D;
  border-radius: 5px;
  padding: 0;
  line-height: 27px;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
  transition: background 400ms, color 400ms;
}
#navbar-main .noauth-section .text-btn {
  margin: 0 auto;
  letter-spacing: 0.08em;
  background: transparent;
  border: none;
  height: auto;
  color: #474747;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#navbar-main .noauth-section p {
  font: 14px/17px 'Lato';
  letter-spacing: 0.02em;
  color: #707070;
  margin-top: 15px;
  direction: ltr;
  text-align: center;
}
#navbar-main #banner-custom {
  background-color: #FF530D;
  background-image: linear-gradient(87deg, rgba(255, 83, 13, 0) 4.32%, rgba(194, 81, 0, 0.5) 27.16%, #D63D00 50%, rgba(194, 81, 0, 0.5) 72.84%, rgba(255, 83, 13, 0) 95.68%) !important;
  color: #FFF;
  margin: 0;
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar-main #banner-custom .banner-custom-text {
  background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 50%);
  color: #FFFFFF;
  text-align: center;
  font: 14px/17px 'Lato';
  margin-right: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
}
#navbar-main #banner-custom .banner-custom-text__logos {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#navbar-main #banner-custom .banner-custom-text__logo {
  color: #FFFFFF;
}
#navbar-main #banner-custom .banner-custom-text__logo svg {
  width: inherit;
  height: inherit;
}
#navbar-main #banner-custom .banner-custom-text__usa-today {
  width: 78px;
  height: 14px;
}
#navbar-main #banner-custom .banner-custom-text__nbc {
  width: 51px;
  height: 14px;
}
#navbar-main #banner-custom .banner-custom-text__forbes {
  width: 51px;
  height: 14px;
}
#navbar-main #banner-custom .banner-custom-text__buzzfeed {
  width: 70px;
  height: 18px;
}
#navbar-main #banner-custom .banner-custom-text__cosmopolitan {
  width: 70px;
  height: 14px;
}
#navbar-main #banner-custom .banner-custom-text__the-culture-trip {
  width: 35px;
  height: 35px;
}
#navbar-main #banner-custom .banner-custom-text__lifestyle-asia {
  width: 96px;
  height: 17px;
}
#navbar-main #banner-custom .banner-custom-text__timeout {
  width: 51px;
  height: 18px;
}
#navbar-main #banner-custom .banner-custom-text img {
  width: auto;
}
#navbar-main #banner-custom .banner-custom-text img.usa-logo-banner,
#navbar-main #banner-custom .banner-custom-text img.nbc-logo-banner {
  height: 16px;
}
#navbar-main #banner-custom .btn {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%);
  color: #FF530D;
  border: 1px solid transparent;
  padding: 4px 10px !important;
  font: 500 14px/17px 'Lato';
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  flex: 0 0 auto;
  color: #D63D00 !important;
}
#navbar-main #banner-custom .btn i {
  display: none;
}
#navbar-main .shopping-cart-top {
  width: 270px;
  position: absolute;
  right: 0px;
  z-index: 9999;
  top: 20px;
  padding-top: 10px;
  background: transparent;
  display: none;
}
#navbar-main .sc-inner {
  box-shadow: 0px 0px 3px #00000029;
  background: #FCFCFC;
  border-radius: 5px;
  padding: 16px 20px;
}
@media (hover: hover) {
  #navbar-main .shop-cart-wrap:hover > .shopping-cart-top,
  #navbar-main .shop-cart-wrap.opened > .shopping-cart-top {
    display: block;
  }
}
@media (hover: none) {
  #navbar-main .shopping-cart-toggle.opened + .shopping-cart-top {
    display: block;
  }
}
#navbar-main .sc-header {
  display: flex;
  justify-content: space-between;
  font: 600 14px/17px 'Lato';
  color: #FF530D;
  padding-bottom: 17px;
  border-bottom: 1px solid #C4C4C4;
}
#navbar-main .close-mobile-sc {
  margin: 0 !important;
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#navbar-main .sc-cart-text {
  display: flex;
}
#navbar-main .sc-total-badge {
  width: 18px;
  height: 18px;
  background: #FF530D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}
#navbar-main .sc-body {
  padding-top: 16px;
}
#navbar-main .sc-empty {
  text-align: right;
  font: 12px/14px 'Lato';
  color: #808080;
}
#navbar-main .hide-if-empty {
  display: none;
}
#navbar-main .shopping-cart-top.with-products .hide-if-empty {
  display: block;
}
#navbar-main .shopping-cart-top.with-products .sc-empty {
  display: none;
}
#navbar-main .sc-items {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 5px;
}
#navbar-main .sc-items::-webkit-scrollbar-track {
  background: #E2E2E2;
}
#navbar-main .sc-items::-webkit-scrollbar-thumb {
  background: #C4C4C4;
}
#navbar-main .sc-items::-webkit-scrollbar {
  width: 4px;
}
#navbar-main .sc-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 18px;
}
#navbar-main .sc-item-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#navbar-main .sc-t {
  font: 600 14px/17px 'Lato';
  text-align: left;
  color: #474747;
  margin-left: 10px;
}
#navbar-main .sc-image {
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  flex: 0 0 50px;
}
#navbar-main .sc-a {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  align-items: flex-start;
}
#navbar-main .sc-q {
  font: 14px/17px 'Lato';
  color: #FF530D;
}
#navbar-main .sc-q > span {
  color: #808080;
}
#navbar-main .ch-current {
  font: 11px/13px 'Lato';
  color: #474747;
}
#navbar-main .ch-sale {
  font: 14px/17px 'Lato';
  color: #FF530D;
  margin-right: 10px;
}
#navbar-main .ch-sale + .ch-current {
  font: 13px/15px 'Lato';
  color: #808080;
}
#navbar-main .reg-price span {
  text-decoration: line-through;
}
#navbar-main .sc-total {
  font: 600 14px/17px 'Lato';
  text-align: left;
  color: #474747;
  margin-bottom: 5px;
}
#navbar-main .sc-ship {
  font: 400 12px/14px 'Lato';
  text-align: left;
  color: #FF530D;
  text-transform: uppercase;
}
#navbar-main .shopping-cart-top .shop-btn {
  display: block;
  margin-right: 0;
  width: 100%;
  height: auto;
  color: #ffffff;
  margin-top: 18px;
  text-transform: uppercase;
  font: 500 12px/14px 'Lato';
  margin-bottom: 8px;
}
#navbar-main .shopping-cart-top .shop-btn:hover {
  color: #ffffff;
}
#navbar-main .sc-view-cart {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  font: 600 10px/12px 'Lato';
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #474747;
  margin: 0 !important;
}
#navbar-main .sc-view-cart:hover {
  color: #474747 !important;
}
#navbar-main .shopping-cart-toggle.with-products {
  position: relative;
}
#navbar-main .shopping-cart-toggle.with-products:after {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FF530D;
  border-radius: 50%;
  content: attr(data-count);
  color: #fff;
  font: 10px/12px Lato;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -8px;
  top: -2px;
}
@media (min-width: 768px) {
  #navbar-main #main-menu.usa {
    display: flex;
    justify-content: space-between;
  }
  #navbar-main #main-menu.usa > li:not(.fake-li) {
    margin-left: 0px;
  }
  #navbar-main .first-level > ul {
    max-height: 380px !important;
  }
  #navbar-main #main-menu > li:not(.fake-li) {
    margin-left: 30px;
  }
  #navbar-main #main-menu > li:not(.fake-li):first-child {
    margin-left: 0px;
  }
  #navbar-main #main-menu > li:not(.fake-li):hover > .first-level {
    display: block;
  }
  #navbar-main .first-level > ul > li:hover > .second-level {
    display: block;
  }
  #navbar-main .second-level > ul > li:hover > .third-level {
    display: block;
  }
  #navbar-main .account-menu > ul {
    overflow-y: auto;
    direction: rtl;
    max-height: 565px !important;
  }
  #navbar-main .account-menu.admin-menu > ul {
    max-height: 500px !important;
  }
  #navbar-main .account-menu.open {
    display: block !important;
  }
  #navbar-main .account-menu:after {
    content: "";
    height: 13px;
    width: 70px;
    position: absolute;
    right: 0;
    top: -13px;
  }
}
#navbar-main .subsc-newsletter-link--mobile {
  display: none;
}
#navbar-main .subsc-newsletter-link__anchor {
  font: 500 14px/17px 'Lato';
  color: #D63D00;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}
#navbar-main .subsc-newsletter-link__anchor button {
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
}
#navbar-main .subsc-newsletter-link .sub-newsletter-tablet {
  display: none;
}
@media (max-width: 1330px) {
  #navbar-main .subsc-newsletter-link a {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1290px) {
  #navbar-main .subsc-newsletter-link a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
  }
  #navbar-main .subsc-newsletter-link .sub-newsletter-tablet {
    display: inline;
  }
  #navbar-main .subsc-newsletter-link .sub-newsletter-desktop {
    display: none;
  }
}
@media (max-width: 1199px) {
  #navbar-main .top-nav-container {
    padding: 20px 15px 8px;
  }
  #navbar-main .logo {
    margin-right: 20px;
  }
  #navbar-main .logo img {
    width: 100px;
  }
}
@media (max-width: 991px) {
  #navbar-main .mobile-logo-img {
    display: inline-block;
    margin-right: 20px;
  }
  #navbar-main .logo {
    display: none;
  }
  #navbar-main .search-nav-form {
    display: flex;
    align-items: center;
  }
  #navbar-main .first-level.cities-dropdown {
    right: auto;
    left: 0 !important;
  }
}
@media (max-width: 900px) {
  #navbar-main .subsc-newsletter-link--desktop {
    display: none;
  }
}
@media (max-width: 877px) {
  #navbar-main .top-right-menu .yelp:not(.no-auth) {
    display: none;
  }
}
@media (max-width: 840px) {
  #navbar-main .host-menu > img {
    margin-right: 0;
  }
  #navbar-main .host-menu > span {
    display: none;
  }
}
@media (max-width: 794px) {
  #navbar-main .top-right-menu .yelp.no-auth {
    display: none;
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes bounceOut {
    0% {
      transform: translate3d(0px, 0, 0);
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @-webkit-keyframes bounceOutLeft {
    0% {
      transform: translate3d(0px, 0, 0);
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes bounceOutLeft {
    0% {
      transform: translate3d(0px, 0, 0);
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @-webkit-keyframes bounceInLeft {
    0% {
      transform: translate3d(-100%, 0, 0);
    }
    75% {
      transform: translate3d(0px, 0, 0);
    }
    100% {
      transform: translate3d(-2px, 0, 0);
    }
  }
  @keyframes bounceInLeft {
    0% {
      transform: translate3d(-100%, 0, 0);
    }
    75% {
      transform: translate3d(0px, 0, 0);
    }
    100% {
      transform: translate3d(-2px, 0, 0);
    }
  }
  #navbar-main #main-menu::-webkit-scrollbar-track,
  #navbar-main #main-menu ul::-webkit-scrollbar-track,
  #navbar-main .account-menu::-webkit-scrollbar-track,
  #navbar-main #main-menu::-webkit-scrollbar-thumb,
  #navbar-main #main-menu ul::-webkit-scrollbar-thumb,
  #navbar-main .account-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  #navbar-main #main-menu::-webkit-scrollbar,
  #navbar-main #main-menu ul::-webkit-scrollbar,
  #navbar-main .account-menu::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
  }
  #navbar-main .search-menu-box .search-menu {
    border-color: #707070;
    padding: 6px 10px;
    border-radius: 7px;
  }
  #navbar-main .mobile-logo-img {
    margin-top: 9px;
  }
  #navbar-main .search-nav-form .nav-search-form:not(.no-auth) {
    display: none;
  }
  #navbar-main .top-right-menu .message-us:not(.no-auth) {
    display: none;
  }
  #navbar-main .middle-menu:not(.no-auth) {
    display: block;
  }
  #navbar-main #main-menu {
    top: 67px;
    position: absolute;
    left: 0px;
    background: #FCFCFC;
    width: 300px;
    z-index: 1000;
    direction: rtl;
    overflow-y: auto;
    height: calc(100vh - 50px);
    padding: 15px 20px 10px !important;
    transform: translateX(-100%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  }
  #navbar-main #main-menu.closed {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #navbar-main #main-menu.opened {
    display: block;
    -webkit-animation: bounceInLeft 0.65s cubic-bezier(0.47, 0.02, 0.38, 1.05) both;
    animation: bounceInLeft 0.65s cubic-bezier(0.47, 0.02, 0.38, 1.05) both;
  }
  #navbar-main #main-menu .account-menu ul li:last-child {
    border-bottom: 0;
  }
  #navbar-main #main-menu .menu-level {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    margin: 0;
    padding: 0;
  }
  #navbar-main #main-menu .first-level {
    padding: 0 !important;
    box-shadow: none;
    border: none;
  }
  #navbar-main #main-menu .first-level.account-menu::before {
    display: none;
  }
  #navbar-main .first-level.cities-dropdown > ul > li,
  #navbar-main .account-menu.admin-menu > ul > li {
    margin-left: 0;
  }
  #navbar-main #main-menu .menu-level ul {
    padding-right: 15px;
    overflow-y: auto;
    direction: ltr;
  }
  #navbar-main #main-menu ul {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
  #navbar-main #main-menu li:not(.fake-li) {
    display: block;
    margin-right: 0px;
    border-bottom: 0.5px solid #CCCCCC;
    padding: 0;
    text-align: left;
  }
  #navbar-main #main-menu li:not(.fake-li) a {
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.02em !important;
    text-align: left;
    text-transform: none;
    width: 100%;
    padding: 15px 0 !important;
    display: block;
    width: auto;
  }
  #navbar-main #main-menu li:not(.fake-li) a.first-level-city {
    padding-left: 10px !important;
  }
  #navbar-main #main-menu li:not(.fake-li) i + a {
    display: inline-block;
  }
  #navbar-main .hidden-menu {
    display: none !important;
  }
  #navbar-main #main-menu li:not(.fake-li).next-level {
    position: relative;
    text-align: left;
    background-size: 8px;
  }
  #navbar-main #main-menu li:not(.fake-li).next-level.only-searched {
    background: none;
  }
  #navbar-main #main-menu li:not(.fake-li).next-level.opened {
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
    background: none;
  }
  #navbar-main #main-menu li:not(.fake-li).next-level.opened > .menu-level {
    display: block;
  }
  #navbar-main #main-menu li:not(.fake-li).opened > i {
    background-size: 16px 16px;
  }
  #navbar-main #main-menu li:not(.fake-li).opened .hidden-menu + .first-level .next-level.opened i {
    background-size: 22px 22px;
  }
  #navbar-main #main-menu li:not(.fake-li).opened > a {
    padding: 10px;
  }
  #navbar-main #main-menu li:not(.fake-li).opened .menu-level.first-level,
  #navbar-main #main-menu li:not(.fake-li).opened .menu-level.second-level {
    border-top: 0.5px solid #606060;
    border-radius: 0;
  }
  #navbar-main #main-menu li:not(.fake-li).opened .hidden-menu + .menu-level.first-level {
    border-top: 0;
  }
  #navbar-main #main-menu li:not(.fake-li).opened .search-menu-box {
    margin-top: 15px;
  }
  #navbar-main .next-level > i {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    position: absolute;
  }
  #navbar-main .account-menu {
    display: block;
  }
  #navbar-main #main-menu .account-menu ul li {
    margin: 0;
  }
  #navbar-main .mobile-menu-toggle {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 4px;
  }
  #navbar-main .mobile-menu-toggle__hamburger {
    position: relative;
    width: 20px;
    height: 14px;
  }
  #navbar-main .mobile-menu-toggle__hamburger div {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #474747;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.15s ease-in-out;
    border-radius: 2px;
  }
  #navbar-main .mobile-menu-toggle__hamburger div:nth-child(1) {
    top: 0;
  }
  #navbar-main .mobile-menu-toggle__hamburger div:nth-child(2) {
    top: 6px;
  }
  #navbar-main .mobile-menu-toggle__hamburger div:nth-child(3) {
    top: 12px;
  }
  #navbar-main .mobile-menu-toggle.opened .mobile-menu-toggle__hamburger div:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  #navbar-main .mobile-menu-toggle.opened .mobile-menu-toggle__hamburger div:nth-child(2) {
    opacity: 0;
  }
  #navbar-main .mobile-menu-toggle.opened .mobile-menu-toggle__hamburger div:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }
  #navbar-main .yelp {
    display: none;
  }
  #navbar-main .host-menu.last-m {
    margin-right: 0px;
  }
  #navbar-main .account-menu {
    right: 0px !important;
  }
  #navbar-main .account-menu .noauth-section {
    display: none;
  }
}
@media (max-width: 766px) {
  #navbar-main .top-nav-container {
    padding-bottom: 0;
  }
  #navbar-main #main-menu .first-level.account-menu > ul li > a {
    font: 700 16px/19px 'Lato', sans-serif;
    color: #474747;
    letter-spacing: 0;
  }
  #navbar-main .message-us.m-middle {
    margin: 0 !important;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px 0;
    background: #fcfcfc;
  }
  #navbar-main .middle-menu {
    max-height: 71px;
    transition: max-height 390ms;
    overflow: hidden;
  }
  #navbar-main .sticky-nav-categories {
    max-height: 31px;
    transition: max-height 390ms;
  }
  #navbar-main .top-cats {
    max-height: 40px;
    transition: max-height 390ms;
  }
  #navbar-main .nav-search-form-wrapper {
    padding-bottom: 7px;
    max-height: 39px;
    transition: max-height 0.39s, padding-bottom 0.39s;
  }
  #navbar-main .nav-search-form {
    position: relative;
    transform: translateY(0px);
  }
}
@media (max-width: 720px) {
  #navbar-main .is-chef-btn {
    position: relative;
    z-index: 101;
    width: 124px;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
  }
  #navbar-main .is-chef-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 72%;
    height: 12px;
    background: rgba(255, 83, 13, 0.5);
    filter: blur(5px);
    border-radius: 50%;
    transform: translate(-50%, 8px);
  }
  #navbar-main .is-chef-btn .is-host-form__submit {
    width: 124px;
    height: 28px;
  }
  #navbar-main .is-chef-btn .is-host-form__submit .cozy-gradient-btn__text-wrapper {
    width: 124px;
    height: 28px;
  }
  #navbar-main .is-chef-btn .is-host-form__submit .cozy-gradient-btn__text {
    height: 28px;
  }
  #navbar-main .message-us.m-middle {
    justify-content: space-between;
  }
  #navbar-main .subsc-newsletter-link--mobile {
    display: block;
  }
  #navbar-main .subsc-newsletter-link__anchor {
    font-size: 13px;
    line-height: 16px;
  }
  #navbar-main .search-nav-form .nav-search-form.no-auth:not(.host-nav) {
    display: none;
  }
  #navbar-main .top-right-menu .message-us.no-auth {
    display: none;
  }
  #navbar-main .top-right-menu .user-icons.no-auth {
    margin-left: 20px;
    order: 1;
  }
  #navbar-main .top-right-menu .user-icons.no-auth + .btn-new {
    position: relative;
    z-index: 1001;
  }
  #navbar-main .top-right-menu .user-icons.no-auth + .btn-new::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 72%;
    height: 12px;
    background: rgba(255, 83, 13, 0.5);
    filter: blur(5px);
    border-radius: 50%;
    transform: translate(-50%, 8px);
  }
  #navbar-main .top-right-menu .user-icons.no-auth + .btn-new:hover {
    background-color: #FF530D;
  }
  #navbar-main .top-right-menu .user-icons.no-auth + .btn-new:hover::after {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  #navbar-main .top-right-menu .user-icons.no-auth + .btn-new:focus-visible {
    outline: none;
  }
  #navbar-main .middle-menu.no-auth {
    display: block;
  }
}
@media (max-width: 670px) {
  #navbar-main .mobile-logo-img {
    margin-right: 10px;
    max-width: 84px;
  }
  #navbar-main .top-right-menu .btn-new {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
  }
  #navbar-main .is-host-buttons .is-host-form__submit {
    width: 124px;
    height: 28px;
  }
  #navbar-main .is-host-buttons .is-host-form__submit div {
    height: 24px;
  }
  #navbar-main .user-icons a {
    margin-right: 15px;
  }
  #navbar-main .user-icons a {
    width: 18px;
    height: 18px;
  }
  #navbar-main .user-icons a.magnifier-icon {
    display: inline-block;
  }
  #navbar-main .shop-cart-wrap {
    margin: 0;
  }
  #navbar-main .shopping-cart-top {
    right: 10px;
  }
  #navbar-main #banner-custom .banner-custom-text img {
    height: 14px !important;
  }
}
@media (max-width: 600px) {
  #navbar-main .top-nav-container {
    padding: 1px 16px 0 10px;
  }
  #navbar-main .nav-search-form-wrapper {
    padding-bottom: 5px;
    overflow: hidden;
  }
  #navbar-main .middle-menu {
    padding-left: 9px;
  }
  #navbar-main .message-us.m-middle {
    margin: 10px 0;
  }
  #navbar-main #banner-custom .btn {
    font-size: 12px;
    line-height: 14px;
  }
  #navbar-main #banner-custom .banner-custom-text {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 545px) {
  #navbar-main .search-nav-form .nav-search-form.host-nav {
    display: none;
  }
}
@media (max-width: 500px) {
  #navbar-main .hidden-500 {
    display: none;
  }
  #navbar-main .top-right-menu .user-icons:not(.no-auth) .shop-cart-wrap {
    margin-right: 0px;
  }
}
@media (min-width: 761px) {
  #navbar-main #banner-custom .banner-custom-text__usa-today {
    width: 89px;
    height: 16px;
  }
  #navbar-main #banner-custom .banner-custom-text__nbc {
    width: 58px;
    height: 16px;
  }
  #navbar-main #banner-custom .banner-custom-text__the-culture-trip {
    width: 50px;
    height: 50px;
  }
  #navbar-main #banner-custom .banner-custom-text__lifestyle-asia {
    width: 150px;
    height: 30px;
  }
  #navbar-main #banner-custom .banner-custom-text__timeout {
    width: 65px;
    height: 34px;
  }
}
#content-main {
  position: relative;
}
.header-alerts {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.header-alerts .alert {
  margin-bottom: 5px;
}
@media (max-width: 766px) {
  #navbar-main .nav-search-form-wrapper--state-hidden {
    max-height: 0;
    padding-bottom: 0;
  }
  .masked #navbar-main .middle-menu,
  .masked #navbar-main .sticky-nav-categories,
  .masked #navbar-main .top-cats {
    max-height: 0;
  }
}
body.body-loaded {
  transition: padding 400ms;
}
body.body-loaded #navbar-main .search-menu-box:after {
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.76492%2013.6146C11.371%2013.6146%2014.2942%2010.7907%2014.2942%207.30728C14.2942%203.82386%2011.371%201%207.76492%201C4.15887%201%201.2356%203.82386%201.2356%207.30728C1.2356%2010.7907%204.15887%2013.6146%207.76492%2013.6146Z%22%20stroke%3D%22%23808080%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12.4481%2011.6987L16.9969%2015.9999%22%20stroke%3D%22%23808080%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-size: cover;
}
body.body-loaded #navbar-main .close-mobile-sc {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cline%20x1%3D%221.06066%22%20y1%3D%221%22%20x2%3D%2215.7857%22%20y2%3D%2215.7251%22%20stroke%3D%22%23FF530D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cline%20x1%3D%221.21429%22%20y1%3D%2215.7252%22%20x2%3D%2215.9393%22%20y2%3D%221.00017%22%20stroke%3D%22%23FF530D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
}
body.body-loaded #navbar-main .host-icon:after {
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%201L6.5%206L1%201.00329%22%20stroke%3D%22%23606060%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
@media (max-width: 767px) {
  body.body-loaded #navbar-main #main-menu li:not(.fake-li).next-level {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1675335752/pages/homepage/mob-menu-right-arrow.svg') no-repeat right center;
  }
  body.body-loaded #navbar-main #main-menu li:not(.fake-li).opened > i {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1675337416/pages/homepage/mob-menu-two-arrow.svg') no-repeat left center;
  }
  body.body-loaded #navbar-main #main-menu li:not(.fake-li).opened .hidden-menu + .first-level .next-level.opened i {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1675337416/pages/homepage/mob-menu-three-arrow.svg') no-repeat left center;
  }
}
.cozy-footer {
  padding: 40px 0;
}
.cozy-footer__hr {
  margin: 0 auto 40px;
  padding: 0 25px;
}
.cozy-footer__hr-line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
.cozy-footer__partners {
  margin-bottom: 40px;
}
.cozy-footer__subfooter {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}
.cozy-footer__offices {
  margin-top: 40px;
}
.f-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  margin: 0 -20px;
  gap: 8px;
}
.f-content > a {
  display: none !important;
}
.f-content__col-2 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}
.f-content__title {
  margin-bottom: 8px;
  color: #ff530d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 22px/26px 'Lato';
  background: linear-gradient(90deg, transparent, transparent 100%);
}
.f-content__description {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.f-content__description strong {
  font-weight: 700;
}
.f-content__description span {
  color: #d63d00;
  font-weight: 700;
}
.f-content__extra-block {
  margin-top: 24px;
}
.f-content__social-media {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 8px;
}
.f-content__links,
.f-content__links-wrapper {
  display: grid;
  gap: 8px;
}
.f-content__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.f-content__social-link img {
  width: 24px;
}
.f-content__links-separator {
  height: 1px;
  background-color: #eeeeee;
}
.f-content__links-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-content__link-header-text {
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 700 16px/19px 'Lato';
}
.f-content__link-icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transition: background-color 400ms;
}
.f-content__link-icon:active {
  background-color: rgba(1, 1, 27, 0.15);
}
.f-content__link-icon::before,
.f-content__link-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 2px;
  background-color: #474747;
  transition: transform 400ms;
  transform: translate(-50%, -50%);
}
.f-content__link-icon::before {
  width: 12px;
  height: 2px;
}
.f-content__link-icon::after {
  width: 2px;
  height: 12px;
}
.f-content__link-icon.opened::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.f-content__link-body-wrapper {
  display: none;
  padding-bottom: 8px;
}
.f-content__link-body {
  display: grid;
  padding-left: 16px;
  gap: 8px;
}
.f-content__link {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 16px/22px 'Open Sans';
}
.f-content__link:hover,
.f-content__link:focus,
.f-content__link:focus-visible {
  outline: none;
  color: #606060;
  text-decoration: none;
}
.f-content__link:hover {
  color: #ff5200;
}
.f-tiles {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.f-tiles__tile img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-subscribe-box {
  max-width: 365px;
  margin: 0 auto;
}
.f-subscribe-box__form {
  display: flex;
  flex-direction: column;
  padding: 12px 4px 4px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background-color: #ffffff;
  gap: 12px;
}
.f-subscribe-box__form:hover {
  border-color: #474747;
}
.f-subscribe-box__form.focused {
  border-color: #ff530d;
}
.f-subscribe-box__inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.f-subscribe-box__input-wrapper {
  padding: 0 11px;
}
.f-subscribe-box__input {
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: 12px;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  color: #707070;
  font: 400 14px/19px 'Open Sans';
}
.f-subscribe-box__input:focus {
  border-color: #ff530d;
}
.f-subscribe-box__select-wrapper {
  position: relative;
}
.f-subscribe-box select.your-inbox__select {
  display: block;
  width: 100%;
  border: none;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1689333058/pages/be-a-host/select-carrot-icon.svg') no-repeat center right 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.f-subscribe-box__select.selectize-control.single .selectize-input {
  position: relative;
  height: 19px;
  padding: 0 30px 0 12px;
  border: none;
  box-shadow: none;
}
.f-subscribe-box__select.selectize-control.single .selectize-input::before {
  display: none !important;
}
.f-subscribe-box__select.selectize-control.single .selectize-input::after {
  right: 12px;
  width: 16px;
  height: 8px;
  margin: 0;
  border: none;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1689333058/pages/be-a-host/select-carrot-icon.svg') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.f-subscribe-box__select.selectize-control.single .selectize-input.dropdown-active::after {
  height: 16px;
  margin: 0;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1689333058/pages/be-a-host/select-search-icon.svg') no-repeat center;
  pointer-events: none;
}
.f-subscribe-box__select.selectize-control.single .selectize-input input,
.f-subscribe-box__select.selectize-control.single .selectize-input .item {
  width: 100% !important;
  color: #707070;
  font: 400 14px/19px 'Open Sans';
}
.f-subscribe-box__select.selectize-control.single .selectize-input input {
  position: absolute !important;
  top: 0 !important;
  right: 30px !important;
  left: 12px !important;
}
.f-subscribe-box__select.selectize-dropdown {
  position: static;
  margin-top: -2px;
  padding: 8px 2px 0;
  border: none;
  background-color: #ffffff;
  box-shadow: none;
}
.f-subscribe-box__select.selectize-dropdown::before {
  content: '';
  position: absolute;
  top: 27px;
  right: 10px;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #ff530d;
}
.f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content {
  max-height: 235px;
  margin-top: 10px;
  padding: 0 10px;
}
.f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar,
.f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track,
.f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
}
.f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}
.f-subscribe-box__select.selectize-dropdown .option {
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  background: transparent;
  color: #606060;
  letter-spacing: 0.03em;
  font: 400 14px/20px 'Open Sans';
  cursor: pointer;
}
.f-subscribe-box__select.selectize-dropdown .option:first-child {
  padding-top: 0;
  border-top: none;
}
.f-subscribe-box__select.selectize-dropdown .option:last-child {
  padding-bottom: 0;
}
.f-subscribe-box__select.selectize-dropdown .option.active {
  background: transparent;
  color: #ff530d;
}
.f-subscribe-box__fields-divider {
  display: none;
  width: auto;
  height: 1px;
  margin: 0 11px;
  background-color: #eeeeee;
}
.f-subscribe-box .cozy-gradient-btn.f-subscribe-box__submit-btn {
  width: 100%;
  height: 33px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 6px;
  letter-spacing: 0.1em;
  font: 500 14px/18px 'Lato';
}
.f-subscribe-box .ft-success {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.f-subscribe-box .ft-s1,
.f-subscribe-box .ft-s2 {
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.f-subscribe-box .ft-s1 {
  color: #46a690;
  font-weight: 700;
}
.f-subscribe-box .ft-s2 {
  color: #606060;
  font-family: 'Lato';
}
.f-subfooter__links {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  grid-template-columns: repeat(3, auto);
  row-gap: 8px;
}
.f-subfooter__link {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.f-subfooter__link:hover,
.f-subfooter__link:focus,
.f-subfooter__link:focus-visible {
  outline: none;
  color: #606060;
  text-decoration: none;
}
.f-subfooter__link:hover {
  color: #ff5200;
}
.f-subfooter__link:last-child {
  grid-column: 1 / span 3;
}
.f-subfooter__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto;
}
.f-subfooter__logo:focus,
.f-subfooter__logo:focus-visible {
  outline: none;
}
.f-subfooter__copyright {
  color: #606060;
  text-align: center;
  font: 400 10px/14px 'Open Sans';
}
.f-subfooter__copyright sup {
  top: -0.9em;
  font-size: 0.5em;
}
.f-offices__title {
  margin-bottom: 24px;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 22px/26px 'Lato';
}
.f-offices__sections {
  display: grid;
  row-gap: 24px;
}
.f-offices__section-title {
  margin-bottom: 16px;
  color: #d63d00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 18px/22px 'Lato';
}
.f-offices__section-item {
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 9px/14px 'Open Sans';
}
.f-offices__section-item--headq {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #d63d00;
}
.f-offices__section-item .headquarter {
  color: #d63d00;
  text-transform: uppercase;
  font-weight: 500;
}
.f-offices__section-item b {
  font-weight: 700;
}
@media (min-width: 351px) {
  .f-partners {
    margin: 0 auto;
  }
}
@media (min-width: 383px) {
  .f-partners {
    gap: 12px 15px;
  }
}
@media (min-width: 601px) {
  .f-content__links {
    grid-template-columns: 1fr 1fr;
  }
  .f-content__links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .f-content__links-section {
    border: none;
  }
  .f-content__links-section--first {
    min-height: 167px;
  }
  .f-content__links-separator {
    display: none;
  }
  .f-content__links-section-header {
    margin-bottom: 6px;
  }
  .f-content__link-icon {
    display: none;
  }
  .f-content__link-body-wrapper {
    display: block !important;
    padding: 0;
  }
  .f-content__link-body {
    padding: 0;
  }
  .f-content__extra-block {
    margin-top: 16px;
  }
  .f-tiles {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 768px) {
  .f-partners {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .f-partners__partner {
    display: flex;
  }
  .f-partners__partner img {
    width: 100%;
  }
  .f-partners.international .f-partners__partner {
    max-width: 120px;
    width: 100%;
  }
  .f-subscribe-box {
    max-width: 682px;
    margin: 0;
  }
  .f-subscribe-box__form {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
    padding: 4px 4px 4px 0;
    gap: 0;
  }
  .f-subscribe-box__input-wrapper {
    width: 258px;
  }
  .f-subscribe-box__select-wrapper {
    flex-grow: 1;
    max-width: 299px;
  }
  .f-subscribe-box__inputs {
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 5px;
    gap: 5px;
  }
  .f-subscribe-box__input {
    padding: 0;
    border: none;
  }
  .f-subscribe-box__select.selectize-control.single {
    max-width: 299px;
    height: 19px;
  }
  .f-subscribe-box__select.selectize-dropdown {
    position: absolute;
    top: 32px !important;
    padding-top: 0;
    padding-bottom: 10px;
    border: 1px solid #eeeeee;
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
  .f-subscribe-box__select.selectize-dropdown::before {
    display: none;
  }
  .f-subscribe-box__select.selectize-dropdown .selectize-dropdown-content {
    margin-top: 0 !important;
    direction: rtl;
  }
  .f-subscribe-box__select.selectize-dropdown .option {
    direction: ltr;
  }
  .f-subscribe-box__fields-divider {
    display: block;
    width: 1px;
    height: 100%;
    margin: 0;
  }
  .f-subscribe-box .cozy-gradient-btn.f-subscribe-box__submit-btn {
    width: 96px;
    max-width: 96px;
  }
  .f-offices__sections {
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .f-offices__sections--count-1 {
    justify-content: center;
    grid-template-columns: auto;
  }
}
@media (min-width: 991px) {
  .cozy-footer {
    padding-top: 80px;
  }
  .cozy-footer__hr {
    padding: 0 50px;
  }
  .f-content {
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: minmax(auto, 725px) 400px;
  }
  .f-content__col-2 {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .f-content__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }
  .f-content__description {
    font-size: 16px;
    line-height: 22px;
  }
  .f-content__social-media {
    justify-content: flex-start;
    gap: 16px;
  }
  .f-content__links {
    gap: 0;
  }
  .f-content__links-section--first {
    min-height: 144px;
  }
  .f-content__social-link {
    width: 20px;
    height: 20px;
  }
  .f-content__social-link img {
    width: 20px;
  }
  .f-content__link-body {
    gap: 6px;
  }
  .f-content__link {
    font-size: 14px;
    line-height: 19px;
  }
  .f-subscribe-box__form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .f-subscribe-box__inputs {
    flex-grow: 0;
  }
  .f-subscribe-box__input-wrapper {
    width: 149px;
  }
  .f-subscribe-box__select-wrapper {
    width: 175px;
  }
  .f-subscribe-box .ft-s1,
  .f-subscribe-box .ft-s2 {
    font-size: 18px;
  }
  .f-subfooter {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: auto auto;
    row-gap: 16px;
  }
  .f-subfooter__links {
    order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: repeat(4, auto);
  }
  .f-subfooter__link {
    font-size: 13px;
    line-height: 20px;
  }
  .f-subfooter__link:last-child {
    grid-column: 4;
  }
  .f-subfooter__logo {
    order: 3;
    width: auto;
    margin: 0;
    text-align: center;
    grid-column: 1 / span 2;
  }
  .f-subfooter__copyright {
    order: 1;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .f-offices__title {
    font-size: 28px;
    line-height: 34px;
  }
  .f-offices__section-item {
    letter-spacing: normal;
    font-size: 12px;
    line-height: 20px;
  }
  .f-offices__sections {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .f-offices__sections--count-1 {
    grid-template-columns: auto;
  }
}
@media (min-width: 1024px) {
  .f-subfooter__links {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 1100px) {
  .f-subscribe-box__input-wrapper {
    width: 257px;
  }
}
@media (min-width: 1200px) {
  .cozy-footer__hr {
    max-width: 1440px;
    padding: 0;
  }
}
@media (min-width: 1260px) {
  .f-subscribe-box__select-wrapper {
    width: 230px;
  }
}
@media (min-width: 1290px) {
  .f-subscribe-box__select-wrapper {
    width: 257px;
  }
}
#adthrive-ccpa-link {
  display: block !important;
}
.modal.covid-chef-modal .modal-dialog {
  position: absolute;
  top: 50%;
  margin: 0 15px;
  padding: 0;
  transform: translateY(-50%);
}
.modal.covid-chef-modal .modal-content {
  padding: 37px 0 49px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.modal.covid-chef-modal .modal-close-button {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f1f1f1 url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654093704/modals/close-button-icon.svg') no-repeat center;
  cursor: pointer;
  transition: background-color 400ms;
}
.modal.covid-chef-modal .modal-close-button:hover {
  background-color: #e4dede;
}
.modal.covid-chef-modal .modal-header {
  margin-bottom: 24px;
  padding: 0 48px;
}
.modal.covid-chef-modal .modal-header .modal-title {
  margin: 0;
  color: #333333;
  text-align: center;
  font: 600 24px/33px 'Open Sans';
}
.modal.covid-chef-modal .modal-body {
  padding: 0 22px;
}
.modal.covid-chef-modal .modal-body-text {
  margin-bottom: 12px;
  color: #000000;
  font: 400 15px/23px 'Open Sans';
}
.modal.covid-chef-modal .form-group {
  margin-bottom: 40px;
}
.modal.covid-chef-modal #covid-form .form-group:last-child {
  margin: 0;
}
.modal.covid-chef-modal .form-group-option {
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding-left: 25px;
  color: #333333;
  font: 400 14px/21px 'Open Sans';
  cursor: pointer;
}
.modal.covid-chef-modal .form-group-option input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal.covid-chef-modal .form-group-option input[type=checkbox]:focus + .checkbox {
  border-color: #ff530d;
}
.modal.covid-chef-modal .form-group-option input[type=checkbox]:checked + .checkbox {
  border-color: #999999;
  background-color: #ff530d;
}
.modal.covid-chef-modal .form-group-option .checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 0.75px solid #999999;
  border-radius: 2px;
  background: #ffffff url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654093704/modals/checkbox-selection-icon.svg') no-repeat center;
}
.modal.covid-chef-modal .btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ff530d;
  border-radius: 40px;
  background-color: #ff530d;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font: 700 16px/22px 'Open Sans';
  transition: background-color 400ms, color 400ms, border-color 400ms;
}
.modal.covid-chef-modal .btn:hover,
.modal.covid-chef-modal .btn:focus {
  outline: none;
  background-color: transparent;
  color: #ff530d;
}
.modal.covid-chef-modal .btn.disabled:focus {
  border-color: #000000;
  background-color: #ff530d;
  color: #ffffff;
  opacity: 0.65;
}
@media (min-width: 601px) {
  .modal.covid-chef-modal .btn {
    max-width: 190px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .modal.covid-chef-modal .modal-content {
    padding: 37px 0;
  }
  .modal.covid-chef-modal .modal-dialog {
    left: 50%;
    width: 659px;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .modal.covid-chef-modal .modal-body {
    padding: 0;
  }
  .modal.covid-chef-modal .modal-body-text,
  .modal.covid-chef-modal #covid-form .form-group:first-child {
    padding: 0 40px 0 75px;
  }
}
.chef-requiring__body {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.chef-requiring__content {
  position: relative;
  padding: 37px 23px 47px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.chef-requiring__close-button {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f1f1f1 url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654093704/modals/close-button-icon.svg') no-repeat center;
  cursor: pointer;
  transition: background-color 400ms;
}
.chef-requiring__close-button:hover {
  background-color: #e4dede;
}
.chef-requiring__header {
  margin-bottom: 16px;
}
.chef-requiring__title {
  margin-bottom: 24px;
  padding: 0 25px;
  color: #333333;
  text-align: center;
  font: 600 24px/33px 'Open Sans';
}
.chef-requiring__subtitle {
  color: #000000;
  font: 600 15px/23px 'Open Sans';
}
.chef-requiring__question-block {
  margin-bottom: 24px;
}
.chef-requiring__survey .chef-requiring__question-block:last-of-type {
  margin: 0;
}
.chef-requiring__question {
  color: #000000;
  font: 400 15px/23px 'Open Sans';
}
.chef-requiring br.word-divider {
  display: none;
}
.chef-requiring .variant-wrapper {
  margin-bottom: 8px;
}
.chef-requiring__variants {
  margin-top: 12px;
}
.chef-requiring__variants .variant-wrapper:last-child {
  margin: 0;
}
.chef-requiring__variant {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  color: #333333;
  font: 400 14px/19px 'Open Sans';
  cursor: pointer;
}
.chef-requiring__variant input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.chef-requiring__variant input[type=radio]:focus + .radio-btn {
  border-color: #ff530d;
}
.chef-requiring__variant input[type=radio]:checked + .radio-btn {
  border-color: #ff530d;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654169877/modals/radio-button-checked.svg') no-repeat center;
}
.chef-requiring__variant .radio-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #999999;
  border-radius: 50%;
  background: #ffffff;
}
.chef-requiring__submit {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 10px 20px;
  border: 1px solid #ff530d;
  border-radius: 40px;
  background: #ff530d;
  color: #ffffff;
  text-align: center;
  font: 700 16px/22px 'Open Sans';
  transition: background-color 400ms, color 400ms;
}
.chef-requiring__submit:hover,
.chef-requiring__submit:focus {
  outline: none;
  background-color: transparent;
  color: #ff530d;
}
@media (min-width: 601px) {
  .chef-requiring__submit {
    max-width: 190px;
    margin: 40px auto 0;
  }
}
@media (min-width: 768px) {
  br.word-divider {
    display: block;
  }
  .chef-requiring__body {
    padding: 0;
  }
  .chef-requiring__content {
    width: 659px;
    margin: 0 auto;
    padding: 37px 76px 46px;
  }
  .chef-requiring__header {
    margin-bottom: 12px;
  }
  .chef-requiring__title {
    margin-bottom: 26px;
    padding: 0;
  }
}
.cl-auth {
  z-index: 1000000;
}
.cl-auth.cozy-modal.slide-modal .cozy-modal__close-btn {
  border-radius: 10px;
}
.cl-auth.cozy-modal.slide-modal .cozy-modal__close-btn:active {
  background: rgba(1, 1, 27, 0.05);
}
.cl-auth .cozy-modal__content {
  background-color: #ffffff !important;
}
.cl-auth__title {
  margin: 0 !important;
  padding: 0 24px 16px;
  border-bottom: 1px solid #cccccc;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 22px/26px 'Lato';
}
.cl-auth__buttons {
  display: grid !important;
  margin-top: 16px;
  row-gap: 12px;
}
.cl-auth__buttons--auth.hidden {
  display: none !important;
}
.cl-auth__disclaimer {
  margin-top: 12px;
  color: #707070;
  text-align: center;
  letter-spacing: 0.02em;
  font: 500 13px/18px 'Open Sans';
}
.cl-auth__alt-way {
  position: relative;
  margin: 24px 0;
  color: #707070;
  text-align: center;
  letter-spacing: 0.1em;
  font: 500 14px/16px 'Lato';
}
.cl-auth__alt-way::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  transform: translateY(-50%);
}
.cl-auth__alt-way span {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  background-color: #ffffff;
}
.cl-auth__form-wrapper {
  margin-top: 16px;
}
.cl-auth__inputs {
  display: grid;
  row-gap: 12px;
}
.cl-auth__inputs .validation-error {
  position: static !important;
  margin: 0 0 4px !important;
  color: #d93630 !important;
  font: 500 12px/16px 'Open Sans' !important;
}
.cl-auth__inputs .validation-error + .cozy-input {
  border-color: #d93630 !important;
}
.cl-auth__inputs .cozy-input {
  height: auto;
  padding: 12px 16px;
  border-color: #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.cl-auth__inputs .cozy-input::-moz-placeholder {
  color: #707070;
}
.cl-auth__inputs .cozy-input:-ms-input-placeholder {
  color: #707070;
}
.cl-auth__inputs .cozy-input::placeholder {
  color: #707070;
}
.cl-auth__row-grid {
  display: grid;
  gap: 12px 8px;
}
.cl-auth__offers {
  margin-top: 16px;
}
.cl-auth__offers-label {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 8px 0 8px 22px !important;
  color: #474747 !important;
  letter-spacing: 0.02em !important;
  font: 400 14px/16px 'Open Sans' !important;
}
.cl-auth__offers-label .apply-special-offer {
  position: absolute;
  margin: 0;
}
.cl-auth__offers-label .checkbox {
  top: 7px !important;
  width: 16px !important;
  height: 16px !important;
  border-color: #d63d00 !important;
}
.cl-auth__offers-label input[type=checkbox]:checked + .checkbox {
  background-color: #d63d00 !important;
}
.cl-auth__submit-row {
  margin-top: 16px;
}
.cl-auth__password-input {
  position: relative;
}
.cl-auth .cl-auth__show-password {
  position: absolute;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cl-auth .cl-auth__show-password .hide-password {
  display: none;
}
.cl-auth .cl-auth__show-password.visible .show-password {
  display: none;
}
.cl-auth .cl-auth__show-password.visible .hide-password {
  display: block;
}
.cl-auth__submit {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font: 500 16px/37px 'Lato';
}
.cl-auth__submit .cozy-gradient-btn__body {
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #ffffff;
}
.cl-auth__submit .cozy-gradient-btn__body .fa-circle-o-notch,
.cl-auth__submit .cozy-gradient-btn__body .fa-circle-o-notch::before {
  color: #ffffff;
}
.cl-auth__policy {
  margin-top: 16px;
  color: #707070;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.cl-auth__policy .cozy-link {
  color: #d63d00;
  font-weight: 700;
}
.cl-auth__policy .cozy-link:hover {
  color: #d63d00;
}
.cl-auth__offers-label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cl-auth__offers-label .checkbox {
  top: 0 !important;
}
.cl-auth__footer {
  margin-top: 16px;
}
.cl-auth__footer.flex-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
}
.cl-auth__footer.flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cl-auth__footer-link-1,
.cl-auth__footer-link-2 {
  padding: 4px 0;
  letter-spacing: 0.02em;
  font: 400 14px/16px 'Open Sans';
}
.cl-auth__footer-link-1 {
  color: #d63d00 !important;
  font-weight: 500;
}
.cl-auth__footer-link-2 {
  color: #474747 !important;
}
.cl-auth__footer-link-3 {
  color: #707070;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.cl-auth__footer-link-3 .cozy-link {
  color: #d63d00;
  font-weight: 700;
}
.cl-auth__footer-link-3 .cozy-link:hover {
  color: #d63d00;
}
.cl-auth__open-email-btn {
  height: 40px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 16px / 37px 'Lato';
}
.cl-auth__open-email-btn .cozy-gradient-btn__body {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cl-auth--login .cl-auth__disclaimer {
  display: none;
}
@media (max-width: 767px) and (max-height: 730px) {
  .cl-auth--signup .cl-auth__show-password {
    bottom: 9px;
  }
  .cl-auth--signup .cl-auth.cozy-modal.slide-modal .cozy-modal__content {
    padding: 12px 24px !important;
  }
  .cl-auth--signup .cl-auth__title {
    padding-bottom: 8px;
  }
  .cl-auth--signup .cl-auth__inputs {
    row-gap: 8px;
  }
  .cl-auth--signup .cl-auth__inputs .cozy-input {
    padding: 8px 16px;
  }
  .cl-auth--signup .cl-auth__row-grid {
    gap: 8px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .cl-auth--signup .cl-auth__row-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-height: 630px) {
  .cl-auth--login.cozy-modal.slide-modal.in .cozy-modal__dialog {
    top: 0 !important;
    padding-top: 24px;
    padding-bottom: 24px;
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 768px) and (max-height: 840px) {
  .cl-auth--signup.cozy-modal.slide-modal .cozy-modal__content {
    padding: 24px !important;
  }
  .cl-auth--signup .cl-auth__row-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-height: 900px) {
  .cl-auth--signup.cozy-modal.slide-modal.in .cozy-modal__dialog {
    top: 0 !important;
    padding-top: 24px;
    padding-bottom: 24px;
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 768px) {
  .cl-auth.cozy-modal.slide-modal .cozy-modal__dialog {
    max-width: 416px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .cl-auth.cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .cl-auth.cozy-modal.slide-modal .cozy-modal__close-btn:hover {
    background: rgba(1, 1, 27, 0.05);
  }
  .cl-auth__title {
    padding: 0 0 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-auth__buttons {
    display: grid !important;
    margin-top: 24px;
  }
  .cl-auth__buttons--auth.hidden {
    display: grid !important;
  }
  .cl-auth__alt-way {
    display: block !important;
  }
  .cl-auth__submit-row,
  .cl-auth__offers,
  .cl-auth__policy,
  .cl-auth__footer {
    margin-top: 24px;
  }
  .cl-auth__footer.flex-col {
    row-gap: 4px;
  }
  .cl-auth__form-wrapper {
    display: block !important;
  }
  .cl-auth__open-email-btn {
    display: none !important;
  }
  .cl-auth--signup .cl-auth__footer {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .cl-auth.cozy-modal.slide-modal.in .cozy-modal__dialog {
    top: 0 !important;
    max-width: 416px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-top: 24px;
    padding-bottom: 24px;
    transform: translate(-50%, 0) !important;
  }
  .cl-auth.cozy-modal.slide-modal.in .cozy-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .cl-auth.cozy-modal.slide-modal.in .cozy-modal__close-btn:hover {
    background: rgba(1, 1, 27, 0.05);
  }
  .cl-auth__title {
    padding: 0 0 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-auth__buttons {
    display: grid !important;
    margin-top: 24px;
  }
  .cl-auth__buttons--auth.hidden {
    display: grid !important;
  }
  .cl-auth__alt-way {
    display: block !important;
  }
  .cl-auth__submit-row,
  .cl-auth__offers,
  .cl-auth__policy,
  .cl-auth__footer {
    margin-top: 24px;
  }
  .cl-auth__footer.flex-col {
    row-gap: 4px;
  }
  .cl-auth__form-wrapper {
    display: block !important;
  }
  .cl-auth__open-email-btn {
    display: none !important;
  }
  .cl-auth--signup .cl-auth__footer {
    display: block;
  }
}
.venue-history__subtitle {
  margin-bottom: 16px;
  color: #ff530d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font: 400 18px/22px 'Lato';
}
.venue-history__history-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 272px;
}
.venue-history .contact-p {
  margin: 8px 0;
  color: #474747;
  font: 500 15px/20px 'Open Sans';
}
.venue-history__buttons {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(2, auto);
  text-align: center;
  justify-content: center;
  gap: 20px;
}
.venue-history .cozy-btn {
  width: 100%;
  height: 37px;
  padding: 0;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 35px;
}
.venue-history .cozy-btn:hover,
.venue-history .cozy-btn:focus {
  text-decoration: none !important;
}
.venue-history .cozy-btn:hover {
  color: #ff530d !important;
}
.venue-history .cozy-btn--secondary:hover {
  color: #ffffff !important;
}
.venue-history__spiner {
  position: relative;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #FF530D;
  text-indent: -9999em;
  font-size: 45px;
  transform: translateZ(0);
  -webkit-animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
          animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .venue-history__subtitle {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  .venue-history .contact-p {
    font-size: 16px;
    line-height: 22px;
  }
  .venue-history__buttons {
    justify-content: center;
    margin-top: 24px;
    gap: 24px;
    grid-template-columns: repeat(2, auto);
  }
  .venue-history__buttons .cozy-btn {
    font-size: 18px;
    line-height: 45px;
    padding: 0 24px;
    height: 48px;
    width: 150px;
  }
}
.cl-share-modal {
  z-index: 1000000;
}
.cl-share-modal.cozy-modal.slide-modal .cozy-modal__close-btn {
  border-radius: 10px;
}
.cl-share-modal.cozy-modal.slide-modal .cozy-modal__close-btn:active {
  background: rgba(1, 1, 27, 0.05);
}
.cl-share-modal__title {
  margin-bottom: 16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #cccccc;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 22px/26px 'Lato';
}
.cl-share-modal__rows {
  display: grid;
  margin-top: 16px;
  row-gap: 16px;
}
.cl-share-modal__label {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
}
.cl-share-modal__input.cozy-input,
.cl-share-modal__input.cozy-textarea {
  height: auto;
  padding: 12px 16px;
  border-color: #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.cl-share-modal__input.cozy-input::-moz-placeholder, .cl-share-modal__input.cozy-textarea::-moz-placeholder {
  color: #707070;
}
.cl-share-modal__input.cozy-input:-ms-input-placeholder, .cl-share-modal__input.cozy-textarea:-ms-input-placeholder {
  color: #707070;
}
.cl-share-modal__input.cozy-input::placeholder,
.cl-share-modal__input.cozy-textarea::placeholder {
  color: #707070;
}
.cl-share-modal__input.cozy-input:hover,
.cl-share-modal__input.cozy-textarea:hover,
.cl-share-modal__input.cozy-input:focus,
.cl-share-modal__input.cozy-textarea:focus {
  border-color: #ff530d;
}
.cl-share-modal__submit.cozy-btn {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font: 500 16px/37px 'Lato';
  cursor: pointer;
}
.cl-share-modal__submit.cozy-btn:hover,
.cl-share-modal__submit.cozy-btn:focus {
  text-decoration: none !important;
}
.cl-share-modal__submit.cozy-btn:hover {
  color: #ff530d !important;
}
.cl-share-modal__submit.cozy-btn:focus {
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .cl-share-modal.cozy-modal.slide-modal .cozy-modal__dialog {
    max-width: 500px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .cl-share-modal.cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .cl-share-modal.cozy-modal.slide-modal .cozy-modal__close-btn:hover {
    background: rgba(1, 1, 27, 0.05);
  }
  .cl-share-modal__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-share-modal__rows {
    margin-top: 24px;
    row-gap: 24px;
  }
}
.cl-legal-modification {
  z-index: 1000000;
}
.cl-legal-modification.cozy-modal.slide-modal .cozy-modal__close-btn {
  border-radius: 10px;
}
.cl-legal-modification.cozy-modal.slide-modal .cozy-modal__close-btn:active {
  background: rgba(1, 1, 27, 0.05);
}
.cl-legal-modification__title {
  margin-bottom: 16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #cccccc;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 22px/26px 'Lato';
}
.cl-legal-modification__content {
  display: grid;
  row-gap: 8px;
}
.cl-legal-modification__text {
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px / 22px 'Open Sans';
}
.cl-legal-modification__text .cozy-link {
  color: #d63d00;
}
.cl-legal-modification__buttons {
  margin-top: 16px;
}
.cl-legal-modification__button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 16px/24px 'Lato';
  cursor: pointer;
}
.cl-legal-modification__button.action-ok {
  background-color: #25856f;
}
.cl-legal-modification__button.action-close {
  background-color: #d63d00;
}
@media (min-width: 768px) {
  .cl-legal-modification.cozy-modal.slide-modal .cozy-modal__dialog {
    max-width: 700px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .cl-legal-modification.cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .cl-legal-modification.cozy-modal.slide-modal .cozy-modal__close-btn:hover {
    background: rgba(1, 1, 27, 0.05);
  }
  .cl-legal-modification__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-legal-modification__buttons {
    max-width: 240px;
    margin: 24px auto 0;
  }
}
.cl-welcome-ta-2.cozy-modal.slide-modal .cozy-modal__close-btn,
.cl-welcome-ta-3.cozy-modal.slide-modal .cozy-modal__close-btn {
  border-radius: 10px;
}
.cl-welcome-ta-2.cozy-modal.slide-modal .cozy-modal__close-btn:active,
.cl-welcome-ta-3.cozy-modal.slide-modal .cozy-modal__close-btn:active {
  background: rgba(1, 1, 27, 0.05);
}
.cl-welcome-ta-2.in {
  z-index: 1045 !important;
}
.cl-welcome-ta-2__title {
  margin-bottom: 16px;
  padding: 0 24px;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 400 22px/26px 'Lato';
}
.cl-welcome-ta-2__subtitle {
  color: #606060;
  text-align: center;
  font: 400 14px/16px 'Open Sans';
}
.cl-welcome-ta-2__content-wrapper {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #cccccc;
}
.cl-welcome-ta-3 {
  z-index: 1000000;
}
.cl-welcome-ta-3__title {
  margin-bottom: 16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #cccccc;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 400 22px/26px 'Lato';
}
.cl-welcome-ta-3__subtitle,
.cl-welcome-ta-3__text {
  color: #474747;
  text-align: center;
  font: 400 16px/22px 'Open Sans';
}
.cl-welcome-ta-3__subtitle {
  margin-bottom: 24px;
  font-weight: 700;
}
.cl-welcome-ta-3__btn-wrapper {
  margin-top: 16px;
}
.cl-welcome-ta-3__btn {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font: 500 16px/24px 'Lato';
}
.ta-notify-form__rows {
  display: grid;
  gap: 8px;
}
.ta-notify-form__label {
  margin-bottom: 4px;
  color: #474747;
  letter-spacing: 0.02em;
  font: 700 16px/24px 'Open Sans';
}
.ta-notify-form__field-wrapper .validation-error {
  position: static;
  margin: 0 0 4px 0 !important;
  color: #d93630 !important;
  font: 500 12px / 16px 'Open Sans';
}
.ta-notify-form__field-wrapper .validation-error + .ta-notify-form__input {
  border-color: #d93630 !important;
}
.ta-notify-form__input,
.ta-notify-form__select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.ta-notify-form__input::-moz-placeholder, .ta-notify-form__select::-moz-placeholder {
  color: #707070;
}
.ta-notify-form__input:-ms-input-placeholder, .ta-notify-form__select:-ms-input-placeholder {
  color: #707070;
}
.ta-notify-form__input::placeholder,
.ta-notify-form__select::placeholder {
  color: #707070;
}
.ta-notify-form__input:hover,
.ta-notify-form__select:hover {
  border-color: #474747;
}
.ta-notify-form__input:focus,
.ta-notify-form__select:focus {
  outline: none;
  border-color: #d63d00;
}
.ta-notify-form__select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ta-notify-form__submit-wrapper {
  margin-top: 16px;
}
.ta-notify-form__submit {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font: 500 16px/24px 'Lato';
}
.ta-notify-form .my-bookings {
  margin-top: 12px;
}
.ta-notify-form .my-bookings__checkbox {
  margin: 0;
}
.ta-notify-form .my-bookings__note {
  margin-top: 12px;
  color: #707070;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
}
.ta-notify-form .radio-btns {
  display: grid;
  padding-top: 8px;
  gap: 16px;
}
.ta-notify-form .radio-btns .cozy-radio {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ta-notify-form .radio-btns .cozy-radio__input {
  width: 24px;
  height: 24px;
  border: 1.5px solid #707070;
}
.ta-notify-form .radio-btns .cozy-radio__native-input:checked + .cozy-radio__input {
  border-color: #d63d00;
}
.ta-notify-form .radio-btns .cozy-radio__native-input:checked + .cozy-radio__input::before {
  background-color: #d63d00;
}
.ta-notify-form .radio-btns .cozy-radio__label {
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.ta-notify-form .cozy-checkbox {
  display: flex !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0;
  padding: 0;
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 13px/16px 'Open Sans';
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ta-notify-form .cozy-checkbox .checkbox {
  position: static;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  background-size: 10px;
}
.ta-notify-form .cozy-checkbox input[type=checkbox] {
  display: none;
}
.ta-notify-form .cozy-checkbox input[type=checkbox]:checked + .checkbox {
  border-color: #d63d00;
  background-color: #d63d00;
}
@media (max-width: 767px) and (max-height: 730px) {
  .ta-notify-form__rows {
    overflow: auto;
    max-height: 400px;
    margin-right: -12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) and (max-height: 630px) {
  .ta-notify-form__rows {
    max-height: 300px;
  }
}
@media (min-width: 768px) and (max-height: 710px) {
  .cl-welcome-ta-2.cozy-modal.slide-modal.in .cozy-modal__dialog {
    top: 0 !important;
    padding-top: 24px;
    padding-bottom: 24px;
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 768px) {
  .cl-welcome-ta-2.cozy-modal.slide-modal .cozy-modal__dialog,
  .cl-welcome-ta-3.cozy-modal.slide-modal .cozy-modal__dialog {
    max-width: 425px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .cl-welcome-ta-2.cozy-modal.slide-modal .cozy-modal__close-btn,
  .cl-welcome-ta-3.cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .cl-welcome-ta-2.cozy-modal.slide-modal .cozy-modal__close-btn:hover,
  .cl-welcome-ta-3.cozy-modal.slide-modal .cozy-modal__close-btn:hover {
    background: rgba(1, 1, 27, 0.05);
  }
  .cl-welcome-ta-2.cozy-modal.slide-modal .cozy-modal__content {
    padding: 24px 40px !important;
  }
  .cl-welcome-ta-2__title {
    margin-bottom: 8px;
    padding: 0;
    letter-spacing: 0.08em;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-welcome-ta-2 .ta-notify-form__rows {
    gap: 16px;
  }
  .cl-welcome-ta-2 .ta-notify-form__label {
    margin-bottom: 8px;
  }
  .cl-welcome-ta-2 .ta-notify-form .radio-btns {
    padding: 0;
  }
  .cl-welcome-ta-3__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    letter-spacing: 0.08em;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-welcome-ta-3__btn-wrapper {
    margin-top: 24px;
  }
}
.cl-legal-acceptance {
  z-index: 1000000;
}
.cl-legal-acceptance__title {
  margin-bottom: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #cccccc;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 400 18px/24px 'Lato';
}
.cl-legal-acceptance__title .nowrap {
  white-space: nowrap;
}
.cl-legal-acceptance__submit-area,
.cl-legal-acceptance__submit-wrapper {
  margin-top: 16px;
}
.cl-legal-acceptance__sections {
  overflow: auto;
  max-height: 400px;
  margin-right: -12px;
  padding-right: 12px;
}
.cl-legal-acceptance__sections::-webkit-scrollbar,
.cl-legal-acceptance__sections::-webkit-scrollbar-track,
.cl-legal-acceptance__sections::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
}
.cl-legal-acceptance__sections::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.cl-legal-acceptance__sections::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}
.cl-legal-acceptance__section {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.cl-legal-acceptance__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cl-legal-acceptance__section .cl-legal-acceptance__section-title,
.cl-legal-acceptance__section .cozy-h1,
.cl-legal-acceptance__section h1 {
  margin: 0;
  padding: 8px 0 16px;
  background: #fcfcfc;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 700 18px / 20px 'Open Sans' !important;
  text-align: center;
}
.cl-legal-acceptance__section .cl-legal-acceptance__section-title,
.cl-legal-acceptance__section h1 {
  position: sticky;
  top: -2px;
  color: #d63d00 !important;
}
.cl-legal-acceptance__section .cozy-h4 {
  color: #d63d00;
}
.cl-legal-acceptance__section .cozy-h4 strong {
  font-weight: 400;
}
.cl-legal-acceptance__section .cozy-link,
.cl-legal-acceptance__section a {
  color: #d63d00;
}
.cl-legal-acceptance__section-title + .cl-legal-acceptance__section-content .cozy-h1,
.cl-legal-acceptance__section-title + .cl-legal-acceptance__section-content h1 {
  display: none;
}
.cl-legal-acceptance__section-content {
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 14px / 18px 'Open Sans';
}
.cl-legal-acceptance__checkbox.cozy-checkbox {
  display: flex !important;
  align-items: center !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0;
  padding: 0;
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 14px / 16px 'Open Sans';
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cl-legal-acceptance__checkbox.cozy-checkbox input[type=checkbox] {
  display: none;
}
.cl-legal-acceptance__checkbox.cozy-checkbox .checkbox {
  position: static;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  background-size: 10px;
}
.cl-legal-acceptance__checkbox.cozy-checkbox input[type=checkbox]:checked + .checkbox {
  border-color: #d63d00;
  background-color: #d63d00;
}
.cl-legal-acceptance__submit-btn {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background-color: #25856f;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 16px/24px 'Lato';
  cursor: pointer;
}
.cl-legal-acceptance__submit-btn:not([disabled]):hover {
  background-color: #1e6e5c;
}
.cl-legal-acceptance__submit-btn[disabled] {
  background-color: #474747;
  opacity: 0.2;
  cursor: not-allowed;
}
.cl-legal-acceptance__cancel-btn {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background-color: white;
  color: black;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 16px/24px 'Lato';
  cursor: pointer;
}
.cl-legal-acceptance__cancel-btn:not([disabled]):hover {
  background-color: white;
}
.cl-legal-acceptance__cancel-btn[disabled] {
  background-color: #474747;
  opacity: 0.2;
  cursor: not-allowed;
}
.cl-legal-acceptance__submit-wrapper {
  position: relative;
}
.cl-legal-acceptance__submit-wrapper::before {
  content: '';
  position: absolute;
  z-index: 100001;
  top: -13px;
  left: 50%;
  display: none;
  width: 9px;
  height: 9px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-top-left-radius: 3px;
  background: #ffffff;
  transform: translateX(-50%) rotate(-135deg);
}
.cl-legal-acceptance__submit-wrapper.hovered::before {
  display: block;
}
@media (max-width: 767px) and (max-height: 630px) {
  .cl-legal-acceptance__sections {
    max-height: 300px;
  }
}
@media (min-width: 768px) and (max-height: 810px) {
  .cl-legal-acceptance.cozy-modal.slide-modal.in .cozy-modal__dialog {
    top: 0 !important;
    padding-top: 24px;
    padding-bottom: 24px;
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 768px) {
  .cl-legal-acceptance.cozy-modal.slide-modal .cozy-modal__dialog {
    max-width: 750px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .cl-legal-acceptance__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-legal-acceptance__sections {
    max-height: 500px;
  }
  .cl-legal-acceptance__section {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .cl-legal-acceptance__section .cl-legal-acceptance__section-title,
  .cl-legal-acceptance__section .cozy-h1,
  .cl-legal-acceptance__section h1 {
    letter-spacing: 0.08em;
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .cl-legal-acceptance__section-content {
    font-size: 16px;
    line-height: 22px;
  }
  .cl-legal-acceptance__submit-area,
  .cl-legal-acceptance__submit-wrapper {
    margin-top: 24px;
  }
  .cl-legal-acceptance__checkbox.cozy-checkbox {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .cl-legal-acceptance__section a {
    word-break: break-all;
  }
  .branded-button {
    height: 60px !important;
  }
}
.gray {
  color: #555555;
}
.btn-facebook {
  background-color: #3b599e !important;
}
.btn-google {
  background-color: #dd4b39 !important;
}
.modal-md {
  width: 100%;
}
.alert {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert-danger {
  border-color: transparent;
  background-color: #d9534f;
  color: #ffffff;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
body.body-custom-banner.nav-with-cats-menu {
  padding-right: 0 !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.in {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  padding: 0 !important;
  outline: 0;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.modal.in a:hover,
.modal.in a:active {
  outline: 0;
}
.modal.in a:hover,
.modal.in a:focus {
  color: #c03700;
  text-decoration: underline;
}
.modal.in .google-signin-button:hover,
.modal.in .google-signin-button:focus {
  text-decoration: none;
  color: initial;
}
.modal.in .modal-dialog {
  position: relative;
  margin: 127px 0 0 0;
  padding: 0 20px;
}
.modal.in .modal-content {
  position: relative;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.modal.in .modal-content .close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.modal.in .modal-header {
  min-height: 16.42857143px;
  padding: 15px 15px 5px 15px;
}
.modal.in .modal-header .close {
  margin-top: -2px;
}
.modal.in .modal-header .modal-title {
  margin: 0;
  font-family: 'Rokkitt', Georgia, 'Times New Roman', Times, serif;
  font-size: 26px;
  line-height: 1.42857143;
}
.modal.in .close {
  float: right;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  opacity: 0.4;
}
.modal.in .close:hover,
.modal.in .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}
.modal.in button.close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}
.modal.in .modal-body {
  position: relative;
  padding: 15px;
}
.modal.in .btn:hover,
.modal.in .btn:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.88;
}
.modal.in .btn-block {
  display: block;
  width: 100%;
}
.modal.in .btn-block + .btn-block {
  margin-top: 5px;
}
.modal.in .hr-group {
  position: relative;
}
.modal.in .hr-group hr {
  margin: 30px 0;
  border-style: dotted;
  border-color: #999999;
}
.modal.in p.hr-placeholder {
  position: absolute;
  top: -10px;
  width: 100%;
  color: #999999;
  text-align: center;
}
.modal.in p.hr-placeholder span {
  padding: 5px 10px;
  background-color: #ffffff;
}
.modal.in .form-group {
  margin-bottom: 15px;
}
.modal.in label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
}
.modal.in .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.modal.in .form-control {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 5px 15px;
  border: none;
  border-bottom: 2px solid #eeeeee;
  border-radius: 0;
  background-color: #eeeeee;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal.in .form-control:focus {
  outline: none;
  border-color: #999999;
  background-color: transparent;
  box-shadow: none;
}
.modal.in .modal-footer {
  padding: 30px 10px;
  border: none;
  background-color: #eeeeee;
  text-align: right;
}
.modal.in .modal-footer::before,
.modal.in .modal-footer::after {
  content: ' ';
  display: table;
}
.modal.in .modal-footer::after {
  clear: both;
}
.modal .modal-bottom-close {
  position: relative;
  bottom: 35px;
  padding: 20px 60px;
}
@media (min-width: 480px) {
  .modal.in .modal-body {
    padding: 10px 10px 30px 10px;
  }
}
@media (min-width: 767px) {
  .modal.in .modal-dialog {
    margin-top: 167px;
  }
}
@media (min-width: 768px) {
  .modal.in .modal-dialog {
    margin: 167px auto 0;
    padding: 0;
  }
  .modal.in .modal-header {
    padding: 60px 60px 20px;
  }
  .modal.in .modal-body {
    padding: 30px 60px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  #cm-redeem-points .modal .modal-body {
    padding: 30px;
  }
  .modal {
    margin: auto;
  }
  .modal .modal-dialog {
    margin: auto;
  }
  .modal .modal-bottom-close {
    position: relative;
    padding: 20px 60px;
  }
  .modal .modal-footer {
    padding: 30px 20px;
  }
  .modal-md {
    max-width: 420px;
  }
  .modal .modal-header {
    padding: 60px 60px 20px 60px;
  }
  .modal .modal-body {
    padding: 30px 60px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .modal.in .modal-dialog {
    margin-top: 20px;
  }
}
:root {
  /* -- COLORS -- */
  --cozy-primary: #474747;
  --cozy-seconadary: #FF530D;
  --cozy-seconadary-ada: #d63d00;
  --cozy-accent-1: #367686;
  --cozy-accent-2: #46A690;
  --cozy-gray-110: #808080;
  --cozy-gray-100: #606060;
  --cozy-gray-90: #707070;
  --cozy-gray-80: #CCCCCC;
  --cozy-gray-70: #EEEEEE;
  --cozy-gray-60: #F6F6F6;
  --cozy-gray-50: #FCFCFC;
  --cozy-white-100: #FFFFFF;
  /* -- GRADIENTS --*/
  --cozymeal-gradient-1: linear-gradient(87deg, rgba(255, 83, 13, 0) 4.32%, rgba(194, 81, 0, 0.5) 27.16%, #D63D00 50%, rgba(194, 81, 0, 0.5) 72.84%, rgba(255, 83, 13, 0) 95.68%);
  --cozymeal-gradient-2: radial-gradient(circle at center, #F37021 0%, #D63D00 100%);
}
.cozy-h1,
.cozy-h2,
.cozy-h3,
.cozy-h4 {
  margin: 8px 0;
  color: var(--cozy-primary);
  letter-spacing: 0.02em;
}
.cozy-h1.uppercase,
.cozy-h2.uppercase,
.cozy-h3.uppercase,
.cozy-h4.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cozy-h1.secondary,
.cozy-h2.secondary,
.cozy-h3.secondary,
.cozy-h4.secondary {
  color: var(--cozy-seconadary);
}
.cozy-h1 {
  font: 400 26px/32px 'Lato';
}
.cozy-h2 {
  font: 400 22px/26px 'Lato';
}
.cozy-h3 {
  font: 400 18px/23px 'Lato';
}
.cozy-h4 {
  font: 400 16px/19px 'Lato';
}
.cozy-p1,
.cozy-p2,
.cozy-small {
  margin: 8px 0;
  color: var(--cozy-primary);
  letter-spacing: 0.02em;
}
.cozy-p1.secondary,
.cozy-p2.secondary,
.cozy-small.secondary {
  color: var(--cozy-seconadary);
}
.cozy-p1 {
  font: 400 14px/19px 'Open Sans';
}
.cozy-p2 {
  font: 400 12px/16px 'Open Sans';
}
.cozy-small {
  font: 400 10px/14px 'Open Sans';
}
.cozy-highlighted {
  color: var(--cozy-seconadary);
}
.cozy-link {
  color: var(--cozy-seconadary);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5px;
}
.cozy-link:hover,
.cozy-link:focus,
.cozy-link:focus-visible {
  outline: none;
  color: var(--cozy-seconadary);
  text-decoration: underline;
}
@media (min-width: 991px) {
  .cozy-h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .cozy-h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .cozy-h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .cozy-h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .cozy-p1 {
    font-size: 16px;
    line-height: 22px;
  }
  .cozy-p2 {
    font-size: 14px;
    line-height: 19px;
  }
  .cozy-small {
    font-size: 12px;
    line-height: 16px;
  }
}
.cozy-mg-vl-0 {
  margin: 0;
}
.cozy-mg-vl-8 {
  margin: 8px 0;
}
.cozy-mg-vl-16 {
  margin: 16px 0;
}
.cozy-mg-vl-24 {
  margin: 24px 0;
}
.cozy-mg-vl-32 {
  margin: 32px 0;
}
.cozy-mg-vl-40 {
  margin: 40px 0;
}
.cozy-mg-tp-0 {
  margin-top: 0;
}
.cozy-mg-tp-8 {
  margin-top: 8px;
}
.cozy-mg-tp-16 {
  margin-top: 16px;
}
.cozy-mg-tp-24 {
  margin-top: 24px;
}
.cozy-mg-tp-32 {
  margin-top: 32px;
}
.cozy-mg-tp-40 {
  margin-top: 40px;
}
.cozy-mg-bm-0 {
  margin-bottom: 0;
}
.cozy-mg-bm-8 {
  margin-bottom: 8px;
}
.cozy-mg-bm-16 {
  margin-bottom: 16px;
}
.cozy-mg-bm-24 {
  margin-bottom: 24px;
}
.cozy-mg-bm-32 {
  margin-bottom: 32px;
}
.cozy-mg-bm-40 {
  margin-bottom: 40px;
}
.cozy-selectize {
  position: relative;
  border-radius: 10px;
  background-color: #f6f6f6;
}
.cozy-selectize__label {
  position: absolute;
  top: 10px;
  left: 17px;
  color: #707070;
  letter-spacing: 0.02em;
  font: 400 14px/20px 'Open Sans';
}
.cozy-selectize__label-asterisk {
  color: #ff530d;
}
.cozy-selectize--error .cozy-selectize__select.selectize-control .selectize-input,
.cozy-selectize--error .cozy-selectize__select.selectize-dropdown {
  border-color: #d93630 !important;
}
.cozy-selectize__select.selectize-control {
  height: 40px;
}
.cozy-selectize__select.selectize-control .selectize-input {
  height: 40px;
  padding: 10px 30px 10px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: transparent !important;
  box-shadow: none;
  transition: border-color 400ms;
}
.cozy-selectize__select.selectize-control .selectize-input:hover {
  border-color: #ff530d;
}
.cozy-selectize__select.selectize-control .selectize-input::after {
  right: 16px;
  width: 12px;
  height: 12px;
  margin: 0;
  border: none;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1666621105/pages/partner-booking/select-arrow.svg') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.cozy-selectize__select.selectize-control .selectize-input input {
  display: none !important;
}
.cozy-selectize__select.selectize-control .selectize-input.dropdown-active {
  border-color: #ff530d;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}
.cozy-selectize__select.selectize-control .selectize-input.dropdown-active::after {
  margin: 0;
  transform: translateY(-50%) rotate(180deg);
}
.cozy-selectize__select.selectize-control .item {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 100%;
  background: #f6f6f6;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 14px/20px 'Open Sans';
  -webkit-line-clamp: 1;
}
.cozy-selectize__select.selectize-dropdown {
  margin-top: -2px;
  padding: 0 6px 10px;
  border: 1px solid #ff530d;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #f6f6f6;
  box-shadow: none;
}
.cozy-selectize__select.selectize-dropdown .selectize-dropdown-content {
  overflow-y: auto;
  max-height: 200px;
  padding: 0 10px;
}
.cozy-selectize__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar,
.cozy-selectize__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track,
.cozy-selectize__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
}
.cozy-selectize__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.cozy-selectize__select.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}
.cozy-selectize__select.selectize-dropdown .option {
  padding: 5px 0;
  border-top: 1px solid #eeeeee;
  letter-spacing: 0.02em;
  font: 400 14px/20px 'Open Sans';
  cursor: pointer;
}
.cozy-selectize__select.selectize-dropdown .option.active {
  background: transparent;
  color: #ff530d;
}
.cozy-selectize__select.selectize-dropdown .option:first-child {
  padding-top: 0;
  border-top: none;
}
.cozy-selectize__select.selectize-dropdown .option:last-child {
  padding-bottom: 0;
}
select.cozy-selectize__select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 10px 30px 10px 16px;
  border: none;
  border-radius: 10px;
  background: #f6f6f6 url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1666621105/pages/partner-booking/select-arrow.svg') no-repeat center right 16px;
  background-size: 11px;
  color: #707070;
  letter-spacing: 0.02em;
  font: 400 14px/20px 'Open Sans';
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cozy-datepicker {
  position: relative;
  cursor: pointer;
}
.cozy-datepicker__label,
.cozy-datepicker__value {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 30px 10px 16px;
  border-radius: 10px;
  background-color: #f6f6f6;
  letter-spacing: 0.02em;
  font: 400 14px/20px 'Open Sans';
}
.cozy-datepicker__label {
  color: #707070;
}
.cozy-datepicker__value {
  white-space: nowrap;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #474747;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.cozy-datepicker__asterisk {
  color: #ff530d;
}
.cozy-datepicker--error .cozy-input,
.cozy-datepicker--error .daterangepicker {
  border-color: #d93630 !important;
}
.cozy-datepicker .cozy-input {
  position: relative;
  z-index: 1;
  padding: 10px 30px 10px 16px;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
.cozy-datepicker + .daterangepicker,
.cozy-datepicker .daterangepicker {
  z-index: 4;
  top: -1px !important;
  right: -1px !important;
  left: -1px !important;
  overflow: hidden;
  width: auto !important;
  margin: 0;
  border: 1px solid #ff530d;
  border-radius: 10px;
  background: #f6f6f6;
  box-shadow: none;
}
.cozy-datepicker + .daterangepicker::before,
.cozy-datepicker .daterangepicker::before,
.cozy-datepicker + .daterangepicker::after,
.cozy-datepicker .daterangepicker::after {
  display: none;
}
.cozy-datepicker + .daterangepicker .ranges,
.cozy-datepicker .daterangepicker .ranges {
  display: none !important;
}
.cozy-datepicker + .daterangepicker .prev,
.cozy-datepicker .daterangepicker .prev,
.cozy-datepicker + .daterangepicker .next,
.cozy-datepicker .daterangepicker .next {
  background-position: center;
  background-repeat: no-repeat;
}
.cozy-datepicker + .daterangepicker .prev span,
.cozy-datepicker .daterangepicker .prev span,
.cozy-datepicker + .daterangepicker .next span,
.cozy-datepicker .daterangepicker .next span {
  display: none !important;
}
.cozy-datepicker + .daterangepicker .prev,
.cozy-datepicker .daterangepicker .prev {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807351/pages/cities-team-building/calendar-prev-arrow.svg');
}
.cozy-datepicker + .daterangepicker .next,
.cozy-datepicker .daterangepicker .next {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807278/pages/cities-team-building/calendar-next-arrow.svg');
}
.cozy-datepicker + .daterangepicker .drp-calendar.left,
.cozy-datepicker .daterangepicker .drp-calendar.left {
  width: 100%;
  max-width: none;
  padding: 0;
}
.cozy-datepicker + .daterangepicker .drp-calendar.left .calendar-table,
.cozy-datepicker .daterangepicker .drp-calendar.left .calendar-table {
  padding: 2px !important;
}
.cozy-datepicker + .daterangepicker .calendar-table th,
.cozy-datepicker .daterangepicker .calendar-table th,
.cozy-datepicker + .daterangepicker .calendar-table td,
.cozy-datepicker .daterangepicker .calendar-table td {
  width: auto;
  min-width: auto;
  height: auto;
}
.cozy-datepicker + .daterangepicker .calendar-table th,
.cozy-datepicker .daterangepicker .calendar-table th {
  color: #606060;
  text-align: center;
  letter-spacing: 0.03em;
  font: 400 14px/20px 'Open Sans';
}
.cozy-datepicker + .daterangepicker .calendar-table th.month,
.cozy-datepicker .daterangepicker .calendar-table th.month {
  color: #474747;
  font-weight: 600;
}
.cozy-datepicker + .daterangepicker .calendar-table td,
.cozy-datepicker .daterangepicker .calendar-table td {
  color: #606060;
  text-align: center;
  font: 400 14px/20px 'Open Sans';
}
.cozy-datepicker + .daterangepicker .calendar-table td.off,
.cozy-datepicker .daterangepicker .calendar-table td.off {
  color: #cccccc;
}
.cozy-datepicker + .daterangepicker .calendar-table td.off.disabled,
.cozy-datepicker .daterangepicker .calendar-table td.off.disabled {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.cozy-datepicker + .daterangepicker .calendar-table td.active,
.cozy-datepicker .daterangepicker .calendar-table td.active,
.cozy-datepicker + .daterangepicker .calendar-table td.active:hover,
.cozy-datepicker .daterangepicker .calendar-table td.active:hover {
  background: #ff530d;
  color: #ffffff;
}
.cozy-datepicker + .daterangepicker .ranges li.active,
.cozy-datepicker .daterangepicker .ranges li.active,
.cozy-datepicker + .daterangepicker .ranges li:hover,
.cozy-datepicker .daterangepicker .ranges li:hover {
  background: #ff530d;
  color: #ffffff;
}
.cozy-datepicker + .daterangepicker td.active,
.cozy-datepicker .daterangepicker td.active,
.cozy-datepicker + .daterangepicker td.active:hover,
.cozy-datepicker .daterangepicker td.active:hover,
.cozy-datepicker + .daterangepicker td.in-range,
.cozy-datepicker .daterangepicker td.in-range {
  background: #ff530d;
  color: #ffffff;
}
.meal-card-like {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.meal-card-like::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  display: block;
  width: 64px;
  height: 64px;
}
.meal-card-like:hover .meal-card-like__heart path {
  stroke: #ff530d;
}
.meal-card-like--selected .meal-card-like__heart path {
  fill: #ff530d;
  stroke: #ff530d;
}
.meal-card-like:hover {
  display: flex;
}
@media (min-width: 1200px) {
  .meal-card-like::before {
    display: none;
  }
}
.cozy-container {
  padding: 0 25px;
}
.cozy-section {
  margin-top: 40px;
}
.cozy-info-icon {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.cozy-info-icon::before {
  content: '';
  position: absolute;
  z-index: 100001;
  top: -13px;
  left: 50%;
  display: none;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--cozy-gray-110);
  border-left: 1px solid var(--cozy-gray-110);
  border-top-left-radius: 3px;
  background: var(--cozy-white-100);
  transform: translateX(-50%) rotate(-135deg);
}
.cozy-info-icon.hovered::before {
  display: block;
}
.cozy-info-icon__circle {
  fill: var(--cozy-gray-90);
  stroke: var(--cozy-gray-90);
}
.cozy-info-icon__letter {
  fill: var(--cozy-white-100);
}
.cozy-info-icon:hover .cozy-info-icon__circle {
  fill: var(--cozy-white-100);
}
.cozy-info-icon:hover .cozy-info-icon__letter {
  fill: var(--cozy-gray-90);
}
.cozy-info-icon--inverted .cozy-info-icon__circle {
  fill: var(--cozy-white-100);
  stroke: var(--cozy-white-100);
}
.cozy-info-icon--inverted .cozy-info-icon__letter {
  fill: var(--cozy-seconadary);
}
.cozy-info-icon--inverted:hover .cozy-info-icon__circle {
  fill: var(--cozy-seconadary);
}
.cozy-info-icon--inverted:hover .cozy-info-icon__letter {
  fill: var(--cozy-white-100);
}
.cozy-info-modal {
  position: relative;
  max-width: 372px;
  padding-top: 4.5px;
}
.cozy-info-modal__corner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--cozy-gray-110);
  border-left: 1px solid var(--cozy-gray-110);
  border-top-left-radius: 3px;
  background: var(--cozy-white-100);
  transform: rotate(45deg);
}
.cozy-info-modal__content {
  position: relative;
  padding: 18px 20px;
  border: 1px solid var(--cozy-gray-110);
  border-radius: 10px;
  background-color: var(--cozy-white-100);
  color: var(--cozy-gray-100);
  letter-spacing: 0.03em;
  font: 400 12px/16px 'Open Sans';
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.cozy-tooltip + .tooltip {
  transition: none;
}
.cozy-tooltip + .tooltip.in {
  opacity: 1;
}
.cozy-tooltip + .tooltip .tooltip-arrow {
  display: none;
}
.cozy-tooltip + .tooltip .tooltip-inner {
  max-width: 372px;
  padding: 18px 20px;
  border: 1px solid var(--cozy-gray-110);
  border-radius: 10px;
  background-color: var(--cozy-white-100);
  color: var(--cozy-gray-100);
  letter-spacing: 0.03em;
  font: 400 12px/16px 'Open Sans';
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.cozy-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 10px;
  border: 1.5px solid var(--cozy-seconadary);
  border-radius: 10px;
  background-color: var(--cozy-seconadary);
  color: var(--cozy-white-100);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 400 18px/37px 'Lato';
}
.cozy-btn--secondary {
  background-color: var(--cozy-white-100);
  color: var(--cozy-seconadary);
}
.cozy-btn--disabled {
  border-color: var(--cozy-gray-80);
  background-color: var(--cozy-gray-80);
  color: var(--cozy-gray-110);
  cursor: default;
  pointer-events: none;
}
.cozy-btn:hover {
  background-color: var(--cozy-white-100);
  color: var(--cozy-seconadary);
  text-decoration: none;
}
.cozy-btn:focus {
  background-color: var(--cozy-seconadary);
  color: var(--cozy-white-100);
  text-decoration: none;
}
.cozy-btn--secondary:hover {
  background-color: var(--cozy-seconadary);
  color: var(--cozy-white-100);
}
.cozy-btn--secondary:focus {
  background-color: var(--cozy-white-100);
  color: var(--cozy-seconadary);
}
.cozy-btn--disabled:hover,
.cozy-btn--disabled:focus {
  border-color: var(--cozy-gray-80);
  background-color: var(--cozy-gray-80);
  color: var(--cozy-gray-110);
}
.cozy-btn:focus,
.cozy-btn:focus-visible {
  outline: none;
}
.cozy-gradient-btn:hover,
.cozy-gradient-btn:focus,
.cozy-gradient-btn:focus-visible {
  outline: none;
  text-decoration: none;
}
.cozy-gradient-btn__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #ff530d;
  cursor: pointer;
}
@supports (background-image: var(--cozymeal-gradient-1)) {
  .cozy-gradient-btn__body {
    background-image: var(--cozymeal-gradient-1);
  }
}
.cozy-gradient-btn__text {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.cozy-gradient-btn__text--desktop {
  display: none;
}
.cozy-gradient-btn__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit  ;
  background-color: #ff530d;
  background-position: calc((100 - var(--mouse-x, 0)) * 1%) calc((100 - var(--mouse-y, 0)) * 1%);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity 1.25s;
}
@supports (background-image: var(--cozymeal-gradient-2)) {
  .cozy-gradient-btn__gradient {
    background-image: var(--cozymeal-gradient-2);
  }
}
.cozy-gradient-btn__body:hover .cozy-gradient-btn__gradient {
  opacity: 1;
}
.cozy-facebook-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 6px;
  border-radius: 8px;
  background-color: #1877f2;
  color: #ffffff;
  text-decoration: none;
  font: 700 22px/24px 'Lato';
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cozy-facebook-btn:focus,
.cozy-facebook-btn:focus-visible {
  outline: none;
}
.cozy-facebook-btn:hover,
.cozy-facebook-btn:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}
.cozy-facebook-btn:hover {
  background-color: #2b7eeb;
}
.cozy-google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 6px;
  border: 1px solid #e0e0e9;
  border-radius: 8px;
  background-color: #ffffff;
  color: #1d1c2b;
  text-decoration: none;
  font: 500 20px/24px 'Lato';
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cozy-google-btn:focus,
.cozy-google-btn:focus-visible {
  outline: none;
}
.cozy-google-btn:hover,
.cozy-google-btn:focus {
  color: #1d1c2b !important;
  text-decoration: none !important;
}
.cozy-pagination__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.cozy-pagination__arrow,
.cozy-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.cozy-pagination__arrow:hover,
.cozy-pagination__link:hover,
.cozy-pagination__arrow:focus,
.cozy-pagination__link:focus,
.cozy-pagination__arrow:focus-visible,
.cozy-pagination__link:focus-visible {
  outline: none;
  text-decoration: none;
}
.cozy-pagination__arrow {
  border: 1px solid var(--cozy-seconadary-ada);
  border-radius: 5px;
  transition: background-color 400ms, border-color 400ms;
}
.cozy-pagination__arrow:first-child {
  margin-right: 5px;
}
.cozy-pagination__arrow:last-child {
  margin-left: 5px;
}
.cozy-pagination__arrow path {
  transition: stroke 400ms;
}
.cozy-pagination__arrow:hover {
  background-color: var(--cozy-seconadary-ada);
}
.cozy-pagination__arrow:hover path {
  stroke: var(--cozy-white-100);
}
.cozy-pagination__arrow--disabled,
.cozy-pagination__arrow--disabled:hover {
  border-color: rgba(255, 83, 13, 0.3);
  background-color: transparent;
  cursor: not-allowed;
}
.cozy-pagination__arrow--disabled path,
.cozy-pagination__arrow--disabled:hover path {
  stroke: rgba(255, 83, 13, 0.3);
}
.cozy-pagination__link {
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--cozy-seconadary-ada);
  font: 400 16px/22px 'Open Sans';
  transition: background-color 400ms, border-color 400ms, color 400ms;
}
.cozy-pagination__link:hover,
.cozy-pagination__link--active {
  border-color: var(--cozy-seconadary-ada);
}
.cozy-pagination__link:hover,
.cozy-pagination__link:focus {
  color: var(--cozy-seconadary-ada);
}
.cozy-pagination__link--active {
  background-color: var(--cozy-seconadary-ada);
  color: var(--cozy-white-100);
}
.cozy-pagination__link--active:hover,
.cozy-pagination__link--active:focus {
  color: var(--cozy-white-100);
}
.cozy-pagination__link--disabled {
  width: 20px;
  cursor: not-allowed;
}
.cozy-pagination__link--disabled:hover {
  border-color: transparent;
  background-color: transparent;
  color: var(--cozy-seconadary-ada);
}
.cozy-pagination__info {
  margin-top: 10px;
  color: var(--cozy-gray-90);
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.cozy-input,
.cozy-textarea {
  display: block;
  width: 100%;
  padding: 10.5px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #f6f6f6;
  color: #606060;
  letter-spacing: 0.02em;
  font: 500 14px/19px 'Open Sans';
  transition: background-color 400ms, border-color 400ms;
}
.cozy-input:hover,
.cozy-textarea:hover,
.cozy-input:focus,
.cozy-textarea:focus {
  border-color: #ff530d;
}
.cozy-input:focus,
.cozy-textarea:focus {
  background-color: #ffffff;
}
.cozy-input:focus,
.cozy-textarea:focus,
.cozy-input:focus-visible,
.cozy-textarea:focus-visible {
  outline: none;
}
.cozy-input {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.cozy-input-required {
  position: relative;
}
.cozy-input-required .cozy-input {
  position: relative;
}
.cozy-input-required .cozy-input[required] + .cozy-input-placeholder::after {
  content: '*';
}
.cozy-input-required .cozy-input[required] + .cozy-input-placeholder.not-required::after {
  display: none;
}
.cozy-input-required .cozy-input[required]:invalid + .cozy-input-placeholder {
  display: inline-block;
}
.cozy-input-required .cozy-input[required]:valid + .cozy-input-placeholder {
  display: none;
}
.cozy-input-required .cozy-input-placeholder {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 20px;
  margin: 0;
  color: #707070;
  letter-spacing: 0.02em;
  font: 500 14px/19px 'Open Sans';
}
.cozy-input-required .cozy-input-placeholder::after {
  content: '*';
  color: #ff530d;
}
.cozy-textarea {
  min-height: 166px;
  resize: none;
}
.cozy-checkbox {
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding-left: 25px;
  color: #333333;
  font: 400 14px/21px 'Open Sans';
  cursor: pointer;
}
.cozy-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cozy-checkbox input[type=checkbox]:focus + .checkbox {
  border-color: #ff530d;
}
.cozy-checkbox input[type=checkbox]:checked + .checkbox {
  border-color: #ff530d;
  background-color: #ff530d;
}
.cozy-checkbox .checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 0.75px solid #999999;
  border-radius: 2px;
  background: #ffffff url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654093704/modals/checkbox-selection-icon.svg') no-repeat center;
}
.cozy-modal__dialog {
  max-width: 800px !important;
}
.cozy-modal__content {
  position: relative !important;
  padding: 16px 25px !important;
  border: 1px solid #cccccc !important;
  border-radius: 15px !important;
  background: #fcfcfc !important;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25) !important;
}
.cozy-modal__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.cozy-modal.slide-modal.fade .cozy-modal__dialog {
  position: absolute;
  bottom: -100%;
  transform: none;
}
.cozy-modal.slide-modal.in {
  display: flex !important;
  align-items: flex-end;
}
.cozy-modal.slide-modal.in .cozy-modal__dialog {
  bottom: 0;
  transform: none;
}
.cozy-modal.slide-modal.in.closed {
  display: none !important;
}
.cozy-modal.slide-modal__other-options {
  margin: 0 -10px;
}
.cozy-modal.slide-modal .cozy-modal__close-btn {
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.cozy-modal.slide-modal .cozy-modal__dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  transition: bottom 0.3s ease-out !important;
}
.cozy-modal.slide-modal .cozy-modal__content {
  padding: 24px !important;
  border-radius: 15px 15px 0 0 !important;
}
.cozy-radio {
  display: flex;
  margin: 0;
  cursor: pointer;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cozy-radio:hover .cozy-radio__input {
  border-color: #ff530d;
}
.cozy-radio__native-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cozy-radio__native-input:checked + .cozy-radio__input {
  border-color: #cccccc;
}
.cozy-radio__native-input:checked + .cozy-radio__input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff530d;
  transform: translate(-50%, -50%);
}
.cozy-radio__native-input:disabled + .cozy-radio__input {
  border-color: #cccccc;
}
.cozy-radio__native-input:disabled ~ .cozy-radio__label {
  color: #aaaaaa;
}
.cozy-radio__input {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.cozy-radio__label {
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 14px/19px 'Open Sans';
}
.cl-input__wrapper {
  display: block;
  width: 100%;
  margin: 0;
}
.cl-input__field-wrapper.with-icon {
  position: relative;
}
.cl-input__field-wrapper.with-icon .cl-input__field {
  padding-right: 44px;
}
.cl-input__field-wrapper.with-icon .cl-input__field-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  color: #707070;
  transform: translateY(-50%);
}
.cl-input__field-wrapper.with-icon .cl-input__field-icon svg {
  width: 100%;
  height: 100%;
}
.cl-input__field {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.cl-input__field:hover {
  border-color: #474747;
}
.cl-input__field:focus {
  border-color: #d63d00;
}
.cl-input__field::-moz-placeholder {
  color: #707070;
}
.cl-input__field:-ms-input-placeholder {
  color: #707070;
}
.cl-input__field::placeholder {
  color: #707070;
}
.cl-input__tooltip {
  position: absolute;
  right: 0;
  bottom: 80%;
  visibility: hidden;
  padding: 16px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  color: #606060;
  font: 400 14px / 19px 'Open Sans';
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), visibility 0s 0.3s;
  transform: translateY(10px);
}
.cl-input__field-icon:hover + .cl-input__tooltip {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}
.cl-input__f-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.cl-input__field-error {
  margin-top: 8px;
  color: #d93630;
  font: 500 12px/16px 'Open Sans';
}
.cl-input__field-error:not(.hidden) + .cl-input__field-wrapper .cl-input__field {
  border-color: #d93630 !important;
  background-color: #fff2f4 !important;
}
.cl-select.open .cl-select__ui-select-header {
  border-color: #d63d00 !important;
}
.cl-select.open .cl-select__ui-select-dropdown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}
.cl-select.open .cl-select__ui-select-header-icon {
  transform: rotate(180deg);
}
.cl-select.with-value .cl-select__ui-select-text-preview {
  display: none;
}
.cl-select__wrapper {
  display: block;
  width: 100%;
  margin: 0;
}
.cl-select__wrapper:hover .cl-select__ui-select-header {
  border-color: #474747;
}
.cl-select__wrapper:focus .cl-select__ui-select-header {
  border-color: #d63d00;
}
.cl-select__original-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #707070;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cl-select__ui-select {
  position: relative;
}
.cl-select__ui-select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  cursor: pointer;
  gap: 8px;
}
.cl-select__ui-select-header-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #707070;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
  -webkit-line-clamp: 1;
}
.cl-select__ui-select-header-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #707070;
}
.cl-select__ui-select-header-icon svg {
  width: 16px;
  height: 16px;
}
.cl-select__ui-select-dropdown {
  position: absolute;
  z-index: 2;
  top: calc(100% + 8px);
  visibility: hidden;
  width: 100%;
  padding: 12px 16px 12px 8px;
  border: 1px solid #d63d00;
  border-radius: 8px;
  background: #ffffff;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), visibility 0s 0.3s;
  transform: translateY(-10px);
}
.cl-select__ui-select-dropdown-items {
  overflow: overlay;
  max-height: 250px;
  padding: 0 0 0 8px;
  direction: rtl;
}
.cl-select__ui-select-dropdown-items::-webkit-scrollbar-track {
  width: 4px;
  border-radius: 4px;
  background-color: #e2e2e2;
}
.cl-select__ui-select-dropdown-items::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
  background-color: #c4c4c4;
}
.cl-select__ui-select-dropdown-items::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
  background-color: #e2e2e2;
}
.cl-select__ui-select-label-wrapper {
  border-bottom: 0.5px solid #cccccc;
  direction: ltr;
}
.cl-select__ui-select-label-wrapper:first-child .cl-select__ui-select-label {
  padding-top: 0;
}
.cl-select__ui-select-label-wrapper:last-child {
  border: none;
}
.cl-select__ui-select-label-wrapper:last-child .cl-select__ui-select-label {
  padding-bottom: 0;
}
.cl-select__ui-select-label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  cursor: pointer;
}
.cl-select__ui-select-label:hover .cl-select__ui-select-value {
  color: #d63d00;
}
.cl-select__ui-select-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cl-select__ui-select-input:checked ~ .cl-select__ui-select-value {
  color: #d63d00;
}
.cl-select__ui-select-input:focus {
  outline: none !important;
}
.cl-select__ui-select-value {
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
}
.cl-select__field-error {
  margin-top: 8px;
  color: #d93630;
  font: 500 12px/16px 'Open Sans';
}
.cl-select__ui-select-search-wrapper {
  position: relative;
  padding-left: 8px;
  margin-bottom: 16px;
}
.cl-select__ui-select-search {
  display: block;
  width: 100%;
  padding: 8px 32px 8px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px / 24px 'Open Sans';
}
.cl-select__ui-select-search:hover {
  border-color: #474747;
}
.cl-select__ui-select-search:focus {
  border-color: #d63d00;
}
.cl-select__ui-select-search::-moz-placeholder {
  color: #707070;
}
.cl-select__ui-select-search:-ms-input-placeholder {
  color: #707070;
}
.cl-select__ui-select-search::placeholder {
  color: #707070;
}
.cl-select__ui-select-search-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  color: #909090;
  transform: translateY(-50%);
}
.cl-select__ui-select-search-icon svg {
  width: inherit;
  height: inherit;
}
.cl-datepicker {
  position: relative;
  cursor: pointer;
}
.cl-datepicker__input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: transparent;
  color: transparent;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
  cursor: pointer;
}
.cl-datepicker__input:hover {
  border-color: #474747;
}
.cl-datepicker__input:focus {
  border-color: #d63d00;
}
.cl-datepicker__input::-moz-placeholder {
  color: #707070;
}
.cl-datepicker__input:-ms-input-placeholder {
  color: #707070;
}
.cl-datepicker__input::placeholder {
  color: #707070;
}
.cl-datepicker__value {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #707070;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
  cursor: pointer;
  -webkit-line-clamp: 1;
}
.cl-datepicker__value.with-icon {
  padding-right: 40px;
}
.cl-datepicker__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  max-width: 340px;
  height: 16px;
  color: #707070;
  transform: translateY(-50%);
}
.cl-datepicker__icon svg {
  width: inherit;
  height: inherit;
}
.cl-datepicker .daterangepicker {
  display: block !important;
  z-index: 4;
  top: calc(100% + 8px) !important;
  visibility: hidden;
  right: 0 !important;
  left: 0 !important;
  overflow: hidden;
  width: 200% !important;
  margin: 0;
  border: 1px solid #d63d00;
  border-radius: 8px;
  background: #f6f6f6;
  box-shadow: none;
  max-width: 340px;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), visibility 0s 0.3s;
  transform: translateY(-10px);
}
.cl-datepicker .daterangepicker::before,
.cl-datepicker .daterangepicker::after {
  display: none;
}
.cl-datepicker .daterangepicker .ranges {
  display: none !important;
}
.cl-datepicker .daterangepicker .prev,
.cl-datepicker .daterangepicker .next {
  background-position: center;
  background-repeat: no-repeat;
}
.cl-datepicker .daterangepicker .prev span,
.cl-datepicker .daterangepicker .next span {
  display: none !important;
}
.cl-datepicker .daterangepicker .prev {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807351/pages/cities-team-building/calendar-prev-arrow.svg');
}
.cl-datepicker .daterangepicker .next {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807278/pages/cities-team-building/calendar-next-arrow.svg');
}
.cl-datepicker .daterangepicker .drp-calendar.left {
  width: 100%;
  max-width: none;
  padding: 0;
}
.cl-datepicker .daterangepicker .drp-calendar.left .calendar-table {
  padding: 8px !important;
}
.cl-datepicker .daterangepicker .calendar-table th,
.cl-datepicker .daterangepicker .calendar-table td {
  width: auto;
  min-width: auto;
  height: auto;
}
.cl-datepicker .daterangepicker .calendar-table th {
  color: #606060;
  text-align: center;
  letter-spacing: 0.03em;
  font: 400 14px/20px 'Open Sans';
}
.cl-datepicker .daterangepicker .calendar-table th.month {
  color: #474747;
  font-weight: 600;
}
.cl-datepicker .daterangepicker .calendar-table td {
  color: #606060;
  text-align: center;
  font: 400 14px/20px 'Open Sans';
}
.cl-datepicker .daterangepicker .calendar-table td.off {
  color: #cccccc;
}
.cl-datepicker .daterangepicker .calendar-table td.off.disabled {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.cl-datepicker .daterangepicker .calendar-table td.active,
.cl-datepicker .daterangepicker .calendar-table td.active:hover {
  background: #d63d00;
  color: #ffffff;
}
.cl-datepicker .daterangepicker .ranges li.active,
.cl-datepicker .daterangepicker .ranges li:hover {
  background: #d63d00;
  color: #ffffff;
}
.cl-datepicker .daterangepicker td.active,
.cl-datepicker .daterangepicker td.active:hover,
.cl-datepicker .daterangepicker td.in-range {
  background: #d63d00;
  color: #ffffff;
}
.cl-datepicker.datepicker-open .daterangepicker {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}
.cl-textarea__wrapper {
  display: block;
  width: 100%;
  margin: 0;
}
.cl-textarea__field {
  display: block;
  height: 116px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans';
  resize: none;
}
.cl-textarea__field:hover {
  border-color: #474747;
}
.cl-textarea__field:focus {
  border-color: #d63d00;
}
.cl-textarea__field::-moz-placeholder {
  color: #707070;
}
.cl-textarea__field:-ms-input-placeholder {
  color: #707070;
}
.cl-textarea__field::placeholder {
  color: #707070;
}
@media (max-width: 767px) {
  .cozy-modal__dialog {
    margin-top: 20px !important;
  }
}
.cozy-modal__dialog {
  max-width: 800px !important;
}
.cozy-modal__content {
  position: relative !important;
  padding: 16px 25px !important;
  border: 1px solid #cccccc !important;
  border-radius: 15px !important;
  background: #fcfcfc !important;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25) !important;
}
.cozy-modal__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.cozy-modal.slide-modal.fade .cozy-modal__dialog {
  position: absolute;
  bottom: -100%;
  transform: none;
}
.cozy-modal.slide-modal.in {
  display: flex !important;
  align-items: flex-end;
}
.cozy-modal.slide-modal.in .cozy-modal__dialog {
  bottom: 0;
  transform: none;
}
.cozy-modal.slide-modal.in.closed {
  display: none !important;
}
.cozy-modal.slide-modal__other-options {
  margin: 0 -10px;
}
.cozy-modal.slide-modal .cozy-modal__close-btn {
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.cozy-modal.slide-modal .cozy-modal__dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  transition: bottom 0.3s ease-out !important;
}
.cozy-modal.slide-modal .cozy-modal__content {
  border-radius: 15px 15px 0 0 !important;
  padding: 24px !important;
}
.visually-hidden {
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cozy-modal__dialog {
    margin-top: 20px !important;
  }
}
@media (min-width: 601px) {
  .cozy-pagination__arrow:first-child {
    margin-right: 10px;
  }
  .cozy-pagination__arrow:last-child {
    margin-left: 10px;
  }
  .cozy-pagination__link--disabled {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .cozy-btn {
    height: 53px;
    font: 600 22px/47px 'Lato';
  }
  .cozy-modal__dialog {
    width: 100% !important;
  }
  .cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 8px;
    right: 8px;
  }
  .cozy-modal.slide-modal .cozy-modal__close-btn svg {
    width: 18px;
    height: 18px;
  }
  .cozy-modal.slide-modal .cozy-modal__dialog {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .cozy-modal.slide-modal .cozy-modal__content {
    padding: 40px !important;
    border-radius: 15px !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .cozy-modal__dialog {
    width: 100% !important;
  }
  .cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 8px;
    right: 8px;
  }
  .cozy-modal.slide-modal .cozy-modal__close-btn svg {
    width: 18px;
    height: 18px;
  }
  .cozy-modal.slide-modal .cozy-modal__dialog {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .cozy-modal.slide-modal .cozy-modal__content {
    padding: 40px !important;
    border-radius: 15px !important;
  }
}
@media (min-width: 991px) {
  .cozy-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 50px;
  }
  .cozy-section {
    margin-top: 80px;
  }
  .cozy-info-icon {
    width: 14px;
    height: 14px;
  }
  .cozy-modal__dialog {
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
  .cozy-modal__content {
    padding: 25px 40px !important;
    border-radius: 10px !important;
  }
  .cozy-gradient-btn__text--mobile {
    display: none;
  }
  .cozy-gradient-btn__text--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cozy-container {
    max-width: 1440px;
    padding: 0 100px;
  }
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
:root {
  --swiper-theme-color: #007aff;
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   --swiper-wrapper-transition-timing-function: initial;
   */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 10;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.alert_message {
  position: fixed;
  max-width: 96%;
  width: 300px;
  right: 2%;
  top: 15px;
  z-index: 9999999;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
.alert_message .close {
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 3px;
  float: none;
}
.gray-background {
  background-color: #eeeeee;
}
.double-padding {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-close-text {
  position: relative;
  bottom: 3px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.validation-error {
  margin-bottom: -10px;
  color: #d9534f !important;
}
.help-block {
  position: relative;
  top: -15px;
}
@media (max-width: 768px) {
  .signup-disclaimer {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .signup-disclaimer {
    font-size: 13px;
    margin-top: 12px;
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
:focus,
:focus-visible {
  outline: 0;
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
input.picker__input--target {
  outline: none;
}
input {
  line-height: normal;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff530d;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'Rokkitt', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  line-height: 1.1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-primary {
  color: #ff530d;
}
.mg-top-xs {
  margin-top: 12px !important;
}
.mg-top-sm {
  margin-top: 20px !important;
}
.mg-top-md {
  margin-top: 40px !important;
}
.mg-top-lg {
  margin-top: 60px !important;
}
.mg-bottom-xs {
  margin-bottom: 10px !important;
}
.mg-bottom-sm {
  margin-bottom: 20px !important;
}
.mg-bottom-md {
  margin-bottom: 40px !important;
}
.mg-bottom-lg {
  margin-bottom: 60px !important;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
input[type='range'] {
  display: block;
  width: 100%;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 0;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn-white {
  color: #ff530d !important;
}
.btn-white:hover {
  opacity: 0.88;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 991px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}
@media (min-width: 991px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-default {
  border-color: #eeeeee;
  background-color: #FCFCFC;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
body {
  -webkit-font-smoothing: antialiased;
}
footer .sub-location-select .selectize-input input {
  height: 100%;
  font: 500 14px/17px 'Lato';
}
#content-main {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin: 30px 0;
  border-color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h5,
p {
  margin: 0;
}
h2 {
  font-size: 24px;
}
input,
textarea {
  font-size: initial;
}
.hidden-link,
.hidden-link:hover,
.hidden-link:focus {
  color: inherit;
  text-decoration: inherit;
}
.text-primary {
  color: #ff530d !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: bold !important;
}
.font-small {
  font-size: 12px !important;
}
.mg-bottom-xs {
  margin-bottom: 10px !important;
}
body #content-main {
  transition: 0.15s filter ease-out;
}
.btn {
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  border: none;
  border-radius: 2px 2px 2px 2px;
  background-color: #ff530d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: 0.1s opacity ease-out;
}
.rating {
  width: 103px;
  height: 15px;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1574938785/star-rating_o5flb3.png');
  background-size: cover;
}
.chef-stars-rating {
  height: 16px;
  background-size: auto 100%;
  aspect-ratio: 6.7;
}
.visually-hidden {
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  min-height: 40px;
  color: white;
  z-index: 100;
}
.cookie-consent div {
  margin: 10px auto;
}
@media (max-width: 640px) {
  .cookie-consent {
    bottom: 0;
  }
  .cookie-consent__body {
    padding: 10px 16px;
  }
  .cookie-consent__text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .cookie-consent .cookie-accept {
    padding: 5px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 10px auto 0 !important;
  }
}
@media (max-width: 500px) {
  #banner-custom .banner-custom-text {
    max-width: 155px;
  }
}
@media (max-width: 768px) {
  #webWidget.custom-chat {
    top: unset !important;
    bottom: 0px !important;
    height: 440px !important;
  }
}
@media (max-width: 626px) {
  #launcher.with-gdpr-banner {
    bottom: 100px!important;
  }
}
@media (max-width: 576px) {
  .cky-preference {
    max-height: 90vh !important;
  }
}
@media (max-width: 416px) {
  #launcher.with-gdpr-banner {
    bottom: 120px!important;
  }
}
body.body-loaded .chef-stars-rating {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1677602075/pages/category-page/STARS.svg') no-repeat top left;
  background-size: auto 100%;
  aspect-ratio: 6.7;
}

body {
  -webkit-font-smoothing: antialiased;
  padding-top: 79px;
}
body.body-custom-banner {
  padding-top: 122px;
}
body.body-custom-banner.nav-with-cats-menu {
  padding-top: 169px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 99px;
  }
  body.body-custom-banner {
    padding-top: 139px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 189px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 104px;
  }
  body.body-custom-banner {
    padding-top: 144px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 187px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  body.body-custom-banner {
    padding-top: 110px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 185px;
  }
  #main-menu {
    top: 70px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 84px;
  }
  body.body-custom-banner {
    padding-top: 126px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 166px;
  }
}
.class-preview__col-1 {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/c_fill,f_auto,q_auto/v1654860292/pages/category-page/main-background-mob.webp') no-repeat center;
  background-size: cover;
}
.class-preview__main-info {
  padding: 33px 25px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.class-preview__title {
  margin-bottom: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 400 26px/31px 'Lato';
  filter: drop-shadow(-3px -4px 12px #000000);
}
.class-preview__subtitle {
  color: #FFFFFF;
  letter-spacing: 0.04em;
  font: 500 18px/22px 'Open Sans';
  filter: drop-shadow(-3px -4px 12px #000000);
}
.class-preview__search-filters {
  position: relative;
  transform: translateY(20px);
  z-index: 4;
}
.class-preview__col-2 {
  padding: 54px 25px 0;
}
.class-preview__description {
  overflow: hidden;
  height: 48px;
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 12px/16px 'Open Sans';
  transition: height 400ms;
}
.class-preview__description.open {
  height: auto;
}
.class-preview__open-description {
  display: block;
  margin: 7px 0 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #D63D00;
  font: 400 12px/16px 'Open Sans';
}
.class-preview__line {
  margin: 17px 0 0;
  border-top: 1px solid #DDDDDD;
}
.hero-coming-soon.launch_areagroup {
  margin-top: 40px;
}
.hero-coming-soon.filters #sf-dummy {
  display: none;
}
.hero-coming-soon__text {
  margin-bottom: 78px;
  font: 700 22px/26px 'Lato';
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero-coming-soon__buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  transform: translateY(20px);
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hero-coming-soon__btn {
  height: 40px;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  max-width: 219px;
  line-height: 37px;
  padding: 0 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .class-preview__col-1 {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/c_fill,f_auto,q_auto/v1655030693/pages/category-page/main-background-desktop.jpg') no-repeat center;
    background-size: cover;
  }
  .class-preview__main-info {
    padding: 33px 25px;
  }
  .class-preview__title,
  .class-preview__subtitle {
    text-align: center;
  }
  .class-preview__title {
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    font-size: 32px;
    line-height: 40px;
  }
  .class-preview__subtitle {
    letter-spacing: 0.02em;
    font-size: 22px;
    line-height: 26px;
  }
  .class-preview__search-filters {
    max-width: 660px;
    margin: 20px auto 0;
    transform: none;
  }
  .class-preview__col-2 {
    padding: 25px 25px 0;
  }
  .class-preview__description {
    height: auto;
  }
  .class-preview__open-description {
    display: none;
  }
  .class-preview__line {
    margin-top: 25px;
  }
  .hero-coming-soon.launch_areagroup {
    margin-top: 24px;
  }
  .hero-coming-soon__text {
    margin-bottom: 24px;
  }
  .hero-coming-soon__buttons {
    transform: translateY(0);
  }
}
@media (min-width: 901px) {
  .class-preview__search-filters {
    max-width: 100%;
  }
  .hero-coming-soon__buttons {
    gap: 16px;
  }
  .hero-coming-soon__btn {
    height: 46px;
    line-height: 43px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1200px) {
  .class-preview {
    background: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/c_fill,f_auto,q_auto/v1655030693/pages/category-page/main-background-desktop.jpg) no-repeat center;
    background-size: cover;
  }
  .class-preview__gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .class-preview__wrapper {
    display: flex;
    padding: 55px 30px 63px;
  }
  .class-preview__col-1 {
    flex: 1 1 auto;
    background: transparent;
  }
  .class-preview__main-info {
    padding: 0 30px 0 0;
    background: transparent;
  }
  .class-preview__title {
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    font-size: 42px;
    line-height: 50px;
  }
  .class-preview__subtitle {
    letter-spacing: 0.02em;
    font-size: 22px;
    line-height: 26px;
  }
  .class-preview__search-filters {
    margin-top: 31px;
  }
  .class-preview__col-2 {
    flex-shrink: 0;
    width: 360px;
    padding: 0;
  }
  .class-preview__description {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
  }
  .class-preview__line {
    display: none;
  }
}
@media (min-width: 1440px) {
  .class-preview__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 60px;
    padding-left: 60px;
  }
}
.class-benefits__list .slick-list {
  margin: 0 -10px;
}
.class-benefits__list .slick-track {
  display: flex;
}
.class-benefits__list .slick-slide {
  height: auto;
}
.class-benefits__list .slick-slide > div {
  height: 100%;
  padding: 0 10px;
}
.class-benefits__list .slick-dots {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.class-benefits__list .slick-dots li button {
  color: #000000;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #FF530D;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-indent: -9999px;
  transition: background-color 800ms;
}
.class-benefits__list .slick-dots li.slick-active button {
  background-color: #FF530D;
}
.slick-track .class-benefits__item {
  height: 100%;
}
.class-benefits__item {
  display: flex !important;
  padding: 30px 20px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  background: #ffffff;
  gap: 16px;
}
.class-benefits__image {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.class-benefits__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.class-benefits__info {
  flex-grow: 1;
}
.class-benefits__title {
  margin-bottom: 8px;
  color: #474747;
  letter-spacing: 0.02em;
  font: 700 18px/22px 'Lato';
}
.class-benefits__description {
  color: #474747;
  letter-spacing: 0.03em;
  font: 400 14px/19px 'Open Sans';
}
@media (min-width: 1200px) {
  .class-benefits__list {
    display: flex;
    gap: 46px;
  }
  .class-benefits__item {
    padding: 0;
    border: none;
    background: transparent;
  }
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 10;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.cl-modal-filter.cozy-modal.slide-modal .cozy-modal__close-btn {
  border-radius: 10px;
}
.cl-modal-filter.cozy-modal.slide-modal .cozy-modal__close-btn:active {
  background: rgba(1, 1, 27, 0.05);
}
.cl-modal-filter__title {
  margin-bottom: 16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #cccccc;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 400 22px/26px 'Lato';
}
.cl-modal-filter__subtitle {
  color: #474747;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 15px/20px 'Open Sans';
}
.cl-modal-filter__options {
  display: grid;
  align-items: flex-start;
  margin-top: 16px;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.cl-modal-filter__option {
  letter-spacing: 0.02em;
  font: 400 15px/20px 'Open Sans';
}
@media (min-width: 768px) {
  .cl-modal-filter.cozy-modal.slide-modal .cozy-modal__dialog {
    max-width: 480px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .cl-modal-filter.cozy-modal.slide-modal .cozy-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .cl-modal-filter.cozy-modal.slide-modal .cozy-modal__close-btn:hover {
    background: rgba(1, 1, 27, 0.05);
  }
  .cl-modal-filter__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    letter-spacing: 0.08em;
    font-size: 28px;
    line-height: 32px;
  }
  .cl-modal-filter__options {
    margin-top: 24px;
  }
}
#search-filters-container {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  text-align: left;
}
#search-filters-container.sf-fixed {
  position: fixed;
  top: 122px;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#search-filters-container form {
  position: relative;
  padding: 8px;
  border-radius: 2px;
  background: #d3d3d3;
}
#search-filters-container .hide-before-search {
  display: none;
}
#search-filters-container form select {
  float: left;
  height: 40px;
  padding: 10px;
  border-left: none;
  font-size: 12px;
}
#search-filters-container .selectize-control {
  float: left;
  font-size: 0;
}
#search-filters-container .selectize-input {
  height: 40px;
  padding: 10px 15px 10px 10px;
  font-size: 12px;
  line-height: 17px;
}
#search-filters-container .selectize-input input {
  font-size: 12px;
  line-height: 17px;
}
#search-filters-container .selectize-input input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
#search-filters-container .selectize-input input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
#search-filters-container .selectize-input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
#search-filters-container .selectize-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
#search-filters-container .selectize-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}
#search-filters-container .selectize-input .item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search-filters-container .selectize-dropdown .option {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
#search-filters-container .location-select .selectize-dropdown .option {
  padding-left: 20px;
}
#search-filters-container .location-select .selectize-dropdown .option.group-level {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
#search-filters-container .selectize-dropdown .option.selected.active,
#search-filters-container .selectize-dropdown .option:hover {
  background-color: #ff530d;
  color: #ffffff;
}
#search-filters-container .mealtype-select {
  width: 170px;
}
#search-filters-container .mealtype-select .selectize-input {
  border-left: 0;
  border-radius: 0;
}
#search-filters-container .location-select {
  width: 140px;
}
#search-filters-container .location-select .selectize-input {
  border-radius: 2px 0 0 2px;
}
#search-filters-container .location-select .selectize-input.focus:after {
  content: '\F002';
  right: 17px;
  margin-top: -9px;
  border: none;
  color: #808080;
  font-family: 'FontAwesome';
}
#search-filters-container .groupsize-select {
  width: 100px;
}
#search-filters-container .groupsize-select .selectize-input {
  border-left: 0;
  border-radius: 0;
}
#search-filters-container .filters-date {
  position: relative;
  float: left;
  width: 135px;
}
#search-filters-container #filters-date-range {
  overflow: hidden;
  height: 40px;
  padding: 10px;
  border: 1px solid #d0d0d0;
  border-left: 0;
  background: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 17px;
}
#search-filters-container .clear-dates {
  position: absolute;
  right: 5px;
  color: #808080;
}
#search-filters-container .daterangepicker {
  min-width: 100%;
  margin-top: 0;
  border-radius: 0;
}
#search-filters-container .daterangepicker:before,
#search-filters-container .daterangepicker:after {
  display: none;
}
#search-filters-container .daterangepicker .ranges,
#search-filters-container .daterangepicker .ranges ul {
  width: 100%;
}
#search-filters-container .daterangepicker .ranges ul li {
  padding: 10px;
  font-size: 13px;
}
#search-filters-container .daterangepicker .ranges li.active,
#search-filters-container .daterangepicker .ranges li:hover {
  background: #ff530d;
  color: #ffffff;
}
#search-filters-container .daterangepicker td.active,
#search-filters-container .daterangepicker td.active:hover,
#search-filters-container .daterangepicker td.in-range {
  background: #ff530d;
  color: #ffffff;
}
#search-filters-container .filters-submit {
  padding: 0;
  border: none;
  width: 118px;
  height: 40px;
  outline: 0;
  border-radius: 0 2px 2px 0;
  text-transform: none;
  font-size: 12px;
}
#search-filters-container .filter-popover {
  top: -45px;
  width: 150px;
}
#search-filters-container .f-button-w {
  position: relative;
  display: inline-block;
}
#search-filters-container .selectize-dropdown-content .no-results {
  padding: 5px 8px;
  opacity: 1;
}
#search-filters-container .selectize-dropdown-content .no-results:hover {
  background: initial;
}
@media (min-width: 768px) {
  #search-filters-container.sf-fixed form {
    padding: 0;
    background: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  #search-filters-container.category-filter .form {
    padding: 10px;
  }
  #search-filters-container.category-filter .filters-submit {
    text-transform: none;
  }
  #search-filters-container.category-filter .location-select {
    width: 134px;
  }
  #search-filters-container.category-filter .groupsize-select {
    width: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #search-filters-container.category-filter .mealtype-select {
    width: 130px;
  }
}
@media (max-width: 900px) {
  #search-filters-container form {
    width: 100%;
    max-width: 700px;
  }
  #search-filters-container .selectize-control,
  #search-filters-container .filters-date {
    display: block;
    float: left;
    width: 50% !important;
  }
  #search-filters-container .selectize-input,
  #search-filters-container #filters-date-range {
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    border-radius: 0 !important;
  }
  #search-filters-container .location-select .selectize-input {
    border-radius: 2px 0 0 0;
  }
  #search-filters-container .mealtype-select .selectize-input {
    border-radius: 0 2px 0 0;
  }
  #search-filters-container .mealtype-select .selectize-input {
    border-radius: 0 2px 0 0;
  }
  #search-filters-container .filters-submit,
  #search-filters-container .filters-submit:active,
  #search-filters-container .filters-submit:focus,
  #search-filters-container .filters-submit:hover {
    display: block;
    width: 100%;
    border-radius: 0 0 2px 2px;
  }
  #search-filters-container .selectize-input .item {
    display: inline-block;
  }
  #search-filters-container .f-button-w {
    display: block;
    clear: both;
  }
}
@media (max-width: 540px) {
  #search-filters-container .location-select,
  #search-filters-container .mealtype-select {
    width: 100% !important;
  }
}
#modal-filter.in {
  display: flex !important;
  align-items: center;
}
body.body-loaded #search-filters-container.new-filter form .selectize-control.single .selectize-input:after,
body.body-loaded #search-filters-container.new-filter form #filters-date-range:before {
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%201L6.5%206L1%201.00329%22%20stroke%3D%22%23606060%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-size: contain;
}
#search-filters-container.new-filter .groupsize-select .selectize-input {
  padding: 0 0 0 20px;
}
#search-filters-container.new-filter .groupsize-select .selectize-input .item {
  line-height: 57px;
  height: 100%;
}
@media (max-width: 901px) {
  #search-filters-container.new-filter .groupsize-select .selectize-input .item {
    width: 100%;
    line-height: 37px;
  }
}
#search-filters-container.new-filter form {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: none;
}
#search-filters-container.new-filter form .selectize-dropdown,
#search-filters-container.new-filter form .daterangepicker {
  padding: 0 15px 15px;
  border: 2px solid #808080;
  border-top: 0;
  border-radius: 0 0 15px 15px;
}
#search-filters-container.new-filter form .selectize-dropdown-content {
  max-height: 265px;
  direction: rtl;
}
#search-filters-container.new-filter form .selectize-dropdown-content::-webkit-scrollbar-track {
  background: #e2e2e2;
}
#search-filters-container.new-filter form .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #c4c4c4;
}
#search-filters-container.new-filter form .selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
}
#search-filters-container.new-filter form .selectize-input input {
  caret-color: #ff530d;
}
#search-filters-container.new-filter form .groupsize-select .selectize-input input {
  display: none !important;
}
#search-filters-container.new-filter form .selectize-dropdown-content .option,
#search-filters-container.new-filter form .daterangepicker .ranges ul li {
  margin-left: 10px;
  padding: 10px 0 !important;
  border-bottom: 0.5px solid #c4c4c4;
  background: none;
  color: #474747;
  font: bold 14px/17px 'Lato';
  direction: ltr;
}
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option:not(.group-level) {
  padding-left: 35px !important;
  font-weight: 400;
  background-position: left 10px top 9.5px;
}
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option {
  margin-left: 7px;
  padding-left: 25px !important;
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1676562898/pages/homepage/city-point-icon.svg');
  background-repeat: no-repeat;
  background-position: left top 9.5px;
}
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option:hover,
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option.selected {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1676565569/pages/homepage/city-point-active-icon.svg');
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option[data-value=""],
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option[data-value=""]:hover,
#search-filters-container.new-filter form .location-select .selectize-dropdown-content .option[data-value=""].selected {
  background: transparent;
  padding-left: 0 !important;
  text-decoration: none;
  color: #474747;
}
#search-filters-container.new-filter form .selectize-dropdown-content .option:last-child,
#search-filters-container.new-filter form .daterangepicker .ranges ul li:last-child {
  border-bottom: 0;
}
#search-filters-container.new-filter form .selectize-dropdown-content .option:hover,
#search-filters-container.new-filter form .selectize-dropdown-content .option.selected,
#search-filters-container.new-filter form .daterangepicker .ranges ul li:hover {
  background-color: #ffffff;
  color: #ff530d;
}
#search-filters-container.new-filter form .selectize-control.single .selectize-input:after,
#search-filters-container.new-filter form #filters-date-range:before {
  right: 10px;
  width: 11px;
  height: 6px;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#search-filters-container.new-filter form .mealtype-select.selectize-control.single .selectize-input.input-active:after,
#search-filters-container.new-filter form .location-select.selectize-control.single .selectize-input.input-active:after {
  content: '' !important;
  top: 50%;
  width: 14px;
  height: 13px;
  margin-top: -6.5px;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.76492%2013.6146C11.371%2013.6146%2014.2942%2010.7907%2014.2942%207.30728C14.2942%203.82386%2011.371%201%207.76492%201C4.15887%201%201.2356%203.82386%201.2356%207.30728C1.2356%2010.7907%204.15887%2013.6146%207.76492%2013.6146Z%22%20stroke%3D%22%23808080%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12.4481%2011.6987L16.9969%2015.9999%22%20stroke%3D%22%23808080%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-size: cover;
}
#search-filters-container.new-filter form #filters-date-range {
  cursor: pointer;
}
#search-filters-container.new-filter form #filters-date-range:not(.date-selected):before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
#search-filters-container.new-filter .selectize-input {
  height: 61px;
  padding: 20px;
  border-width: 2px;
  border-color: #808080;
  font: 700 14px/19px 'Open Sans';
}
#search-filters-container.new-filter .selectize-input input {
  font: 700 14px/19px 'Open Sans';
}
#search-filters-container.new-filter .location-select {
  width: 170px;
}
#search-filters-container.new-filter .location-select .selectize-input {
  border-radius: 15px 0 0 15px;
}
#search-filters-container.new-filter .groupsize-select {
  width: 130px;
  cursor: pointer;
}
#search-filters-container.new-filter .groupsize-select .selectize-input {
  border-radius: 0 15px 15px 0;
}
#search-filters-container.new-filter .groupsize-select .selectize-input.dropdown-active {
  pointer-events: none;
}
#search-filters-container.new-filter .filters-date {
  width: 160px;
}
#search-filters-container.new-filter #filters-date-range {
  height: 61px;
  padding: 20px 10px 20px 20px;
  border-width: 2px;
  border-color: #808080;
  color: #303030;
  font: 700 14px/19px 'Open Sans';
}
#search-filters-container.new-filter .filters-submit {
  padding: 0;
  width: 172px;
  border: none;
  height: 60px;
  margin-left: 20px;
  border-radius: 15px;
  text-transform: uppercase;
  font: 700 14px/17px 'Lato';
}
#search-filters-container.new-filter select {
  padding: 20px;
  height: 61px;
  border: 2px solid grey;
  font: 700 14px/19px 'Open Sans';
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%201L6.5%206L1%201.00329%22%20stroke%3D%22%23606060%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 11px 6px;
}
#search-filters-container.new-filter select.location-select {
  border-radius: 15px 0 0 15px;
  border-right: none;
}
#search-filters-container.new-filter select.mealtype-select {
  border-right: none;
  border-left: none;
}
#search-filters-container.new-filter select.groupsize-select {
  border-left: none;
  border-radius: 0 15px 15px 0;
}
#search-filters-container.new-filter.sf-fixed .selectize-input,
#search-filters-container.new-filter.sf-fixed #filters-date-range {
  height: 40px;
}
#search-filters-container.new-filter.sf-fixed .selectize-input {
  padding: 10px 20px;
}
#search-filters-container.new-filter.sf-fixed #filters-date-range {
  padding: 10px 10px 10px 20px;
}
#search-filters-container.new-filter.sf-fixed .groupsize-select .selectize-input .item {
  line-height: 20px;
}
#search-filters-container.new-filter.sf-fixed .filters-submit {
  height: 40px;
}
@media (min-width: 901px) {
  #search-filters-container.new-filter .location-select .selectize-input,
  #search-filters-container.new-filter .mealtype-select .selectize-input,
  #search-filters-container.new-filter #filters-date-range {
    border-right: 0;
    box-shadow: none;
  }
  #search-filters-container.new-filter .groupsize-select .selectize-input {
    box-shadow: none;
  }
  #search-filters-container.new-filter .selectize-control.location-select:after,
  #search-filters-container.new-filter .selectize-control.mealtype-select:after,
  #search-filters-container.new-filter #filters-date-range:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 1.5px;
    height: 32px;
    margin-top: -16px;
    background: #808080;
  }
  #search-filters-container.new-filter .selectize-control.location-select.no-b:after,
  #search-filters-container.new-filter .selectize-control.mealtype-select.no-b:after,
  #search-filters-container.new-filter #filters-date-range.no-b:after {
    display: none;
  }
  #search-filters-container.new-filter:hover .selectize-input,
  #search-filters-container.new-filter:hover div#filters-date-range {
    border-color: #ff530d !important;
  }
  #search-filters-container.new-filter .selectize-control.location-select .selectize-input.input-active {
    border: 2px solid #808080 !important;
    border-bottom: 0 !important;
    border-radius: 15px 0 0 0 !important;
  }
  #search-filters-container.new-filter .selectize-control.mealtype-select .selectize-input.input-active {
    border: 2px solid #808080 !important;
    border-bottom: 0 !important;
  }
  #search-filters-container.new-filter .selectize-control.groupsize-select .selectize-input.input-active {
    border: 2px solid #808080 !important;
    border-bottom: 0 !important;
    border-radius: 0 15px 0 0 !important;
  }
  #search-filters-container.new-filter div#filters-date-range.showed-dp {
    border: 2px solid #808080 !important;
    border-bottom: 0 !important;
  }
  #search-filters-container.new-filter .f-button-w {
    float: left;
  }
}
@media (min-width: 992px) {
  #search-filters-container.new-filter form .mealtype-select {
    width: 204px;
    min-width: 204px;
  }
  #search-filters-container.new-filter form .mealtype-select > .selectize-input {
    padding-right: 35px;
  }
  #search-filters-container.new-filter form .groupsize-select {
    width: 172px;
  }
  #search-filters-container.new-filter.category-filter form {
    width: auto;
  }
  #search-filters-container.new-filter.category-filter form .mealtype-select {
    width: 204px;
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  #search-filters-container.new-filter.category-filter form .mealtype-select {
    width: 160px;
  }
  #search-filters-container.new-filter.category-filter form .groupsize-select {
    width: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  #search-filters-container.new-filter.category-filter .location-select {
    width: 140px;
  }
  #search-filters-container.new-filter.category-filter .filters-date {
    width: 135px;
  }
  #search-filters-container.new-filter.category-filter .filters-submit {
    margin-left: 10px;
  }
}
@media (min-width: 1440px) {
  #search-filters-container.new-filter.category-filter form {
    width: auto;
  }
  #search-filters-container.new-filter.category-filter form .mealtype-select {
    min-width: 170px;
  }
}
@media (max-width: 900px) {
  #search-filters-container.new-filter .selectize-control.location-select .input-active,
  #search-filters-container.new-filter .filters-date #filters-date-range.showed-dp {
    border-right: 2px solid #808080;
  }
  #search-filters-container.new-filter .selectize-control.mealtype-select .input-active,
  #search-filters-container.new-filter .selectize-control.groupsize-select .input-active {
    border-left: 2px solid #808080;
  }
  #search-filters-container.new-filter .selectize-control.location-select::after,
  #search-filters-container.new-filter #filters-date-range::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    display: block;
    width: 2px;
    height: 26px;
    background-color: #808080;
    transform: translateY(-50%);
  }
  #search-filters-container.new-filter .selectize-control.location-select.no-b::after,
  #search-filters-container.new-filter #filters-date-range.no-b::after {
    display: none;
  }
  #search-filters-container.new-filter .selectize-input {
    height: 40px;
    padding: 10px 20px;
    box-shadow: none;
  }
  #search-filters-container.new-filter #filters-date-range {
    height: 40px;
    padding: 10px 20px;
  }
  #search-filters-container.new-filter .filters-submit {
    height: 40px;
    margin-left: 0;
    border-radius: 10px;
    width: 100%;
  }
  #search-filters-container.new-filter .f-button-w {
    padding-top: 10px;
  }
  #search-filters-container.new-filter .location-select .selectize-input {
    border-right: none;
    border-radius: 10px 0 0 0 !important;
  }
  #search-filters-container.new-filter .mealtype-select .selectize-input {
    border-radius: 0 10px 0 0 !important;
  }
  #search-filters-container.new-filter #filters-date-range {
    border-right: none;
    border-radius: 0 0 0 10px !important;
  }
  #search-filters-container.new-filter .groupsize-select .selectize-input {
    border-radius: 0 0 10px 0 !important;
  }
  #search-filters-container.new-filter .selectize-control .selectize-input.input-active,
  #search-filters-container.new-filter #filters-date-range.showed-dp {
    border-bottom: 0;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  #search-filters-container.new-filter select {
    padding: 9px 15px;
    height: 40px;
    float: left;
    width: 50%!important;
  }
  #search-filters-container.new-filter select.location-select {
    border-bottom: none;
    border-radius: 10px 0 0 0;
  }
  #search-filters-container.new-filter select.mealtype-select {
    border-radius: 0 10px 0 0;
    border-bottom: none;
    border-right: 2px solid grey;
  }
  #search-filters-container.new-filter select.groupsize-select {
    border-radius: 0 0 10px 0;
    border-bottom: none;
  }
}
@media (max-width: 540px) {
  body.body-loaded #search-filters-container.new-filter #filters-date-range::after {
    background: white url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1655899896/pages/category-page/search-lilters-line.svg) no-repeat center;
  }
  #search-filters-container.new-filter .selectize-control.location-select::after {
    display: none;
  }
  #search-filters-container.new-filter #filters-date-range::after {
    top: 0;
    right: -2px;
    width: 4px;
    height: 100%;
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: none;
  }
  #search-filters-container.new-filter #filters-date-range.showed-dp::after {
    opacity: 0;
  }
  #search-filters-container.new-filter .single .selectize-input {
    border: 2px solid #808080;
    border-radius: 10px !important;
  }
  #search-filters-container.new-filter #filters-date-range {
    border: 2px solid #808080;
    border-right: none;
    border-radius: 10px 0 0 10px !important;
  }
  #search-filters-container.new-filter .groupsize-select .selectize-input {
    border-left: none;
    border-radius: 0 10px 10px 0 !important;
  }
  #search-filters-container.new-filter .location-select,
  #search-filters-container.new-filter .mealtype-select {
    margin-bottom: 10px;
  }
  #search-filters-container.new-filter .f-button-w {
    padding-bottom: 40px;
  }
  #search-filters-container.new-filter.category-filter .f-button-w {
    padding-bottom: 0;
    border: none;
  }
  #search-filters-container.new-filter select.location-select,
  #search-filters-container.new-filter select.mealtype-select {
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid grey;
  }
  #search-filters-container.new-filter select.groupsize-select {
    border-radius: 0 10px 10px 0;
    border-bottom: 2px solid grey;
  }
}
.hero-3-images {
  position: relative;
}
.hero-3-images__wrapper {
  position: relative;
}
.hero-3-images__info {
  padding: 24px 27px;
  background-color: #f6f6f6;
}
.hero-3-images__title {
  color: #ff530d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 26px/32px 'Lato';
  background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 50%);
}
.hero-3-images__subtitle {
  margin-top: 8px;
  color: #606060;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 18px/24px 'Open Sans';
}
.hero-3-images__grid {
  display: grid;
  background: #ffffff;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
.hero-3-images__img-tile {
  height: 221px;
}
.hero-3-images__img-tile img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-3-images__collage-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-3-images__filters-wrapper {
  position: relative;
  padding: 0 24px 40px;
}
.hero-3-images__filters-wrapper.active {
  height: 226px;
  padding-bottom: 20px;
}
.hero-3-images__filters-toggle {
  position: absolute;
  right: 24px;
  bottom: 16px;
  left: 24px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  letter-spacing: 0.1em;
  font: 500 16px/24px 'Lato';
}
.hero-3-images__filters {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
}
.hero-3-images__snippet {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 24px;
}
.hero-3-images__snippet-text {
  overflow: hidden;
  max-height: 57px;
  color: #606060;
  letter-spacing: 0.01em;
  font: 400 14px/19px 'Open Sans';
}
.hero-3-images__snippet-text.open {
  max-height: none;
}
.hero-3-images__snippet-btn {
  position: absolute;
  right: 24px;
  bottom: 1px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0 0 0 32px;
  border: none;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.8) 14.93%, rgba(252, 252, 252, 0.980341) 23.61%, #fcfcfc 28.01%, #fcfcfc 100%);
  color: #d63d00;
  letter-spacing: 0.02em;
  font: 700 14px/16px 'Open Sans';
}
.hero-3-images.hero-3-images--one-collage .hero-3-images__collage {
  aspect-ratio: 2.03125 !important;
}
.hero-3-images.hero-3-images--one-collage .hero-3-images__collage-wrapper {
  height: auto !important;
}
@media (max-width: 900px) {
  .hero-3-images #search-filters-container {
    display: none;
  }
  .hero-3-images #search-filters-container.page-loaded {
    display: flex;
  }
}
@media (min-width: 500px) {
  .hero-3-images__collage-wrapper {
    height: 221px;
  }
}
@media (min-width: 541px) {
  .hero-3-images__filters-wrapper.active {
    height: 166px;
  }
}
@media (min-width: 901px) {
  .hero-3-images__content {
    display: flex;
    flex-direction: row-reverse;
  }
  .hero-3-images__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 51%;
  }
  .hero-3-images__info-wrapper {
    max-width: 860px;
  }
  .hero-3-images__title,
  .hero-3-images__subtitle {
    text-align: left;
  }
  .hero-3-images__grid {
    width: 49%;
  }
  .hero-3-images__img-tile {
    height: 300px;
  }
  .hero-3-images__collage {
    width: 49%;
  }
  .hero-3-images__collage-wrapper {
    height: 100%;
  }
  .hero-3-images__filters-toggle {
    display: none;
  }
  .hero-3-images__filters.hidden {
    display: block !important;
  }
  .hero-3-images__filters-wrapper {
    height: 61px;
    padding: 0;
  }
  .hero-3-images__filters-wrapper.active {
    height: 61px;
  }
  .hero-3-images.hero-3-images--one-collage .hero-3-images__info {
    width: auto !important;
    flex-grow: 1 !important;
    padding: 0 40px !important;
  }
  .hero-3-images.hero-3-images--one-collage .hero-3-images__collage {
    width: 480px !important;
    aspect-ratio: 2.03 !important;
  }
}
@media (min-width: 991px) {
  .hero-3-images__img-tile {
    height: auto;
  }
  .hero-3-images__info {
    width: 64%;
    padding: 40px;
  }
  .hero-3-images__grid {
    flex-shrink: 0;
    width: 36%;
  }
  .hero-3-images__collage {
    flex-shrink: 0;
    width: 36%;
  }
  .hero-3-images__filters {
    height: 61px;
  }
  .hero-3-images__snippet-text {
    max-height: 38px;
  }
  .hero-3-images__snippet-btn {
    padding-left: 40px;
  }
  .hero-3-images #search-filters-container.new-filter .selectize-input {
    height: 51px;
  }
  .hero-3-images #search-filters-container.new-filter .location-select .selectize-input,
  .hero-3-images #search-filters-container.new-filter .mealtype-select .selectize-input {
    padding: 16px 20px;
  }
  .hero-3-images #search-filters-container.new-filter #filters-date-range {
    height: 51px;
    padding: 16px 10px 16px 20px;
  }
  .hero-3-images #search-filters-container.new-filter .groupsize-select .selectize-input .item {
    line-height: 51px;
  }
  .hero-3-images #search-filters-container.new-filter .filters-submit {
    height: 51px;
  }
  .hero-3-images #search-filters-container.new-filter .filters-submit .cozy-gradient-btn__body {
    padding: 0 8px;
  }
  .hero-3-images #search-filters-container.new-filter.sf-fixed .selectize-input,
  .hero-3-images #search-filters-container.new-filter.sf-fixed #filters-date-range {
    height: 40px;
  }
  .hero-3-images #search-filters-container.new-filter.sf-fixed .selectize-input {
    padding: 10px 20px;
  }
  .hero-3-images #search-filters-container.new-filter.sf-fixed #filters-date-range {
    padding: 10px 10px 10px 20px;
  }
  .hero-3-images #search-filters-container.new-filter.sf-fixed .groupsize-select .selectize-input .item {
    line-height: 20px;
  }
  .hero-3-images #search-filters-container.new-filter.sf-fixed .filters-submit {
    height: 40px;
  }
}
@media (min-width: 1100px) {
  .hero-3-images #search-filters-container.new-filter select,
  .hero-3-images #search-filters-container.new-filter #filters-date-range {
    border: none;
  }
  .hero-3-images #search-filters-container.new-filter select {
    height: 51px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .hero-3-images__title {
    font-size: 42px;
    line-height: 48px;
  }
  .hero-3-images__subtitle {
    margin-top: 4px;
    font-size: 18px;
    line-height: 24px;
  }
  .hero-3-images__info-wrapper {
    margin-bottom: 24px;
  }
  .hero-3-images__filters-wrapper {
    display: none;
  }
  .hero-3-images__filters {
    position: static !important;
    max-width: 820px;
  }
  .hero-3-images__snippet {
    margin-top: 24px;
  }
  .hero-3-images.hero-3-images--one-collage .hero-3-images__info-wrapper {
    margin-bottom: 8px;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter.sf-fixed form {
    max-width: 820px !important;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter form {
    width: 100% !important;
    max-width: 100% !important;
    padding: 4px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffffff;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter form:hover {
    border-color: #ff530d;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-input,
  .hero-3-images #search-filters-container.new-filter.category-filter #filters-date-range,
  .hero-3-images #search-filters-container.new-filter.category-filter form .groupsize-select .selectize-input {
    padding-left: 12px !important;
    border: none !important;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .location-select,
  .hero-3-images #search-filters-container.new-filter.category-filter form .mealtype-select,
  .hero-3-images #search-filters-container.new-filter.category-filter form .groupsize-select,
  .hero-3-images #search-filters-container.new-filter.category-filter .filters-date,
  .hero-3-images #search-filters-container.new-filter.category-filter .f-button-w {
    width: 20% !important;
    min-width: auto !important;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter #filters-date-range + .daterangepicker {
    display: block !important;
    visibility: hidden !important;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), visibility 0s 0.3s;
    transform: translateY(-10px);
  }
  .hero-3-images #search-filters-container.new-filter.category-filter #filters-date-range.showed-dp + .daterangepicker {
    visibility: visible !important;
    opacity: 1;
    transition-delay: 0s;
    transform: translateY(0);
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.location-select .selectize-input.input-active,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.mealtype-select .selectize-input.input-active,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.groupsize-select .selectize-input.input-active {
    border: none !important;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.location-select .selectize-input + .selectize-dropdown,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.mealtype-select .selectize-input + .selectize-dropdown,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.groupsize-select .selectize-input + .selectize-dropdown {
    display: block !important;
    visibility: hidden !important;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), visibility 0s 0.3s;
    transform: translateY(-10px);
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.location-select .selectize-input.dropdown-active + .selectize-dropdown,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.mealtype-select .selectize-input.dropdown-active + .selectize-dropdown,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.groupsize-select .selectize-input.dropdown-active + .selectize-dropdown {
    visibility: visible !important;
    opacity: 1;
    transition-delay: 0s;
    transform: translateY(0);
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.location-select::after,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.mealtype-select::after,
  .hero-3-images #search-filters-container.new-filter.category-filter #filters-date-range::after {
    width: 1px !important;
    background: #cccccc !important;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.location-select.no-b::after,
  .hero-3-images #search-filters-container.new-filter.category-filter .selectize-control.mealtype-select.no-b::after,
  .hero-3-images #search-filters-container.new-filter.category-filter #filters-date-range.no-b::after {
    display: block;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter form .selectize-dropdown,
  .hero-3-images #search-filters-container.new-filter.category-filter form .daterangepicker {
    width: 277px !important;
    margin-top: 14px;
    padding: 8px 16px 16px;
    border: 1px solid #ff530d;
    border-radius: 8px;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .f-button-w {
    padding-left: 12px;
  }
  .hero-3-images #search-filters-container.new-filter.category-filter .filters-submit {
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 8px;
  }
}
@media (min-width: 1100px) and (max-width: 1250px) {
  .hero-3-images__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1500px) {
  .hero-3-images.hero-3-images--one-collage .hero-3-images__collage {
    width: 36% !important;
  }
  .hero-3-images.hero-3-images--one-collage .hero-3-images__info-wrapper {
    margin-bottom: 24px;
  }
}
.breadcrumb-section {
  padding: 31px 0 10px;
  border-bottom: 1px solid #DDDDDD;
}
.breadcrumb-section__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-section__list .breadcrumb-section__item:last-child {
  padding: 0;
  background: none;
}
.breadcrumb-section__list .breadcrumb-section__item:last-child span {
  font-weight: 700;
  color: #d63d00;
}
.breadcrumb-section__item {
  padding-right: 30px;
  background-size: auto;
}
.breadcrumb-section__item a,
.breadcrumb-section__item.b-no-link span {
  color: #474747;
  letter-spacing: 0.05em;
  font: 500 14px/19px 'Open Sans';
}
.breadcrumb-section__item.b-no-link span {
  font-weight: 600;
  color: #d63d00;
}
.breadcrumb-section__cards-count {
  color: #474747;
  text-align: right;
  letter-spacing: 0.05em;
  font: 400 14px/17px 'Lato';
}
body.body-loaded .breadcrumb-section__item {
  padding-right: 30px;
  background-size: auto;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1655110301/pages/category-page/breadcrumb-icon.svg') no-repeat right 12px center;
}
@media (min-width: 601px) {
  .breadcrumb-section {
    display: flex;
    justify-content: space-between;
  }
  .breadcrumb-section__list {
    display: flex;
  }
}
@media (min-width: 991px) {
  .breadcrumb-section {
    padding-top: 37px;
  }
}
.jobs-breadcrumbs > .breadcrumb-section > .breadcrumb-section__list {
  display: flex !important;
}
.covid-modal {
  position: relative;
  padding: 10px 10px 20px;
  border: 1.5px solid #808080;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  cursor: default;
}
.covid-modal::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 23px;
  width: 16px;
  height: 16px;
  border-top: 1.5px solid #808080;
  border-left: 1.5px solid #808080;
  border-radius: 5px 0 0 0;
  background: #ffffff;
  transform: rotate(45deg);
}
.covid-modal__close-btn {
  position: absolute;
  top: 9px;
  right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.covid-modal__title {
  color: #474747;
  text-align: center;
  letter-spacing: 0.02em;
  font: 600 16px/22px 'Open Sans';
  cursor: auto;
}
.covid-modal__description {
  margin: 10px 0;
  color: #474747;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
  cursor: auto;
}
.covid-modal__link {
  color: #ff530d;
  cursor: pointer;
}
.covid-modal__link:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5px;
}
.covid-modal__list-point {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.covid-modal__list-point:last-child {
  margin-bottom: 0;
}
.covid-modal__list-point span {
  color: #474747;
  letter-spacing: 0.03em;
  font: 600 16px/19px 'Lato';
  cursor: auto;
  text-align: center;
}
.covid-modal__list-point img {
  display: block;
  width: 29px;
  height: 17px;
}
.covid-modal__host-type {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .covid-modal::before {
    left: 13px;
  }
}
@media (min-width: 991px) {
  .covid-modal {
    padding: 10px 10px 15px;
  }
  .covid-modal__header {
    position: relative;
  }
  .covid-modal__close-btn {
    top: 3px;
    right: 0;
    height: 15px;
  }
}
.meal-card__preview-slider-block {
  display: flex;
}
.meal-card__preview-slider-wrapper {
  position: relative;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
}
.meal-card__preview-slider {
  position: relative;
  height: 100%;
  display: flex;
}
.meal-card__preview-slider .slick-slide .experiences-meal__image {
  transition: transform 0.25s;
}
.meal-card__preview-slider .slick-slide.slick-zoomed .experiences-meal__image {
  transition: transform 3.25s;
  transform: scale(1.3);
  transition-timing-function: linear;
}
.meal-card__preview-slider .slick-list,
.meal-card__preview-slider .slick-track,
.meal-card__preview-slider .slick-slide div {
  height: 100%;
}
.meal-card__preview-slider .slick-list.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
.meal-card__preview-slider .slick-dots-container {
  position: absolute;
  bottom: 18px;
  left: 50%;
  overflow: hidden;
  width: 60px;
  height: 8px;
  transform: translateX(-50%);
}
.meal-card__preview-slider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0;
  list-style: none;
  transition: transform 400ms;
  transform: translateX(0px);
}
.meal-card__preview-slider .slick-dots li {
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  transition: background-color 250ms ease-out 0s, transform 250ms ease-out 0s;
  transform: scale(0.75);
  transform-origin: center;
}
.meal-card__preview-slider .slick-dots li button {
  display: none;
}
.meal-card__preview-slider .slick-dots li.slick-active {
  background-color: #ffffff;
  transform: scale(1);
}
.meal-card__slick-arrow {
  display: none;
}
@media (min-width: 992px) {
  .meals-block--without-filters .meal-card__slick-arrow,
  .meals-block--without-filters .experiences-meal.standart-type .meal-card__slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block !important;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: transparent;
    opacity: 0;
    transition: opacity 200ms;
    transform: translateY(-50%);
  }
  .meals-block--without-filters .meal-card__slick-arrow--prev,
  .meals-block--without-filters .experiences-meal.standart-type .meal-card__slick-arrow--prev {
    left: 20px;
    background: #ffffff url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1674117652/pages/category-page/arrow-prev.svg) no-repeat center;
    background-size: 7px;
  }
  .meals-block--without-filters .meal-card__slick-arrow--next,
  .meals-block--without-filters .experiences-meal.standart-type .meal-card__slick-arrow--next {
    right: 20px;
    background: #ffffff url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1674117652/pages/category-page/arrow-next.svg) no-repeat center;
    background-size: 7px;
  }
  .meal-card__preview-slider-wrapper:hover .meal-card__slick-arrow {
    opacity: 0.8 !important;
  }
}
@media (min-width: 1135px) {
  .meal-card__slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block !important;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: transparent;
    opacity: 0;
    transition: opacity 200ms;
    transform: translateY(-50%);
  }
  .meal-card__slick-arrow--prev {
    left: 20px;
    background: #ffffff url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1674117652/pages/category-page/arrow-prev.svg) no-repeat center;
    background-size: 7px;
  }
  .meal-card__slick-arrow--next {
    right: 20px;
    background: #ffffff url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1674117652/pages/category-page/arrow-next.svg) no-repeat center;
    background-size: 7px;
  }
}
.experiences-meals .experiences-meal:last-child {
  margin-bottom: 0;
}
.meal-card-like {
  z-index: 3 !important;
}
.experiences-meal {
  position: relative;
  display: block;
  margin-bottom: 21px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 400ms;
}
.experiences-meal:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.experiences-meal:hover,
.experiences-meal:focus,
.experiences-meal:focus-visible {
  outline: none;
  text-decoration: none;
}
.experiences-meal__preview {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 15px 15px 0 0;
}
.experiences-meal__preview.no-slider {
  z-index: 0;
}
.experiences-meal__preview.cl-exp-meal-hover .meal-card__preview-fake-slide {
  display: none;
  z-index: 0;
}
.experiences-meal__image {
  display: block;
  width: 100%;
  height: 203px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.experiences-meal .meal-card__preview-fake-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.experiences-meal .meal-card__preview-fake-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences-meal .meal-card__preview-slider-wrapper {
  height: 203px;
  border-radius: inherit;
}
.experiences-meal__location,
.experiences-meal__unavailable-flag,
.experiences-meal__kit-flag {
  position: relative;
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 14px/17px 'Lato';
  z-index: 1;
}
.experiences-meal__location {
  background: #d63d00;
}
.experiences-meal__unavailable-flag {
  z-index: 1;
  background: rgba(71, 71, 71, 0.8);
}
.experiences-meal__kit-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #25856f;
  gap: 8px;
}
.experiences-meal__kit-flag-icon {
  display: block;
  width: 26px;
  height: 24px;
}
.experiences-meal__ribbons {
  position: absolute;
  top: 20px;
  right: 0;
  display: grid;
  z-index: 1;
  row-gap: 8px;
}
.experiences-meal__ribbon,
.experiences-meal__live-from {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 5px 20px;
  border-radius: 5px 0 0 5px;
  background: #25856f;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 12px/14px 'Lato';
}
.experiences-meal__live-from {
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #d63d00;
  line-height: 13px;
  gap: 4px;
}
.experiences-meal__content {
  padding: 8px 15px 15px;
}
.experiences-meal__title-wrapper {
  margin-bottom: 2px;
}
.experiences-meal__title:hover,
.experiences-meal__title:focus,
.experiences-meal__title:focus-visible {
  text-decoration: none;
  outline: none;
}
.experiences-meal__title,
.experiences-meal__title h3 {
  color: #474747;
  letter-spacing: 0.03em;
  font: 500 18px/22px 'Lato';
}
.experiences-meal__price {
  flex-shrink: 0;
  color: #474747;
  font: 400 16px/22px 'Open Sans';
}
.experiences-meal__price.tablet-visible {
  display: none;
}
.experiences-meal__type-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.experiences-meal__type {
  color: #D63D00;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.experiences-meal__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 54px;
  margin-bottom: 9px;
  color: #606060;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  font: 400 14px/18px 'Open Sans';
  -webkit-line-clamp: 3;
}
.experiences-meal__options {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.experiences-meal__tag {
  visibility: hidden;
  overflow: hidden;
  width: 63px;
  height: 16px;
}
.experiences-meal__tag svg {
  width: 16px;
  height: 16px;
}
.experiences-meal__services {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 63px;
  height: 16px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.experiences-meal__services img {
  display: block;
}
.experiences-meal__modal-btn {
  width: 25px;
  height: 14px;
}
.experiences-meal__flexible-booking {
  width: auto;
  height: 18px;
}
.experiences-meal__menu-btn {
  position: relative;
  z-index: 2;
  padding: 0 1px 1px;
  border-bottom: 1px solid #25856f;
  color: #25856f;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 600 12px/14px 'Lato';
}
.experiences-meal__menu-btn::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.experiences-meal__see-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  color: #d63d00;
  font: 400 12px/16px 'Open Sans';
}
.experiences-meal__covid-modal {
  position: absolute;
  z-index: 3;
  top: calc(100% + 10px);
  right: -20px;
  left: -20px;
  max-width: 340px;
}
.experiences-meal__information {
  margin-top: 11px;
}
.experiences-meal__chef {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.experiences-meal__chef-logo-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
}
.experiences-meal__chef-logo-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-size: contain;
}
.experiences-meal__chef-status {
  display: block;
  max-width: 50px;
  color: #707070;
  text-align: center;
  font: 500 11px/11px 'Open Sans';
}
.experiences-meal__chef-photo {
  width: 50px;
  height: 50px;
  border: 0.5px solid #cccccc;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences-meal__chef-info {
  padding-top: 3px;
}
.experiences-meal__chef-name {
  color: #474747;
  font: 600 14px/19px 'Open Sans';
}
.experiences-meal__chef-rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.experiences-meal__stars-rating {
  min-width: 67px;
}
.experiences-meal__stars-rating .chef-stars-rating {
  height: 10px;
}
.experiences-meal__rating-number,
.experiences-meal__reviews {
  color: #606060;
  letter-spacing: 0.03em;
  font: 400 12px/16px 'Open Sans';
}
.experiences-meal__rating-number {
  display: none;
  color: #474747;
  font-weight: 600;
}
.experiences-meal__stars-location {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 12px/14px 'Open Sans';
}
.experiences-meal__date-info {
  margin-top: 10px;
  padding: 10px 28px 0 0;
  border-top: 1px solid #cccccc;
}
.experiences-meal__next-date {
  color: #474747;
  font: 400 14px/14px 'Open Sans';
}
.experiences-meal__next-date b {
  font-weight: 600;
}
.experiences-meal__date-btn {
  color: #D63D00;
  font: 400 12px/14px 'Open Sans';
}
.experiences-meal__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 4px 18px;
  border-radius: 5px 0 0 5px;
  background: #367686;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 500 12px/16px 'Open Sans';
}
.experiences-meal__label--desktop {
  display: none;
}
.experiences-meal .tooltip {
  z-index: 2;
  transition: none;
}
.experiences-meal .tooltip.in {
  opacity: 1;
}
.experiences-meal .tooltip .tooltip-arrow {
  z-index: 1;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border: none;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-top-left-radius: 3px;
  background: #ffffff;
  transform: rotate(-135deg);
}
.experiences-meal .tooltip .tooltip-inner {
  width: 230px;
  max-width: 230px;
  padding: 18px 20px;
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: #ffffff;
  color: #606060;
  letter-spacing: 0.03em;
  font: 400 12px/16px 'Open Sans';
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.experiences-meal__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px 10px 0 0;
  background-color: #474747;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 500 18px/24px 'Lato';
  gap: 4px;
}
.experiences-meal--unavailable .experiences-meal__title,
.experiences-meal--unavailable .experiences-meal__title h3,
.experiences-meal--unavailable .experiences-meal__type,
.experiences-meal--unavailable .experiences-meal__price,
.experiences-meal--unavailable .experiences-meal__description,
.experiences-meal--unavailable .experiences-meal__menu-btn,
.experiences-meal--unavailable .experiences-meal__see-more,
.experiences-meal--unavailable .experiences-meal__chef-name,
.experiences-meal--unavailable .experiences-meal__chef-status,
.experiences-meal--unavailable .experiences-meal__reviews,
.experiences-meal--unavailable .experiences-meal__stars-location,
.experiences-meal--unavailable .experiences-meal__next-date {
  color: #707070;
}
.experiences-meal--unavailable .experiences-meal__ribbon,
.experiences-meal--unavailable .experiences-meal__live-from,
.experiences-meal--unavailable .experiences-meal__label {
  background: #606060 !important;
  color: #ffffff;
}
.experiences-meal--unavailable .experiences-meal__preview.no-slider::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 15px 15px 0 0;
  background: rgba(204, 204, 204, 0.4);
}
.experiences-meal--unavailable .experiences-meal__see-more {
  filter: brightness(0.5) saturate(0) contrast(0.4) hue-rotate(30deg);
}
.experiences-meal--unavailable .experiences-meal__date-info {
  filter: brightness(0.5) saturate(0) contrast(0.4) hue-rotate(30deg);
}
.experiences-meal--unavailable .experiences-meal__chef-logo-wrapper::before {
  background-size: contain;
}
.experiences-meal--unavailable .experiences-meal__stars-rating .chef-stars-rating {
  filter: brightness(0.5) saturate(0) contrast(0.4) hue-rotate(30deg);
  background-size: auto 100%;
}
.experiences-meal--unavailable .experiences-meal__menu-btn {
  border-color: #707070;
}
.experiences-meal--unavailable .meal-card__preview-slider .slick-slide div {
  position: relative;
}
.experiences-meal--unavailable .meal-card__preview-slider .slick-slide div::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 15px 15px 0 0;
  background: rgba(204, 204, 204, 0.4);
}
.experiences-meal.col-3-type .experiences-meal__content-wrapper,
.experiences-meal.coming-soon-type .experiences-meal__content-wrapper {
  display: grid;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.experiences-meal.col-3-type .experiences-meal__title-wrapper,
.experiences-meal.coming-soon-type .experiences-meal__title-wrapper {
  order: 2;
  margin-bottom: 16px;
}
.experiences-meal.col-3-type .experiences-meal__type-wrapper,
.experiences-meal.coming-soon-type .experiences-meal__type-wrapper {
  order: 1;
  margin-bottom: 4px;
}
.experiences-meal.col-3-type .experiences-meal__options,
.experiences-meal.coming-soon-type .experiences-meal__options {
  order: 3;
}
.experiences-meal.col-3-type .experiences-meal__description,
.experiences-meal.coming-soon-type .experiences-meal__description {
  display: none;
}
.experiences-meal.col-3-type .experiences-meal__information,
.experiences-meal.coming-soon-type .experiences-meal__information {
  margin-top: 12px;
}
.experiences-meal.col-3-type .experiences-meal__see-more,
.experiences-meal.coming-soon-type .experiences-meal__see-more {
  opacity: 0;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) {
  border: 2px solid #474747;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .meal-card__preview-slider-wrapper {
  border-radius: 0;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__preview {
  z-index: 2;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__ribbon,
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__live-from,
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__label,
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__location,
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__kit-flag {
  background: #474747;
  color: #ffffff;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__see-more {
  filter: brightness(0.5) saturate(0) contrast(0.4) hue-rotate(30deg);
  color: #606060;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__date-btn {
  color: #606060;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__date-info {
  filter: brightness(0.5) saturate(0) contrast(0.4) hue-rotate(30deg);
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__content-wrapper {
  display: grid;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__title-wrapper {
  order: 2;
  margin-bottom: 12px;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__type-wrapper {
  order: 1;
  margin-bottom: 4px;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__description {
  order: 3;
}
.experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__options {
  order: 4;
}
.fixed-gift-exp-section {
  position: fixed;
  z-index: 99;
  bottom: 0;
}
.flexible-booking-modal {
  position: relative;
  max-width: 250px;
  padding: 20px;
  border: 1px solid #474747;
  border-radius: 10px;
  background-color: #ffffff;
  color: #606060;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.flexible-booking-modal::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 23px;
  width: 16px;
  height: 16px;
  border-top: 1.5px solid #808080;
  border-left: 1.5px solid #808080;
  border-radius: 5px 0 0 0;
  background: #ffffff;
  transform: rotate(45deg);
}
.flexible-booking-modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.experiences-meal__covid-modal.o-2 .flexible-booking-modal::before {
  left: 54px;
}
body.body-loaded .experiences-meal__see-more {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709627756/pages/search-page/see-more-icon-ada.svg') no-repeat center right;
}
body.body-loaded .experiences-meal__chef-logo-wrapper::before {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1675437065/pages/search-page/chef-verified-icon.svg') no-repeat 50%;
}
body.body-loaded .experiences-meal__date-info {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709627756/pages/search-page/calendar-icon-ada.svg') no-repeat top 10px right 1px;
}
body.body-loaded .experiences-meal--unavailable .experiences-meal__chef-logo-wrapper::before {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1684763916/pages/search-page/chef-verified-icon-unavailable.svg') no-repeat 50%;
}
@media (max-width: 500px) {
  .otimes {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .experiences-meals.col-3-type,
  .experiences-meals.coming-soon-type {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }
  .experiences-meal.col-3-type,
  .experiences-meal.coming-soon-type {
    margin: 0;
  }
  .experiences-meal.col-3-type .experiences-meal__title-wrapper,
  .experiences-meal.coming-soon-type .experiences-meal__title-wrapper {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .experiences-meal.coming-soon-type .experiences-meal__title-wrapper {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .experiences-meal .location-label .slick-dots-container {
    bottom: 51px;
  }
  .experiences-meal__location,
  .experiences-meal__unavailable-flag {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .experiences-meal__location {
    background: rgba(214, 61, 0, 0.8);
  }
  .experiences-meal__covid-modal {
    right: -10px;
    left: -10px;
    max-width: 478px;
  }
  .experiences-meal__menu-btn::before {
    display: none;
  }
  .experiences-meal__image {
    height: 100%;
  }
  .experiences-meal__preview.no-slider > .experiences-meal__image {
    height: 203px;
  }
  .experiences-meal .tooltip .tooltip-inner {
    width: 400px;
    max-width: 400px;
  }
  .experiences-meal.standart-type {
    display: flex;
  }
  .experiences-meal.standart-type .experiences-meal__preview {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 326px;
    border-radius: 15px 0 0 15px;
  }
  .experiences-meal.standart-type .experiences-meal .location-label .slick-dots-container {
    bottom: 51px;
  }
  .experiences-meal.standart-type .experiences-meal__preview.no-slider {
    justify-content: center;
  }
  .experiences-meal.standart-type .experiences-meal__location,
  .experiences-meal.standart-type .experiences-meal__unavailable-flag,
  .experiences-meal.standart-type .experiences-meal__kit-flag {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 15px;
  }
  .experiences-meal.standart-type .experiences-meal__location {
    background: rgba(255, 83, 13, 0.8);
  }
  .experiences-meal.standart-type .experiences-meal__kit-flag {
    background: rgba(37, 133, 111, 0.8);
  }
  .experiences-meal.standart-type .experiences-meal__location {
    background: rgba(214, 61, 0, 0.8);
  }
  .experiences-meal.standart-type .experiences-meal__title-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .experiences-meal.standart-type .experiences-meal__title,
  .experiences-meal.standart-type .experiences-meal__title h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .experiences-meal.standart-type .experiences-meal__price.tablet-visible {
    display: block;
  }
  .experiences-meal.standart-type .experiences-meal__price.mobile-visible {
    display: none;
  }
  .experiences-meal.standart-type .experiences-meal__next-date.unavailable {
    margin-top: 9px;
  }
  .experiences-meal.col-3-type .meal-card__preview-slider-wrapper,
  .experiences-meal.coming-soon-type .meal-card__preview-slider-wrapper {
    height: 214px;
  }
  .experiences-meal.col-3-type .meal-card__preview-slider .slick-dots-container,
  .experiences-meal.coming-soon-type .meal-card__preview-slider .slick-dots-container {
    bottom: 45px;
  }
  .experiences-meal.col-3-type .experiences-meal__date-info,
  .experiences-meal.coming-soon-type .experiences-meal__date-info {
    margin-top: 12px;
    padding-top: 12px;
  }
  .experiences-meal.coming-soon-type .experiences-meal__preview {
    height: 214px;
  }
  .experiences-meal.coming-soon-type .experiences-meal__date-info {
    margin-top: 22px;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) {
    position: relative;
    padding-top: 40px;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .meal-card__preview-slider-wrapper {
    border-radius: 0 0 0 15px;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__head {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__location {
    background: rgba(71, 71, 71, 0.8) !important;
    border-radius: 0 0 0 10px !important;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__content-wrapper {
    display: block;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__title-wrapper {
    margin-bottom: 2px;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__type-wrapper {
    margin-bottom: 11px;
  }
  .flexible-booking-modal::before {
    left: 13px;
  }
  .experiences-meal__covid-modal.o-2 .flexible-booking-modal::before {
    left: 44px;
  }
}
@media (min-width: 991px) {
  .experiences-meal.standart-type {
    min-height: 300px;
  }
  .experiences-meal.standart-type .experiences-meal__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 20px 20px 10px;
    row-gap: 10px;
  }
  .experiences-meal.standart-type .experiences-meal__title-wrapper {
    margin-bottom: 2.5px;
  }
  .experiences-meal.standart-type .experiences-meal__title,
  .experiences-meal.standart-type .experiences-meal__title h3 {
    letter-spacing: 0.02em;
    font-size: 24px;
    line-height: 29px;
  }
  .experiences-meal.standart-type .experiences-meal__type-wrapper {
    margin-bottom: 7.5px;
  }
  .experiences-meal.standart-type .experiences-meal__description {
    margin-bottom: 10px;
  }
  .experiences-meal.standart-type .experiences-meal__services {
    width: 72px;
  }
  .experiences-meal.standart-type .experiences-meal__see-more {
    font-size: 14px;
    line-height: 19px;
  }
  .experiences-meal.standart-type .experiences-meal__information {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
  }
  .experiences-meal.standart-type .experiences-meal__stars-location {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 16px;
  }
  .experiences-meal.standart-type .experiences-meal__reviews {
    white-space: nowrap;
  }
  .experiences-meal.standart-type .experiences-meal__date-info {
    margin: 0;
    padding-top: 0;
    padding-right: 35px;
    border: none;
  }
  .experiences-meal.standart-type .experiences-meal__next-date {
    width: 180px;
    text-align: right;
    letter-spacing: 0.02em;
    line-height: 19px;
  }
  .experiences-meal.standart-type .experiences-meal__date-btn {
    text-align: right;
    letter-spacing: 0.02em;
    line-height: 16px;
  }
  .experiences-meal.standart-type.experiences-meal--unavailable .experiences-meal__preview.no-slider::before,
  .experiences-meal.standart-type.experiences-meal--unavailable .meal-card__preview-slider .slick-slide div::before {
    border-radius: 15px 0 0 15px;
  }
  .experiences-meal.col-3-type .experiences-meal__content,
  .experiences-meal.coming-soon-type .experiences-meal__content {
    padding: 8px 16px 16px;
  }
  .experiences-meal.col-3-type .experiences-meal__type-wrapper,
  .experiences-meal.coming-soon-type .experiences-meal__type-wrapper {
    margin-bottom: 0;
  }
  .experiences-meal.col-3-type .experiences-meal__type,
  .experiences-meal.coming-soon-type .experiences-meal__type {
    font-size: 16px;
    line-height: 22px;
  }
  .experiences-meal.col-3-type .experiences-meal__title,
  .experiences-meal.coming-soon-type .experiences-meal__title,
  .experiences-meal.col-3-type .experiences-meal__title h3,
  .experiences-meal.coming-soon-type .experiences-meal__title h3 {
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
  }
  .experiences-meal.col-3-type .experiences-meal__stars-location,
  .experiences-meal.coming-soon-type .experiences-meal__stars-location {
    font-size: 14px;
    line-height: 19px;
  }
  .experiences-meal--luxury:not(.col-3-type):not(.coming-soon-type) .experiences-meal__tag {
    display: flex;
    visibility: visible;
    overflow: visible;
    align-items: center;
    width: auto;
    height: auto;
    color: #474747;
    font: 700 14px/16px 'Open Sans';
    gap: 4px;
  }
}
@media (min-width: 1200px) {
  .experiences-meals.col-3-type,
  .experiences-meals.coming-soon-type {
    gap: 24px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }
  .meal-card-like {
    display: none;
  }
  .experiences-meal__preview:hover .meal-card-like {
    display: flex;
  }
}
body.menu-opened {
  overflow: hidden;
}
body.body-loaded .menu-card__close-btn {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1675798332/pages/search-page/close-icon.svg') no-repeat center;
}
.menu-card {
  position: fixed;
  z-index: 1500;
  bottom: -200%;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  transition: bottom 400ms;
}
.menu-card--opened {
  z-index: 1500;
  bottom: 0;
}
.menu-card__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 67%;
  padding: 20px 40px;
  border-radius: 15px 15px 0 0;
  background: #fcfcfc;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
}
.menu-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.menu-card__title {
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 500 22px/26px 'Lato';
}
.menu-card__close-btn {
  width: 15px;
  height: 15px;
  color: #ff530d;
}
.menu-card__content {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  background: #ffffff;
}
.menu-card__content-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  overflow: auto;
}
.menu-card__content-wrapper::-webkit-scrollbar-track,
.menu-card__content-wrapper::-webkit-scrollbar-thumb,
.menu-card__content-wrapper::-webkit-scrollbar {
  width: 0.1px;
  background-color: transparent;
}
.menu-card__list {
  position: relative;
  min-height: 100%;
  padding: 20px 0;
}
.menu-card__list::before,
.menu-card__list::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 78px;
  height: 5px;
  transform: translateX(-50%);
}
.menu-card__list::before {
  top: 0;
}
.menu-card__list::after {
  bottom: 0;
}
.menu-card__list-decoration {
  position: absolute;
  left: 50%;
  width: 78px;
  height: 5px;
  transform: translateX(-50%);
}
.menu-card__list-decoration--top {
  top: 20px;
}
.menu-card__list-decoration--bottom {
  bottom: 20px;
}
.menu-card__list-decoration svg {
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
.menu-card__ingredient {
  margin-bottom: 20px;
  text-align: center;
}
.menu-card__ingredient:last-child {
  margin-bottom: 0;
}
.menu-card__ingredient-name,
.menu-card__ingredient-description {
  color: #808080;
  letter-spacing: 0.03em;
  font: 400 14px/18px 'Open Sans';
}
.menu-card__ingredient-description b {
  display: inline-block;
  margin-bottom: 10px;
}
.menu-card__ingredient-name {
  color: #474747;
  font-weight: 600;
  font-style: italic;
}
.menu-card__scroll-indicator {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  display: none;
  height: 20px;
  background-color: #ffffff;
  background-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: opacity 400ms;
}
.menu-card__scroll-indicator--active {
  display: block;
}
.menu-card__scroll-indicator svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) and (min-height: 480px) {
  .menu-card {
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 400ms;
  }
  .menu-card--opened {
    z-index: 1500;
    opacity: 1;
  }
  .menu-card--opened .menu-card__wrapper {
    transform: translateY(0);
  }
  .menu-card__wrapper {
    max-width: 884px;
    height: auto;
    margin: 0 25px;
    padding: 25px 40px 30px;
    border: 1.5px solid #cccccc;
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: transform 400ms;
    transform: translateY(45%);
  }
  .menu-card__header {
    padding-bottom: 25px;
  }
  .menu-card__close-btn {
    width: 22px;
    height: 22px;
    background-size: cover;
    cursor: pointer;
  }
  .menu-card__list::before,
  .menu-card__list::after {
    width: 100px;
    background-size: contain;
  }
  .menu-card__list-decoration {
    width: 100px;
  }
  .menu-card__content-wrapper {
    position: static;
    height: 300px;
    max-height: 300px;
  }
  .menu-card__content-wrapper::-webkit-scrollbar-track,
  .menu-card__content-wrapper::-webkit-scrollbar-thumb,
  .menu-card__content-wrapper::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
  }
  .menu-card__content-wrapper::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
  }
}
:root {
  --filters-sticky-position: 232px;
  --filters-max-height: 880px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
.filter-wrapper {
  position: sticky;
  top: var(--filters-sticky-position);
  flex-basis: auto;
  width: 100%;
  margin: 0;
}
.filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-right: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.filter-top .text-primary-filter {
  color: #474747;
  letter-spacing: 0.05em;
  font: 400 22px/26px 'Lato';
}
.filter-top .clear-all-filters {
  position: relative;
  color: #D63D00;
  letter-spacing: 0.05em;
  font: 600 12px/16px 'Open Sans' !important;
}
.filter-top .clear-all-filters:hover,
.filter-top .clear-all-filters:focus {
  color: #D63D00;
  text-decoration: none;
}
.filter-top .clear-all-filters .fa-close::before {
  content: '';
  position: absolute;
  top: 3.8px;
  right: -10px;
  display: block;
  width: 9px;
  height: 10px;
}
.filter-top .close-filter {
  display: none;
}
#filter-date label .checkmark,
.filter label input[type='radio'] ~ .checkmark,
.filter .select-one label .checkmark {
  border-radius: 50%;
}
.filter {
  position: relative;
  padding: 15px 0 15px 20px;
  border-radius: 15px;
  background: #FFFFFF;
}
.filter .filter-section {
  margin-top: 17px;
  border-bottom: 1px solid #cccccc;
}
.filter .filter-section--clear {
  padding: 0;
  border: none;
}
.filter .filter-header {
  position: relative;
  margin-bottom: 17px;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 700 16px/19px 'Lato';
}
.filter .filter-header a {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: right;
}
.filter .filter-header a i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #cccccc;
}
.filter .filter-header a i::after {
  content: '-';
  position: absolute;
  top: 1px;
  left: 6px;
  color: #ffffff;
  font-style: normal;
  font-size: 20px;
  line-height: 15px;
}
.filter .filter-header a.collapsed i::after {
  content: '+';
  top: 2px;
  left: 4px;
}
.filter .filter-header.list-collapsed a {
  display: block;
}
.filter .filter-header .visually-hidden {
  color: #D63D00;
}
.filter label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 22px;
  color: #474747;
  letter-spacing: 0.05em;
  font: 400 16px/1 'Lato';
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.filter label .checkmark {
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666666;
  border-radius: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.filter label .checkmark::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  display: none;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.filter label input:checked ~ .checkmark {
  border-color: #ff530d;
  background-color: #ff530d;
}
.filter label input:checked ~ .checkmark::after {
  display: block;
}
.filter .filter-submit,
.filter #filter-sort {
  display: none;
}
.filter .f-see-less,
.filter .f-see-more {
  margin: 9px 0 17px;
  line-height: 1;
}
.filter .f-see-less a,
.filter .f-see-more a {
  color: #D63D00;
  letter-spacing: 0.05em;
  font: 500 12px/14px 'Lato';
}
.filter .filters-see-more .cozy-link {
  color: #D63D00;
}
.filter .f-clear-all {
  color: #D63D00;
}
.filter__inputs-wrapper {
  max-height: var(--filters-max-height);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}
.filter__inputs-wrapper::-webkit-scrollbar {
  width: 5px;
}
.filter__inputs-wrapper::-webkit-scrollbar-track {
  width: 5px;
  border-radius: 5px;
  background-color: transparent;
}
.filter__inputs-wrapper::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background-color: #C4C4C4;
}
#filter-rating .rating {
  position: relative;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654672730/pages/category-page/stars-rating-5.svg') no-repeat left;
  background-size: cover;
  height: 15px !important;
  width: 103px !important;
}
#filter-rating label:not([data-f-option='5']) .rating:after {
  content: ' or more';
  position: absolute;
  right: -65px;
  bottom: -1px;
  display: block;
}
.filter-link {
  display: inline-block;
  width: 100%;
  color: #333333;
}
.filter-link:hover,
.filter-link:focus,
.filter-link:focus-visible {
  color: #333333;
  text-decoration: none;
  outline: none;
}
.with-filter-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.with-filter-icon .breadcrumb li {
  padding-bottom: 0;
}
.f-sort {
  width: 250px;
}
.f-sort .dk-selected {
  background: #ffffff;
  font-weight: bold;
  line-height: 40px;
}
#filter-location .selectize-input {
  border: none;
  border-bottom: 2px solid #cccccc;
  box-shadow: none;
  font-size: 13px;
}
.cc-filter-icon {
  width: 100%;
  max-width: 312px;
  margin: 20px auto 0;
  margin-top: 20px;
  padding: 7px 20px;
  border: 1px solid #ff530d;
  border-radius: 5px;
  background: white;
  color: #ff530d;
  text-align: center;
  font: 600 18px/21px Rokkitt;
}
.cc-filter-icon:hover,
.cc-filter-icon:active,
.cc-filter-icon:focus {
  text-decoration: none;
}
.cc-filter-icon i {
  padding-right: 6px;
}
.cc-filter-icon .total-filters-selected {
  color: #9a9a9a;
  font-family: 'Open Sans';
  font-size: 12px;
}
.selected-count {
  color: #D63D00;
}
.filter-search {
  margin-bottom: 15px;
}
.filter-search .filter-search-input {
  display: block;
  padding: 6px 30px 6px 8px;
  height: 32px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  font: 400 14px/19px 'Open Sans';
  letter-spacing: 0.02em;
  color: #474747;
}
.filter-search .filter-search-input::-moz-placeholder {
  color: #707070;
}
.filter-search .filter-search-input:-ms-input-placeholder {
  color: #707070;
}
.filter-search .filter-search-input::placeholder {
  color: #707070;
}
.filter-search .filter-search-input:hover,
.filter-search .filter-search-input:focus {
  border-color: #474747;
}
.filter-search .filter-search-input:focus,
.filter-search .filter-search-input:focus-visible {
  outline: none;
  border-color: #ff530d;
}
.filter-labels {
  overflow: hidden;
  max-height: 240px;
}
.filter-labels.show-one {
  max-height: 26px;
}
.filter-labels.opened {
  max-height: 100% !important;
}
.filters-see-more {
  margin: 0 0 16px;
}
.filters-see-more .cozy-link {
  color: #d63d00;
}
.selected-filters .fa-close:before {
  display: none;
}
.selected-filters-wrapper {
  margin-bottom: 10px;
  padding-top: 10px;
}
.selected-filters-wrapper p {
  margin-bottom: 10px;
}
.selected-filters-wrapper a {
  color: #d63d00;
}
.selected-filter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 5px;
  border: 1px solid #D63D00;
  border-radius: 10px;
  color: #D63D00;
  font-size: 13px;
}
.selected-filter a {
  cursor: pointer;
}
.selected-filter .fa-close {
  width: 8px;
  height: 10px;
}
.selected-filter .fa-close::before {
  display: none;
}
.filter .daterangepicker .drp-calendar {
  padding: 0 !important;
}
.filter .daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0 !important;
}
.filter .daterangepicker .calendar-table table thead tr:first-child th {
  border-radius: 0;
  background: #ff530d;
  color: #ffffff !important;
}
.filter .daterangepicker .calendar-table .next span,
.filter .daterangepicker .calendar-table .prev span {
  border-color: #ffffff !important;
}
.filter .daterangepicker td.active {
  background: #ff530d;
}
.f-free-cancel {
  margin-bottom: 15px;
}
.f-free-cancel img {
  margin-right: 4px;
  vertical-align: -3px;
}
.f-free-cancel p {
  margin-top: 2px;
  margin-left: 20px;
  font-size: 12px;
}
.date-field {
  position: relative;
  margin-bottom: 10px;
}
.date-field input {
  max-width: 100%;
  padding: 5px 15px 5px 35px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  background: #eeeeee url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1654681706/pages/category-page/calendar-icon.svg') no-repeat center left 5px;
  cursor: pointer;
}
.date-field .form-control.focused {
  background-color: transparent;
}
.meals-block--filters-enabled.filter_preloader:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.with-filter {
  display: flex;
}
.with-filter .meals-filters-wrapper {
  margin-right: 40px;
  width: 25%;
  max-width: 25%;
}
.f_hide_desktop {
  display: none !important;
}
.toggle-filters-mobile,
.filter-header__subtitle {
  display: none;
}
.meals-filters-wrapper {
  padding-bottom: 78.5px;
}
aside.meals-filters-wrapper {
  padding-bottom: 0;
}
body.body-loaded .filter-top .clear-all-filters .fa-close::before {
  content: '';
  position: absolute;
  top: 3.8px;
  right: -10px;
  display: block;
  width: 9px;
  height: 10px;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709568995/pages/category-page/close-icon-ada.svg') no-repeat center;
}
body.body-loaded .selected-filter .fa-close {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709568995/pages/category-page/close-icon-ada.svg') no-repeat center;
}
@media (max-width: 1199px) {
  .with-filter .meals-filters-wrapper {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .with-filter-icon {
    display: block;
  }
  .filter-labels {
    max-height: 180px;
  }
  .date-field__from,
  .date-field__to {
    cursor: pointer;
  }
  .date-field__from .form-control,
  .date-field__to .form-control {
    pointer-events: none;
  }
  .date-field__from .daterangepicker.opened,
  .date-field__to .daterangepicker.opened {
    display: block !important;
  }
}
@media (max-width: 990px) {
  :root {
    --filters-max-height: 270px;
  }
  body::-webkit-scrollbar,
  body::-webkit-scrollbar-track,
  body::-webkit-scrollbar-thumb {
    width: 0;
  }
  #launcher {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .for-mobile {
    display: block;
  }
  .with-filter .meals-filters-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .meals-filters-wrapper {
    padding-bottom: 0;
  }
  .filter-top {
    padding-right: 0;
  }
  .filter-wrapper {
    position: static;
    overflow-y: visible;
  }
  .toggle-filters-mobile {
    position: fixed;
    z-index: 0;
    bottom: 20px;
    left: 50%;
    display: block;
    height: 40px;
    padding: 0 22px 0 47px;
    border: 1.5px solid #FF530D;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.03em;
    font: 600 14px/37px 'Lato';
    transform: translateX(-50%);
  }
  .toggle-filters-mobile:focus-visible {
    outline: none;
  }
  .meals-filters-wrapper {
    position: fixed;
    z-index: 999999;
    bottom: -100%;
    left: 0;
    width: 100%;
    max-height: none;
    transition: bottom 500ms;
  }
  .meals-filters-wrapper.open {
    bottom: 0;
  }
  .filter__inputs-wrapper {
    position: relative;
    overflow: auto;
  }
  .f_hide_desktop.filter-submit {
    display: block !important;
    margin-top: 12px;
  }
  .f_hide_desktop.filter-submit .btn {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    border: 1.5px solid #D63D00;
    border-radius: 10px;
    background-color: #D63D00;
  }
  .f_hide_desktop.filter-submit .btn:hover,
  .f_hide_desktop.filter-submit .btn:active,
  .f_hide_desktop.filter-submit .btn:focus,
  .f_hide_desktop.filter-submit .btn:focus-visible {
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
  }
  .filter {
    padding: 20px 40px;
  }
  .filter .filter-header a i {
    background-color: transparent;
  }
  .filter .filter-header a i::after {
    color: #474747;
  }
  .filter .filter-header .selected-count {
    display: none;
  }
  .filter__inputs-wrapper {
    padding: 0 10px;
  }
  .filter__inputs-wrapper::-webkit-scrollbar,
  .filter__inputs-wrapper::-webkit-scrollbar-track,
  .filter__inputs-wrapper::-webkit-scrollbar-thumb {
    width: 0;
  }
  .collapsed .filter-header__subtitle {
    position: absolute;
    top: 18px;
    left: 14px;
    display: block;
    color: #808080;
    font: 400 12px/16px 'Open Sans';
    text-transform: capitalize;
  }
  .collapsed .filter-header__subtitle#ratingLabel {
    text-transform: lowercase;
  }
  .selected-filters-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .clear-all-filters {
    display: block !important;
  }
}
@media (max-width: 990px) {
  body.body-loaded .toggle-filters-mobile {
    background: #FF530D url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1659105767/pages/category-page/mobile-filters-icon.svg') no-repeat center left 21px;
    transform: translateX(-50%);
  }
}
body.body-loaded .filter-search .filter-search-input {
  background: #FFFFFF url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1693563033/pages/category-page/search_icon.svg') no-repeat top 6px right 8px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.venue-history__subtitle {
  margin-bottom: 16px;
  color: #ff530d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font: 400 18px/22px 'Lato';
}
.venue-history__history-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 272px;
}
.venue-history .contact-p {
  margin: 8px 0;
  color: #474747;
  font: 500 15px/20px 'Open Sans';
}
.venue-history__buttons {
  display: grid;
  margin-top: 16px;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(80px, 1fr));
}
.venue-history .cozy-btn {
  width: 100%;
  height: 37px;
  padding: 0;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 35px;
}
.venue-history .cozy-btn:hover,
.venue-history .cozy-btn:focus {
  text-decoration: none !important;
}
.venue-history .cozy-btn:hover {
  color: #ff530d !important;
}
.venue-history .cozy-btn--secondary:hover {
  color: #ffffff !important;
}
.venue-history__spiner {
  position: relative;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #FF530D;
  text-indent: -9999em;
  font-size: 45px;
  transform: translateZ(0);
  -webkit-animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
          animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .venue-history__subtitle {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  .venue-history .contact-p {
    font-size: 16px;
    line-height: 22px;
  }
  .venue-history__buttons {
    justify-content: center;
    margin-top: 24px;
    gap: 24px;
    grid-template-columns: repeat(2, auto);
  }
  .venue-history__buttons .cozy-btn {
    font-size: 18px;
    line-height: 45px;
    padding: 0 24px;
    height: 48px;
    width: 150px;
  }
}
#submitFromModalContactUs1:active {
  background-color: white;
}
#submitFromModalContactUs1:focus {
  background-color: white;
}
.field-error {
  border: 1px solid red !important;
}
.no-field-error {
  border-top: none !important;
  border-bottom: none !important;
}
.no-border-bottom-error {
  border-bottom: none !important;
}
/*.dateSelect, .feed-contact-form__text-input {*/
/*    margin-bottom: 4px;*/
/*}*/
#find-city-select {
  padding-bottom: 5px;
}
.feed-contact-form .selectize-control {
  margin-bottom: -5px;
}
.feed-contact-form__date-and-time-wrapper {
  margin-bottom: 15px;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}
#successMessage {
  padding: 30px 0 50px 0;
}
.contact-form > .selectize-input.full {
  background-color: #F6F6F6;
}
.selectize-input {
  z-index: 0;
}
.contact-form {
  position: relative;
}
.feed-contact-form__date-and-time-wrapper {
  margin-bottom: 15px;
}
.visually-hidden {
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.start-conversation {
  margin-bottom: 41px;
}
.start-conversation__title {
  margin-bottom: 36px;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 26px/31px 'Lato';
}
.start-conversation__links {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.start-conversation__link {
  display: block;
  margin-bottom: 22px;
  padding: 0 0 0 50px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #D63D00;
  letter-spacing: 0.03em;
  font: 500 18px/24px 'Lato';
}
.start-conversation__link:hover,
.start-conversation__link:focus,
.start-conversation__link:focus-visible {
  text-decoration: none;
}
.start-conversation__link:last-child {
  margin-bottom: 0;
}
.start-conversation__link--action-1 {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709821788/pages/cities-team-building/tel-icon-ada.svg');
  background-position: top left 3px;
  background-size: 24px 24px;
}
.start-conversation__link--action-2 {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709821788/pages/cities-team-building/live-chat-icon-ada.svg');
  background-position: top 3px left;
  background-size: 30px 22px;
}
.start-conversation__link--action-3 {
  border: none;
  background-color: transparent;
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709821788/pages/cities-team-building/messge-us-icon-ada.svg');
  background-position: top 3px left 3px;
  background-size: 24px 20px;
}
@media (min-width: 641px) {
  .start-conversation__title {
    letter-spacing: 0.1em;
    font-size: 42px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .start-conversation__links {
    display: block;
    max-width: 718px;
    margin: 0 auto;
  }
  .start-conversation__links-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .start-conversation__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    height: 60px;
    margin: 0;
    padding: 0;
    background-position: center left;
    line-height: 100%;
  }
  .start-conversation__link--action-1 {
    background-position: center left 30px;
  }
  .start-conversation__link--action-2 {
    border-right: 0.5px solid #CCCCCC;
    border-left: 0.5px solid #CCCCCC;
    background-position: center left 15px;
  }
  .start-conversation__link--action-3 {
    background-position: center left 40px;
  }
}
@media (min-width: 991px) {
  .start-conversation {
    margin-bottom: 40px;
  }
  .start-conversation__title {
    margin-bottom: 40px;
  }
  .start-conversation__links {
    max-width: 900px;
  }
  .start-conversation .start-conversation__link--action-1 {
    background-position: center left 60px;
  }
  .start-conversation .start-conversation__link--action-2 {
    background-position: center left 45px;
  }
  .start-conversation .start-conversation__link--action-3 {
    background-position: center left 70px;
  }
}
@media (min-width: 1200px) {
  .start-conversation__links {
    max-width: 1020px;
  }
  .start-conversation .start-conversation__link--action-1 {
    background-position: center left 80px;
  }
  .start-conversation .start-conversation__link--action-2 {
    background-position: center left 65px;
  }
  .start-conversation .start-conversation__link--action-3 {
    background-position: center left 90px;
  }
}
.selectize-dropdown {
  z-index: 4;
}
.contact-form {
  max-width: 650px;
  margin: 0 auto;
}
.contact-form.closed {
  display: none;
}
.contact-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.contact-form__title {
  color: #474747;
  letter-spacing: 0.03em;
  font: 600 19px/26px 'Open Sans';
}
.contact-form__close-btn {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660811766/pages/cities-team-building/close-button.svg') no-repeat center;
}
.contact-form__close-btn:focus-visible {
  outline: none;
}
.feed-contact-form__category {
  display: none;
}
.feed-contact-form__row {
  margin-bottom: 20px;
}
.feed-contact-form__row:last-child {
  margin-bottom: 0;
}
.feed-contact-form__field-name {
  margin-bottom: 10px;
  color: #474747;
  letter-spacing: 0.03em;
  font: 700 14px/17px 'Lato';
}
.feed-contact-form__field-name--required::after {
  content: '*';
  color: #D63D00;
}
.feed-contact-form__method-info {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.feed-contact-form__input-label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}
.feed-contact-form__input-label:focus-visible {
  outline: none;
}
.feed-contact-form__input-label input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.feed-contact-form__input-label input[type=radio]:checked + .feed-contact-form__custom-input {
  border-color: #D63D00;
  background-color: #ffffff;
  color: #D63D00;
}
.feed-contact-form__custom-input {
  width: 100%;
  height: 32px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background-color: #F6F6F6;
  color: #606060;
  text-align: center;
  letter-spacing: 0.03em;
  font: 500 12px/29px 'Open Sans';
}
.feed-contact-form__user-info {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
}
.feed-contact-form__text-input {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 32px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #F6F6F6;
  color: #606060;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.03em;
  font: 500 14px/30px 'Open Sans';
}
.feed-contact-form__text-input:focus-visible {
  outline: none;
}
.feed-contact-form__text-input:focus {
  border-color: #FF530D;
  background-color: #FFFFFF;
}
.feed-contact-form__text-input::-moz-placeholder {
  color: rgba(96, 96, 96, 0.5);
}
.feed-contact-form__text-input:-ms-input-placeholder {
  color: rgba(96, 96, 96, 0.5);
}
.feed-contact-form__text-input::placeholder {
  color: rgba(96, 96, 96, 0.5);
}
.feed-contact-form__select .selectize-input {
  height: 32px;
  padding: 0 20px 0 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #F6F6F6;
  box-shadow: none;
}
.feed-contact-form__select .selectize-input::before {
  display: block;
}
.feed-contact-form__select .selectize-input.dropdown-active {
  pointer-events: none;
}
.feed-contact-form__select .selectize-input::before,
.feed-contact-form__select .item {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #F6F6F6;
  color: #606060;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.03em;
  font: 500 12px/30px 'Open Sans';
}
.feed-contact-form__select .selectize-control.single .selectize-input::after {
  right: 10.4px;
  width: 10px;
  height: 6px;
  margin: 0;
  border: none;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660739569/pages/cities-team-building/select-arrow.svg') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.feed-contact-form__select .selectize-control.single .selectize-input.input-active {
  border-color: #FF530D;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
}
.feed-contact-form__select .selectize-control.single .selectize-input.input-active::before,
.feed-contact-form__select .selectize-control.single .selectize-input.input-active .item {
  background-color: #FFFFFF;
}
.feed-contact-form__select .selectize-control.single .selectize-input.input-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.feed-contact-form__select .selectize-dropdown {
  margin: 0;
  border-color: #FF530D;
  border-radius: 0 0 10px 10px;
  padding: 10px 0px 10px 10px;
}
.feed-contact-form__select .selectize-dropdown-content {
  max-height: none;
  padding: 0 10px;
  direction: rtl;
}
.feed-contact-form__select .selectize-dropdown-content::-webkit-scrollbar {
  width: 3px;
}
.feed-contact-form__select .selectize-dropdown-content::-webkit-scrollbar-track {
  width: 3px;
  border-radius: 3px;
  background-color: #e2e2e2;
}
.feed-contact-form__select .selectize-dropdown-content::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #C4C4C4;
}
.feed-contact-form__select .option {
  padding: 10px 0;
  border-top: 1px solid #EEEEEE;
  color: #606060;
  letter-spacing: 0.03em;
  font: 500 12px/1 'Open Sans';
  cursor: pointer;
  direction: ltr;
}
.feed-contact-form__select .option.active {
  background: transparent;
  color: #FF530D;
}
.feed-contact-form__select .selectize-input input {
  display: none !important;
}
.feed-contact-form__time-info .selectize-dropdown {
  padding: 10px 10px 10px 0;
}
.feed-contact-form__time-info .selectize-dropdown-content {
  max-height: 250px;
}
.feed-contact-form__time-info .selectize-dropdown-content::-webkit-scrollbar {
  width: 3px;
}
.feed-contact-form__time-info .selectize-dropdown-content::-webkit-scrollbar-track {
  width: 3px;
  border-radius: 3px;
  background-color: #e2e2e2;
}
.feed-contact-form__time-info .selectize-dropdown-content::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #C4C4C4;
}
.feed-contact-form__time-info .option:first-child {
  padding-top: 0;
  border: none;
}
.feed-contact-form__select-category .selectize-input::before {
  content: 'Select Category';
}
.feed-contact-form__service-info .feed-contact-form__select .selectize-input::before {
  content: 'Experience type';
}
.feed-contact-form__location-info .feed-contact-form__select .selectize-input::before {
  content: 'Any';
}
.feed-contact-form__time-info .selectize-input::before {
  content: 'Time';
}
.feed-contact-form__date-and-time {
  display: grid;
  margin-bottom: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
}
.feed-contact-form__date-and-time:last-child {
  margin-bottom: 0;
}
.feed-contact-form__add-button {
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #D63D00;
  font: 600 12px/16px 'Open Sans';
}
.feed-contact-form__add-button:focus-visible {
  outline: none;
}
.feed-contact-form__date-select {
  position: relative;
}
.feed-contact-form__date-select.focused::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 10.4px;
  display: block;
  width: 10px;
  height: 6px;
  transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTcuNiAxTDQuMyA0TDEgMS4wMDE5NyIgc3Ryb2tlPSIjNjA2MDYwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.feed-contact-form__date-select.focused .feed-contact-form__date-select-close-btn {
  transform: rotate(180deg);
}
.feed-contact-form #dateSelect,
.feed-contact-form .dateSelect {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 32px;
  padding: 0 20px 0 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #F6F6F6;
  color: #606060;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.03em;
  font: 500 12px/30px 'Open Sans';
  cursor: pointer;
}
.feed-contact-form #dateSelect::after,
.feed-contact-form .dateSelect::after {
  content: '';
  position: absolute;
}
.feed-contact-form #dateSelect:focus-visible,
.feed-contact-form .dateSelect:focus-visible {
  outline: none;
}
.feed-contact-form #dateSelect.focused,
.feed-contact-form .dateSelect.focused {
  border-color: #FF530D;
  background-color: #FFFFFF;
  background-image: none;
}
.feed-contact-form #dateSelect::-moz-placeholder, .feed-contact-form .dateSelect::-moz-placeholder {
  color: #606060;
}
.feed-contact-form #dateSelect:-ms-input-placeholder, .feed-contact-form .dateSelect:-ms-input-placeholder {
  color: #606060;
}
.feed-contact-form #dateSelect::placeholder,
.feed-contact-form .dateSelect::placeholder {
  color: #606060;
}
.feed-contact-form__class-details {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
}
.feed-contact-form__comment {
  width: 100%;
  height: 138px;
  padding: 7px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #F6F6F6;
  color: #606060;
  letter-spacing: 0.03em;
  font: 500 14px/19px 'Open Sans';
  resize: none;
}
.feed-contact-form__comment:focus-visible {
  outline: none;
}
.feed-contact-form__comment:focus {
  border-color: #FF530D;
  background-color: #FFFFFF;
}
.feed-contact-form__comment::-moz-placeholder {
  color: rgba(96, 96, 96, 0.5);
}
.feed-contact-form__comment:-ms-input-placeholder {
  color: rgba(96, 96, 96, 0.5);
}
.feed-contact-form__comment::placeholder {
  color: rgba(96, 96, 96, 0.5);
}
.feed-contact-form__button {
  margin-top: 40px;
}
.feed-contact-form__submit {
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 48px;
  margin: 0 auto;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font: 700 18px/45px 'Lato';
}
.feed-contact-form__submit:focus-visible {
  outline: none;
}
@media (max-width: 352px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 325px;
  }
}
@media (min-width: 352px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 325px;
  }
}
@media (min-width: 353px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 315px;
  }
}
@media (min-width: 373px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 300px;
  }
}
@media (min-width: 388px) {
  #find-city-select .selectize-dropdown-content {
    max-height: 189px;
  }
}
@media (min-width: 390px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 285px;
  }
}
@media (min-width: 406px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 290px;
  }
}
@media (min-width: 407px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 275px;
  }
}
@media (min-width: 427px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 255px;
  }
}
@media (min-width: 441px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 240px;
  }
}
@media (min-width: 568px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 220px;
  }
}
@media (min-width: 575px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 215px;
  }
}
@media (min-width: 576px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 205px;
  }
}
.contact-form .daterangepicker {
  z-index: 4;
  margin: 2px 0 0 0;
  border: 1px solid #FF530D;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.contact-form .daterangepicker::before,
.contact-form .daterangepicker::after {
  display: none;
}
.contact-form .daterangepicker .ranges {
  display: none !important;
}
.contact-form .daterangepicker .prev,
.contact-form .daterangepicker .next {
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form .daterangepicker .prev span,
.contact-form .daterangepicker .next span {
  display: none !important;
}
.contact-form .daterangepicker .prev {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807351/pages/cities-team-building/calendar-prev-arrow.svg');
}
.contact-form .daterangepicker .next {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807278/pages/cities-team-building/calendar-next-arrow.svg');
}
.contact-form .daterangepicker .drp-calendar.left {
  width: 100%;
  max-width: none;
  padding: 10px;
}
.contact-form .daterangepicker .calendar-table th {
  color: #474747;
  text-align: center;
  letter-spacing: 0.03em;
  font: 400 14px/19px 'Open Sans';
}
.contact-form .daterangepicker .calendar-table td {
  color: #474747;
  text-align: center;
  font: 400 14px/19px 'Open Sans';
}
.contact-form .daterangepicker .calendar-table td.off {
  color: #CCCCCC;
}
.contact-form .daterangepicker .calendar-table td.off.disabled {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.contact-form .daterangepicker .calendar-table td.active,
.contact-form .daterangepicker .calendar-table td.active:hover {
  background: #FF530D;
  color: #FFFFFF;
}
.contact-form .daterangepicker .ranges li.active,
.contact-form .daterangepicker .ranges li:hover {
  background: #FF530D;
  color: #fff;
}
.contact-form .daterangepicker td.active,
.contact-form .daterangepicker td.active:hover,
.contact-form .daterangepicker td.in-range {
  background: #FF530D;
  color: #fff;
}
#find-city-select {
  position: relative;
}
#find-city-select .select-wrapper {
  font-size: 0;
}
#find-city-select .select-open-content {
  display: block;
}
#find-city-select .city-select .selectize-input {
  height: 32px;
  padding: 0 20px 0 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #F6F6F6;
  box-shadow: none;
}
#find-city-select .city-select .selectize-input::before {
  display: block;
}
#find-city-select .city-select .selectize-input::after {
  right: 10.4px;
  width: 10px;
  height: 6px;
  margin: 0;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTcuNiAxTDQuMyA0TDEgMS4wMDE5NyIgc3Ryb2tlPSIjNjA2MDYwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
#find-city-select .city-select .selectize-input input,
#find-city-select .city-select .selectize-input .item {
  height: 100%;
  color: #606060;
  letter-spacing: 0.03em;
  font: 500 12px/30px 'Open Sans';
}
#find-city-select .city-select .selectize-input input::-moz-placeholder {
  color: #606060;
}
#find-city-select .city-select .selectize-input input:-ms-input-placeholder {
  color: #606060;
}
#find-city-select .city-select .selectize-input input::placeholder {
  color: #606060;
}
#find-city-select .city-select .selectize-input .item {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#find-city-select .selectize-dropdown {
  margin: 0;
  padding: 10px 10px 10px 0;
  border-color: #FF530D;
  border-radius: 0 0 10px 10px;
}
#find-city-select .selectize-dropdown .option {
  padding: 10px 0;
  border-top: 1px solid #EEEEEE;
  color: #606060;
  letter-spacing: 0.03em;
  font: 500 12px/1 'Open Sans';
  cursor: pointer;
}
#find-city-select .selectize-dropdown .option:first-child {
  padding-top: 0;
  border: none;
}
#find-city-select .selectize-dropdown .option.active {
  background: transparent;
  color: #FF530D;
}
#find-city-select .selectize-dropdown .option.group-level {
  font-weight: bold;
}
#find-city-select .selectize-dropdown .option:not(.group-level) {
  padding-left: 10px;
}
#find-city-select .selectize-dropdown-content {
  padding: 0 10px;
}
#find-city-select .selectize-dropdown-content::-webkit-scrollbar {
  width: 3px;
}
#find-city-select .selectize-dropdown-content::-webkit-scrollbar-track {
  width: 3px;
  border-radius: 3px;
  background-color: #e2e2e2;
}
#find-city-select .selectize-dropdown-content::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #C4C4C4;
}
#find-city-select .select-wrapper--open .select-open-content .title {
  position: relative;
  height: 32px;
  padding: 0 20px 0 10px;
  border: 1px solid #FF530D;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #FFFFFF;
  color: #606060;
  letter-spacing: 0.03em;
  font: 500 12px/30px 'Open Sans';
}
#find-city-select .select-wrapper--open .select-open-content .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10.4px;
  display: block;
  width: 10px;
  height: 6px;
  margin: 0;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTcuNiAxTDQuMyA0TDEgMS4wMDE5NyIgc3Ryb2tlPSIjNjA2MDYwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=) no-repeat center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
}
#find-city-select .select-wrapper--open .city-select .selectize-input {
  position: absolute;
  top: 0;
  padding: 0 10px;
  border-right: 1px solid #FF530D;
  border-left: 1px solid #FF530D;
  border-radius: 0;
  background-color: transparent;
}
#find-city-select .select-wrapper--open .city-select .selectize-input::before,
#find-city-select .select-wrapper--open .city-select .selectize-input::after {
  display: none;
}
#find-city-select .select-wrapper--open .city-select .selectize-input input {
  width: 100% !important;
  height: 29px;
  padding: 0 20px 0 10px !important;
  border: 1px solid #606060 !important;
  border-radius: 7px;
  background: #FFFFFF url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660831750/pages/cities-team-building/search-icon.svg') no-repeat center right 5px !important;
  color: #606060;
  letter-spacing: 0.05em;
  font: 400 12px/27px 'Open Sans';
}
@media (min-width: 768px) {
  .feed-contact-form__service-info .feed-contact-form__select .selectize-dropdown-content {
    max-height: 260px;
  }
  .contact-form__header {
    margin-bottom: 35px;
  }
  .contact-form__title {
    font-size: 22px;
    line-height: 30px;
  }
  .feed-contact-form__field-name {
    font-size: 16px;
    line-height: 19px;
  }
  .feed-contact-form__custom-input,
  .feed-contact-form__text-input {
    height: 40px;
    font-size: 14px;
    line-height: 37px;
  }
  .feed-contact-form__text-input {
    padding: 0 20px;
  }
  .feed-contact-form__select .selectize-input {
    height: 40px;
    padding: 0 30px 0 20px;
  }
  .feed-contact-form__select .selectize-input::before,
  .feed-contact-form__select .item {
    right: 30px;
    left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
  }
  .feed-contact-form__select .selectize-control.single .selectize-input:after {
    right: 15px;
    width: 13px;
    height: 8px;
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660810544/pages/cities-team-building/select-arrow-desktop.svg') no-repeat center;
    background-size: auto;
  }
  .feed-contact-form__select .selectize-dropdown-content {
    padding: 0 20px;
  }
  .feed-contact-form__select .option {
    font-size: 14px;
  }
  .feed-contact-form__service-info .feed-contact-form__select .selectize-input::before {
    content: 'Experience type';
  }
  .feed-contact-form__service-info .selectize-dropdown-content {
    max-height: 250px;
  }
  .feed-contact-form__time-info .selectize-input::before {
    content: 'Select Time';
  }
  .feed-contact-form__date-and-time {
    grid-template-columns: 320px 155px 155px;
  }
  .feed-contact-form__time-info .selectize-dropdown {
    padding: 10px 0 10px 10px;
  }
  .feed-contact-form__time-info .selectize-dropdown-content {
    max-height: 262px;
    direction: rtl;
  }
  .feed-contact-form__time-info .option {
    direction: ltr;
  }
  .feed-contact-form__date-select.focused::after {
    top: 16.5px;
    right: 15px;
    width: 13px;
    height: 7px;
    background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660810544/pages/cities-team-building/select-arrow-desktop.svg');
  }
  .feed-contact-form__date-select.focused .feed-contact-form__date-select-close-btn {
    z-index: 1;
  }
  .feed-contact-form #dateSelect,
  .feed-contact-form .dateSelect {
    position: relative;
    z-index: 1;
    height: 40px;
    padding: 0 30px 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660810544/pages/cities-team-building/select-arrow-desktop.svg');
    background-repeat: no-repeat;
    background-position: top 16.5px right 15px;
    background-size: 13px 7px;
  }
  .feed-contact-form #dateSelect.focused,
  .feed-contact-form .dateSelect.focused {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.25);
    z-index: 0;
  }
  .feed-contact-form__comment {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
  }
  .feed-contact-form__button {
    margin-top: 20px;
  }
  .feed-contact-form__submit {
    width: 182px;
    height: 40px;
    margin: 0 0 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
  }
  .contact-form .daterangepicker {
    width: 320px;
    margin: 0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .contact-form .daterangepicker .drp-calendar.left {
    padding-top: 0;
  }
  .contact-form .daterangepicker .month .calendar-table th {
    font-size: 16px;
    line-height: 22px;
  }
  .contact-form .daterangepicker .month .calendar-table th .month {
    font-weight: 600;
  }
  .contact-form .daterangepicker .month .calendar-table td {
    font-size: 16px;
    line-height: 22px;
  }
  #find-city-select .city-select .selectize-input {
    height: 40px;
    padding: 0 30px 0 20px;
  }
  #find-city-select .city-select .selectize-input::after {
    right: 15px;
    width: 13px;
    height: 8px;
    background: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660810544/pages/cities-team-building/select-arrow-desktop.svg) no-repeat center;
    background-size: auto;
  }
  #find-city-select .city-select .selectize-input input,
  #find-city-select .city-select .selectize-input .item {
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
  }
  #find-city-select .selectize-dropdown {
    padding: 10px 0 10px 10px;
  }
  #find-city-select .selectize-dropdown .option {
    font-size: 14px;
    direction: ltr;
  }
  #find-city-select .selectize-dropdown-content {
    max-height: 210px;
    padding: 0 20px;
    direction: rtl;
  }
  #find-city-select .select-wrapper--open .select-open-content .title {
    height: 40px;
    padding: 0 30px 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
  }
  #find-city-select .select-wrapper--open .select-open-content .title::after {
    right: 15px;
    width: 13px;
    height: 8px;
    background: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660810544/pages/cities-team-building/select-arrow-desktop.svg) no-repeat center;
    background-size: auto;
  }
  #find-city-select .select-wrapper--open .city-select .selectize-input {
    padding: 0 20px;
  }
}
#contact_mealtype-error-message,
#contact_time-error-message,
.other_time-error-message {
  margin-top: 15px!important;
}
.start-conversation__wrapper {
  padding: 40px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.start-conversation__title {
  color: #474747;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 400 26px/31px 'Lato';
}
.start-conversation__subtitle {
  margin: 20px 0;
  color: #474747;
  text-align: center;
  letter-spacing: 0.03em;
  font: 400 16px/22px 'Open Sans';
}
.start-conversation__links {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.start-conversation__border {
  display: none;
}
.start-conversation__link {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 16px 19px 16px 65px;
  border: none;
  border-radius: 20px;
  color: #D63D00;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.03em;
  font: 500 20px/27px 'Open Sans';
  transition: 400ms color;
}
.start-conversation__link:focus-visible {
  outline: none;
}
.start-conversation__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 12px;
  height: 18px;
  background-size: contain;
  transform: translateY(-50%);
}
.start-conversation__link--call {
  background-size: 24px 24px;
}
.start-conversation__link--chat {
  background-size: 30px 24px;
}
.start-conversation__link--message {
  background-size: 24px 20px;
}
.start-conversation__link .visible-768 {
  display: none;
}
body.body-loaded .start-conversation__link::after {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1669821669/pages/global-private-chef/arrow-icon.svg') no-repeat center;
}
@media (max-width: 767px) {
  body.body-loaded .start-conversation__link--call {
    background: #ffffff url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1669821669/pages/global-private-chef/phone-icon.svg') no-repeat center left 30px;
  }
  body.body-loaded .start-conversation__link--chat {
    background: #ffffff url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1669821669/pages/global-private-chef/chat-icon.svg') no-repeat center left 27px;
  }
  body.body-loaded .start-conversation__link--message {
    background: #ffffff url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1669821669/pages/global-private-chef/message-icon.svg') no-repeat center left 30px;
  }
}
.start-conversation.hide-phone .start-conversation__link--call,
.start-conversation.hide-phone .start-conversation__link--call + .start-conversation__border {
  display: none;
}
@media (min-width: 350px) {
  .start-conversation__link {
    padding: 16px 35px 16px 76px;
  }
  .start-conversation__link::after {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .start-conversation__links {
    flex-direction: row;
    justify-content: space-between;
    max-width: 801px;
    margin: 0 auto;
  }
  .start-conversation__border {
    display: block;
    width: 0.5px;
    height: 60px;
    background-color: #cccccc;
  }
  .start-conversation__link {
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
    padding: 5px 0 5px 40px;
  }
  .start-conversation__link--call {
    background: transparent url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709648066/pages/global-private-chef/phone-icon-ada.svg') no-repeat center left 1px;
    background-size: 24px 24px;
  }
  .start-conversation__link--chat {
    background: transparent url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709648066/pages/global-private-chef/chat-icon-ada.svg') no-repeat center left 1px;
    background-size: 30px 24px;
  }
  .start-conversation__link--message {
    background: transparent url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709648066/pages/global-private-chef/message-icon-ada.svg') no-repeat center left 1px;
    background-size: 24px 20px;
  }
  .start-conversation__link::after {
    display: none;
  }
  .start-conversation__link .mob-visible {
    display: none;
  }
  .start-conversation__link .visible-768 {
    display: inline;
  }
  .start-conversation.hide-phone .start-conversation__links {
    justify-content: space-around;
  }
  body.body-loaded .start-conversation--call {
    background: transparent url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709648066/pages/global-private-chef/phone-icon-ada.svg') no-repeat center left 1px;
    background-size: 24px 24px;
  }
  body.body-loaded .start-conversation--chat {
    background: transparent url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709648066/pages/global-private-chef/chat-icon-ada.svg') no-repeat center left 1px;
    background-size: 30px 24px;
  }
  body.body-loaded .start-conversation--message {
    background: transparent url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1709648066/pages/global-private-chef/message-icon-ada.svg') no-repeat center left 1px;
    background-size: 24px 20px;
  }
}
@media (min-width: 991px) {
  .start-conversation {
    max-width: 1440px;
    margin: 0 auto;
  }
  .start-conversation__title {
    letter-spacing: 0.08em;
    font-size: 42px;
    line-height: 50px;
  }
  .start-conversation__subtitle {
    margin: 11px 0 60px;
    font-size: 22px;
    line-height: 30px;
  }
  .start-conversation__link {
    font-size: 18px;
    line-height: 22px;
  }
}
/* Animation */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1306px / 2));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1306px / 2));
  }
}
.partners-carousel {
  padding: 0;
}
.partners-carousel__header {
  position: relative;
  margin-bottom: 16px;
  padding: 0 25px;
}
.partners-carousel__header-text {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #fcfcfc;
  color: #606060;
  letter-spacing: 0.1em;
  font: 400 12px/14px 'Lato';
}
.partners-carousel__header-text .colon {
  display: none;
}
.partners-carousel__line-through {
  position: absolute;
  top: 50%;
  right: 25px;
  left: 25px;
  height: 1px;
  background-color: #eeeeee;
  transform: translateY(-50%);
}
.partners-carousel__text {
  position: relative;
  z-index: 1;
  padding: 0 9px;
  background-color: #FCFCFC;
}
.partners-carousel__companies {
  overflow-x: hidden;
}
.partners-carousel__track {
  display: flex;
  align-items: center;
  width: 1306px;
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}
.partners-carousel__logo {
  padding-right: 20px;
}
.partners-carousel__logo img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 601px) {
  .partners-carousel__track {
    display: block;
    width: 100%;
    -webkit-animation: none;
            animation: none;
  }
  .partners-carousel__logo {
    padding: 0;
  }
  .partners-carousel__logo img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .partners-carousel__logo:nth-child(1) ~ .partners-carousel__logo {
    display: none;
  }
}
@media (min-width: 991px) {
  .partners-carousel__header {
    padding: 0 50px;
  }
  .partners-carousel__header-text {
    padding: 0 20px;
    letter-spacing: 0.08em;
    font-size: 16px;
    line-height: 19px;
  }
  .partners-carousel__line-through {
    right: 50px;
    left: 50px;
  }
}
@media (min-width: 1200px) {
  .partners-carousel {
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 100px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .partners-carousel__header {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .partners-carousel__header-text {
    padding: 0;
  }
  .partners-carousel__header-text .colon {
    display: inline;
  }
  .partners-carousel__line-through {
    display: none;
  }
}
.other-experiences {
  position: relative;
}
.other-experiences__background {
  height: 168px;
}
.other-experiences__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-experiences__content {
  position: relative;
  padding: 16px 25px 24px;
  background: linear-gradient(0deg, rgba(255, 83, 13, 0.05) 0%, rgba(255, 83, 13, 0.05) 100%), #fcfcfc;
}
.other-experiences__title {
  margin: 0;
  text-align: center;
}
.other-experiences__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px auto 0;
  gap: 16px;
}
.other-experiences__link {
  min-width: 200px;
  height: 34px;
  padding: 0;
  border-radius: 6px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .other-experiences {
    display: flex;
  }
  .other-experiences__background {
    height: auto;
    max-height: 373px;
  }
  .other-experiences__content {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    width: 464px;
    padding: 24px;
  }
  .other-experiences__title {
    text-align: left;
  }
  .other-experiences__links {
    justify-content: flex-start;
  }
}
@media (min-width: 991px) {
  .other-experiences__content {
    width: 544px;
  }
  .other-experiences__title {
    font-size: 32px;
    line-height: 38px;
  }
  .other-experiences__links {
    margin-top: 40px;
  }
  .other-experiences__link {
    min-width: 240px;
    height: 46px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .other-experiences__content {
    width: 576px;
    padding: 24px 40px;
  }
}
@media (min-width: 1440px) {
  .other-experiences {
    background: linear-gradient(0deg, rgba(255, 83, 13, 0.05) 0%, rgba(255, 83, 13, 0.05) 100%), #fcfcfc;
  }
  .other-experiences__background {
    flex-shrink: 0;
    max-width: 864px;
  }
  .other-experiences__content {
    flex-shrink: 1;
    width: auto;
  }
  .other-experiences__links {
    max-width: 496px;
    margin-left: 0;
  }
}
.faq-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
.faq-section__line {
  margin: 0 0 31px;
  border-top: 1px solid #C2C2C2;
}
#faq .mobile-link,
.faq .mobile-link {
  display: none;
}
#faq .wrapper,
.faq .wrapper {
  display: flex;
  justify-content: left;
}
#faq .left-block,
.faq .left-block {
  flex-shrink: 0;
  width: 300px;
}
#faq .left-block h2,
.faq .left-block h2 {
  margin-bottom: 5px;
  color: #FF530D;
  text-align: left;
  letter-spacing: 0.05em;
  font: 400 42px/50px 'Lato';
}
#faq .left-block .subtitle,
.faq .left-block .subtitle {
  color: #474747;
  letter-spacing: 0.05em;
  font: 400 14px/17px 'Lato';
}
#faq .left-block .subtitle a,
.faq .left-block .subtitle a {
  color: #FF530D;
}
#faq .right-block,
.faq .right-block {
  width: 100%;
}
#faq .question,
.faq .question {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
#faq .question-main,
.faq .question-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  color: #474747;
  letter-spacing: 0.05em;
  font: 500 22px/30px 'Open Sans';
}
#faq .question-title,
.faq .question-title {
  color: #474747;
  letter-spacing: 0.05em;
  font: 500 22px/30px 'Open Sans';
}
#faq .question-answer,
.faq .question-answer {
  display: none;
  margin-top: 8px;
  padding-left: 20px;
  color: #474747;
  letter-spacing: 0.05em;
  font: 400 16px/30px 'Open Sans';
}
#faq .question-answer ol,
.faq .question-answer ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.question-title {
  padding-right: 10px;
}
.question-title a {
  color: inherit;
}
.question-title a:hover,
.question-title a:focus {
  color: inherit;
  text-decoration: none;
}
.question-icon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.question-icon::after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #474747;
}
.question-icon.question-icon--plus::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #474747;
}
.faq--mini .wrapper {
  display: block;
}
.faq--mini .left-block {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEEEEE;
}
.faq--mini .left-block h2 {
  margin: 0;
  color: #FF530D;
  letter-spacing: 0.05em;
  font: 600 22px/26px 'Lato';
}
.faq--mini .left-block .subtitle {
  display: none;
}
.faq--mini .right-block {
  padding-left: 60px;
}
.faq--mini .question-icon {
  width: 14px;
  height: 14px;
}
.faq--mini .question-icon::after {
  top: 6px;
}
.faq--mini .question-icon.question-icon--plus::before {
  left: 6px;
}
.faq--mini .question-main,
.faq--mini .question-title {
  color: #474747;
  letter-spacing: 0.03em;
  font: 600 14px/17px 'Lato';
}
.faq--mini .question-answer {
  font: 400 12px/15px 'Open Sans';
}
.faq--mini .mobile-link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px 0 0 auto;
  color: #474747;
  letter-spacing: 0.03em;
  font: 400 14px/19px 'Open Sans';
}
@media (max-width: 1199px) {
  .faq-section {
    padding: 0 50px;
  }
  #faq .question-main,
  #faq .question-title {
    font-size: 16px;
    line-height: 24px;
  }
  .faq--mini .question-main,
  .faq--mini .question-title {
    font-size: 14px;
    line-height: 17px;
  }
  .faq--mini .question-answer {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 990px) {
  .faq-section {
    padding: 0 25px;
  }
  #faq .left-block h2,
  .faq .left-block h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .faq--mini .left-block h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #faq .wrapper,
  .faq .wrapper {
    display: block;
  }
  #faq .left-block,
  .faq .left-block {
    width: 100%;
  }
  #faq .left-block h2,
  .faq .left-block h2 {
    text-align: center;
  }
  #faq .left-block .subtitle,
  .faq .left-block .subtitle {
    display: none;
  }
  #faq .question-main,
  .faq .question-main,
  #faq .question-title,
  .faq .question-title {
    font-size: 14px;
    line-height: 19px;
  }
  #faq .question-icon,
  .faq .question-icon {
    width: 10px;
    height: 10px;
  }
  #faq .question-icon.question-icon--plus::before,
  .faq .question-icon.question-icon--plus::before {
    left: 4px;
  }
  #faq .question-icon::after,
  .faq .question-icon::after {
    top: 4px;
  }
  #faq .question-answer,
  .faq .question-answer {
    font-size: 12px;
    line-height: 16px;
  }
  #faq .left-block h2,
  .faq .left-block h2 {
    margin-bottom: 25px;
  }
  #faq .mobile-link,
  .faq .mobile-link {
    display: block;
    margin-top: 16px;
    color: #474747;
    text-align: right;
    letter-spacing: 0.05em;
    font: 400 12px/14px 'Lato';
  }
  #faq .mobile-link a,
  .faq .mobile-link a {
    color: #FF530D;
  }
  .faq--mini .left-block {
    margin-bottom: 10px;
    padding-bottom: 9px;
  }
  .faq--mini .left-block h2 {
    margin: 0;
    text-align: left;
  }
  .faq--mini .right-block {
    padding-left: 0;
  }
  .faq--mini #faq .question-main,
  .faq--mini #faq .question-title {
    font-size: 14px;
    line-height: 17px;
  }
  .faq--mini .mobile-link {
    margin-top: 10px;
    letter-spacing: 0.03em;
    font: 400 12px/16px 'Lato';
  }
}
.meal-card-like {
  z-index: 2;
}
.cp-mealcard {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background-color: #ffffff;
  text-decoration: none;
  transition: box-shadow 400ms;
}
.cp-mealcard:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.cp-mealcard:hover,
.cp-mealcard:focus,
.cp-mealcard:focus-visible {
  outline: none;
  text-decoration: none;
}
.cp-mealcard__preview-wrapper {
  position: relative;
}
.cp-mealcard__preview {
  position: relative;
  border-radius: 14px 14px 0 0;
}
.cp-mealcard__preview-content {
  height: 203px;
}
.cp-mealcard__flags {
  position: absolute;
  top: 20px;
  right: 0;
}
.cp-mealcard__flag,
.cp-mealcard .experiences-meal__live-from {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-color: #46a690;
  border-radius: 4px 0 0 4px;
  background-color: #46a690;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 500 12px/14px 'Lato';
}
.cp-mealcard__flag:last-child,
.cp-mealcard .experiences-meal__live-from:last-child {
  margin-bottom: 0;
}
.cp-mealcard__flag--type-1,
.cp-mealcard .experiences-meal__live-from--type-1 {
  border-color: #367686;
  background-color: #367686;
  color: #ffffff;
}
.cp-mealcard__flag--type-2,
.cp-mealcard .experiences-meal__live-from--type-2 {
  border-color: #367686;
  background-color: #ffffff;
  color: #367686;
}
.cp-mealcard__flag--type-3,
.cp-mealcard .experiences-meal__live-from--type-3 {
  border-color: #ff530d;
  background-color: #ffffff;
  color: #ff530d;
}
.cp-mealcard__flag--type-4,
.cp-mealcard .experiences-meal__live-from--type-4 {
  border-color: #ff530d;
  background-color: #ff530d;
  color: #ffffff;
}
.cp-mealcard__flag--indicator,
.cp-mealcard .experiences-meal__live-from--indicator {
  border-color: #367686;
  background-color: #367686;
}
.cp-mealcard .experiences-meal__live-from {
  display: flex;
  align-items: center;
  border-color: #ffffff;
  background: #ffffff;
  color: #d63d00;
  line-height: 13px;
  gap: 4px;
}
.cp-mealcard__bottom-label {
  height: 32px;
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 14px/16px 'Lato';
}
.cp-mealcard__bottom-label--type-1 {
  background-color: #ff530d;
}
.cp-mealcard__bottom-label--type-2 {
  background-color: #474747;
}
.cp-mealcard__bottom-label--type-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #46a690;
  gap: 8px;
}
.cp-mealcard__bottom-label .flag-icon {
  display: block;
  width: 26px;
  height: 24px;
}
.cp-mealcard__content {
  padding: 8px 15px;
}
.cp-mealcard__type-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.cp-mealcard__type,
.cp-mealcard__price {
  font: 400 14px/19px 'Open Sans';
}
.cp-mealcard__type {
  color: #ff530d;
  letter-spacing: 0.02em;
}
.cp-mealcard__price {
  flex-shrink: 0;
  color: #474747;
}
.cp-mealcard__title {
  color: #474747;
  letter-spacing: 0.02em;
  font: 500 18px/22px 'Lato';
}
.cp-mealcard__see-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding-right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMC44NjUyMzQgMC45OTcwN0w0LjU3ODE1IDQuOTk3MDdMMC44Njc2NzcgOC45OTcwNyIgc3Ryb2tlPSIjRkY1MzBEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==) no-repeat center right;
  color: #ff530d;
  font: 400 12px/16px 'Open Sans';
}
.cp-mealcard__information {
  margin-top: 12px;
}
.cp-mealcard__chef {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cp-mealcard__chef-logo-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
}
.cp-mealcard__chef-logo-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjEwLjM1NjkiIGN5PSI5Ljg4MTUiIHI9IjkuNSIgZmlsbD0id2hpdGUiLz4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMTJfMjM2MykiPg0KPHBhdGggZD0iTTEwLjM1NzYgMS43Mzg2OEM4LjE5NzcgMS43Mzg2OCA2LjEyNjM0IDIuNTk2NjYgNC41OTkwOSA0LjEyMzlDMy4wNzE4NSA1LjY1MTE1IDIuMjEzODcgNy43MjI1MyAyLjIxMzg3IDkuODgyMzdDMi4yMTQzMiAxMi4wNDE5IDMuMDcyNDkgMTQuMTEyOSA0LjU5OTY4IDE1LjYzOThDNi4xMjY4NyAxNy4xNjY2IDguMTk4IDE4LjAyNDQgMTAuMzU3NiAxOC4wMjQ0QzEyLjUxNzEgMTguMDI0NCAxNC41ODgzIDE3LjE2NjYgMTYuMTE1NSAxNS42Mzk4QzE3LjY0MjcgMTQuMTEyOSAxOC41MDA4IDEyLjA0MTkgMTguNTAxMyA5Ljg4MjM3QzE4LjUwMTMgNy43MjI1MyAxNy42NDMzIDUuNjUxMTUgMTYuMTE2IDQuMTIzOUMxNC41ODg4IDIuNTk2NjYgMTIuNTE3NCAxLjczODY4IDEwLjM1NzYgMS43Mzg2OFpNMTUuMDkwNyA3LjQwMTkyQzE1LjA2MTUgNy40MzQ0NyAxNS4wMzA3IDcuNDY1MzEgMTQuOTk5OSA3LjQ5NDQzQzEzLjEzMzggOS4zNjM5MSAxMS4yNjcyIDExLjIzMTcgOS40IDEzLjA5NzdDOS4zNDExOSAxMy4xNjc5IDkuMjY3ODUgMTMuMjI0NSA5LjE4NTAzIDEzLjI2MzVDOS4xMDIyMiAxMy4zMDI2IDkuMDExOSAxMy4zMjMxIDguOTIwMzQgMTMuMzIzOUM4Ljg0MjU0IDEzLjMyNjMgOC43NjUxMSAxMy4zMTIzIDguNjkzMDggMTMuMjgyOEM4LjYyMTA2IDEzLjI1MzMgOC41NTYwNyAxMy4yMDg5IDguNTAyMzcgMTMuMTUyNkM3LjU1MzM2IDEyLjIwNTggNi42MDU0NyAxMS4yNTYyIDUuNjU4NzQgMTAuMzAzOEM1LjYwNDQ3IDEwLjI1MjkgNS41NjA4NiAxMC4xOTE4IDUuNTMwMzQgMTAuMTIzOUM1LjQ5OTgzIDEwLjA1NiA1LjQ4MzAyIDkuOTgyOCA1LjQ4MDk1IDkuOTA4NDNDNS40Nzg4OCA5LjgzNDA2IDUuNDkxNTcgOS43NjAwMyA1LjUxODI2IDkuNjkwNThDNS41NDQ5NSA5LjYyMTEzIDUuNTg1MTQgOS41NTc2NSA1LjYzNjQ5IDkuNTAzOEM1LjY0NjQ5IDkuNDkyNjYgNS42NTczNiA5LjQ4MjM2IDUuNjY5MDIgOS40NzI5OEM1LjcyMDU5IDkuNDIxMjQgNS43ODE4NSA5LjM4MDE3IDUuODQ5MzIgOS4zNTIxNkM1LjkxNjc4IDkuMzI0MTQgNS45ODkxIDkuMzA5NzMgNi4wNjIxNSA5LjMwOTczQzYuMTM1MiA5LjMwOTczIDYuMjA3NTIgOS4zMjQxNCA2LjI3NDk4IDkuMzUyMTZDNi4zNDI0NSA5LjM4MDE3IDYuNDAzNzUgOS40MjEyNCA2LjQ1NTMyIDkuNDcyOThDNi40NjQ1OCA5LjQ4MDI2IDYuNDcyNjUgOS40ODg5MSA2LjQ3OTI4IDkuNDk4NjZDNy4yNTY5OSAxMC4yNzUyIDguMDM0MTYgMTEuMDUxOCA4LjgxMDczIDExLjgyODRDOC45MjU1IDExLjk0MzIgOC45MjU0NyAxMS45NDMyIDkuMDQxOTYgMTEuODI4NEwxNC4yMzQxIDYuNjM0NDlDMTQuMzMzIDYuNTIxMjkgMTQuNDcyNiA2LjQ1MTggMTQuNjIyNSA2LjQ0MTIxQzE0Ljc3MjQgNi40MzA2MiAxNC45MjA0IDYuNDc5NzkgMTUuMDM0MSA2LjU3Nzk3QzE1LjA4MTggNi42MTk2MiAxNS4xMjIzIDYuNjY4ODEgMTUuMTU0IDYuNzIzNTdDMTUuMjE1MyA2LjgyOTQgMTUuMjQxOCA2Ljk1MTc5IDE1LjIyOTggNy4wNzM0OUMxNS4yMTc5IDcuMTk1MiAxNS4xNjggNy4zMTAwNyAxNS4wODcyIDcuNDAxOTJIMTUuMDkwN1oiIGZpbGw9IiM0NkE2OTAiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMTJfMjM2MyI+DQo8cmVjdCB3aWR0aD0iMTYuMjg1NyIgaGVpZ2h0PSIxNi4yODU3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yMTM4NyAxLjczODY1KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg==) no-repeat 50%;
  background-size: contain;
}
.cp-mealcard__chef-status {
  display: block;
  max-width: 50px;
  color: #707070;
  text-align: center;
  font: 500 8px/11px 'Open Sans';
}
.cp-mealcard__chef-photo {
  width: 50px;
  height: 50px;
  border: 0.5px solid #cccccc;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-mealcard__chef-info {
  padding-top: 3px;
}
.cp-mealcard__chef-name {
  color: #474747;
  font: 600 14px/19px 'Open Sans';
}
.cp-mealcard__chef-rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.cp-mealcard__chef-rating .chef-stars-rating {
  height: 10px;
}
.cp-mealcard__reviews {
  color: #606060;
  letter-spacing: 0.03em;
  font: 400 12px/16px 'Open Sans';
}
.cp-mealcard__location {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 12px/14px 'Open Sans';
}
.cp-mealcard__date-info {
  margin-top: 12px;
  padding: 12px 28px 0 0;
  border-top: 1px solid #eeeeee;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjZfMTQ4NDIpIj4NCjxwYXRoIGQ9Ik0xMy41ODk2IDguODQwMjdDMTYuODQyMiA4Ljg0MDI3IDIwLjA5NDggOC44NDAyNyAyMy4zNDc0IDguODQwMjdDMjMuNDgxNSA4Ljg0MDI3IDIzLjU0ODUgOC43NzA5MiAyMy41NDg1IDguNjMyMjJDMjMuNTQ4NSA3LjYxNzUxIDIzLjU1MzEgNi42MDE2IDIzLjU0ODUgNS41ODY4OUMyMy41NDI3IDQuNDg5NDYgMjIuNjg2NSAzLjc5MTA5IDIxLjg3NTQgMy44MjM5NEMyMS40NTAyIDMuODQwOTggMjEuMDIzOCAzLjgzMjQ2IDIwLjU5NzQgMy44MjM5NEMyMC4xMzg3IDMuODE2NjQgMTkuODM5NSAzLjM4ODM3IDE5Ljk4NzMgMi45NTY0NkMyMC4wNzc1IDIuNjkzNjYgMjAuMjY4MSAyLjUzMTg0IDIwLjUyNTggMi41Mjk0MUMyMS4xNTIxIDIuNTIyMTEgMjEuNzgwNiAyLjQ2MjQ5IDIyLjQwMzQgMi41NzQ0MkMyMy42MjcgMi43OTM0MiAyNC41OTMgMy44NjY1MyAyNC43NTEzIDUuMTYyMjhDMjQuNzY4NiA1LjMwNDYzIDI0Ljc3NTYgNS40NDY5OCAyNC43NzU2IDUuNTg5MzNDMjQuNzc1NiAxMC43MDkxIDI0Ljc3NTYgMTUuODMgMjQuNzc1NiAyMC45NDk4QzI0Ljc3NTYgMjIuNTA3MSAyMy42ODYgMjMuODA2NSAyMi4yMTc0IDIzLjk5MTRDMjIuMTM0MiAyNC4wMDI0IDIyLjA0ODcgMjQgMjEuOTY1NSAyNEMxNS44MzkzIDI0IDkuNzEzMDMgMjQgMy41ODY4IDI0QzIuMjA5NDkgMjQgMC45NTU4MjEgMjIuODE0OSAwLjgwMjE0NSAyMS4zNzU2QzAuNzgwMTkxIDIxLjE3MzYgMC43Nzc4OCAyMC45NzI5IDAuNzc3ODggMjAuNzcwOUMwLjc3NDQxNCAxNS43MTQ0IDAuNzc1NTcgMTAuNjU5MiAwLjc3NDQxNCA1LjYwMjcxQzAuNzc0NDE0IDQuMDU4NzYgMS43OTU4NCAyLjc5MjIxIDMuMjQzNjMgMi41NTM3NEMzLjM3NzY2IDIuNTMxODQgMy41MTQgMi41MjA4OSAzLjY0OTE5IDIuNTIwODlDNC42MjMyNCAyLjUxODQ2IDUuNTk2MTQgMi41MTk2NyA2LjU3MDE5IDIuNTE4NDZDNi43NjA4NCAyLjUxODQ2IDYuNzYxOTkgMi41MTg0NiA2Ljc2MTk5IDIuMzEwNDFDNi43NjE5OSAxLjc4MzU5IDYuNzYxOTkgMS4yNTU1NSA2Ljc2MTk5IDAuNzI4NzM2QzYuNzYxOTkgMC40NjEwNjkgNi44NDI4NyAwLjIzMzU1MiA3LjA3Mzk2IDAuMDkyNDE4NkM3LjQ0NDg3IC0wLjEzNTA5OCA3LjkwNzA1IDAuMDg5OTg1MiA3Ljk4MjE1IDAuNTM2NTAzQzcuOTk0ODYgMC42MDgyODYgOC4wMDE4IDAuNjgzNzIgOC4wMDE4IDAuNzU2NzJDOC4wMDE4IDIuMzcyNDYgOC4wMDE4IDMuOTg5NDEgOC4wMDE4IDUuNjA1MTRDOC4wMDE4IDUuODU0NTYgNy45MzcwOSA2LjA3NDc4IDcuNzMyNTcgNi4yMjJDNy41MzQ5OSA2LjM2NDM1IDcuMzI0NyA2LjM4NjI1IDcuMTA3NDcgNi4yNzA2NkM2Ljg2MjUyIDYuMTQxNyA2Ljc2MzE1IDUuOTE2NjEgNi43NjA4NCA1LjY0MTY0QzYuNzU2MjEgNS4xMDUwOSA2Ljc1OTY4IDQuNTY3MzMgNi43NTg1MiA0LjAzMDc4QzYuNzU4NTIgMy44OTQ1MSA2LjY5MzgyIDMuODI1OTcgNi41NjQ0MSAzLjgyNTE2QzUuNjAwNzYgMy44MjUxNiA0LjYzNTk1IDMuODQzNDEgMy42NzIzIDMuODIwMjlDMi44NTc3IDMuODAwODMgMS45OTgwNCA0LjQ5OTE5IDEuOTk4MDQgNS42MDAyOEMxLjk5ODA0IDguNjg0NTMgMS45OTgwNCAxMS43NyAxLjk5ODA0IDE0Ljg1NDNDMS45OTgwNCAxNi44OCAxLjk5ODA0IDE4LjkwNDYgMS45OTgwNCAyMC45MzAzQzEuOTk4MDQgMjEuOTI5MiAyLjcyOTQ1IDIyLjcwNzkgMy42NzQ2MSAyMi43MDc5QzkuNzM5NiAyMi43MDc5IDE1LjgwNTggMjIuNzA3OSAyMS44NzA3IDIyLjcwNzlDMjIuODA3OCAyMi43MDc5IDIzLjU0NjIgMjEuOTMxNiAyMy41NDYyIDIwLjk0NDlDMjMuNTQ2MiAxNy40MTE3IDIzLjU0NjIgMTMuODc4NSAyMy41NDYyIDEwLjM0NTNDMjMuNTQ2MiAxMC4xMjg3IDIzLjU0NjIgMTAuMTI3NSAyMy4zMzkzIDEwLjEyNzVDMTYuODUyNiAxMC4xMjc1IDEwLjM2NTkgMTAuMTI3NSAzLjg3OTEzIDEwLjEyNzVDMy41MDgyMiAxMC4xMjc1IDMuMjYzMjcgOS45NTEwOSAzLjE5MDQ3IDkuNjI4NjdDMy4wOTgwNCA5LjIyNDczIDMuMzc2NSA4Ljg0MTQ4IDMuNzcyODIgOC44MzkwNUM0LjU1ODU0IDguODM0MTggNS4zNDU0IDguODM3ODMgNi4xMzExMSA4LjgzNzgzQzguNjE2NSA4LjgzNzgzIDExLjEwMTkgOC44Mzc4MyAxMy41ODYxIDguODM3ODNMMTMuNTg5NiA4Ljg0MDI3WiIgZmlsbD0iI0ZGNTMwRCIvPg0KPHBhdGggZD0iTTEzLjYwMzQgMi41MTM2QzE0Ljg1NzEgMi41MTM2IDE2LjExMTkgMi41MTExNyAxNy4zNjU2IDIuNTE3MjVDMTcuNTA3NyAyLjUxNzI1IDE3LjU1MDUgMi40NzQ2NyAxNy41NDgyIDIuMzI1MDJDMTcuNTQwMSAxLjc5MzM0IDE3LjU0NDcgMS4yNjA0NCAxNy41NDU5IDAuNzI4NzUyQzE3LjU0NTkgMC40OTE1MDIgMTcuNjA4MyAwLjI3ODU4NSAxNy44MDAxIDAuMTMzODAyQzE3Ljk5ODggLTAuMDE1ODQ4NiAxOC4yMTM3IC0wLjA0MjYxNTMgMTguNDM1NiAwLjA3Mjk2ODJDMTguNjgwNSAwLjIwMDcxOCAxOC43ODEgMC40MjU4MDIgMTguNzg0NSAwLjcwMDc2OUMxOC43ODkxIDEuMTM4NzcgMTguNzg2OCAxLjU3Nzk5IDE4Ljc4NjggMi4wMTU5OUMxOC43ODY4IDMuMTk4NTkgMTguNzg2OCA0LjM4MTE5IDE4Ljc4NjggNS41NjM3OUMxOC43ODY4IDUuNzI4MDQgMTguNzcxOCA1Ljg4ODY0IDE4LjY4ODYgNi4wMzM0M0MxOC41NSA2LjI3NDMzIDE4LjI3MjYgNi4zOTQ3OCAxOC4wMjMxIDYuMzI1NDNDMTcuNzI3MyA2LjI0MzkxIDE3LjU0ODIgNS45OTU3MSAxNy41NDU5IDUuNjQ0MDlDMTcuNTQyNCA1LjEwMjY3IDE3LjU0NTkgNC41NjAwNCAxNy41NDQ3IDQuMDE4NjJDMTcuNTQ0NyAzLjgwNTcxIDE3LjU0NDcgMy44MDQ0OSAxNy4zNDcxIDMuODA0NDlDMTUuOTU3MSAzLjgwNDQ5IDE0LjU2NzEgMy43OTM1NCAxMy4xNzgyIDMuODExNzlDMTIuMDczNiAzLjgyNjM5IDEwLjk3MDIgMy44MTc4NyA5Ljg2NTU0IDMuODI4ODJDOS42NTY0IDMuODMxMjYgOS40NjQ1OSAzLjc3ODk0IDkuMzIyNDcgMy42MDQ5NkM5LjE1Mzc3IDMuMzk5MzQgOS4xMjAyNyAzLjE2MjA5IDkuMjIwNzkgMi45MTUxMUM5LjMzMDU2IDIuNjQ1IDkuNTQ1NDcgMi41MjY5OSA5LjgxNDcgMi41MjMzNEMxMC4zMDU4IDIuNTE3MjUgMTAuNzk2OCAyLjUxOTY5IDExLjI4OTEgMi41MTk2OUMxMi4wNjA5IDIuNTE5NjkgMTIuODMyOCAyLjUxOTY5IDEzLjYwNTggMi41MTk2OVYyLjUxNDgyTDEzLjYwMzQgMi41MTM2WiIgZmlsbD0iI0ZGNTMwRCIvPg0KPHBhdGggZD0iTTYuNDc0MzcgMTQuMDcwMkM2LjQ3NDM3IDEzLjQ1NDEgNi45ODQ0IDEyLjk0MDQgNy42MDE5NyAxMi45MzMyQzguMjM1NTEgMTIuOTI2IDguNzYwMDggMTMuNDQxMSA4Ljc2MDA4IDE0LjA3NDVDOC43NjAwOCAxNC43MTA5IDguMjQyNzggMTUuMjIzMSA3LjYwNjMyIDE1LjIxODhDNi45Nzg1OSAxNS4yMTMgNi40NzQzNyAxNC43MDA4IDYuNDc0MzcgMTQuMDcwMloiIGZpbGw9IiNGRjUzMEQiLz4NCjxwYXRoIGQ9Ik0xOS41NDM4IDE0LjA5MjJDMTkuNTQwOCAxNC43MTUzIDE5LjAxODkgMTUuMjI3MSAxOC4zOTA3IDE1LjIyMTNDMTcuNzU1MyAxNS4yMTU2IDE3LjI1NTIgMTQuNzAwOSAxNy4yNTgxIDE0LjA1NDdDMTcuMjYxIDEzLjQ0NDYgMTcuNzg0NCAxMi45MzI4IDE4LjQwMjQgMTIuOTM1N0MxOS4wNDA3IDEyLjkzODYgMTkuNTQ2NyAxMy40NTA0IDE5LjU0MzggMTQuMDkzN1YxNC4wOTIyWiIgZmlsbD0iI0NDQ0NDQyIvPg0KPHBhdGggZD0iTTExLjg2NiAxNC4wNjEyQzExLjg2ODkgMTMuNDQ0MyAxMi4zODE4IDEyLjkzNzEgMTMuMDA2NiAxMi45MzU3QzEzLjY0MzEgMTIuOTM0MiAxNC4xNTMxIDEzLjQ1IDE0LjE1MDIgMTQuMDk0NEMxNC4xNDczIDE0LjcwODUgMTMuNjMgMTUuMjE5OSAxMy4wMDgxIDE1LjIyMTRDMTIuMzcxNiAxNS4yMjE0IDExLjg2MTYgMTQuNzA1NiAxMS44NjQ1IDE0LjA2MTJIMTEuODY2WiIgZmlsbD0iI0ZGNTMwRCIvPg0KPHBhdGggZD0iTTguNzYwMDggMTkuMTMyOEM4Ljc2MDA4IDE5Ljc1NTUgOC4yMzU1MSAyMC4yNzI3IDcuNjEyMTQgMjAuMjY1NUM2Ljk3ODU5IDIwLjI1ODMgNi40NzQzNyAxOS43NTEyIDYuNDc0MzcgMTkuMTIyN0M2LjQ3NDM3IDE4LjQ5NDIgNi45ODQ0IDE3Ljk4MjggNy42MTM1OSAxNy45Nzk5QzguMjQ4NTkgMTcuOTc3IDguNzYwMDggMTguNDkyOCA4Ljc2MDA4IDE5LjEzMTRWMTkuMTMyOFoiIGZpbGw9IiNDQ0NDQ0MiLz4NCjxwYXRoIGQ9Ik0xNC4xNTE0IDE5LjEzMzRDMTQuMTUxNCAxOS43NTggMTMuNjI4MyAyMC4yNzI2IDEzLjAwMzUgMjAuMjY2OUMxMi4zNjQxIDIwLjI2MTEgMTEuODY0MyAxOS43NTA3IDExLjg2NTcgMTkuMTA2QzExLjg2NzIgMTguNDk0NCAxMi4zODc0IDE3Ljk4MTIgMTMuMDA0OSAxNy45ODEyQzEzLjY0MTQgMTcuOTgxMiAxNC4xNTE0IDE4LjQ5NDQgMTQuMTUxNCAxOS4xMzQ5VjE5LjEzMzRaIiBmaWxsPSIjRkY1MzBEIi8+DQo8cGF0aCBkPSJNMTkuNTQzOCAxOS4xMzI2QzE5LjU0MjMgMTkuNzU5NiAxOS4wMTc0IDIwLjI3NTQgMTguMzkyMiAyMC4yNjY3QzE3Ljc1NjggMjAuMjU4IDE3LjI1NTIgMTkuNzQ4IDE3LjI1ODEgMTkuMTE1MkMxNy4yNjEgMTguNDg5NyAxNy43ODAxIDE3Ljk3NjggMTguNDA5NiAxNy45ODExQzE5LjAzNzggMTcuOTg0IDE5LjU0NjcgMTguNDk5OCAxOS41NDM4IDE5LjEzMjZaIiBmaWxsPSIjRkY1MzBEIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI2XzE0ODQyIj4NCjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzc0NDE0KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg==) no-repeat top 10px right 1px;
}
.cp-mealcard__next-date {
  color: #474747;
  font: 400 14px/14px 'Open Sans';
}
.cp-mealcard__next-date b {
  font-weight: 600;
}
.cp-mealcard__date-btn {
  color: #ff530c;
  font: 400 12px/14px 'Open Sans';
}
.cp-mealcard .tooltip {
  z-index: 2;
  transition: none;
}
.cp-mealcard .tooltip.in {
  opacity: 1;
}
.cp-mealcard .tooltip .tooltip-arrow {
  z-index: 1;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border: none;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-top-left-radius: 3px;
  background: #ffffff;
  transform: rotate(-135deg);
}
.cp-mealcard .tooltip .tooltip-inner {
  width: 230px;
  max-width: 230px;
  padding: 18px 20px;
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: #ffffff;
  color: #606060;
  letter-spacing: 0.03em;
  font: 400 12px/16px 'Open Sans';
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.cp-mealcard__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #474747;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 500 18px/24px 'Lato';
  border-radius: 8px 8px 0 0;
  gap: 4px;
}
.cp-mealcard--unavailable .cp-mealcard__preview-content {
  position: relative;
}
.cp-mealcard--unavailable .cp-mealcard__preview-content::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(204, 204, 204, 0.4);
}
.cp-mealcard--unavailable .cp-mealcard__preview.no-slider::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 14px 14px 0 0;
  background: rgba(204, 204, 204, 0.4);
}
.cp-mealcard--unavailable .cp-mealcard__type,
.cp-mealcard--unavailable .cp-mealcard__see-more,
.cp-mealcard--unavailable .cp-mealcard__reviews,
.cp-mealcard--unavailable .cp-mealcard__location,
.cp-mealcard--unavailable .cp-mealcard__date-btn {
  color: #707070;
}
.cp-mealcard--unavailable .cp-mealcard__see-more {
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1684763916/pages/search-page/see-more-icon-unavailable.svg') no-repeat center right;
}
.cp-mealcard--unavailable .cp-mealcard__stars-rating .chef-stars-rating {
  background: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1684763916/pages/search-page/STARS-unavailable.svg) no-repeat top left;
  background-size: auto 100%;
}
.cp-mealcard--unavailable .cp-mealcard__chef-logo-wrapper::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjEwLjM1NjkiIGN5PSI5Ljg4MTUiIHI9IjkuNSIgZmlsbD0id2hpdGUiLz4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMTJfMjM2MykiPg0KPHBhdGggZD0iTTEwLjM1NzYgMS43Mzg2OEM4LjE5NzcgMS43Mzg2OCA2LjEyNjM0IDIuNTk2NjYgNC41OTkwOSA0LjEyMzlDMy4wNzE4NSA1LjY1MTE1IDIuMjEzODcgNy43MjI1MyAyLjIxMzg3IDkuODgyMzdDMi4yMTQzMiAxMi4wNDE5IDMuMDcyNDkgMTQuMTEyOSA0LjU5OTY4IDE1LjYzOThDNi4xMjY4NyAxNy4xNjY2IDguMTk4IDE4LjAyNDQgMTAuMzU3NiAxOC4wMjQ0QzEyLjUxNzEgMTguMDI0NCAxNC41ODgzIDE3LjE2NjYgMTYuMTE1NSAxNS42Mzk4QzE3LjY0MjcgMTQuMTEyOSAxOC41MDA4IDEyLjA0MTkgMTguNTAxMyA5Ljg4MjM3QzE4LjUwMTMgNy43MjI1MyAxNy42NDMzIDUuNjUxMTUgMTYuMTE2IDQuMTIzOUMxNC41ODg4IDIuNTk2NjYgMTIuNTE3NCAxLjczODY4IDEwLjM1NzYgMS43Mzg2OFpNMTUuMDkwNyA3LjQwMTkyQzE1LjA2MTUgNy40MzQ0NyAxNS4wMzA3IDcuNDY1MzEgMTQuOTk5OSA3LjQ5NDQzQzEzLjEzMzggOS4zNjM5MSAxMS4yNjcyIDExLjIzMTcgOS40IDEzLjA5NzdDOS4zNDExOSAxMy4xNjc5IDkuMjY3ODUgMTMuMjI0NSA5LjE4NTAzIDEzLjI2MzVDOS4xMDIyMiAxMy4zMDI2IDkuMDExOSAxMy4zMjMxIDguOTIwMzQgMTMuMzIzOUM4Ljg0MjU0IDEzLjMyNjMgOC43NjUxMSAxMy4zMTIzIDguNjkzMDggMTMuMjgyOEM4LjYyMTA2IDEzLjI1MzMgOC41NTYwNyAxMy4yMDg5IDguNTAyMzcgMTMuMTUyNkM3LjU1MzM2IDEyLjIwNTggNi42MDU0NyAxMS4yNTYyIDUuNjU4NzQgMTAuMzAzOEM1LjYwNDQ3IDEwLjI1MjkgNS41NjA4NiAxMC4xOTE4IDUuNTMwMzQgMTAuMTIzOUM1LjQ5OTgzIDEwLjA1NiA1LjQ4MzAyIDkuOTgyOCA1LjQ4MDk1IDkuOTA4NDNDNS40Nzg4OCA5LjgzNDA2IDUuNDkxNTcgOS43NjAwMyA1LjUxODI2IDkuNjkwNThDNS41NDQ5NSA5LjYyMTEzIDUuNTg1MTQgOS41NTc2NSA1LjYzNjQ5IDkuNTAzOEM1LjY0NjQ5IDkuNDkyNjYgNS42NTczNiA5LjQ4MjM2IDUuNjY5MDIgOS40NzI5OEM1LjcyMDU5IDkuNDIxMjQgNS43ODE4NSA5LjM4MDE3IDUuODQ5MzIgOS4zNTIxNkM1LjkxNjc4IDkuMzI0MTQgNS45ODkxIDkuMzA5NzMgNi4wNjIxNSA5LjMwOTczQzYuMTM1MiA5LjMwOTczIDYuMjA3NTIgOS4zMjQxNCA2LjI3NDk4IDkuMzUyMTZDNi4zNDI0NSA5LjM4MDE3IDYuNDAzNzUgOS40MjEyNCA2LjQ1NTMyIDkuNDcyOThDNi40NjQ1OCA5LjQ4MDI2IDYuNDcyNjUgOS40ODg5MSA2LjQ3OTI4IDkuNDk4NjZDNy4yNTY5OSAxMC4yNzUyIDguMDM0MTYgMTEuMDUxOCA4LjgxMDczIDExLjgyODRDOC45MjU1IDExLjk0MzIgOC45MjU0NyAxMS45NDMyIDkuMDQxOTYgMTEuODI4NEwxNC4yMzQxIDYuNjM0NDlDMTQuMzMzIDYuNTIxMjkgMTQuNDcyNiA2LjQ1MTggMTQuNjIyNSA2LjQ0MTIxQzE0Ljc3MjQgNi40MzA2MiAxNC45MjA0IDYuNDc5NzkgMTUuMDM0MSA2LjU3Nzk3QzE1LjA4MTggNi42MTk2MiAxNS4xMjIzIDYuNjY4ODEgMTUuMTU0IDYuNzIzNTdDMTUuMjE1MyA2LjgyOTQgMTUuMjQxOCA2Ljk1MTc5IDE1LjIyOTggNy4wNzM0OUMxNS4yMTc5IDcuMTk1MiAxNS4xNjggNy4zMTAwNyAxNS4wODcyIDcuNDAxOTJIMTUuMDkwN1oiIGZpbGw9IiM3MDcwNzAiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMTJfMjM2MyI+DQo8cmVjdCB3aWR0aD0iMTYuMjg1NyIgaGVpZ2h0PSIxNi4yODU3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yMTM4NyAxLjczODY1KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg==) no-repeat 50%;
  background-size: contain;
}
.cp-mealcard--unavailable .cp-mealcard__date-info {
  background: url(https://res.cloudinary.com/hz3gmuqw6/image/upload/v1684763916/pages/search-page/calendar-icon-unavailable.svg) no-repeat top 10px right 1px;
}
.cp-mealcard--unavailable .cp-mealcard__flag {
  border-color: #606060;
  background-color: #606060;
}
.cp-mealcard--unavailable .cp-mealcard__flag--type-1,
.cp-mealcard--unavailable .cp-mealcard__flag--type-4,
.cp-mealcard--unavailable .cp-mealcard__flag--indicator {
  border-color: #606060;
  background-color: #606060;
}
.cp-mealcard--unavailable .cp-mealcard__flag--type-2,
.cp-mealcard--unavailable .cp-mealcard__flag--type-3 {
  border-color: #606060;
  color: #606060;
}
.cp-mealcard--unavailable .meal-card__preview-slider .slick-slide div {
  position: relative;
}
.cp-mealcard--unavailable .meal-card__preview-slider .slick-slide div::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 14px 14px 0 0;
  background: rgba(204, 204, 204, 0.4);
}
.cp-mealcard--luxury {
  border: 2px solid #474747;
}
.cp-mealcard--luxury .meal-card-like {
  top: 56px;
}
.cp-mealcard--luxury .cp-mealcard__preview {
  border-radius: 10px 10px 0 0;
}
.cp-mealcard--luxury .cp-mealcard__flags {
  top: 56px;
}
.cp-mealcard--luxury .cp-mealcard__flag,
.cp-mealcard--luxury .cp-mealcard .experiences-meal__live-from {
  border-color: #474747;
  background-color: #474747;
  color: #ffffff;
}
.cp-mealcard--luxury .cp-mealcard__flag--type-1,
.cp-mealcard--luxury .cp-mealcard .experiences-meal__live-from--type-1,
.cp-mealcard--luxury .cp-mealcard__flag--type-2,
.cp-mealcard--luxury .cp-mealcard .experiences-meal__live-from--type-2,
.cp-mealcard--luxury .cp-mealcard__flag--type-3,
.cp-mealcard--luxury .cp-mealcard .experiences-meal__live-from--type-3,
.cp-mealcard--luxury .cp-mealcard__flag--type-4,
.cp-mealcard--luxury .cp-mealcard .experiences-meal__live-from--type-4,
.cp-mealcard--luxury .cp-mealcard__flag--indicator,
.cp-mealcard--luxury .cp-mealcard .experiences-meal__live-from--indicator {
  border-color: #474747;
  background-color: #474747;
  color: #ffffff;
}
.cp-mealcard--luxury .cp-mealcard__bottom-label--type-1,
.cp-mealcard--luxury .cp-mealcard__bottom-label--type-2,
.cp-mealcard--luxury .cp-mealcard__bottom-label--type-3 {
  background-color: #474747;
}
@media (min-width: 700px) {
  .cp-mealcard {
    border: none;
    background: transparent;
  }
  .cp-mealcard:hover {
    box-shadow: none;
  }
  .cp-mealcard__preview {
    border-radius: 12px !important;
    border: 2px solid transparent;
  }
  .cp-mealcard__preview.no-slider::before {
    border-radius: 14px;
  }
  .cp-mealcard__preview--label-shown .meal-card__preview-slider .slick-dots-container {
    bottom: 50px;
  }
  .cp-mealcard__preview-content {
    position: relative;
    overflow: hidden;
    height: 292px;
    border-radius: 10px;
  }
  .cp-mealcard .experiences-meal__image {
    height: 292px;
  }
  .cp-mealcard__flags {
    right: 2px;
  }
  .cp-mealcard__bottom-label {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
  }
  .cp-mealcard__bottom-label--type-1 {
    background-color: rgba(255, 83, 13, 0.8);
  }
  .cp-mealcard__bottom-label--type-2 {
    background-color: rgba(71, 71, 71, 0.8);
  }
  .cp-mealcard__bottom-label--type-3 {
    background-color: rgba(70, 166, 144, 0.8);
  }
  .cp-mealcard__content {
    padding: 8px 0;
  }
  .cp-mealcard__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 44px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .cp-mealcard--unavailable .meal-card__preview-slider .slick-slide div::before {
    border-radius: 14px;
  }
  .cp-mealcard--luxury .cp-mealcard__head {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
  }
  .cp-mealcard--luxury .cp-mealcard__preview {
    border-color: #474747;
  }
  .cp-mealcard--luxury .cp-mealcard__bottom-label--type-1,
  .cp-mealcard--luxury .cp-mealcard__bottom-label--type-2,
  .cp-mealcard--luxury .cp-mealcard__bottom-label--type-3 {
    background-color: rgba(71, 71, 71, 0.8);
  }
}
@media (min-width: 991px) {
  .cp-mealcard__content {
    padding: 8px 0 0;
  }
  .cp-mealcard__information {
    margin-top: 4px;
  }
  .cp-mealcard__title {
    font-weight: 400;
  }
  .cp-mealcard__see-more {
    display: none;
  }
  .cp-mealcard__chef-name {
    font-weight: 500;
  }
  .cp-mealcard__location {
    line-height: 16px;
  }
  .cp-mealcard__date-info {
    border-color: #cccccc;
  }
  .cp-mealcard__next-date,
  .cp-mealcard__date-btn {
    line-height: 19px;
  }
  .cp-mealcard__date-btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1210px) {
  .cp-mealcard--luxury .cp-mealcard__head {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .meal-card-like {
    display: none;
  }
  .cp-mealcard__preview:hover > .meal-card-like {
    display: flex;
  }
}
.cat-page-gc-banner {
  position: relative;
  overflow: hidden;
  margin: 21px 0;
  border: 1px solid #ff530d;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%);
  cursor: pointer;
  transition: box-shadow 400ms;
}
.cat-page-gc-banner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.cat-page-gc-banner__tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cat-page-gc-banner__tile {
  position: relative;
  height: 109px;
}
.cat-page-gc-banner__tile img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat-page-gc-banner__tile-title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 0 4px;
  text-transform: uppercase;
  color: #ffffff;
  font: 400 12px/16px 'Lato';
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.cat-page-gc-banner__tile-title {
  max-width: 60px;
  margin: 0 auto;
  text-align: center;
}
.cat-page-gc-banner__body {
  padding: 8px 16px;
}
.cat-page-gc-banner__title {
  display: block;
  color: #ff530d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 500 19px/24px 'Lato';
}
.cat-page-gc-banner__title:hover,
.cat-page-gc-banner__title:focus,
.cat-page-gc-banner__title:focus-visible {
  outline: none;
  color: #ff530d;
  text-decoration: none;
}
.cat-page-gc-banner__title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.cat-page-gc-banner__action {
  margin-top: 8px;
}
.cat-page-gc-banner__btn {
  width: 189px;
  height: 33px;
  margin: 0 auto;
  padding: 0;
  border-radius: 6px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}
.cat-page-gc-banner__message {
  margin-top: 4px;
  color: #707070;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
}
.cat-page-gc-banner__buying-in-bulk {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px auto 0;
  padding: 8px;
  color: #ff530d;
  text-align: center;
  letter-spacing: 0.02em;
  font: 700 14px/16px 'Open Sans';
}
.cat-page-gc-banner__buying-in-bulk:hover,
.cat-page-gc-banner__buying-in-bulk:focus {
  outline: none;
  color: #ff530d;
  text-decoration: none;
}
.cat-page-gc-banner__buying-in-bulk:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cat-page-gc-banner__content {
    display: flex;
  }
  .cat-page-gc-banner__tiles {
    min-width: 220px;
    max-width: 652px;
  }
  .cat-page-gc-banner__tile {
    height: 100%;
  }
  .cat-page-gc-banner__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: 14px 32px;
  }
  .cat-page-gc-banner__title {
    max-width: 390px;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }
  .cat-page-gc-banner__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 390px;
    margin-top: 12px;
    gap: 8px;
  }
  .cat-page-gc-banner__action.jc-sb {
    justify-content: space-between;
  }
  .cat-page-gc-banner__btn {
    height: 29px;
    margin: 0;
    line-height: 26px;
  }
  .cat-page-gc-banner__message {
    margin: 0;
    text-align: left;
  }
  .cat-page-gc-banner__buying-in-bulk {
    margin: 0;
  }
  .cat-page-gc-banner--width-full .cat-page-gc-banner__body {
    padding: 14px 32px;
  }
}
@media (min-width: 991px) {
  .cat-page-gc-banner__body {
    padding: 14px;
  }
  .cat-page-gc-banner--width-full .cat-page-gc-banner__title {
    font-size: 26px;
    line-height: 31px;
  }
  .cat-page-gc-banner--width-full .cat-page-gc-banner__action {
    margin-top: 16px;
  }
}
@media (min-width: 991px) {
  .cat-page-gc-banner__body {
    padding: 14px 32px;
  }
  .cat-page-gc-banner--width-full .cat-page-gc-banner__tile-title-wrapper {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .cat-page-gc-banner__tile-title-wrapper {
    font-size: 13px;
  }
  .cat-page-gc-banner__tile-title {
    max-width: 70px;
  }
}
.refine-search {
  margin-bottom: 16px;
  padding-top: 9px;
}
.refine-search__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.refine-search__title {
  color: #d63d00;
  letter-spacing: 0.08em;
  font: 600 14px/17px 'Lato';
}
.refine-search__tag {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #606060;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
  cursor: pointer;
  transition: border-color 400ms, color 400ms;
  gap: 4px;
}
.refine-search__tag:nth-child(n+9) {
  display: none;
}
.refine-search__tag:focus {
  outline: none;
  color: #606060;
  text-decoration: none;
}
.refine-search__tag:hover {
  border-color: #d63d00;
  color: #606060;
}
.refine-search__tag.visible {
  display: flex;
}
.refine-search__tag path {
  transition: fill 400ms;
}
.refine-search__tag--active {
  position: relative;
  padding-right: 30px !important;
  border-color: #d63d00;
  color: #d63d00 !important;
}
.refine-search__tag--active path {
  fill: #d63d00;
}
.refine-search__tag--active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d63d00 url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1686058030/pages/category-page/tag-close-icon.svg') no-repeat center;
  background-size: 10px;
  transform: translateY(-50%);
}
.refine-search__tag .cozy-tooltip + .tooltip.in {
  width: 300px;
}
.refine-search__tag .cozy-info-icon__circle {
  fill: #ffffff !important;
}
.refine-search__tag .cozy-info-icon__letter {
  fill: #707070 !important;
}
.refine-search__tag--active .cozy-info-icon__circle {
  stroke: #d63d00 !important;
}
.refine-search__tag--active .cozy-info-icon__letter {
  fill: #d63d00 !important;
}
.refine-search__tag-count {
  display: none;
}
.refine-search__see-more-wrapper .refine-search__see-more {
  margin: 0;
}
.refine-search__see-more {
  display: block !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  color: #d63d00;
  letter-spacing: 0.02em;
  font: 500 12px/16px 'Open Sans';
  cursor: pointer;
}
@media (min-width: 991px) {
  .refine-search {
    display: flex;
    margin-bottom: 21px;
    border: none;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .refine-search__tags {
    gap: 6px 18px;
  }
  .refine-search__tag {
    font-size: 14px;
    line-height: 24px;
  }
  .refine-search__tag--active {
    padding-right: 40px !important;
  }
  .refine-search__tag--active::after {
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
  .refine-search__tag .cozy-info-icon {
    width: 18px;
    height: 18px;
  }
  .refine-search__tag-count {
    display: inline;
  }
  .refine-search__see-more {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
body {
  background-color: #fcfcfc;
}
.class-preview__search-filters {
  z-index: 3;
}
.breadcrumb-section {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 9px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.breadcrumb-section__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-section__item {
  padding-right: 19px;
  background-position: right 7px bottom 4px;
  background-size: 5px;
}
.breadcrumb-section__item:last-child span {
  font-weight: 700 !important;
}
.breadcrumb-section__item a,
.breadcrumb-section__item.b-no-link span {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
}
.breadcrumb-section__cards-count {
  flex-shrink: 0;
  letter-spacing: 0.02em;
  font: 400 12px/14px 'Lato';
}
.breadcrumb-section__cards-count a {
  color: #474747;
  text-decoration: none;
  pointer-events: none;
}
.content-wrapper {
  padding: 24px 25px 0;
}
.content-wrapper.filter_preloader::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.content-wrapper__cards-count {
  display: none;
}
.class-advantages,
.class-benefits {
  display: none;
}
.meals-block {
  margin-top: 10px;
}
.meals-filters-wrapper {
  display: none;
}
.meals-filters-wrapper--show-mobile {
  display: block;
}
.meals-search-bar {
  margin: 16px 0;
}
.meals-search-bar__col {
  position: relative;
}
.meals-search-bar__col--sort {
  width: 50%;
  margin: 0 0 0 auto;
}
.meals-search-bar__more-btn {
  margin-top: 6px;
  color: #FF530D;
  font: 400 14px/19px 'Open Sans';
  cursor: pointer;
}
.meals-search-bar .selectize-input {
  position: relative;
  width: 100%;
  height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: none;
}
.meals-search-bar .selectize-input.dropdown-active {
  border-bottom-color: transparent;
  border-radius: 10px 10px 0 0;
}
.meals-search-bar .selectize-input .item {
  overflow: hidden;
  max-width: 100%;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 700 12px/30px 'Open Sans';
}
.meals-search-bar .selectize-dropdown {
  padding: 0 10px 11px;
  border: 1px solid #CCCCCC;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.meals-search-bar .selectize-dropdown-content {
  max-height: 215px;
}
.meals-search-bar .selectize-dropdown .option {
  padding: 6px 0 5px;
  border-bottom: 0.5px solid #C4C4C4;
  color: #555555;
  letter-spacing: 0.05em;
  font: 400 14px/19px 'Open Sans';
  cursor: pointer;
  transition: color 400ms;
}
.meals-search-bar .selectize-dropdown .option:last-child {
  border: none;
}
.meals-search-bar .selectize-dropdown .option:hover {
  color: #FF530D;
}
.meals-search-bar .selectize-dropdown .option.active {
  background-color: #FFFFFF;
}
.meals-search-bar__sort .selectize-control.single .selectize-input::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 13px;
  height: 7px;
  margin: 0;
  border: none;
  transform: translateY(-50%);
}
.meals-search-bar__sort .selectize-control.single .selectize-input.dropdown-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.meals-search-bar__sort .selectize-input {
  padding: 0 30px 0 60px;
}
.meals-search-bar__sort .selectize-input::before {
  content: 'Sort by:';
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  height: auto;
  background: transparent;
  color: #555555;
  font: 500 12px/16px 'Open Sans';
  transform: translateY(-50%);
}
.meals-search-bar__sort .selectize-input input {
  display: none !important;
}
.meals-search-bar__sort .selectize-input .item {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 60px;
}
.meals-search-bar__sort .selectize-input.input-active .item {
  cursor: pointer;
}
.meals-search-bar__sort-select .selectize-input.dropdown-active {
  pointer-events: none;
}
.meals-content {
  flex: 1;
}
.meals-wrapper > h2,
.meals-wrapper > h3 {
  font-family: 'Open Sans';
  line-height: 1.2;
}
.meals-wrapper .new-meals-subtitle {
  margin: 20px auto;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}
.meals-wrapper .new-meals-subtitle span {
  font-weight: bold;
}
.meals-wrapper .new-meals-subtitle u {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.meals-wrapper h2.wrapper-message {
  padding: 20px;
  background: #ffffff;
  color: #88c255;
}
.meals-wrapper h2.wrapper-message.double-message span {
  display: block;
}
.meals-wrapper h2.wrapper-message.double-message .no-experiences-subtitle {
  padding: 30px;
  color: #474747;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 normal 14px/19px 'Open Sans';
}
.meals-wrapper h3.wrapper-message {
  font-size: 20px;
}
.meals-wrapper h2.sub-areas-title {
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 1.2;
}
.meals-wrapper > h3 u {
  color: #FF530D;
}
.meals-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.meals-cards__list .meals-cards__item:last-child {
  margin: 0;
}
.meals-cards__item {
  margin-bottom: 20px;
}
.meal-card__preview-slider .slick-list {
  border-radius: 14px 14px 0 0;
}
.see-all-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 11px;
  border: 1.5px solid #FF530D;
  border-radius: 10px;
  background: #FF530D;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 700 12px/15px 'Lato';
}
.see-all-btn:hover {
  background: #FFFFFF;
  color: #FF530D;
  text-decoration: none;
}
.see-all-btn:focus,
.see-all-btn:focus-visible {
  outline: none;
  background: #FF530D;
  color: #FFFFFF;
  text-decoration: none;
}
.meals-pagination {
  margin: 40px auto 0;
}
.change-alert {
  color: #474747;
  text-align: center;
  font: 400 14px/19px 'Open Sans';
}
.no-results-title {
  padding: 0 !important;
  background: transparent !important;
  color: #FF530D !important;
  text-align: center;
  letter-spacing: 0.01em;
  font: 600 16px/22px 'Open Sans';
}
.no-results-title.double-message {
  margin-bottom: 40px;
}
.no-results-title .fa-exclamation-circle:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660129605/pages/category-page/warning-icon.svg') no-repeat center;
  background-size: contain;
}
.meals-snippet {
  margin: 40px 0 0;
}
.meals-snippet #what-we-offer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.meals-snippet .headline-separator {
  margin: 40px auto !important;
}
.meals-snippet h2,
.meals-snippet h3 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.meals-snippet h2 {
  color: #ff530d;
  font: 400 26px/31px 'Lato';
}
.meals-snippet h3 {
  margin: 24px 0 !important;
  color: #474747;
  font: 400 22px/26px 'Lato';
}
.meals-snippet p {
  margin: 8px 0;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 14px/19px 'Open Sans';
}
.meals-snippet br {
  display: none;
}
.nearby-banner {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 24px 16px 157px;
  border: 2px solid #ff530d;
  border-radius: 15px;
  background: rgba(238, 238, 238, 0.933333);
  text-decoration: none;
}
.nearby-banner:hover,
.nearby-banner:focus,
.nearby-banner:focus-visible {
  outline: none;
  text-decoration: none;
}
.nearby-banner__title,
.nearby-banner__description {
  position: relative;
  z-index: 1;
}
.nearby-banner__title {
  margin-bottom: 16px;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 22px/26px 'Lato';
}
.nearby-banner__description {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 16px/22px 'Open Sans';
}
.nearby-banner__city {
  color: #ff530d;
}
.nearby-banner__background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-right: 12px;
}
.nearby-banner__background img {
  display: block;
  width: 100%;
  max-height: 157px;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-conversation-box {
  margin: 40px 0;
}
.start-conversation-box .contact-form {
  margin-top: 40px;
}
.start-conversation {
  margin-bottom: 0;
}
.start-conversation__title {
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  font-size: 22px;
  line-height: 26px;
}
.start-conversation__subtitle {
  margin: 0 0 16px;
  color: #606060;
}
.start-conversation__links {
  gap: 16px;
}
.start-conversation__link {
  margin: 0;
  border-radius: 10px;
  color: #474747;
}
.start-conversation__link:hover,
.start-conversation__link:focus {
  color: #ff530d;
}
.subareas-location {
  margin-bottom: 7px;
  padding-top: 9px;
}
.subareas-location__tags {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
  height: 65px;
  gap: 8px;
}
.subareas-location__tags.opened {
  height: auto;
}
.subareas-location__title {
  color: #ff530d;
  letter-spacing: 0.08em;
  font: 600 14px/17px 'Lato';
}
.subareas-location__tag {
  padding: 5px 8px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #606060;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
  cursor: pointer;
  transition: border-color 400ms, color 400ms;
}
.subareas-location__tag:hover {
  border-color: #ff530d;
  color: #ff530d;
}
.subareas-location__tag:focus {
  outline: none;
  color: #606060;
  text-decoration: none;
}
.subareas-location__see-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px 0 0 auto;
  color: #ff530d;
  letter-spacing: 0.02em;
  font: 500 12px/16px 'Open Sans';
  cursor: pointer;
}
.mealtypes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 7px;
  padding-top: 9px;
  gap: 8px;
}
.mealtypes__title {
  color: #474747;
  letter-spacing: 0.08em;
  font: 600 14px/17px 'Lato';
}
.mealtypes__tag {
  padding: 5px 8px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #606060;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
  cursor: pointer;
  transition: border-color 400ms, color 400ms;
}
.mealtypes__tag:hover {
  border-color: #ff530d;
  color: #ff530d;
}
.mealtypes__tag:focus {
  outline: none;
  color: #606060;
  text-decoration: none;
}
.cities-we-serve {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}
.cities-we-serve .container {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.cities-we-serve .orange__section_title {
  margin-bottom: 24px;
  padding: 0;
  color: #ff530d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 400 26px/31px 'Lato';
}
.cities-we-serve .headline-separator {
  display: none;
}
.cities-we-serve .orange-countries-list {
  margin: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.cities-we-serve .nm-column-1 ul,
.cities-we-serve .nm-column-2 ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.cities-we-serve .nm-column-1 li,
.cities-we-serve .nm-column-2 li {
  margin: 8px 0 !important;
  color: #606060;
  font: 400 16px/22px 'Open Sans';
}
.contact-form .daterangepicker {
  overflow: hidden;
}
.contact-form .daterangepicker .calendar-table table thead tr:first-child th {
  background-color: transparent;
  color: #474747 !important;
}
.contact-form .daterangepicker .prev {
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.contact-form .daterangepicker .next {
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.food-tours {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  padding-top: 9px;
  gap: 32px;
}
.food-tours__section-line {
  display: none;
}
.food-tours__faq-section {
  margin-top: 40px;
  padding: 0 25px;
}
.food-tours__faq-section-wrapper {
  padding: 40px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.next-journey__title {
  margin: 0 0 16px;
  text-align: center;
}
.next-journey__description {
  color: #474747;
  text-align: center;
  letter-spacing: 0.03em;
  font: 400 14px/19px 'Open Sans';
}
.benefits-slider__list .slick-track {
  display: flex;
}
.benefits-slider__list .slick-slide {
  height: auto;
}
.benefits-slider__list .slick-slide > div {
  height: 100%;
}
@media (max-width: 1199px) {
  .benefits-slider__list:not(.slick-initialized) {
    padding-bottom: 44px;
  }
  .benefits-slider__list:not(.slick-initialized) .benefits-slider__item:not(:first-child) {
    display: none;
  }
}
.slick-track .benefits-slider__item {
  height: 100%;
}
.benefits-slider__item {
  padding: 26px 24px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  background: #ffffff;
}
.benefits-slider__header {
  display: flex;
  align-items: center;
}
.benefits-slider__img {
  width: 40px;
  color: #FF530D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.benefits-slider__img img {
  display: block;
}
.benefits-slider__img svg {
  width: 28px;
  height: 28px;
}
.benefits-slider__info {
  flex-grow: 1;
}
.benefits-slider__title {
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 22px/26px 'Lato';
}
.benefits-slider__description {
  margin-top: 8px;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 16px/22px 'Open Sans';
}
.popular-food-tours {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dddddd;
}
.popular-food-tours__title {
  margin: 0 0 24px;
  text-align: center;
}
.popular-food-tours__cell-img {
  aspect-ratio: 1.49;
}
.popular-food-tours__cell-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-food-tours__cell-title {
  margin: 16px 0;
  color: #474747;
  letter-spacing: 0.02em;
  font: 400 24px/29px 'Lato';
}
.popular-food-tours__cell-description {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 14px/18px 'Open Sans';
}
.cat-page-slider .slick-list {
  margin: 0 -10px;
}
.cat-page-slider .slick-slide > div {
  padding: 0 10px;
}
.cat-page-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cat-page-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #ff530d;
  border-radius: 50%;
  background-color: #ffffff;
  text-indent: -9999px;
  transition: background-color 1500ms;
}
.cat-page-slider .slick-dots li.slick-active button {
  background-color: #ff530d;
}
.other-experiences {
  margin-top: 40px;
}
.question-main .cozy-h4 {
  margin: 0;
}
.question-answer {
  margin: 0 !important;
  cursor: default;
}
.question-answer .cozy-h4 {
  font-weight: 500;
}
.question-answer .question-answer .cozy-p1 {
  color: #606060;
}
.class-preview__search-filters {
  z-index: 4;
}
.city-page__content {
  padding: 16px 25px 0;
}
.city-page__meals-activities {
  margin-top: 24px;
}
.city-page__breadcrumbs {
  margin-top: 15px;
}
.city-page__bottom-cases {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}
.city-page__bottom-cases .nearby-banner {
  margin: 0;
}
.meals-activities {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
.meals-activities:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.meals-activities__title {
  margin: 0 0 40px;
  text-align: center;
}
.meals-activities__meals {
  display: grid;
  gap: 25px;
  grid-template-columns: minmax(200px, 1fr);
}
.meals-activities__see-all {
  overflow: hidden;
  width: 100%;
  max-width: 413px;
  height: 48px;
  margin: 40px auto 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
}
.meals-activities__hero {
  display: block;
  position: relative;
}
.meals-activities__hero-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  aspect-ratio: 2.59615385;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.meals-activities__hero-title {
  text-transform: uppercase;
  font: 700 17px/20px 'Lato';
  color: #FF530D;
}
.meals-activities__hero-desc {
  margin-top: 8px;
  color: #FFFFFF;
  text-transform: uppercase;
  font: 700 13px / 18px 'Open Sans';
}
.meals-activities__hero-price {
  display: block;
}
.meals-activities__hero-image-container {
  position: relative;
}
.meals-activities__hero-image-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
}
.meals-activities__hero-image-container img {
  display: block;
  width: 100%;
}
.experience-tags {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  gap: 8px;
}
.experience-tags__title {
  display: none;
  color: #ff530d;
  letter-spacing: 0.08em;
  font: 600 14px/17px 'Lato';
}
.experience-tags__tag {
  padding: 5px 8px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #606060;
  text-align: center;
  letter-spacing: 0.02em;
  font: 400 12px/16px 'Open Sans';
  cursor: pointer;
  transition: border-color 400ms, color 400ms;
}
.experience-tags__tag:focus {
  outline: none;
  color: #606060;
  text-decoration: none;
}
.experience-tags__tag:hover {
  border-color: #ff530d;
  color: #ff530d !important;
}
.bottom-cases {
  display: grid;
  row-gap: 40px;
}
.bottom-cases__btn {
  width: 100%;
  height: auto;
  padding: 12px 10px;
  border-radius: 8px;
  text-align: center;
  letter-spacing: 0.05em;
  font: 500 15px/24px 'Lato';
}
.bottom-cases__btn .nowrap {
  white-space: nowrap;
}
body.body-loaded .meals-search-bar__sort .selectize-control.single .selectize-input::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 13px;
  height: 7px;
  margin: 0;
  border: none;
  transform: translateY(-50%);
  background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1655279820/pages/category-page/dropdown-open-icon.svg') no-repeat center;
}
body.body-loaded .contact-form .daterangepicker .prev {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807351/pages/cities-team-building/calendar-prev-arrow.svg') !important;
}
body.body-loaded .contact-form .daterangepicker .next {
  background-image: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1660807278/pages/cities-team-building/calendar-next-arrow.svg') !important;
}
@media (max-width: 500px) {
  .meals-search-bar__sort .selectize-input:before {
    overflow: hidden;
    width: 0;
  }
  .meals-search-bar__sort .selectize-input .item {
    padding-right: 20px !important;
    padding-left: 10px !important;
  }
  .meals-search-bar__sort .selectize-input.dropdown-active:before {
    overflow: auto;
    width: auto;
  }
  .meals-search-bar__sort .selectize-input.dropdown-active .item {
    display: none;
  }
}
@media (max-width: 767px) {
  .with-top-margin {
    margin-top: 20px;
  }
}
@media (min-width: 601px) {
  .meals-search-bar {
    justify-content: flex-end;
    margin: 20px 0;
  }
  .meals-search-bar__col {
    width: auto;
  }
  .meals-search-bar .selectize-input {
    width: 203px;
  }
  .bottom-cases__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 14px;
  }
  .meals-activities__hero-content {
    height: 100%;
    aspect-ratio: auto;
  }
  .meals-activities__hero-image-container::before {
    display: none;
  }
  .meals-activities__hero-title {
    text-shadow: 0px 1px 5px #000000;
  }
  .meals-activities__hero-desc {
    text-shadow: 0px 4px 4px #000000;
  }
}
@media (min-width: 700px) {
  .meals-activities__meals {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (min-width: 768px) {
  .meals-wrapper .new-meals-subtitle {
    margin: 20px auto;
    font-size: 20px;
  }
  .content-wrapper__breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding-top: 20px;
    gap: 24px;
  }
  .content-wrapper__cards-count {
    display: block;
    color: #474747;
    letter-spacing: 0.05em;
    font: 400 14px/17px 'Lato';
  }
  .breadcrumb-section {
    flex-grow: 1;
    padding: 0;
    border: none;
  }
  .breadcrumb-section__cards-count {
    display: none;
  }
  .meals-search-bar {
    display: block;
    width: 203px;
    margin: 0;
  }
  .see-all-btn {
    padding: 13px 15px 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
  }
  .change-alert {
    letter-spacing: 0.03em;
    font-size: 18px;
    line-height: 24px;
  }
  .no-results-title {
    letter-spacing: 0.03em;
    font-size: 22px;
    line-height: 30px;
  }
  .no-results-title .fa-exclamation-circle:before {
    width: 16px;
    height: 16px;
  }
  .meals-wrapper h2.wrapper-message.double-message .no-experiences-subtitle {
    padding: 10px 0 24px 0;
    font: 400 normal 18px/32px 'Open Sans';
  }
  .meal-card__preview-slider .slick-list {
    border-radius: 0;
  }
  .nearby-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 273px;
    padding: 0 0 0 40px;
  }
  .nearby-banner__title,
  .nearby-banner__description {
    width: 50%;
  }
  .nearby-banner__title {
    margin-bottom: 8px;
  }
  .nearby-banner__background {
    width: 100%;
    height: 100%;
  }
  .nearby-banner__background img {
    width: 50%;
    height: 100%;
    max-height: 100%;
    margin: 0 0 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (min-width: 991px) {
  .desktop-hidden {
    display: none;
  }
  .breadcrumb-section__item {
    padding-right: 21px;
    background-position: right 7px center;
    background-size: 6px;
  }
  .breadcrumb-section__item a,
  .breadcrumb-section__item.b-no-link span {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
  .breadcrumb-section__cards-count {
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 17px;
  }
  .content-wrapper {
    padding: 24px 30px 0;
    padding-top: 16px !important;
  }
  .content-wrapper__breadcrumbs {
    padding-top: 0 !important;
    margin-bottom: 16px !important;
  }
  .class-benefits {
    display: block;
    padding-bottom: 18px;
  }
  .class-advantages {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0 31px;
    padding-top: 0 !important;
    padding-bottom: 18px !important;
  }
  .class-advantages__col {
    padding-left: 41px;
  }
  .class-advantages__col--order-1 {
    max-width: 263px;
    background-size: 31px 26px;
  }
  .class-advantages__col--order-2 {
    max-width: 236px;
    padding-left: 32px;
    background-size: 22px 21px;
  }
  .class-advantages__col--order-3 {
    max-width: 270px;
    padding-left: 36px;
    background-size: 32px 28px;
  }
  .class-advantages__col--order-4 {
    max-width: 189px;
    padding-left: 30px;
    background-size: 20px 24px;
  }
  .class-advantages__title {
    margin-bottom: 12px;
    color: #474747;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font: 700 18px/22px 'Lato';
    margin-bottom: 10px !important;
  }
  .class-advantages__description {
    color: #474747;
    letter-spacing: 0.03em;
    font: 400 14px/19px 'Open Sans';
  }
  .meals-search-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .meals-search-bar .meals-search-bar__sort .selectize-control.single .selectize-input::after {
    right: 16px;
  }
  .meals-block--with-filters {
    display: flex;
  }
  .meals-block--with-filters .meals-filters-wrapper {
    display: block;
    flex-shrink: 0;
    width: 307px;
    padding-right: 22px;
  }
  .meals-block--with-filters .meals-search-bar {
    justify-content: flex-start;
  }
  .meals-block--without-filters .experiences-meal,
  .meals-block--without-filters .experiences-meal.standart-type .experiences-meal {
    min-height: 273px;
  }
  .meals-block--without-filters .experiences-meal__preview,
  .meals-block--without-filters .experiences-meal.standart-type .experiences-meal__preview {
    width: 456px;
  }
  .meals-block--without-filters .experiences-meal .meal-card__preview-slider-wrapper,
  .meals-block--without-filters .experiences-meal.standart-type .experiences-meal .meal-card__preview-slider-wrapper {
    flex-basis: 273px;
  }
  .meals-pagination {
    margin: 80px auto 0;
  }
  .meals-snippet {
    margin: 80px 0 0;
  }
  .meals-snippet h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .meals-snippet h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .meals-snippet p {
    font-size: 16px;
    line-height: 22px;
  }
  .nearby-banner__title {
    font-size: 32px;
    line-height: 38px;
  }
  .nearby-banner__description {
    font-size: 22px;
    line-height: 30px;
  }
  .start-conversation__title {
    margin-bottom: 11px;
    font-size: 42px;
    line-height: 50px;
  }
  .start-conversation__subtitle {
    margin: 0 0 40px;
  }
  .subareas-location {
    display: flex;
    margin: 0 0 21px;
    padding: 0;
    border: none;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .subareas-location__tags {
    height: 33px;
    gap: 6px 18px;
  }
  .subareas-location__tag {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .subareas-location__tag-count {
    display: inline;
  }
  .subareas-location__see-more {
    flex-shrink: 0;
    margin-top: 6px;
    font-size: 14px;
    line-height: 19px;
  }
  .mealtypes {
    margin: 0 0 21px;
    gap: 6px 18px;
  }
  .mealtypes__tag {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .cities-we-serve {
    margin-top: 80px;
    padding-top: 80px;
  }
  .cities-we-serve .orange__section_title {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 50px;
  }
  .cities-we-serve .nm-column-1 li,
  .cities-we-serve .nm-column-2 li {
    letter-spacing: 0.02em;
    font-size: 18px;
    line-height: 25px;
  }
  .class-preview__search-filters {
    height: 61px;
  }
  .food-tours {
    margin-bottom: 40px;
    padding-top: 20px;
    gap: 40px;
  }
  .food-tours__partners-carousel {
    order: 1;
  }
  .food-tours__section-line {
    display: block;
    order: 2;
    width: 100%;
    height: 1px;
    margin: 0 22px;
    background-color: #cccccc;
  }
  .food-tours__benefits-slider {
    order: 4;
  }
  .food-tours__next-journey {
    order: 3;
  }
  .food-tours__faq-section {
    margin-top: 80px;
    padding: 0 50px;
  }
  .food-tours__faq-section-wrapper {
    padding: 80px 0;
  }
  .next-journey__title {
    margin-bottom: 27px;
  }
  .next-journey__description {
    font-size: 16px;
    line-height: 22px;
  }
  .popular-food-tours {
    margin-top: 80px;
    padding-top: 80px;
  }
  .popular-food-tours__title {
    margin-bottom: 40px;
  }
  .popular-food-tours__grid .slick-list {
    margin: 0 -20px;
  }
  .popular-food-tours__grid .slick-slide > div {
    padding: 0 20px;
  }
  .popular-food-tours__cell-title {
    margin: 24px 0 16px;
  }
  .city-page__content {
    padding: 36px 50px 0;
  }
  .city-page__meals-activities {
    margin-top: 46px;
  }
  .city-page__breadcrumbs {
    margin-top: 25px;
  }
  .city-page__bottom-cases {
    margin-top: 80px;
    padding-top: 80px;
  }
  .meals-activities {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  .meals-activities__title {
    font-size: 42px;
    line-height: 45px;
  }
  .meals-activities__meals {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
  .meals-activities__see-all {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    height: 58px;
    padding: 0 24px;
    font-size: 22px;
    line-height: 55px;
  }
  .meals-activities__hero-title {
    font-size: 35px;
    line-height: 42px;
  }
  .meals-activities__hero-desc {
    margin-top: 16px;
    font-size: 25px;
    line-height: 34px;
  }
  .experience-tags {
    padding-top: 10px;
    border: none;
    gap: 6px 18px;
  }
  .experience-tags__title {
    display: block;
  }
  .experience-tags__tag {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .bottom-cases {
    row-gap: 80px;
  }
  .bottom-cases__btn {
    padding: 16px 24px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 24px;
  }
  .refine-search {
    padding-top: 0 !important;
    margin-bottom: 18px !important;
  }
  body.body-loaded .class-advantages__col--order-1 {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1655203850/pages/category-page/world-class-chefs-icon.svg') no-repeat left top;
    background-size: 31px 26px;
  }
  body.body-loaded .class-advantages__col--order-2 {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1656832849/pages/category-page/endless-options-icon.svg') no-repeat left top;
    background-size: 22px 21px;
  }
  body.body-loaded .class-advantages__col--order-3 {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1690967809/pages/category-page/easy-booking-icon.svg') no-repeat left top;
    background-size: 32px 28px;
  }
  body.body-loaded .class-advantages__col--order-4 {
    background: url('https://res.cloudinary.com/hz3gmuqw6/image/upload/v1655203850/pages/category-page/flexible-location-icon.svg') no-repeat left top;
    background-size: 20px 24px;
  }
}
@media (min-width: 991px) and (max-width: 1135px) {
  .meals-block--with-filters .meals-content {
    width: 0;
  }
  .meals-block--with-filters .experiences-meal__location,
  .meals-block--with-filters .experiences-meal.standart-type .experiences-meal__location {
    font-size: 80%;
  }
  .meals-block--with-filters .experiences-meal__preview,
  .meals-block--with-filters .experiences-meal.standart-type .experiences-meal__preview {
    width: 30%;
  }
  .meals-block--with-filters .experiences-meal__content,
  .meals-block--with-filters .experiences-meal.standart-type .experiences-meal__content {
    width: 70%;
  }
}
@media (min-width: 1199px) {
  .nearby-banner__title,
  .nearby-banner__description {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .meals-wrapper .new-meals-subtitle {
    margin: 40px auto;
    font-size: 28px;
  }
  .content-wrapper {
    padding: 24px 100px 0;
  }
  .btn-accordion {
    cursor: pointer;
  }
  .benefits-slider__list {
    display: flex;
    justify-content: space-between;
  }
  .benefits-slider__item {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .benefits-slider__title {
    font-size: 18px;
    line-height: 22px;
  }
  .benefits-slider__description {
    margin-top: 2px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .other-experiences {
    max-width: 1800px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .food-tours__faq-section {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 100px;
  }
  .city-page__content {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 36px 100px 0;
  }
  .meals-activities__meals {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}
@media (min-width: 1300px) {
  .meals-block--without-filters .meals-wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 1350px) {
  #search-filters-container.new-filter.category-filter .location-select {
    width: 170px !important;
  }
  #search-filters-container.new-filter.category-filter form .mealtype-select {
    width: 204px !important;
  }
  #search-filters-container.new-filter.category-filter .filters-date {
    width: 160px !important;
  }
  #search-filters-container.new-filter.category-filter form .groupsize-select {
    width: 172px !important;
  }
}
@media (min-width: 1440px) {
  .content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.feed-contact-form__class-details {
  display: grid;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
}
