@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.open {
    overflow: hidden;
  }
}

a {
  color: #009ff9;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #009ff9;
  text-decoration: none;
}

figure {
  margin: 0;
}

img, svg {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

.container {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1110px) {
  .container {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
  color: white;
  border-radius: 0 0 30px 0;
  padding: 15px;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
div[class*=col-].align-right {
  margin-left: auto;
  justify-content: flext-end;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
html {
  font-family: "Avenir Next", sans-serif;
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 120%;
}

body,
button,
input,
textarea,
select,
p {
  font-family: "Avenir Next", sans-serif;
  font-size: clamp(15px, 1.5vw, 19px);
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 19px) * 1.2);
  letter-spacing: 0.4px;
}
.lead strong {
  font-weight: 700;
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 19px) * 0.8);
}

h1, h2, h3, h4 {
  font-family: "Avenir Next Condensed", sans-serif;
  letter-spacing: -0.4px;
  margin: 0 0 22.5px 0;
  font-weight: bold;
}

h1 {
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 700;
  margin: 0 0 30px 0;
  color: rgba(var(--spark-color-two), 1);
}

h2 {
  font-size: clamp(20px, 3vw, 38px);
}

h3 {
  font-size: clamp(18px, 3vw, 25px);
}

h4 {
  font-size: clamp(15px, 1.5vw, 19px);
  text-transform: uppercase;
}

