html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden] {
  display: none;
}
dl,
h1,
h2,
h3,
h4,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #e9ebee;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
}
canvas,
iframe,
img,
object,
svg {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root,
html {
  font-family: Open Sans, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e8eaf0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e8eaf0),
    color-stop(30%, #f4f5f7)
  );
  background-image: linear-gradient(180deg, #e8eaf0 0, #f4f5f7 30%);
}
body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
button,
input,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin-bottom: 0;
}
[role="button"] {
  cursor: pointer;
}
[role="button"]:focus {
  outline: 0;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1080px;
  }
}
@font-face {
  font-family: SharpSans;
  src: url(../index-2.html)
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SharpSansBold;
  src: url(SharpSansDispNo1-Bold.c343c52da65f1f57d80ee113237e463a.html)
      format("woff2"),
    url(SharpSansDispNo1-Bold.ec59f960be6fe7c519f7180fdd47b925.woff)
      format("woff"),
    url(SharpSansDispNo1-Bold.847491be4f75cde69ace952b138e5af0.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SharpSansSemiBold;
  src: url(SharpSansSemiBold.880ad632b423697d06f15ab299d6cf7c.html)
      format("woff2"),
    url(SharpSansSemiBold.01293754a4a5be7a0a615ed69edffa81.woff)
      format("woff"),
    url(SharpSansSemiBold.6b5446e26d361a7046f916f34850ef02.ttf)
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.app {
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.app.canary:before,
.app.development:before,
.app.synthetic:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  position: fixed;
  z-index: 99999;
}
.app.development:before {
  border-top: 4px solid red;
}
.app.canary:before {
  border-top: 4px solid #9acd32;
}
.app.synthetic:before {
  border-top: 4px solid purple;
}
.app-bg {
  background: transparent url(bg-app.67f30e52dd2a50e2e99d26b7e43befd6.jpg) 0 0;
}
:root {
  --add-icon-height: 16px;
  --add-icon-width: 16px;
}
.add-icon {
  display: block;
  position: relative;
  min-width: var(--add-icon-width);
  min-height: var(--add-icon-height);
  width: var(--add-icon-width);
  height: var(--add-icon-height);
}
.add-icon__h,
.add-icon__v {
  background-color: #70a401;
  position: absolute;
}
.add-icon__v {
  width: 3px;
  bottom: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.add-icon__h {
  height: 3px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.add-icon--active {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.add-icon--active .add-icon__h,
.add-icon--active .add-icon__v {
  background-color: #000;
}
.add-icon--active .add-icon__v {
  left: 0;
  height: calc(var(--add-icon-width) / 2);
  -webkit-transform: none;
  transform: none;
}
.add-icon--disabled {
  opacity: 0.4;
}
.chat-container {
  bottom: 128px;
}
.chat-container,
.es-MX .chat-container {
  margin: 0;
  padding: 0;
  z-index: 16000001;
  position: fixed;
  right: 20px;
  left: auto;
}
.es-MX .chat-container {
  bottom: 5%;
}
@media only screen and (min-height: 800px) {
  .es-MX .chat-container {
    bottom: 15%;
  }
}
@media only screen and (min-height: 1336px) {
  .es-MX .chat-container {
    bottom: 32%;
  }
}
@media (min-width: 960px) {
  .chat-container {
    position: absolute;
    bottom: 20px;
    left: -70px;
    right: auto;
  }
}
.chat-container.fixed {
  right: 20px;
  left: auto;
}
.chat-container.overMap {
  bottom: 20vh;
}
.chat-container.showing {
  background-color: #fff;
  width: 320px;
  height: 480px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 3px 2px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.0980392);
}
.chat-container iframe {
  display: none;
  height: 100%;
  width: 100%;
}
.chat-container.showing iframe {
  background-color: #fff;
  display: block;
}
.hide-chat-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  right: 5px;
}
.chat-logo,
.chat-logo img {
  width: 50px;
  height: 50px;
}
.error-page-bg {
  background: #e8e8e8;
}
@media (min-width: 768px) {
  .error-page-bg {
    top: 60px !important;
  }
}
.error-page-container {
  margin-top: -52px;
}
@media (min-width: 640px) {
  .error-page-container {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .error-page-container {
    max-width: 70%;
  }
}
@media (min-width: 960px) {
  .error-page-container {
    max-width: 60%;
  }
}
.home-localise-cta {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 100%;
  background-image: url(../index-2.html);
}
.home-localise-cta:not(.hut-localise) {
  height: 330px;
}
.es-MX .home-localise-cta {
  background-image: url(../index-2.html);
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  .home-localise-cta {
    background-image: url(../index-2.html);
  }
}
@media (min-width: 960px) {
  .home-localise-cta {
    background-image: url(../index-2.html);
  }
  .home-localise-cta:not(.hut-localise) {
    height: 400px;
  }
}
@media (min-width: 640px) {
  .es-MX .home-localise-cta {
    background-image: url(../index-2.html);
    height: 450px;
  }
}
@media (min-width: 960px) {
  .es-MX .home-localise-cta {
    background-image: url(../index-2.html);
  }
  .es-MX .home-localise-cta:not(.hut-localise) {
    height: 300px;
    margin-bottom: 120px;
  }
}
.home-localise-product-promo {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 100%;
  background-image: url(home-sm.994aa75f2fee0702af873e9bbba06071.jpg);
  margin-bottom: 90px;
}
.home-localise-product-promo:not(.hut-localise) {
  height: 330px;
}
@media (min-width: 640px) {
  .home-localise-product-promo {
    background-image: url(home-md.a0b34807b77122e5b0e6b820a05511db.jpg);
  }
}
@media (min-width: 960px) {
  .home-localise-product-promo {
    background-image: url(home-lg.a1e7f9db9d81ca3801c55e29f2d4058b.jpg);
  }
  .home-localise-product-promo:not(.hut-localise) {
    height: 400px;
  }
}
.en-IN .home-localise-product-promo {
  background-image: url(../index-2.html);
}
@media (min-width: 640px) {
  .en-IN .home-localise-product-promo {
    background-image: url(../index-2.html);
  }
}
@media (min-width: 960px) {
  .en-IN .home-localise-product-promo {
    background-image: url(../index-2.html);
  }
}
.home-watermark-promo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 100%;
  height: 100px;
}
.home-watermark-promo img {
  height: inherit;
}
.fr-FR .home-localise-cta {
  background-position: top;
  background-image: url(../index-2.html);
}
.fr-FR .home-localise-cta:not(.hut-localise) {
  height: 450px;
}
.fr-FR .home-localise-cta h2 {
  text-shadow: 3px 2px 4px #e7eef5;
}
@media (min-width: 640px) {
  .fr-FR .home-localise-cta {
    background-image: url(../index-2.html);
    height: 450px;
  }
}
@media (min-width: 960px) {
  .fr-FR .home-localise-cta {
    background-image: url(../index-2.html);
  }
}
@media (min-width: 960px) {
  .home-localise-content {
    min-width: 500px;
  }
}
.focus-bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(25%, rgba(0, 0, 0, 0.9)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: linear-gradient(
    0deg,
    transparent 0,
    rgba(0, 0, 0, 0.9) 25%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.focus-bg--on {
  opacity: 1;
  pointer-events: all;
}
.hut-home-hero {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 200px;
  background-image: url(../index-2.html);
}
.fr-FR .hut-home-hero {
  background-image: url(../index-2.html);
}
@media (min-width: 768px) {
  .hut-home-hero {
    min-height: 300px;
    background-image: url(../index-2.html);
  }
  .fr-FR .hut-home-hero {
    min-height: 300px;
    background-image: url(../index-2.html);
  }
  .hut-home-card {
    width: 32.5%;
  }
}
@media (min-width: 960px) {
  .fr-FR .hut-home-hero,
  .hut-home-hero {
    min-height: calc(100vh - 60px);
  }
}
.loading {
  background: url(../index-2.html) no-repeat
    top;
  min-height: 120px;
}
.loader--geo {
  position: relative;
  height: 35px;
  width: 35px;
}
.loader--geo:after,
.loader--geo:before {
  content: "";
  position: absolute;
  border-color: transparent #dfdfe3;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  -webkit-animation: rotate 1s ease-in-out 0s infinite;
  animation: rotate 1s ease-in-out 0s infinite;
}
.loader--geo:before {
  height: 35px;
  width: 35px;
  left: 0;
  top: 0;
}
.loader--geo:after {
  display: inline-block;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #dfdfe3 transparent;
  animation-direction: reverse;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  to {
    -webkit-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  to {
    -webkit-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
}
.search {
  background-color: #fff;
  text-transform: uppercase;
  text-align: left;
  min-height: 40px;
  font-size: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  min-width: 190px;
  font-size: 16px;
  padding: 0 5px;
}
.search:focus {
  outline: none !important;
}
.search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-transform: none;
  text-align: left;
  vertical-align: middle;
}
.search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-transform: none;
  text-align: left;
  vertical-align: middle;
}
.search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-transform: none;
  text-align: left;
  vertical-align: middle;
}
.search::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-transform: none;
  text-align: left;
  vertical-align: middle;
}
.search::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-transform: none;
  text-align: left;
  vertical-align: middle;
}
.search.search--hut {
  text-transform: none;
}
button {
  background: none;
  line-height: inherit;
}
.button,
button {
  border: none;
  cursor: pointer;
}
.button {
  font-size: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 44px;
  outline: 0;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
button > span {
  text-align: center;
  width: 100%;
}
.button__right {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.button[disabled] {
  opacity: 0.4;
}
.button--primary {
  background-color: #70a401;
  color: #fff;
}
@media (pointer: fine) {
  .button--primary:focus,
  .button--primary:hover {
    background-color: #4c6f00;
  }
}
.button--primary:active {
  background-color: #4c6f00;
}
.button--secondary {
  background-color: #e9ebee;
  color: #000;
  border: 1px solid #d9dde3;
  font-weight: 400;
}
@media (pointer: fine) {
  .button--secondary:focus,
  .button--secondary:hover {
    background-color: #bcc1c5;
  }
}
.button--secondary:active,
.button--secondary:disabled:focus,
.button--secondary:disabled:hover {
  background-color: #e9ebee;
}
.button--red {
  background-color: #da291c;
  color: #fff;
}
@media (pointer: fine) {
  .button--red:focus,
  .button--red:hover {
    background-color: #e13c3f;
  }
}
.button--red:active {
  background-color: #da291c;
}
.button--green {
  background-color: #70a401;
  color: #fff;
}
@media (pointer: fine) {
  .button--green:focus,
  .button--green:hover {
    background-color: #4c6f00;
  }
}
.button--green:active {
  background-color: #95c100;
}
.button--black {
  background-color: #000;
  color: #fff;
}
@media (pointer: fine) {
  .button--black:focus,
  .button--black:hover {
    background-color: #313131;
  }
}
.button--black:active {
  background-color: #454545;
}
.button--yellow {
  background-color: #fed03b;
  color: #000;
}
@media (pointer: fine) {
  .button--yellow:focus,
  .button--yellow:hover {
    background-color: #ffdf71;
  }
}
.button--yellow:active {
  background-color: #f3a031;
}
.button--bordered {
  border: 3px solid #313131;
  background-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 0;
}
.button--menu {
  height: 32px;
  position: relative;
  -webkit-flex-basis: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  padding-left: 15px;
  padding-right: 10px;
}
.button--md {
  font-size: 1rem;
  line-height: 1.53846;
  font-weight: 400;
  min-height: 36px;
  height: 36px;
}
.button--xl {
  font-size: 1.4rem;
  line-height: 1;
  min-height: 56px;
  border-radius: 8px;
}
.button-loader {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.button-loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.button--cookie-banner {
  max-width: 40px;
}
.button-loader {
  margin-top: 1px;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid hsla(0, 0%, 100%, 0.2);
  border-left-color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s cubic-bezier(0.26, 0.41, 0.71, 0.57) infinite;
  animation: load8 1.1s cubic-bezier(0.26, 0.41, 0.71, 0.57) infinite;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.order-now-button {
  width: auto;
}
.order-now-button .label-container {
  padding: 0 5px;
}
.phone-button {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-image: url(../index-2.html);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
  width: 190px;
  top: 0;
  float: right;
}
.phone-button .llamar-label {
  position: "relative";
  margin: 0;
  padding-top: 0.1rem;
  top: 0;
  left: 0;
}
.phone-button:hover {
  font-size: 0;
}
.phone-button:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2.8px;
  padding-left: 28px;
  content: attr(data-hover);
  font-size: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .phone-button {
    width: 30px !important;
    height: 30px;
    border-radius: 71px;
    text-transform: uppercase;
    background-size: 35% auto;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    margin: 5px 10px !important;
    position: absolute !important;
    top: 4px;
    right: 90px;
    min-height: 30px;
  }
  .phone-button > span {
    visibility: hidden;
  }
  .phone-button:hover:after {
    content: attr(data-hover);
    font-size: 0;
  }
}
.contact-link > .phone-button {
  position: absolute;
  top: 60px;
}
.es-MX .contact-link > .phone-button {
  position: absolute;
  top: 45px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .es-MX .contact-link > .phone-button {
    position: absolute;
    top: 25px;
    width: 45px !important;
    height: 45px;
    background-position: 15px 11px;
    right: 15%;
  }
}
.icon {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
}
.icon-social-facebook--white {
  background-image: url(../index-2.html);
}
.icon-social-facebook--white,
.icon-social-instagram--white {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.icon-social-instagram--white {
  background-image: url(../index-2.html);
}
.icon-social-youtube--white {
  background-image: url(../index-2.html);
}
.icon-social-twitter--white,
.icon-social-youtube--white {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.icon-social-twitter--white {
  background-image: url(../index-2.html);
}
.icon--dietary {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  background-position: 0 0;
  text-indent: -9999px;
}
.icon-tick {
  background-image: url(../index-2.html);
  height: 14px;
}
.icon--green-tick,
.icon-tick {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 18px;
}
.icon--green-tick {
  background-image: url(../index-2.html);
  height: 18px;
}
.icon--error {
  background-image: url(error.98f521e23011bcd4c314ae140787a179.svg);
}
.icon--error,
.icon--grey-tick {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.icon--grey-tick {
  background-image: url(../index-2.html);
}
.icon-veg {
  background-image: url(icon-veg.1b83bfd13b7c5b6cce00b8c49aff9b5c.svg);
}
.icon-veg,
.icon-veg-india {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  background-position: 0 0;
  text-indent: -9999px;
}
.icon-veg-india {
  background-image: url(../index-2.html);
}
.icon-non-veg-india {
  background-image: url(../index-2.html);
}
.icon-non-veg-india,
.icon-vegan {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  background-position: 0 0;
  text-indent: -9999px;
}
.icon-vegan {
  background-image: url(../index-2.html);
}
.icon-gluten-free {
  background-image: url(icon-gluten-free.33b5ccdc05c915be7aab6ae767a1655e.svg);
}
.icon-gluten-free,
.icon-mild {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  background-position: 0 0;
  text-indent: -9999px;
}
.icon-mild {
  background-image: url(../index-2.html);
}
.icon-hot {
  background-size: 100%;
  background-position: 50%;
  background-size: 20px;
  width: 20px;
  background-position: 0 0;
  text-indent: -9999px;
  background-image: url(icon-hot.792dc419f8d3d40c5d4c403e59a6e055.svg);
}
.icon-hot,
.icon-lock--dark {
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
}
.icon-lock--dark {
  background-size: 100%;
  background-position: 50%;
  background-image: url(icon-lock--dark.e763bdacb9cd9f89fec24dec8b11823d.svg);
  width: 15px;
}
.icon-close {
  width: 48px;
  height: 42px;
}
.icon-close,
.icon-close--white {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(icon-close2.30e04a03b97e59e04858c370e03ef483.svg);
  z-index: 5;
  background-size: 26px;
}
.icon-close--white {
  width: 48px;
  height: 42px;
  background-image: url(../index-2.html);
  width: 40px;
  height: 40px;
}
.icon-close--white.icon--small {
  width: 28px;
  height: 28px;
  background-size: 16px;
}
.icon-close--grey {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(icon-close2.30e04a03b97e59e04858c370e03ef483.svg);
  width: 48px;
  height: 42px;
  z-index: 5;
  background-size: 26px;
  background-image: url(../index-2.html);
  width: 40px;
  height: 40px;
}
.icon-close--grey.icon--small {
  width: 28px;
  height: 28px;
  background-size: 16px;
}
.icon-caret-left {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(icon-caret-left.59cde3c008b9fc3d3b9ef658b7fd804f.svg);
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
}
.icon-caret-left.icon--small {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
}
.icon-caret-down {
  background-image: url(../index-2.html);
}
.icon-caret-down,
.icon-caret-down--black {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
}
.icon-caret-down--black {
  background-image: url(icon-caret-down--black.a4fb3ee4a4e92708f115cbf4cde38a17.svg);
}
.icon-remove {
  height: 16px;
  width: 16px;
}
.icon-remove,
.icon-remove--md {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(icon-remove.7ab397a653f7f73813bcce4601370aea.svg);
  background-size: 16px;
}
.icon-remove--md {
  height: 16px;
  width: 16px;
  height: 20px;
  width: 20px;
  background-size: 20px;
}
.icon-basket {
  background-image: url(../index-2.html);
}
.icon-basket,
.icon-basket--grey {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  content: "";
  height: 26px;
  width: 26px;
}
.icon-basket--grey {
  background-image: url(../index-2.html);
}
.icon-basket--white {
  content: "";
  background-image: url(../index-2.html);
  height: 26px;
  width: 26px;
}
.icon-basket--white,
.icon-geo {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
}
.icon-geo {
  background-image: url(../index-2.html);
  height: 14px;
  width: 14px;
  background-size: 14px;
}
.icon-location {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(icon-location.ce1204d7771d7d885d0c72b3a6f47827.svg);
  height: 17px;
  width: 12px;
  background-size: 12px;
}
.icon-pin-light-grey {
  background-image: url(../index-2.html);
}
.icon-pin-dark-grey,
.icon-pin-light-grey {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: 100%;
}
.icon-pin-dark-grey {
  background-image: url(../index-2.html);
}
.icon-pin-red {
  background-image: url(../index-2.html);
}
.icon-hut,
.icon-pin-red {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 100%;
}
.icon-hut {
  background-image: url(../index-2.html);
}
.icon-green {
  background-image: url(../index-2.html);
  height: 40px;
  width: 40px;
}
.icon-building,
.icon-green {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
}
.icon-building {
  background-image: url(../index-2.html);
  height: 20px;
  width: 20px;
}
.icon-clock {
  background-size: 100%;
  background-image: url(clock.8a63359cd92808ddedcdd804e798260d.svg);
  height: 14px;
  width: 14px;
  background-size: 14px;
}
.icon-clock,
.icon-clock--white {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
}
.icon-clock--white {
  background-size: 100%;
  background-image: url(../index-2.html);
  height: 20px;
  width: 20px;
  background-size: 20px;
}
.icon-collection,
.icon-delivery,
.icon-dinein {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  display: block;
}
.icon-delivery {
  background-image: url(delivery-bike.d5ae7196b4840f1553e011ec31b3d319.gif);
}
.icon-collection {
  background-image: url(collection.b93fe283eb83813540de952a41da3562.gif);
}
.icon-dinein {
  background-image: url(dinein.1ea56294da96d5fa7afaae62e98b8009.png);
}
.icon-collection-simple {
  background-image: url(../index-2.html);
}
.icon-collection-simple,
.icon-delivery-simple {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
.icon-delivery-simple {
  background-image: url(../index-2.html);
}
.icon-dinein-simple {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(../index-2.html);
  background-size: 100%;
  width: 30px;
  height: 30px;
}
.icon-cash,
.icon-cash-en-GB {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 22px;
}
.icon-cash-en-GB {
  background-image: url(../index-2.html);
}
.icon-cash-fr-FR {
  background-image: url(../index-2.html);
}
.icon-cash-es-MX,
.icon-cash-fr-FR {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 22px;
}
.icon-cash-es-MX {
  background-image: url(../index-2.html);
}
.icon-card,
.icon-hipay,
.icon-ticket,
.icon-vtexCard,
.icon-worldpay {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(../index-2.html);
  background-size: 100%;
  width: 30px;
  height: 22px;
}
.icon-app-store-google-play,
.icon-app-store-google-play-fr,
.icon-app-store-ios,
.icon-app-store-ios-fr {
  width: 130px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.icon-app-store-ios {
  background-image: url(app-store-ios.fd6d0921ff522febd6e2a4c2fab9af72.svg);
}
.icon-app-store-google-play {
  background-image: url(app-store-google-play.b1ffb9f40420b63efe43e34f60bfb682.png);
}
.icon-app-store-ios-fr {
  background-image: url(../index-2.html);
}
.icon-app-store-google-play-fr {
  background-image: url(../index-2.html);
}
.icon-info {
  background-image: url(../index-2.html);
  height: 16px;
}
.icon-info,
.icon-info-blue {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 16px;
}
.icon-info-blue {
  background-image: url(../index-2.html);
  height: 17px;
}
.icon-pizza {
  background-image: url(../index-2.html);
  width: 50px;
  height: 50px;
}
.icon-locator,
.icon-pizza {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
}
.icon-locator {
  background-image: url(../index-2.html);
  width: 25px;
  height: 25px;
}
.icon-dealbot {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.icon-email {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-image: url(../index-2.html);
  background-size: 100%;
  width: 30px;
  height: 22px;
}
.icon-question {
  background-image: url(../index-2.html);
}
.icon-chevron-up,
.icon-question {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.icon-chevron-up {
  background-image: url(icon-chevron-up.5bb46334b5b4698bfc82b895b64bee17.svg);
}
.icon-chevron-down {
  background-image: url(icon-chevron-down.c4f7ed1ae85cfc0ac31e6009194bfc57.svg);
}
.icon-chevron-down,
.icon-chevron-right {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.icon-chevron-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(icon-chevron-up.5bb46334b5b4698bfc82b895b64bee17.svg);
}
.icon-show {
  background-image: url(../index-2.html);
}
.icon-hide,
.icon-show {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.icon-hide {
  background-image: url(../index-2.html);
  background-color: transparent;
}
.icon-allergy {
  width: 35px;
  height: 35px;
  background-image: url(allergy.90321129bc09fbd360fffc956911bf92.svg);
}
.icon-allergy,
.icon-green-chevron {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
}
.icon-green-chevron {
  width: 24px;
  height: 24px;
  background-image: url(../index-2.html);
}
.icon-bbq-dip,
.icon-chilli-dip,
.icon-curry-dip,
.icon-garlic-and-herb-dip,
.icon-garlic-dip,
.icon-hot-dip,
.icon-sour-cream-dip,
.icon-tomato-dip {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 30px;
  height: 40px;
}
.icon-bbq-dip {
  background-image: url(../index-2.html);
}
.icon-chilli-dip {
  background-image: url(../index-2.html);
}
.icon-curry-dip {
  background-image: url(../index-2.html);
}
.icon-garlic-and-herb-dip {
  background-image: url(../index-2.html);
}
.icon-garlic-dip {
  background-image: url(../index-2.html);
}
.icon-hot-dip {
  background-image: url(../index-2.html);
}
.icon-sour-cream-dip {
  background-image: url(../index-2.html);
}
.icon-tomato-dip {
  background-image: url(../index-2.html);
}
.arrow-bottom-yellow {
  position: relative;
  border-color: #fed03b;
}
.arrow-bottom-yellow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #fed03b;
  top: 100%;
  left: 20%;
  margin-top: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fed03b;
  border-top-color: inherit;
}
.arrow-bottom-gray-light {
  position: relative;
  border-color: #dfdfe3;
}
.arrow-bottom-gray-light:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #dfdfe3;
  top: 100%;
  left: 10%;
  margin-top: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #dfdfe3;
  border-top-color: inherit;
}
.header {
  height: 52px;
}
@media (min-width: 768px) {
  .header {
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .header .container {
    max-width: 100%;
  }
  .header.header--paddedLeft {
    padding-left: 186px;
  }
}
.header-logo {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
@media (min-width: 768px) {
  .header-logo {
    border: none;
  }
}
.header-loyalty-pizza-loader-wrapper {
  display: inline-block;
}
.header-loyalty-pizza-slice {
  padding-bottom: 5px;
  min-width: 17px;
}
.header-loyalty-hut-rewards {
  height: 19px;
  vertical-align: middle;
  min-width: 103px;
}
.header-border {
  height: 23px;
  padding-right: 1px;
}
.hut-rewards .hut-rewards__subnavigation {
  position: absolute;
  text-decoration: none;
  top: 65px;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .hut-rewards .hut-rewards__subnavigation {
    top: 70px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .form-header,
  .form-section {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-section {
  padding: 15px 30px 0;
}
.form-section a {
  color: #000;
}
@media (min-width: 768px) {
  .form-section {
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: #fff;
    margin: 20px auto 10px;
    border-radius: 2px;
  }
}
.form-section__heading {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.form-section__heading:after,
.form-section__heading:before {
  background-color: #d9dde3;
  position: relative;
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  content: "";
  height: 1px;
}
.form-section__heading:before {
  right: 0.5em;
  margin-left: -50%;
}
.form-section__heading:after {
  left: 0.5em;
  margin-right: -50%;
}
.label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #78838c;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.input {
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0 15px;
  color: #000;
  border: 2px solid #bcc1c5;
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  min-height: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input:focus {
  border-color: #000;
  outline: 0;
}
.input:focus ~ .label {
  color: #000;
}
.input.disabled,
.input:disabled {
  background-color: #eee;
  border: none;
}
.input.has-errors,
.input.no-errors {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 34px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.input.has-errors {
  border-color: #da291c;
  background-image: url(error.98f521e23011bcd4c314ae140787a179.svg);
}
.input.no-errors {
  border-color: #70a401;
  background-image: url(icon-form-valid.9707ed221396daf8e46e7b93f1a63107.svg);
}
.input.input__has-toggle-mask {
  padding-right: 34px;
}
.input.input__has-toggle-mask.has-errors,
.input.input__has-toggle-mask.no-errors {
  padding-right: 60px;
}
.input + .input__toggle-mask {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: transparent;
  background-image: url(../index-2.html);
  background-color: transparent;
  position: relative;
  float: right;
  margin-top: -31px;
  margin-right: 15px;
}
.input + .input__toggle-mask,
.input + .input__toggle-mask:checked {
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.input + .input__toggle-mask:checked {
  background-image: url(../index-2.html);
}
.input.has-errors + .input__toggle-mask,
.input.no-errors + .input__toggle-mask {
  margin-right: 36px;
}
.input.fakeInput {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox + span,
.input.fakeInput {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.checkbox + span:before {
  border-width: 2px;
  border-color: #d9dde3;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}
.checkbox:checked + span:before {
  background-image: url(../index-2.html);
  background-repeat: no-repeat;
  background-position: 50%;
}
.checkbox:focus + span:before {
  border-color: #000;
  outline: 0;
}
.checkbox,
.radio {
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: -1;
}
label[for] {
  cursor: pointer;
}
.radio.border-green + i:before {
  border-color: #70a401;
}
.radio + i {
  margin-right: 10px;
}
.radio + i,
.radio + i:before {
  position: relative;
  display: block;
}
.radio + i:before {
  border-width: 1px;
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  width: 20px;
  height: 20px;
}
.radio:checked + i:after {
  background-color: #70a401;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 9999px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.radio:focus + i:before {
  border-color: #000;
  outline: 0;
}
.radio-disabled + i {
  margin-right: 10px;
  position: relative;
  display: block;
}
.radio-disabled + i:before {
  border-width: 1px;
  border-color: #78838c;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  width: 20px;
  height: 20px;
}
.format-terms {
  font-weight: 700;
  color: #78838c;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.heading-hr,
.heading-hr--dotted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.heading-hr--dotted:after,
.heading-hr--dotted:before,
.heading-hr:after,
.heading-hr:before {
  border-width: 1px;
  border-color: #d9dde3;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
  content: "";
  height: 1px;
  top: -2px;
}
.heading-hr--dotted:before,
.heading-hr:before {
  margin-right: 10px;
}
.heading-hr--dotted:after,
.heading-hr:after {
  margin-left: 10px;
}
.heading-hr--dotted:after,
.heading-hr--dotted:before {
  border-width: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33%, #000),
    color-stop(0, hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(90deg, #000 33%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .heading-hr--no-before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-hr--no-before:after {
    position: relative;
    border-width: 1px;
    margin-left: 10px;
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 2px;
  }
}
.localisation-form {
  width: 300px;
}
.es-MX .localisation-form {
  width: 350px;
  top: 4em;
}
@media (min-width: 640px) {
  .localisation-form {
    width: 400px;
  }
  .es-MX .localisation-form {
    width: 500px;
    margin-top: 10em;
  }
}
@media (min-width: 960px) {
  .localisation-form {
    width: 500px;
  }
  .es-MX .localisation-form {
    width: 600px;
    margin-top: 1em;
  }
}
.es-MX .localisation-form .align-tab-text {
  white-space: inherit !important;
  text-align: center !important;
  line-height: 20px !important;
}
.tag {
  background-color: #fed03b;
  padding: 2px 4px;
  border-radius: 2px;
  vertical-align: middle;
}
.tag,
.tag--reorder {
  color: #000;
  font-size: 10px;
  z-index: 1;
}
.tag--reorder {
  border-width: 1px;
  border-color: #e9ebee;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 10px;
  left: -8px;
  height: 24px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.tag--reorder:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  bottom: -6px;
  left: 0;
  border-color: #78838c transparent transparent;
  border-style: solid;
  border-width: 5px 0 0 8px;
}
.notification-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.has-header:not(.basket-open) .notification-container {
  top: 40px;
}
.has-header:not(.basket-open) .notification-container__dealbot {
  top: 0;
}
@media (min-width: 960px) {
  .has-header:not(.basket-open) .notification-container__dealbot {
    top: 10px;
  }
}
@media (min-width: 768px) {
  .has-header:not(.basket-open) .notification-container {
    top: 60px;
    left: 186px;
  }
}
@media (min-width: 960px) {
  .has-header:not(.basket-open) .notification-container {
    top: 10px;
    left: auto;
  }
}
@media (min-width: 960px) {
  .notification-container {
    top: 10px;
    right: 10px;
    left: auto;
    width: 330px;
  }
}
@media (min-width: 960px) {
  .notification {
    border-radius: 3px;
  }
}
.notification__body {
  padding: 14px 9px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.notification__message {
  text-align: center;
  font-weight: 600;
}
.notification-enter {
  max-height: 0;
}
.notification-enter.notification-enter-active {
  max-height: 200px;
  -webkit-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in;
}
.notification-exit {
  max-height: 200px;
}
.notification-exit.notification-exit-active {
  max-height: 0;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.notification-info {
  background-color: #000;
}
.notification-success {
  background-color: #78838c;
  color: #fff;
}
.notification__sign-up-login-checkout {
  background-color: #70a401;
  color: #fff;
}
.notification-warning {
  background-color: #000;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: 14px;
  line-height: 20px;
}
.notification-warning .notification__body {
  padding: 18px;
}
.notification-warning a {
  color: #da291c;
  text-decoration: underline;
}
.notification-error {
  color: #da291c;
  background-color: color(red);
}
.notification__account {
  color: #fff;
  background-color: #4a90e2;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11),
    0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11), 0 0 4px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1000;
  left: 5px;
  right: 5px;
  top: 40px;
  font-size: 12px;
  margin: 10px 15px 0;
  padding: 1px;
}
@media (min-width: 768px) {
  .notification__account {
    right: 0;
    top: 35px;
    margin-right: 0;
    max-width: 300px;
  }
}
@media (min-width: 960px) {
  .notification__account {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .notification__account-wrapper {
    right: 23px;
    position: absolute;
    top: 10px;
    width: 300px;
  }
}
@media (min-width: 960px) {
  .notification__account-wrapper {
    right: 35px;
  }
}
.notification__account__close-icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .notification__account__close-icon {
    position: absolute;
    right: 0;
    top: 1px;
  }
}
.notification-tooltip {
  position: absolute;
  top: -10px;
  right: 16px;
  line-height: 0;
}
.notification-tooltip:after {
  content: ".";
  font-size: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #4a90e2;
}
#wp-cl-mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 100005;
  -webkit-transform: translateZ(0);
}
#wp-cl-lightbox {
  position: absolute;
  top: 60px;
  left: 50%;
  margin: 0;
  background: #fff;
  padding: 14px;
  z-index: 100006;
  border-radius: 5px;
  border-bottom: 1px solid #999;
}
.wp-cl-iframe {
  width: 1px;
  min-width: 100%;
  width: 100%;
  border: 0;
  background: transparent;
  height: 150px;
}
@media (max-width: 780px) {
  #wp-cl-lightbox {
    top: 60px;
    right: 15px;
    left: 15px;
    width: auto !important;
    margin: 0 !important;
    border-radius: 5px;
  }
}
.responsive-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tracker-iframe {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.force-gpu {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.logo {
  display: block;
  background-image: url(logo_mob%40x2.017bf90f729a8094e42916d625ea5df4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
@media (min-width: 960px) {
  .logo {
    background-image: url(logo_wide%40x2.38f9109e24d22d58d048837b27f54390.png);
    width: 155px;
    height: 30px;
  }
}
.logo-full {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(logo_wide%40x2.38f9109e24d22d58d048837b27f54390.png);
  width: 155px;
  height: 30px;
}
.pizza-puzzler-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../index-2.html);
}
.logo-home {
  background: transparent url(../index-2.html)
    no-repeat 50%;
  width: 80px;
  height: 80px;
  display: block;
  background-size: 100%;
}
@media (min-width: 768px) {
  .logo-home {
    width: 100px;
    height: 100px;
  }
}
.watermark {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.watermark img {
  width: 320px;
}
.watermark.heading-hr--dotted:after,
.watermark.heading-hr--dotted:before {
  margin-top: 20px;
}
.watermark.heading-hr--dotted:before {
  margin-left: 10px;
}
.watermark.heading-hr--dotted:after {
  margin-right: 10px;
}
.watermark-large img {
  width: 400px;
}
@media (min-width: 640px) {
  .watermark img {
    width: 400px;
  }
  .watermark-large img {
    width: 500px;
  }
}
.watermark ~ .list-item:nth-child(-n + 3) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 640px) {
  .watermark ~ .list-item:nth-child(-n + 4) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1080px) {
  .watermark ~ .list-item:nth-child(-n + 5) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.watermark-vegan ~ .list-item:nth-child(-n + 22) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 640px) {
  .watermark-vegan ~ .list-item:nth-child(-n + 22) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1080px) {
  .watermark-vegan ~ .list-item:nth-child(-n + 22) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 959px) {
  .basket-open {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
  }
}
.modal-overlay {
  background-color: rgba(49, 49, 49, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.modal-overlay.modal-overlay--on {
  opacity: 1;
  pointer-events: all;
}
.modal__actions {
  height: 64px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  padding: 10px;
  height: auto;
  -webkit-transform: translateZ(0);
}
@media (min-width: 768px) {
  .modal__actions {
    position: absolute;
    z-index: 300;
  }
}
.modal__actions--hidden {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  display: none;
}
.modal__actions--hidden .button {
  opacity: 0.5;
  pointer-events: none;
}
.ReactModal__Overlay {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.9) !important;
  overflow: auto;
}
.ReactModal__Content {
  padding: 0 !important;
  z-index: 1000;
  overflow: visible !important;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  outline: none;
}
@media (max-width: 768px) {
  .ReactModal__Content {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0 !important;
  }
}
@media (min-width: 960px) {
  .ReactModal__Content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-height: 80%;
  }
}
.ReactModal__Body--open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ReactModal__Overlay {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .ReactModal__Overlay {
    position: fixed !important;
  }
}
.modal--small {
  position: absolute !important;
  top: 40px;
  left: 0;
  right: 0;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  max-width: 460px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: auto;
}
@media (min-width: 960px) {
  .product-modal--pizza {
    max-height: 800px;
  }
  .product-modal--non-pizza {
    max-height: 552px;
  }
}
.product-modal {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 40px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.mx-modal-button-align {
  margin-left: 30px;
}
.product--canAdd {
  margin-bottom: 74px;
}
@media (min-width: 768px) {
  .product--canAdd {
    margin-bottom: 84px;
  }
}
.single-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 960px) {
  .single-item__title {
    font-size: 22px;
  }
}
@media (max-width: 959px) {
  .single-item__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 !important;
    padding: 20px 42px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .single-item__photo {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  .product {
    overflow-x: hidden;
  }
  .product.pizza .single-item {
    background-color: #f3f3f6;
  }
  .product.dessert .single-item,
  .product.dips .single-item,
  .product.drink .single-item,
  .product.side .single-item {
    width: 40%;
  }
  .product.dessert .single-item__imagery,
  .product.dessert .single-item__photo,
  .product.dips .single-item__imagery,
  .product.dips .single-item__photo,
  .product.drink .single-item__imagery,
  .product.drink .single-item__photo,
  .product.side .single-item__imagery,
  .product.side .single-item__photo {
    height: 100%;
    max-width: none;
    width: auto;
  }
  .product.dips .single-item__photo {
    margin-left: -296px;
  }
  .product:not(.product--isImgZoomedIn) .single-item {
    width: 250px;
  }
  .product .single-item__customise div[style*="padding-bottom"]:empty {
    display: none;
  }
}
@media (max-width: 959px) {
  .single-item__photo {
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .single-item__photo:not([src*="san-fran"]) {
    max-width: inherit;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  .single-item__photo[src*="san-fran"] {
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 960px) {
  .drink .single-item__photo {
    max-width: 550px;
  }
  .side .single-item__photo {
    margin-left: 20%;
  }
}
@media (max-width: 480px) {
  .cookie-banner__message {
    font-size: 10px;
    min-width: 120px;
    padding: 10px;
  }
}
.cookie-banner {
  background-color: rgba(0, 0, 0, 0.75);
}
.cookie-banner * {
  color: #fff;
}
.hut-rewards .introduction__content {
  font-size: 14px;
}
.hut-rewards .introduction__logo {
  height: 50px;
}
.hut-rewards .hut-rewards-content {
  font-size: 14px;
}
.hut-rewards .hut-rewards-logo {
  height: 50px;
}
.hut-rewards--flat-button {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-right: -1px;
  height: 52px;
  padding: 0 10px;
}
.hut-rewards-points-breakdown_negative-margin {
  margin-top: -80px;
}
@media (min-width: 768px) {
  .hut-rewards--flat-button {
    padding: 0 10px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    width: 100%;
    height: 40px;
    -webkit-appearance: -apple-pay-button;
    display: inline-block;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: #000;
  }
  .apple-pay-button-with-text {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-with-text > * {
    display: none;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    width: 100%;
    height: 40px;
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: #000;
  }
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale));
  }
  .apple-pay-button-with-text > .logo {
    width: calc(35px * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  background-color: #000;
}
.bg-grey-darkest {
  background-color: #313131;
}
.bg-grey-darker {
  background-color: #454545;
}
.bg-grey-lighter {
  background-color: #d9dde3;
}
.bg-grey-lightest {
  background-color: #e9ebee;
}
.bg-grey-lightestest {
  background-color: #f4f6f7;
}
.bg-white {
  background-color: #fff;
}
.bg-white-opaque {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-red {
  background-color: #da291c;
}
.bg-crimson {
  background-color: #c8102e;
}
.bg-yellow {
  background-color: #fed03b;
}
.bg-green {
  background-color: #70a401;
}
.bg-blue-light {
  background-color: #e5edef;
}
.hover\:bg-white:hover {
  background-color: #fff;
}
.bg-contain {
  background-size: contain;
}
.border-grey-darkest {
  border-color: #313131;
}
.border-grey {
  border-color: #78838c;
}
.border-grey-light {
  border-color: #bcc1c5;
}
.border-grey-lighter {
  border-color: #d9dde3;
}
.border-grey-lightest {
  border-color: #e9ebee;
}
.border-white {
  border-color: #fff;
}
.border-red {
  border-color: #da291c;
}
.border-green {
  border-color: #70a401;
}
.border-blue {
  border-color: #4a90e2;
}
.focus\:border-grey:focus {
  border-color: #78838c;
}
.focus\:border-grey-lightest:focus {
  border-color: #e9ebee;
}
.rounded-3 {
  border-radius: 3px;
}
.rounded-none {
  border-radius: 0;
}
.rounded {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-t {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-b {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-l-0 {
  border-left-width: 0;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.grid {
  display: grid;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col,
.flex-row {
  -webkit-box-direction: normal;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.float-left {
  float: left;
}
.font-body {
  font-family: Open Sans, Helvetica, sans-serif;
}
.font-sharp-sans-semibold {
  font-family: SharpSansSemiBold, Arial Narrow, Arial;
}
.font-sharp-sans-bold {
  font-family: SharpSansBold, Arial Narrow, Arial;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-11 {
  height: 2.75rem;
}
.h-32 {
  height: 8rem;
}
.h-64 {
  height: 16rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 1px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-2 {
  margin-top: 2px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-3 {
  margin-left: 3px;
}
.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-7 {
  margin-right: 7px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.max-w-3xs {
  max-width: 7rem;
}
.max-w-2xs {
  max-width: 10rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 30rem;
}
.max-w-md {
  max-width: 40rem;
}
.max-w-lg {
  max-width: 50rem;
}
.max-w-full {
  max-width: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-w-0 {
  min-width: 0;
}
.min-w-50 {
  min-width: 50%;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-top {
  -o-object-position: top;
  object-position: top;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 0;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.p-0 {
  padding: 0;
}
.p-4 {
  padding: 4px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-4 {
  padding-top: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pr-22 {
  padding-right: 22px;
}
.pt-25 {
  padding-top: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.shadow {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.shadow-down-1 {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.shadow-down-2 {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.shadow-up {
  -webkit-box-shadow: 0 0 200px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 200px 5px rgba(0, 0, 0, 0.1);
}
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-font-black {
  color: #231f20;
}
.text-black {
  color: #000;
}
.text-grey-darkest {
  color: #313131;
}
.text-grey-darker {
  color: #454545;
}
.text-grey-dark {
  color: #525252;
}
.text-grey {
  color: #78838c;
}
.text-grey-lighter {
  color: #d9dde3;
}
.text-grey-lightest {
  color: #e9ebee;
}
.text-grey-faint {
  color: #f5f5f5;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #da291c;
}
.text-crimson {
  color: #c8102e;
}
.text-orange {
  color: #f60;
}
.text-green {
  color: #70a401;
}
.text-blue {
  color: #4a90e2;
}
.text-10 {
  font-size: 10px;
}
.text-11 {
  font-size: 11px;
}
.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-30 {
  font-size: 30px;
}
.text-2p4r {
  font-size: 2.4rem;
}
.text-1p8r {
  font-size: 1.8rem;
}
.text-1p4r {
  font-size: 1.4rem;
}
.text-1r {
  font-size: 1rem;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.no-underline {
  text-decoration: none;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.w-32 {
  width: 8rem;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/3 {
  width: 66.66667%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-full {
  width: 100%;
}
.z-1 {
  z-index: 1;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.z-300 {
  z-index: 300;
}
.z-400 {
  z-index: 400;
}
.z-500 {
  z-index: 500;
}
.z-600 {
  z-index: 600;
}
.z-700 {
  z-index: 700;
}
.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spin {
  -webkit-animation-name: spin;
  animation-name: spin;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.grow-normal {
  -webkit-transform: translate(-50%, -100%) scale(1);
  transform: translate(-50%, -100%) scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.grow-normal,
.grow-selected {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grow-selected {
  -webkit-transform: translate(-50%, -100%) scale(1.2);
  transform: translate(-50%, -100%) scale(1.2);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.grow-hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grow-hover,
.grow-normal:hover,
.grow-selected:hover {
  -webkit-transform: translate(-50%, -100%) scale(1.3);
  transform: translate(-50%, -100%) scale(1.3);
}
:root,
html {
  color: #231f20;
}
.sharp-sans-bold {
  font-family: SharpSansBold, Arial Narrow, Arial;
}
.typography-1 {
  font-size: 2.4rem;
}
.typography-1,
.typography-2 {
  font-family: SharpSansBold, Arial Narrow, Arial;
  line-height: 1;
}
.typography-2 {
  font-size: 1.8rem;
}
.typography-3 {
  font-family: SharpSansBold, Arial Narrow, Arial;
  font-size: 1.4rem;
  line-height: 1;
}
.typography-4 {
  font-family: SharpSansSemiBold, Arial Narrow, Arial;
}
.typography-4,
.typography-5 {
  font-size: 1.2rem;
  line-height: 1.5;
}
.typography-5 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-weight: 600;
}
.typography-6 {
  font-size: 1rem;
}
.typography-6,
.typography-7 {
  font-family: Open Sans, Helvetica, sans-serif;
  line-height: 1.5;
}
.typography-7 {
  font-size: 0.8rem;
  font-weight: 400;
}
.typography-8 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
h1 {
  font-weight: 700;
  font-size: 2.4rem;
}
h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
}
.typo-hero {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #313131;
}
.typo-hero-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.typo-slice-hero-slice-count {
  font-weight: 300;
  font-size: 86px;
  line-height: 50px;
  font-family: SharpSansBold;
}
@media (min-width: 768px) {
  h4 {
    font-size: 15px;
  }
  .typo-hero {
    font-size: 20px;
    line-height: 28px;
  }
  .typo-hero-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 960px) {
  .typo-hero {
    font-size: 24px;
    line-height: 30px;
  }
}
.typo-l4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.typo-l5 {
  font-size: 18px;
  line-height: 26px;
}
.typo-l7 {
  font-weight: 400;
  font-size: 12px;
}
.typo-l8 {
  font-weight: 400;
  font-size: 10.5px;
  line-height: 11px;
}
b,
strong {
  font-weight: 700;
}
i {
  font-style: normal;
}
p {
  font-size: 14px;
}
a {
  color: #000;
}
a[disabled] {
  pointer-events: none;
}
.bold {
  font-weight: 600;
}
.semi-bold {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.screenreader-only {
  text-indent: -10000px;
}
.content-page h2 {
  margin-bottom: 20px;
  color: color(red);
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.content-page h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.17rem;
}
.content-page p {
  margin-bottom: 20px;
}
.content-page p + h2 {
  padding-top: 20px;
}
.lh-20 {
  line-height: 20px;
}
.grayscale {
  -webkit-filter: grayscale(100%) contrast(80%);
  filter: grayscale(100%) contrast(80%);
}
.rotate-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotate-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.no-outline {
  outline: none !important;
}
.will-change-opactiy {
  will-change: opacity;
}
:root .list-item .flex-1,
_:-ms-fullscreen {
  -ms-flex: none !important;
  flex: none !important;
}
.text-glitch-fix {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
}
.overflow-scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
:focus:not(:focus-visible) {
  outline: none;
}
.truncated-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.lg\:container {
  max-width: 960px;
}
.lg\:container,
.xl\:container {
  margin-left: auto;
  margin-right: auto;
}
.xl\:container {
  max-width: 1080px;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  body {
    font-family: Arial !important;
  }
  .button {
    line-height: 48px;
  }
  .button > span {
    margin-top: 0;
  }
  .button-ie-fix-56 {
    line-height: 56px;
  }
}
@media (-ms-high-contrast: none),
  screen and (min-width: 960px) and (-ms-high-contrast: active) {
  .basket-wrapper {
    width: 306px;
  }
}
@media (min-width: 640px) {
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mb-20 {
    margin-bottom: 20px;
  }
  .sm\:ml-20 {
    margin-left: 20px;
  }
  .sm\:ml-30 {
    margin-left: 30px;
  }
  .sm\:mt-40 {
    margin-top: 40px;
  }
  .sm\:max-w-50 {
    max-width: 50%;
  }
  .sm\:min-w-50 {
    min-width: 50%;
  }
  .sm\:p-10 {
    padding: 10px;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-5 {
    padding-bottom: 5px;
  }
  .sm\:pt-10 {
    padding-top: 10px;
  }
  .sm\:pb-10 {
    padding-bottom: 10px;
  }
  .sm\:pb-20 {
    padding-bottom: 20px;
  }
  .sm\:text-16 {
    font-size: 16px;
  }
  .sm\:text-18 {
    font-size: 18px;
  }
  .sm\:text-24 {
    font-size: 24px;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-white {
    background-color: #fff;
  }
  .md\:rounded {
    border-radius: 4px;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-t {
    border-top-width: 1px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .md\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:h-15 {
    height: 4rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mt-2 {
    margin-top: 2px;
  }
  .md\:mr-5 {
    margin-right: 5px;
  }
  .md\:ml-5 {
    margin-left: 5px;
  }
  .md\:mt-10 {
    margin-top: 10px;
  }
  .md\:mb-10 {
    margin-bottom: 10px;
  }
  .md\:ml-10 {
    margin-left: 10px;
  }
  .md\:mt-20 {
    margin-top: 20px;
  }
  .md\:mr-20 {
    margin-right: 20px;
  }
  .md\:mt-40 {
    margin-top: 40px;
  }
  .md\:mb-40 {
    margin-bottom: 40px;
  }
  .md\:mb-70 {
    margin-bottom: 70px;
  }
  .md\:max-w-50 {
    max-width: 50%;
  }
  .md\:max-w-2xs {
    max-width: 10rem;
  }
  .md\:max-w-lg {
    max-width: 50rem;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-10 {
    padding: 10px;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pt-5 {
    padding-top: 5px;
  }
  .md\:pl-5 {
    padding-left: 5px;
  }
  .md\:pt-10 {
    padding-top: 10px;
  }
  .md\:pr-10 {
    padding-right: 10px;
  }
  .md\:pb-10 {
    padding-bottom: 10px;
  }
  .md\:pl-10 {
    padding-left: 10px;
  }
  .md\:pt-15 {
    padding-top: 15px;
  }
  .md\:pb-15 {
    padding-bottom: 15px;
  }
  .md\:pt-20 {
    padding-top: 20px;
  }
  .md\:pr-20 {
    padding-right: 20px;
  }
  .md\:pl-20 {
    padding-left: 20px;
  }
  .md\:pl-30 {
    padding-left: 30px;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:shadow-down-1 {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-black {
    color: #000;
  }
  .md\:text-white {
    color: #fff;
  }
  .md\:text-14 {
    font-size: 14px;
  }
  .md\:text-20 {
    font-size: 20px;
  }
  .md\:text-1p2r {
    font-size: 1.2rem;
  }
  .md\:align-top {
    vertical-align: top;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.33334%;
  }
  .md\:w-2\/3 {
    width: 66.66667%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:z-100 {
    z-index: 100;
  }
  .md\:z-200 {
    z-index: 200;
  }
  .md\:z-300 {
    z-index: 300;
  }
  .md\:flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md\:overflow-initial {
    overflow: initial;
  }
}
@media (min-width: 960px) {
  .lg\:remove-hr {
    display: block;
  }
  .lg\:remove-hr:after,
  .lg\:remove-hr:before {
    content: none;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-white {
    background-color: #fff;
  }
  .lg\:border-grey-light {
    border-color: #bcc1c5;
  }
  .lg\:rounded {
    border-radius: 4px;
  }
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-t {
    border-top-width: 1px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lg\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .lg\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mt-20 {
    margin-top: 20px;
  }
  .lg\:ml-20 {
    margin-left: 20px;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:max-w-2xs {
    max-width: 10rem;
  }
  .lg\:max-w-md {
    max-width: 40rem;
  }
  .lg\:min-w-50 {
    min-width: 50%;
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:p-40 {
    padding: 40px;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-5 {
    padding-top: 5px;
  }
  .lg\:pr-10 {
    padding-right: 10px;
  }
  .lg\:pt-15 {
    padding-top: 15px;
  }
  .lg\:pr-15 {
    padding-right: 15px;
  }
  .lg\:pl-15 {
    padding-left: 15px;
  }
  .lg\:pr-20 {
    padding-right: 20px;
  }
  .lg\:pt-30 {
    padding-top: 30px;
  }
  .lg\:pb-30 {
    padding-bottom: 30px;
  }
  .lg\:pl-30 {
    padding-left: 30px;
  }
  .lg\:pt-40 {
    padding-top: 40px;
  }
  .lg\:pr-100 {
    padding-right: 100px;
  }
  .lg\:pt-250 {
    padding-top: 250px;
  }
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:shadow-down-1 {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .lg\:shadow-up-white {
    -webkit-box-shadow: 0 -15px 14px 1px #fff;
    box-shadow: 0 -15px 14px 1px #fff;
  }
  .lg\:shadow-left {
    -webkit-box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.05);
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-black {
    color: #000;
  }
  .lg\:text-grey-dark {
    color: #525252;
  }
  .lg\:text-grey {
    color: #78838c;
  }
  .lg\:text-white {
    color: #fff;
  }
  .lg\:text-2p4r {
    font-size: 2.4rem;
  }
  .lg\:text-1r {
    font-size: 1rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.33334%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-5\/6 {
    width: 83.33334%;
  }
  .lg\:z-100 {
    z-index: 100;
  }
  .lg\:z-200 {
    z-index: 200;
  }
  .lg\:z-300 {
    z-index: 300;
  }
  .lg\:overflow-initial {
    overflow: initial;
  }
}
@media (min-width: 1080px) {
  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
}