.fa-twitter {
  --fa: "" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.btn, .hero .hero-content-inner .btn, .hero .hero-content-inner .btn-blue, .btn-blue {
  border-radius: 0px;
  padding: 15px 45px;
  border: 3px solid currentColor;
  color: #000;
  border-color: #000;
  box-shadow: -8px 8px 0 #FA960C;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  margin: 20px 30px 15px 0;
  background: #0ABAED;
  font-family: "Avenir Next Condensed", sans-serif;
  font-size: calc(clamp(15px, 1.5vw, 19px) * 1.3);
  font-weight: 700;
  transform: rotate(-2deg);
}
.btn:hover, .hero .hero-content-inner .btn:hover, .hero .hero-content-inner .btn-blue:hover, .btn-blue:hover, .btn:focus, .hero .hero-content-inner .btn:focus, .hero .hero-content-inner .btn-blue:focus, .btn-blue:focus, .btn:active, .hero .hero-content-inner .btn:active, .hero .hero-content-inner .btn-blue:active, .btn-blue:active {
  background-color: black;
  border-color: black;
  color: white;
  animation: wiggle 500ms ease-in-out;
}

.btn-blue {
  background: #0ABAED;
  box-shadow: -8px 8px 0 #fff;
}

h2 .btn, h2 .hero .hero-content-inner .btn, .hero .hero-content-inner h2 .btn, h2 .hero .hero-content-inner .btn-blue, .hero .hero-content-inner h2 .btn-blue, h2 .btn-blue {
  background-color: #FA960C;
  box-shadow: -8px 8px 0 #0ABAED;
  font-size: inherit;
}

ol, ul {
  margin-bottom: 30px;
}
ol li, ul li {
  margin-bottom: 15px;
}
ol li:has(small, .small), ul li:has(small, .small) {
  font-size: calc(clamp(15px, 1.5vw, 19px) * 0.8);
  margin-bottom: 5px;
  line-height: 100%;
}

@keyframes wiggle {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
header .header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px;
}
header .header-content:has(.primary, .secondary) {
  padding: 20px 60px;
}
header .header-content .branding .brand svg, header .header-content .branding .brand img {
  width: 100%;
  max-height: 90px;
  height: auto;
}

.navigation {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: white;
  padding: 10vh 30px 30px;
  display: flex;
  flex-direction: column;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  visibility: hidden;
  box-shadow: 0 -20px 80px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
@media only screen and (min-width: 769px) {
  .navigation {
    max-width: 400px;
  }
}

.rafter {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
  align-items: center;
}
.rafter li {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .rafter {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

nav {
  padding: 0;
  width: 100%;
}
nav ol {
  list-style: none;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  nav ol {
    flex-direction: column;
    align-items: flex-start;
  }
}
nav ol a {
  display: inline-block;
  position: relative;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
}
nav ol a:hover, nav ol a:active, nav ol a:focus {
  text-decoration: none;
}
nav.primary ol li {
  margin-bottom: 5px;
}
nav.primary ol a {
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  letter-spacing: -0.5px;
  line-height: 120%;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
nav.primary ol a:hover, nav.primary ol a:active, nav.primary ol a:focus {
  color: #0ABAED;
}
@media only screen and (max-width: 768px) {
  nav.primary ol a {
    font-size: 2rem;
  }
}
nav.secondary {
  padding-top: 2vh;
  margin-top: 2vh;
}
nav.secondary ol li {
  margin-bottom: 0;
}
nav.secondary ol a {
  font-weight: bold;
}
nav.social {
  display: flex;
  justify-content: flex-end;
}
nav.social ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  nav.social ol {
    gap: 5px;
    margin-left: auto;
  }
}
nav.social ol a {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  nav.social ol a {
    font-size: 1.2rem;
  }
}
nav.social ol a:hover, nav.social ol a:focus {
  color: white;
}
nav.lang {
  text-align: right;
  display: block;
  width: auto;
  margin-left: 20px;
}
nav.lang ol a {
  color: black;
  font-weight: bold;
  background-color: white;
  padding: 5px 10px;
  border: 2px solid black;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
nav.lang ol a:before {
  content: "";
  z-index: 0;
  background-color: #fa960c;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
}
nav.lang ol a:hover, nav.lang ol a:focus {
  background-color: black;
  color: white;
}
nav.lang ol a:hover:before, nav.lang ol a:focus:before {
  width: 100%;
}
nav.footer ol {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
nav.footer ol a {
  position: relative;
  display: block;
  font-size: clamp(16px, 2vw, 18px);
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  padding: 2px 5px;
}
nav.footer ol a:before {
  content: "";
  background-color: #FA960C;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
nav.footer ol a:hover, nav.footer ol a:active, nav.footer ol a:focus {
  color: black;
}
nav.footer ol a:hover:before, nav.footer ol a:active:before, nav.footer ol a:focus:before {
  width: 100%;
}

.toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding-top: 18px;
  position: fixed;
  z-index: 999999;
  top: 15px;
  right: 15px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.toggle div {
  width: 40px;
  height: 3px;
  position: absolute;
  background: black;
  transform-origin: center center;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.toggle div.top {
  transform: translateY(-12px);
}
.toggle div.bottom {
  transform: translateY(12px);
}

body:has(nav.primary) .toggle, body:has(nav.secondary) .toggle {
  display: block;
}

.open .toggle {
  transform: rotate(90deg);
}
.open .toggle div {
  background: #fa960c;
  width: 40px;
}
.open .toggle div.one {
  transform: rotate(45deg);
}
.open .toggle div.two {
  transform: rotate(-45deg);
}
.open .toggle div.top {
  transform: translateY(-3px);
  opacity: 0;
}
.open .toggle div.bottom {
  transform: translateY(3px);
  opacity: 0;
}
.open .navigation {
  transform: translateX(-100%);
  visibility: visible;
}

.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.entries-list.tiles .item {
  flex: 0 400px;
  color: black;
  position: relative;
  margin-bottom: 20px;
}
.entries-list.tiles .item:hover .thumb {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
}
.entries-list.tiles .item .thumb {
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.entries-list.tiles .item .caption {
  text-align: center;
}
.entries-list.tiles .item h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  padding: 10px;
}
.entries-list.tiles .item .btn, .entries-list.tiles .item .btn-blue {
  text-align: center;
  background-color: #FA960C;
  width: auto;
  margin-top: -20px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 5vh 20px;
  position: relative;
}
footer .branding {
  text-align: left;
  margin: 0;
}
footer .branding .brand {
  display: inline-block;
}
footer .branding .brand svg {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer .branding .brand {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  footer nav.social ol {
    justify-content: center;
    margin: 0 auto;
  }
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.form-control {
  border-radius: 0px !important;
  border-color: #0ABAED;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.form-container {
  border-width: 1px;
  border-style: solid;
  border-color: red;
  padding: 10px;
}

.card-form {
  border: 2px solid #0ABAED;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .card-form {
    margin-top: 20px;
  }
}

/* Container Shapes */
.slant-top {
  position: relative;
  clip-path: polygon(0 0vh, 100% 10%, 100% 92%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .slant-top {
    clip-path: polygon(0 0vh, 100% 3%, 100% 98%, 0 100%);
  }
}

.slant-top-left {
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  padding-top: 10rem !important;
}
@media only screen and (min-width: 769px) and (max-width: 1110px) {
  .slant-top-left {
    clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 768px) {
  .slant-top-left {
    clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
  }
}

.marker,
.marker-white,
.marker-black {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 1.5rem;
}
.marker::before,
.marker-white::before,
.marker-black::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -0.2em;
  right: -0.2em;
  bottom: 0.2em;
  background: #0ABAED;
  transform: rotate(-1deg);
  z-index: -1;
}

.marker-white::before {
  background: white;
}

.marker-black::before {
  background: black;
}

#payment {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding-bottom: 20vh;
  z-index: 1;
}
#payment:before, #payment:after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 1.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
#payment:before {
  top: -300px;
  height: clamp(300px, 45vw, 750px);
  background-image: url("../../assets-media/sections/handPOS.png");
}
@media only screen and (max-width: 768px) {
  #payment:before {
    top: -13vh;
    z-index: 0;
  }
}
#payment:after {
  height: clamp(150px, 22vw, 400px);
  background-image: url("../../assets-media/sections/handCard_anim.gif");
  top: auto;
  bottom: -150px;
}
@media only screen and (max-width: 768px) {
  #payment:after {
    bottom: -3vh;
  }
}
#payment.active:before {
  top: 0;
}
#payment.active:after {
  bottom: 0;
}

#take-action-section {
  position: relative;
  overflow: hidden;
  margin-top: -5vh;
  margin-bottom: -15vh;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #take-action-section {
    margin-bottom: -10vh;
  }
}
#take-action-section:before, #take-action-section:after {
  content: "";
  display: block;
  width: clamp(150px, 25vw, 350px);
  height: clamp(150px, 25vw, 350px);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  z-index: 0;
  transition: 1.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
#take-action-section:before {
  background-image: url("../../assets-media/sections/frozenPizza_anim.gif");
  top: -2vw;
  left: 2vw;
}
#take-action-section:after {
  background-image: url("../../assets-media/sections/cookedPizza_anim.gif");
  bottom: -2vw;
  right: 2vw;
}
@media only screen and (max-width: 768px) {
  #take-action-section:after {
    bottom: 5vw;
  }
}
#take-action-section .section-wrapper {
  position: relative;
  z-index: 1;
}

.card {
  padding: 20px;
  background: black;
  color: white;
  border: none;
}

.card-slanted {
  transform: skew(3deg, 3deg);
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.card-slanted > * {
  transform: skew(-3deg, -3deg);
}
@media only screen and (max-width: 768px) {
  .card-slanted {
    transform: skew(1deg, 1deg);
  }
  .card-slanted > * {
    transform: skew(-1deg, -1deg);
  }
}

.sticker-taxed,
.sticker-nontaxed {
  position: relative;
}
.sticker-taxed:before,
.sticker-nontaxed:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 140px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .sticker-taxed:before,
  .sticker-nontaxed:before {
    width: 100px;
    height: 70px;
  }
}

.sticker-taxed:before {
  background-image: url(../../assets-media/images/TAXEDlabel.png);
  bottom: 1vw;
  right: 1vw;
}
@media only screen and (max-width: 768px) {
  .sticker-taxed:before {
    right: 0;
  }
}

.sticker-nontaxed:before {
  background-image: url(../../assets-media/images/NOTTAXEDlabel.png);
  top: 1vw;
  right: 1vw;
}
@media only screen and (max-width: 768px) {
  .sticker-nontaxed:before {
    right: 0;
  }
}

.lang-fr #take-action-section:before {
  background-image: url("../../assets-media/sections/frozenPizza_anim_fr.gif");
}
.lang-fr #take-action-section:after {
  background-image: url("../../assets-media/sections/cookedPizza_anim_fr.gif");
}
.lang-fr .sticker-taxed:before {
  background-image: url(../../assets-media/images/TAXEDlabel-fr.png);
  width: 250px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .lang-fr .sticker-taxed:before {
    width: 25vw;
    height: 15vw;
    right: -9vw;
    bottom: 5vw;
  }
}
.lang-fr .sticker-nontaxed:before {
  background-image: url(../../assets-media/images/NOTTAXEDlabel-fr.png);
}
@media only screen and (max-width: 768px) {
  .lang-fr .sticker-nontaxed:before {
    width: 20vw;
    right: -9vw;
    top: 5vh;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 700px;
}
@media only screen and (max-width: 768px) {
  .hero {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.hero .hero-background {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero .hero-background > div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .hero .hero-background > div {
    justify-content: flex-end;
  }
}
.hero .hero-background > div .food-animation {
  display: flex;
  justify-content: center;
  width: 50vw;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero .hero-background > div .food-animation {
    width: 75%;
  }
}
.hero .hero-background > div .food {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 830px;
  position: relative;
}
.hero .hero-background > div .food img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hero .hero-background > div .food img.napkin {
  top: auto;
  bottom: 0;
  left: -20vw;
  z-index: -1;
}
.hero .hero-background > div .food img.main {
  left: 50%;
  transform: translate(-50%);
}
.hero .hero-background > div .food img.plate {
  top: 2vh;
}
@media only screen and (max-width: 768px) {
  .hero .hero-background > div .food img.plate {
    top: 0;
    margin-left: -7vw;
    width: calc(100% + 14vw);
  }
}
.hero .hero-background > div .food img.sides {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.hero .hero-background > div .food img.utensils {
  z-index: 11;
  top: auto;
  bottom: 54px;
  transform: rotate(-2.7deg);
}
@media only screen and (max-width: 768px) {
  .hero .hero-background > div .food img.utensils {
    bottom: 22px;
  }
}
.hero .hero-background > div .food .items > div {
  transition: 0.7s all cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}
.hero .hero-background > div .food .items > div.hidden {
  opacity: 0;
}
.hero .hero-background > div .food .items > div.hidden .main {
  transform: translateX(50%);
}
.hero .hero-background > div .food .items > div.hidden-out .main {
  transform: translateX(-100%);
}
.hero .hero-background .hero-top {
  position: relative;
  z-index: 10;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
  height: 50%;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  contain: layout paint;
  background-size: cover;
}
.hero .hero-background .hero-top > img {
  position: absolute;
}
.hero .hero-background .hero-top .food {
  max-width: 1000px;
}
.hero .hero-background .hero-top .food img {
  bottom: clamp(-200px, -12vw, -1px);
}
.hero .hero-background .hero-top .food .steak .main {
  max-width: clamp(100px, 80%, 550px);
  bottom: clamp(-200px, -10vw, -1px);
}
@media only screen and (min-width: 1900px) {
  .hero .hero-background .hero-top .food .steak .main {
    bottom: clamp(-200px, -5vw, -1px);
  }
}
.hero .hero-background .hero-bottom {
  position: relative;
  z-index: 5;
  height: 53%;
  background-color: #FA960C;
  background: url("../../assets-media/hero/orange_texture.jpg") no-repeat;
  background-size: cover;
  margin-top: -10vh;
}
.hero .hero-background .hero-bottom:before {
  content: "";
  height: 15vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  transform: rotate(3deg);
  z-index: 8;
}
.hero .hero-background .hero-bottom:after {
  content: "";
  height: 10vh;
  background-color: white;
  position: absolute;
  bottom: -70px;
  left: -20px;
  right: -20px;
  transform: rotate(-2.7deg);
  z-index: -1;
}
.hero .hero-background .hero-bottom .food img {
  top: clamp(-270px, -15vw, -1px);
}
.hero .hero-background .hero-bottom .food .steak .main {
  max-width: clamp(100px, 75%, 500px);
  top: 0;
}
.hero .hero-content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .hero .hero-content {
    justify-content: center;
  }
}
.hero .hero-content-inner {
  color: #FA960C;
  position: relative;
  z-index: 99;
  max-width: 875px;
  padding: 10vw 0 5vw;
}
.hero .hero-content-inner h1 {
  font-size: clamp(35px, 8vw, 100px);
}
.hero .hero-content-inner h1 strong, .hero .hero-content-inner h1 span {
  position: relative;
  display: inline-block;
  transform: rotate(0);
  padding: 10px 20px;
  transform: rotate(-3deg) translate(-5vw, 0);
  font-weight: 700;
  width: auto;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .hero .hero-content-inner h1 strong, .hero .hero-content-inner h1 span {
    transform: rotate(0) translate(0, 0);
  }
}
.hero .hero-content-inner h1 strong::before, .hero .hero-content-inner h1 span::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  right: -0.2em;
  bottom: -0.15em;
  background: #000;
  z-index: -1;
  transform: rotate(-2deg);
}
.hero .hero-content-inner h1 span {
  transform: rotate(0) translate(5vw, -2vh);
  margin-left: 40px;
  font-size: clamp(20px, 4vw, 60px);
}
@media only screen and (max-width: 768px) {
  .hero .hero-content-inner h1 span {
    transform: rotate(0) translate(0, -1vh);
  }
}
.hero .hero-content-inner h1 span::before {
  transform: rotate(-1deg);
}
.hero .hero-content-inner .lead {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: bold;
  line-height: 100%;
}
.hero .hero-content-inner .lead .marker-white:before {
  transform: rotate(1deg);
}
.hero .hero-content-inner .btn, .hero .hero-content-inner .btn-blue {
  background: #FA960C;
  box-shadow: -8px 8px 0 #fff;
  font-size: clamp(20px, 3vw, 32px);
}
.hero .sticker-taxed:before {
  bottom: 10vw;
  right: 4vw;
}
@media only screen and (min-width: 769px) and (max-width: 1110px) {
  .hero .sticker-taxed:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero .sticker-taxed:before {
    display: none;
  }
}
.hero .sticker-nontaxed:before {
  top: 11vw;
  right: 4vw;
}
@media only screen and (min-width: 769px) and (max-width: 1110px) {
  .hero .sticker-nontaxed:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero .sticker-nontaxed:before {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */