.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-page {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-weight: 400;
}

.menu-page.bg-black {
  mix-blend-mode: lighten;
}

.bg-orange {
  background-color: #ff7a00;
}

.text-black {
  color: #000;
}

.text-orange {
  color: #ff7a00;
}

.text-orange.text-default.custom-margins {
  margin-top: 0;
  margin-bottom: 2rem;
}

.footer {
  justify-content: space-between;
  align-items: flex-start;
  padding: 75px 90px;
  display: flex;
  position: relative;
}

.footer.bg-black.text-orange {
  width: 100%;
  justify-content: space-between;
  padding: 7rem;
}

.footer.bg-orange {
  padding: 7rem;
}

.bg-black {
  background-color: #000;
}

.footer-pl {
  width: 320px;
  max-width: 320px;
}

.footer-pr {
  width: 430px;
}

.container {
  padding-left: 90px;
  padding-right: 90px;
}

.footer-logo {
  margin-bottom: 3.5rem;
}

.footer-menu-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-logo-img {
  width: 100px;
}

.fml-item-link {
  height: 64px;
  text-transform: uppercase;
  border-top: 1px #ff7a00;
  border-bottom: 2px solid #ff7a00;
  font-family: HKGroteskWide Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.fml-item-link.border-black {
  border-bottom-color: #000;
}

.fml-text-static {
  width: 100%;
  height: 64px;
  color: #ff7a00;
  background-color: #000;
  align-items: center;
  padding-left: 5%;
  font-family: HKgrotesk Bold, sans-serif;
  line-height: 1em;
  display: flex;
  position: relative;
}

.fml-text-static.inverted {
  color: #000;
  background-color: #ff7a00;
}

.fml-text-active {
  width: 100%;
  height: 64px;
  color: #000;
  background-color: #ff7a00;
  align-items: center;
  padding-left: 5%;
  font-family: HKgrotesk Bold, sans-serif;
  line-height: 1em;
  display: flex;
  position: relative;
}

.fml-text-active.inverted {
  color: #ff7a00;
  background-color: #000;
}

.fml-item-mask {
  width: 105%;
  height: 128px;
  min-height: 128px;
  border: 1px red;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
  left: -5%;
  transform: translate(0%);
}

.fml-item-mask:hover {
  border-style: none;
  left: 0%;
  transform: translate(0%, -50%);
}

.fpr-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.region-dropdown {
  margin-left: 0;
  margin-right: auto;
}

.rd-toggle {
  width: 175px;
  height: 40px;
  border-bottom: 1px solid #ff7a00;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rd-toggle.border-black {
  border-bottom-color: #000;
}

.rdt-icon {
  color: #ff7a00;
  margin-right: 0;
}

.rdt-icon.text-black {
  color: #000;
}

.rdt-text {
  color: #ff7a00;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.rdt-text.text-black {
  color: #000;
}

.nf-label {
  margin-bottom: 0;
  font-family: HKgrotesk Semi Bold, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.nf-input {
  color: #ff7a00;
  background-color: #000;
  border: 1px solid #000;
  border-bottom-color: #ff7a00;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.4s;
}

.nf-input:hover {
  border-color: #ff7a00;
}

.nf-input:focus {
  color: #000;
  background-color: #ff7a00;
  border-color: #ff7a00;
  padding-left: 12px;
  padding-right: 12px;
}

.nf-input::-ms-input-placeholder {
  color: #ff7a00;
  font-family: HKgrotesk Semi Bold, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.nf-input::placeholder {
  color: #ff7a00;
  font-family: HKgrotesk Semi Bold, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.nf-input.bg-orange {
  background-color: #ff7a00;
}

.nf-input.bg-orange.text-black {
  color: #000;
}

.nf-input.bg-orange.text-black.border-black {
  border-color: #ff7a00 #ff7a00 #000;
}

.nf-input.bg-orange.text-black.border-black:hover {
  border-color: #000;
}

.nf-input.bg-orange.text-black.border-black:focus {
  color: #fff;
  background-color: #000;
}

.nf-input.bg-orange.text-black.border-black::-ms-input-placeholder {
  color: #000;
}

.nf-input.bg-orange.text-black.border-black::placeholder {
  color: #000;
}

.checkbox-input {
  background-color: #000;
  padding-left: 0;
}

.checkbox-input.mt-15 {
  margin-top: 15px;
}

.checkbox-input.mt-15.mb-20 {
  margin-bottom: 20px;
}

.checkbox-input.my-20 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: HKgrotesk Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.checkbox-icon {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  border: 1px solid #ff7a00;
  border-radius: 20px;
  margin-right: 18px;
}

.checkbox-icon.border-black {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  cursor: pointer;
  border-color: #000;
  justify-content: center;
  align-items: center;
  transition: border-radius 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: relative;
}

.checkbox-icon.border-black:hover {
  border-radius: 0;
}

.checkbox-label-link {
  color: #ff7a00;
}

.checkbox-label-link.text-black {
  color: #000;
}

.button-default {
  color: #000;
  text-transform: uppercase;
  background-color: #ff7a00;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: HKgrotesk Semi Bold, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.button-default.bg-black {
  background-color: #000;
}

.button-default.bg-black.text-orange {
  color: #ff7a00;
}

.fpr-heading {
  margin-top: 35px;
  margin-bottom: 25px;
  font-family: HKgrotesk Medium, sans-serif;
  font-size: 15px;
}

.footer-link-list {
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
}

.fll-link {
  color: #ff7a00;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.fll-link.text-black {
  color: #000;
}

.fpr-bot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyrights.text-black {
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.footer-soc-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.fsl-item {
  margin-left: 20px;
  display: block;
}

.fsl-link {
  display: block;
}

.menu-page-header {
  padding-left: 7rem;
  padding-right: 7rem;
}

.page-top {
  z-index: 12;
  display: block;
}

.page-top.posa {
  position: absolute;
}

.page-top.homepage-top {
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.moving-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.mh-h1 {
  color: #ff7a00;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1em;
}

.mh-h1.text-black {
  color: #000;
  white-space: pre;
}

.mh-h1.text-black.smaller {
  font-size: 12rem;
}

.menu-page-controls {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.menu-page-info {
  width: 100%;
}

.mpi-text {
  padding-right: 30px;
  font-family: HKgrotesk Medium, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.menu-category-links {
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 30px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.mcl-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 1rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
  text-decoration: none;
  transition: color 0.4s;
  display: block;
  position: relative;
}

.mcl-link:hover {
  color: #ff7a00;
}

.mcl-link.active.text-black {
  color: #000;
}

.mcl-interactions {
  display: none;
}

.menu-page-content {
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.menu-category-heading {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(250, 250, 246, 0.06);
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-family: HKgrotesk Semi Bold, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.menu-category-itemlist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 400px);
  grid-auto-flow: row dense;
  align-content: flex-start;
  display: block;
}

.mci-item {
  min-width: 380px;
  background-color: rgba(255, 255, 255, 0.02);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.mci-name {
  color: #ff7a00;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  white-space: break-spaces;
  justify-content: center;
  align-items: center;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
  display: block;
  position: relative;
  bottom: auto;
}

.menu-page-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: lighten;
  background-image: linear-gradient(135deg, #040200 17%, #813f00);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-css,
.page-css {
  display: none;
}

.product-card-hover-wrapper {
  overflow: hidden;
}

.product-card-description {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.33em;
}

.product-card-cta-group {
  justify-content: space-around;
  align-items: center;
  display: block;
}

.ui-marquee-text {
  color: #fff;
  text-transform: uppercase;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Bold, sans-serif;
  font-size: 4.5rem;
  line-height: 1em;
}

.product-card-group {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.product-card-title {
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Bold, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1em;
}

.multiple-stripes-anim {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.multiple-stripes-anim.homepage-section {
  width: 30px;
}

.multiple-stripes-anim.homepage-section.s1 {
  position: absolute;
  top: 50%;
  left: 7rem;
}

.multiple-stripes-anim.homepage-section.s2 {
  position: absolute;
  top: 45%;
  left: 7rem;
}

.multiple-stripes-anim.homepage-section.s4 {
  position: absolute;
  top: 50%;
  left: auto;
  right: 7rem;
}

.msa-stage {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.msa-stage.text-white {
  color: #fff;
}

.msa-item {
  width: 100%;
  height: 10px;
  max-height: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(135deg);
}

.msa-item.text-white {
  color: #fff;
}

.msa-item-stripe {
  width: 100%;
  height: 2px;
  min-width: 0;
  position: relative;
  transform: translate(-120%);
}

.msa-item-stripe.bg-black.delay-0 {
  width: 100%;
  height: 2px;
  position: relative;
}

.msa-item-stripe.delay-0.bg-white {
  background-color: #fff;
}

.button-default-orange {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ff7a00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 20px 1.05rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}

.button-default-orange:hover {
  color: #ff7a00;
  background-color: #000;
  border-radius: 0;
}

.button-default-orange.bg-black {
  background-color: #000;
}

.button-default-orange.bg-black.text-orange {
  color: #ff7a00;
}

.button-default-orange.custom {
  margin-bottom: 1rem;
}

.button-default-orange.custom:hover {
  color: #000;
  background-color: #fff;
}

.button-default-orange.custom.bg-white {
  background-color: #fff;
}

.button-default-orange.custom.bg-white.text-orange {
  color: #ff7a00;
  cursor: default;
}

.button-default-orange.mt-2rem {
  margin-top: 2rem;
}

.button-default-orange.mt-4rem {
  margin-top: 3rem;
}

.nav-bar-open_bottom_translate-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  cursor: pointer;
  position: absolute;
}

.icon-100 {
  width: 20px;
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-bar-open_nav-side-effect-wrapper {
  width: 1.25rem;
}

.nav-bar_hamburger-icon_wrapper {
  max-height: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  color: #ff7a00;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff7a00;
  border-radius: 100rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  transition: all 0.4s ease-in;
  display: flex;
}

.nav-bar_hamburger-icon_wrapper:hover {
  color: #131313;
  background-color: #fafaf6;
  border-color: #fafaf6;
  border-radius: 0;
}

.nav-bar_hamburger-icon_wrapper:active {
  color: #131313;
  background-color: #fafaf6;
  border-color: #fafaf6;
}

.nav-bar_hamburger-icon_wrapper.nav-trigger {
  max-height: 4rem;
  max-width: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  padding-top: 1.25rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-bar-open_bottom_link-style {
  width: 0%;
  height: 0.125rem;
  background-color: #000;
}

.nav-bar-open_top-right-details_link-text-wrapper {
  color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.2s ease-in;
  position: relative;
}

.nav-bar-open_top-right-details_link-text-wrapper.is-1st {
  width: 100%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
  top: 0;
}

.nav-bar-open_top-right-details_link-text-wrapper.is-1st.is-active {
  top: -5rem;
}

.nav-bar-open_top-right-details_link-text-wrapper.is-2nd {
  z-index: 7;
  width: 100%;
  color: #fafaf6;
  background-color: #000;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 0;
  position: absolute;
  bottom: -100%;
}

.nav-bar-open_top-right-details_link-text-wrapper.is-2nd.is-active {
  padding-left: 1.25rem;
  bottom: 0%;
}

.nav-bar_spacing {
  padding: 5rem 3.5rem 0;
}

.trisition_bg {
  z-index: 888;
  width: 100%;
  height: 101%;
  background-color: #ff7a00;
  margin-top: -2px;
  position: relative;
}

.nav-bar-open_component {
  z-index: 555;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bar-open_links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-bar-open_bottom_credit-social {
  justify-content: space-between;
  align-items: center;
  padding-left: 32%;
  display: flex;
}

.page-trisition {
  z-index: 888;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bar-open_container {
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.nav-bar-open_link-text-wrapper {
  color: #000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all 0.2s ease-in;
  position: relative;
}

.nav-bar-open_link-text-wrapper.is-2nd {
  z-index: 7;
  width: 100%;
  color: #fafaf6;
  background-color: #000;
  padding-left: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: -100%;
}

.nav-bar-open_link-text-wrapper.is-2nd.is-active {
  padding-left: 1.5rem;
  top: 0%;
}

.nav-bar-open_link-text-wrapper.is-1st {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  bottom: 0%;
}

.nav-bar-open_link-text-wrapper.is-1st.is-active {
  bottom: -100%;
}

.nav-bar_wrapper {
  height: 8rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-bar-open_bottom_credit-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.nav-bar-open_nav-side-effect {
  z-index: 77;
  height: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 4.5rem;
}

.nav-bar-open_bottom {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.nav-bar-open_transition-wrapper {
  z-index: 7;
  width: 100%;
  height: 100%;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bar-open_bottom-wrapper {
  z-index: 99;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3.25rem;
  left: 0%;
  right: 0%;
}

.nav-bar-open_bottom-wrapper.is-mobile {
  display: none;
}

.nav-bar-open_bottom_link-text {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.nav-bar-open_top-right-details_logo-wrapper {
  width: 11.5rem;
}

.nav-bar-open_link-text {
  text-transform: uppercase;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1em;
}

.multiple-stripes-anim-2 {
  width: 1.5rem;
  display: none;
}

.nav-bar-open_top-right-details_top-animation {
  width: 5rem;
  height: 0.5rem;
}

.nav-bar-open_top-right-details_top-animation.is-mobile {
  display: none;
}

.nav-bar-open_transition-bg {
  width: 100%;
  height: 100%;
  background-color: #ff7a00;
}

.nav-bar-open_bottom_links {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_wrapper {
  color: #131313;
  background-color: #ff7a00;
  border-radius: 10rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.nav-bar-open_link-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.global-styles {
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-bar-open_top-right-details_link-wrapper-divider {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
}

.nav-bar-open_top-bottom-links.is-mobile {
  display: none;
}

.nav-bar {
  z-index: 666;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.nav-bar-open_top-right-details_link-text {
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}

.nav-bar-open_top-right-details_links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.main-wrapper {
  overflow: hidden;
}

.page-trisition_wrapper {
  z-index: 888;
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bar-open_link-wrapper-divider {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.nav-bar-open_nav-close {
  z-index: 88;
  width: 4rem;
  height: 4rem;
  color: #ff7a00;
  cursor: pointer;
  background-color: #000;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  transition: all 0.3s ease-in;
  display: flex;
  position: absolute;
  top: 7rem;
  bottom: auto;
  left: auto;
  right: 7rem;
}

.nav-bar-open_nav-close:hover,
.nav-bar-open_nav-close:active {
  color: #000;
  background-color: #fafaf6;
  border-radius: 0;
}

.nav-bar-open_bottom_social-wrapper {
  grid-column-gap: 0.6rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-bar-open_bottom_credit-wrapper {
  color: #000;
  overflow: hidden;
}

.nav-bar-open_bottom_social-icon {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  color: #ff7a00;
  background-color: #000;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 1em;
  transition: all 0.3s ease-in;
  display: flex;
  transform: scale(0.6);
}

.nav-bar-open_bottom_social-icon:hover,
.nav-bar-open_bottom_social-icon:active {
  color: #000;
  background-color: #fafaf6;
  border-radius: 0;
}

.stripe-anim-el.bg-black {
  height: 100%;
}

.nav-bar-open_top-wrapper {
  z-index: 99;
  width: 100%;
  position: relative;
}

.nav-bar-open_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-bar-open_top-right-details_link-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-large {
  border-radius: 7rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: block;
}

.nav-bar-open_bottom_link-wrapper {
  color: #000;
  overflow: hidden;
}

.nav-bar-open_top-right-details {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 32%;
  padding-right: 28%;
  display: flex;
}

.text-block {
  font-size: 1.2rem;
}

.menu-anchor {
  height: 1px;
  position: relative;
  top: -8rem;
}

.back-to-top {
  z-index: 999;
  width: 5rem;
  height: 5rem;
  background-color: #ff7a00;
  border: 2px #ff7a00;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: fixed;
  bottom: 8rem;
  right: 1rem;
}

.back-to-top:hover {
  background-color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.top-page-anchor {
  display: none;
}

.rd-list.border-orange.w--open {
  border: 1px #ff7a00;
  border-style: none solid;
}

.rd-link {
  color: #ff7a00;
  background-color: #000;
  border-bottom: 1px solid #ff7a00;
  padding: 15px;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rd-link:hover {
  color: #000;
  background-color: #fff;
}

.news-page-content {
  z-index: 1;
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
  position: relative;
}

.news-page-header {
  z-index: 1;
  padding: 5rem 7rem;
  position: relative;
}

.smaller-h1 {
  color: #ff7a00;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1em;
}

.smaller-h1.text-black {
  color: #000;
}

.news-page-controls {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.news-category-links {
  justify-content: flex-end;
  margin-bottom: 7rem;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.news-category-itemlist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 400px);
  grid-auto-flow: row dense;
  align-content: flex-start;
  display: block;
}

.uicard {
  padding: 0.5rem;
  text-decoration: none;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  overflow: hidden;
}

.uicard.opaque {
  opacity: 0.3;
}

.wrapper {
  position: relative;
}

.ui-card-hoverwrapper {
  transform: translate(101%);
}

.ui-card-mask {
  transform: translate(-101%);
}

.ui-card-read-more-text {
  font-family: HKgrotesk Bold, sans-serif;
  font-weight: 700;
}

.ui-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Bold, sans-serif;
  font-size: 2.4rem;
  line-height: 1em;
}

.ui-card-img {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/89aad375219b8f8ecb8a07890c0725ab4f9df7b5-2016x1512.jpg");
  background-position: 50% 0;
  background-size: cover;
}

.ui-card-img.type-2-temp {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/a9355b1a814ca88d4080e5b990b515df991c0552-2250x2250.jpg");
}

.ui-card-img.type-3-temp {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/e9b4a150c8423572710e3d1a3d6c86f044e6488d-1080x1080.png");
}

.ui-float-line.news-hero-line {
  position: absolute;
  bottom: 7rem;
  left: 7rem;
}

.ui-float-line.homepage-section.s1 {
  position: absolute;
  top: auto;
  bottom: 7rem;
  left: 50%;
  right: auto;
}

.ui-float-line.homepage-section.s2 {
  position: absolute;
  top: auto;
  bottom: 7rem;
  left: 7rem;
  right: auto;
}

.ui-float-line.homepage-section.s4 {
  position: absolute;
  top: auto;
  bottom: 7rem;
  left: auto;
  right: 7rem;
}

.news-page-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: lighten;
  background-image: linear-gradient(135deg, #040200 17%, #813f00);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-item-hover-bg {
  z-index: 0;
  height: 100vh;
  opacity: 0;
  mix-blend-mode: soft-light;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: -4%;
  right: -4%;
}

.news-item-hover-bg.active {
  height: 108vh;
  opacity: 0.3;
  mix-blend-mode: normal;
}

.news-item-hover-bg-color {
  opacity: 0.35;
  background-color: #ff7a00;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-inner-page {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-weight: 400;
}

.news-inner-page.bg-black {
  mix-blend-mode: lighten;
}

.news-detail-hero {
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  margin-top: -13rem;
  padding: 17rem 7rem 7rem;
  position: relative;
  overflow: hidden;
}

.news-detail-inner {
  z-index: 1;
  padding: 7rem 7rem 10rem;
  position: relative;
}

.news-detail-copy {
  width: 100%;
  max-width: 39%;
  padding-top: 5rem;
  font-size: 1.5rem;
  line-height: 1.33em;
}

.news-detail-bg {
  z-index: -1;
  opacity: 0.84;
  mix-blend-mode: multiply;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-detail-bg.active {
  opacity: 0.8;
}

.news-detail-intro {
  width: 55%;
  text-transform: uppercase;
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1em;
}

.news-detail-intro-group {
  justify-content: space-between;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.news-detail-date {
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33em;
}

.news-detail-title {
  margin-left: -7rem;
  margin-right: -7rem;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

.news-detail-float {
  width: 150px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

.news-detail-back {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ndb-text {
  margin-left: 70px;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-detail-bg-color {
  opacity: 0.56;
  background-color: #f50;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-detail-scroll-indicator {
  color: #fff;
  text-transform: uppercase;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.ndsi-text {
  text-transform: uppercase;
}

.jobs-page {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-weight: 400;
}

.jobs-page.bg-orange {
  background-color: #ff7a00;
}

.jobs-page.bg-black {
  mix-blend-mode: lighten;
}

.jobs-inner-title {
  z-index: 1;
  margin-bottom: 4rem;
  padding: 3rem 0 0;
  position: relative;
  overflow: visible;
}

.job-inner-h1 {
  color: #000;
  white-space: nowrap;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1em;
}

.jobs-inner-region-title-wrapper {
  color: #000;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding-top: 7rem;
  padding-bottom: 5rem;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 4.5rem;
  line-height: 1em;
}

.jobs-items-wrapper {
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.jobs-inner-region {
  transition: none;
  display: none;
  overflow: hidden;
}

.jobs-inner-subtitle {
  color: #000;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-family: HKGroteskWide Medium, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1em;
}

.jobs-inner {
  padding: 5rem 7rem 0;
  overflow: hidden;
}

.jobs-inner-caption {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.33em;
}

.jobs-inner-filter {
  width: 100%;
  margin-top: 4rem;
}

.jobs-category-links {
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.jcl-item {
  color: #fff;
}

.jcl-link {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
}

.jcl-link.active {
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.ui-list-item {
  border-bottom: 2px solid #000;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.ui-list-item-mask {
  height: 7rem;
  flex-direction: column;
  margin-top: 0%;
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: relative;
  top: -7rem;
  overflow: visible;
}

.ui-list-item-mask:hover {
  top: 0;
}

.ui-list-item-block-static {
  height: 7rem;
  min-height: 7rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ui-list-item-title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
}

.ui-list-item-extra {
  letter-spacing: -0.01px;
  font-size: 1.6rem;
  line-height: 1em;
}

.ui-list-item-block-hover {
  height: 7rem;
  min-height: 7rem;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
}

.jobs-external {
  max-width: 700px;
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-weight: 600;
}

.jobs-no-jobs {
  color: #000;
  text-transform: uppercase;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33em;
}

.ui-item-list {
  border-top: 2px solid #000;
  position: relative;
}

.button-default-black {
  color: #ff7a00;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 20px 1.05rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}

.button-default-black:hover {
  color: #000;
  background-color: #fff;
  border-radius: 0;
}

.button-default-black.bg-black {
  background-color: #000;
}

.button-default-black.bg-black.text-orange {
  color: #ff7a00;
}

.button-default-black.mt-3rem {
  margin-top: 3rem;
}

.button-default-black.mt-3rem.text-white {
  color: #fff;
}

.button-default-black.mt-3rem.text-white:hover {
  color: #000;
}

.jobs-external-heading {
  color: #000;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 4.5rem;
  line-height: 1em;
}

.jobs-external-text {
  color: #000;
  margin-bottom: 3rem;
  font-family: HKgrotesk Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.33em;
}

.ndb-arrow-black {
  color: #000;
}

.jobs-detail-body {
  margin-top: 5.5rem;
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.hr {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.ui-text-group {
  margin-top: 4rem;
}

.ui-group-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33em;
}

.ui-group-border {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
}

.rich-text {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.job-details-heading {
  width: 30%;
  color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33em;
}

.job-details-text {
  color: #000;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33em;
}

.text-default {
  font-size: 1.5rem;
  line-height: 1.33em;
}

.text-default.text-black.mt-2rem {
  padding-top: 2rem;
}

.text-default.text-black.mb-1rem {
  margin-bottom: 1rem;
}

.input-default {
  z-index: 2;
  height: 44px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1em;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

.input-default:focus {
  color: #fff;
  background-color: #000;
  border-bottom-color: #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.input-default::-ms-input-placeholder {
  color: #000;
}

.input-default::placeholder {
  color: #000;
}

.label-default {
  z-index: 1;
  height: 44px;
  color: #000;
  margin-bottom: 0;
  font-family: HKgrotesk Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 44px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.input-block {
  position: relative;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.row-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea-default {
  z-index: 2;
  height: auto;
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1em;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

.textarea-default:focus {
  color: #fff;
  background-color: #000;
  border-bottom-color: #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.textarea-default::-ms-input-placeholder {
  color: #000;
}

.textarea-default::placeholder {
  color: #000;
}

.textarea-default.mb-3rem {
  margin-bottom: 3rem;
}

.textarea-default.mb-3rem.mt-2rem {
  margin-top: 2rem;
}

.textarea-default.mb-3rem.mt-3rem {
  margin-top: 3rem;
}

.text-small {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.33em;
}

.radio-buttons {
  margin-top: 1.5rem;
  display: flex;
}

.radio-button-wrapper {
  padding-left: 0;
}

.radio-button-wrapper.me-1rem {
  margin-right: 1rem;
}

.radio-button-wrapper.me-1rem.mt-2rem {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.radio-button-label {
  color: #ff7a00;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 20px 1rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}

.radio-button-label:hover {
  color: #000;
  background-color: #fff;
  border-radius: 0;
}

.radio-button-label.bg-black {
  background-color: #000;
}

.radio-button-label.bg-black.text-orange {
  color: #ff7a00;
}

.radio-button-input {
  display: none;
}

.bold-text {
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-weight: 600;
}

.ui-field-group {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ui-field-group.mt-1rem {
  margin-top: 1.5rem;
}

.ui-field-disclamer {
  color: #000;
  text-transform: uppercase;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.html-embed {
  margin-right: 1rem;
}

.link-default {
  text-decoration: none;
}

.link-default.text-black {
  text-decoration: underline;
}

.mh-h1-static {
  color: #ff7a00;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1em;
}

.mh-h1-static.text-black {
  color: #000;
  white-space: pre;
}

.mh-h1-static.text-black.smaller {
  white-space: normal;
  font-size: 12rem;
}

.jobs-inner-intro {
  width: 84%;
  color: #000;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-family: HKGroteskWide Medium, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1em;
}

.contact-us-header {
  z-index: 1;
  padding: 5rem 0 0.5rem;
  position: relative;
}

.contact-us-inner {
  padding: 5rem 7rem 0;
  overflow: hidden;
}

.h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Bold, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

.h4.text-black.mb-3rem {
  margin-bottom: 3rem;
}

.h4.text-black.mb-3rem.fw-900 {
  font-family: HKGroteskWide Black, sans-serif;
  font-weight: 900;
}

.checkbox-input-input {
  background-color: #000;
  padding-left: 0;
  display: none;
}

.checkbox-input-input.mt-15 {
  margin-top: 15px;
}

.checkbox-input-input.mt-15.mb-20 {
  margin-bottom: 20px;
}

.checkbox-input-input.my-20 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-2 {
  font-weight: 500;
}

.error-message {
  color: #fff;
  background-color: #e00;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.33em;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.success-message {
  color: #ff7a00;
  background-color: #000;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.33em;
}

.expandable-area {
  border: 1px solid #ff7a00;
}

.select-default {
  height: 44px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
}

.radio-button-input-uploads,
.radio-button-input-copy {
  display: none;
}

.locations-page {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-weight: 400;
}

.locations-page.bg-black {
  mix-blend-mode: lighten;
}

.locations-page-controls {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.locations-page-header {
  z-index: 1;
  padding: 5rem 7rem;
  position: relative;
}

.locations-search {
  margin-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.locations-content {
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.location-item {
  margin-bottom: 5rem;
  font-size: 1.5rem;
  line-height: 1em;
}

.loc-header {
  border-bottom: 2px solid #ff7a00;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.loc-body {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  gap: 40px;
}

.loc-distance {
  font-size: 1.5rem;
  line-height: 1em;
}

.loc-heading {
  color: #ff7a00;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1em;
}

.loc-info {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.loc-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.loc-buttons {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.loc-weekday {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.loc-clocks {
  font-size: 1.5rem;
  line-height: 1.33em;
}

.loc-times-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-form-block {
  border-top: 2px solid rgba(250, 250, 246, 0.13);
  padding-top: 3rem;
}

.search-form {
  max-width: 440px;
  display: flex;
  position: relative;
}

.search-input {
  width: 100%;
  height: 44px;
  max-width: 440px;
  color: #ff7a00;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #ff7a00;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1em;
}

.search-input:focus {
  border-bottom-color: #ff7a00;
}

.search-input::-ms-input-placeholder {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
}

.search-input::placeholder {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
}

.submit-button {
  display: block;
  position: absolute;
  right: 0;
}

.search-icon {
  width: 44px;
  height: 44px;
  color: #ff7a00;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: absolute;
  right: 44px;
}

.search-icon:hover {
  color: #fff;
}

.detect-location-icon {
  width: 44px;
  height: 44px;
  color: #ff7a00;
  font-size: 24px;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: absolute;
  right: 0;
}

.detect-location-icon:hover {
  color: #fff;
}

.allergens-page {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-weight: 400;
}

.allergens-page.bg-orange {
  background-color: #ff7a00;
}

.allergens-page.bg-black {
  mix-blend-mode: lighten;
}

.allergens-table-wrapper {
  margin-top: 5.5rem;
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
  position: relative;
}

.table {
  height: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  height: auto;
  max-height: 40vh;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: auto;
}

.table-1---header---text {
  color: #000;
  text-align: center;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
}

.table-1---header---text.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text.data.center {
  width: auto;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.8rem;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.table-10-col-row {
  z-index: 100;
  width: 140vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.table-10-col-row.header {
  z-index: 6;
  width: 100%;
  height: 5rem;
  min-height: 5rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ff7a00;
  border: 1px #000;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-10-col-row.data-row {
  z-index: 4;
  width: 100%;
  min-width: 1260px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  border: 1px #000;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.table-10-col-row.data-row:hover {
  color: #fff;
  background-color: #000;
}

.table-10-col-row.data-row.even {
  z-index: 5;
  width: 100%;
  background-color: #e16c00;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.table-10-col-row.data-row.even:hover {
  background-color: #000;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.table-col {
  height: 100%;
  min-width: 120px;
  text-align: center;
  border: 1px #000;
  border-left-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  display: flex;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 4;
  height: 100%;
  min-height: 6rem;
  min-width: 180px;
  border-left-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 1rem;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-col.header.left-col {
  z-index: 100;
  width: 100%;
  height: 100%;
  min-width: 180px;
  border-left-style: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

.text-span-cite {
  font-weight: 400;
}

.table-header-details-text {
  color: #000;
  text-transform: uppercase;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.table-wrapper {
  width: 50%;
  height: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform 0.2s;
  position: relative;
}

.table-wrapper._100 {
  width: 100%;
  perspective-origin: 50%;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.table-wrapper._100.table {
  height: auto;
  max-height: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  align-items: stretch;
  margin-top: 5rem;
  padding: 0;
  display: flex;
  overflow: auto;
}

.contains-dot {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}

.franchise-inner {
  justify-content: space-between;
  align-items: flex-end;
  padding: 5rem 7rem 0;
  display: flex;
  overflow: hidden;
}

.franchise-page-controls {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.franchise-category-links {
  justify-content: flex-end;
  margin-bottom: 3rem;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.franchise-detail-body {
  margin-top: 13rem;
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.background-video {
  height: 500px;
}

.franchise-video-inner {
  height: 500px;
  margin-top: 5rem;
}

.pll-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
}

.franchise-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  font-size: 1.5rem;
  line-height: 1.33em;
}

.grid-2 {
  max-width: 400px;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}

.sticky-test {
  z-index: 8;
  position: -webkit-sticky;
  position: sticky;
  top: 13rem;
}

.bold-text-3,
.bold-text-4,
.bold-text-5,
.bold-text-6,
.bold-text-7,
.bold-text-8,
.bold-text-9,
.bold-text-10,
.bold-text-11,
.bold-text-12,
.bold-text-13,
.bold-text-14,
.bold-text-15,
.bold-text-16,
.bold-text-17,
.bold-text-18,
.bold-text-19,
.bold-text-20,
.bold-text-21,
.bold-text-22,
.bold-text-23,
.bold-text-24,
.bold-text-25,
.bold-text-26,
.bold-text-27 {
  font-family: HKgrotesk Bold, sans-serif;
}

.homepage {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
}

.homepage.bg-black {
  mix-blend-mode: lighten;
}

.section {
  height: 100vh;
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/image-3.png");
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section.section-footer {
  z-index: 1;
  height: auto;
  background-color: #060606;
}

.section.page-1 {
  z-index: 10;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-2 {
  z-index: 9;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-3 {
  z-index: 8;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-4 {
  z-index: 7;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-5 {
  z-index: 6;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-6 {
  z-index: 5;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-7 {
  z-index: 4;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-8 {
  z-index: 3;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.section.page-9 {
  z-index: 2;
  perspective: 100vw;
  background-color: #060606;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.homepage-wrapper {
  margin-top: -13rem;
}

.section-heading {
  color: #ff7a00;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1em;
}

.section-heading.mb-0 {
  margin-bottom: 0;
}

.section-text {
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.section-text.sticky-right {
  margin-left: auto;
}

.section-text.sticky-right.on-scroll_details.mw280 {
  max-width: 280px;
}

.section-text.sticky-right.on-scroll_details.mw280.section-1-text {
  max-width: 100%;
  margin-bottom: 1em;
}

.section-text.sticky-right.on-scroll_details.section-3-text,
.section-text.sticky-right.on-scroll_details.section-1-text,
.section-text.on-scroll_details.screen-2-text,
.section-text.on-scroll_details.screen-4-text {
  margin-bottom: 1em;
}

.section-text.on-action_details {
  margin-top: 0;
  margin-bottom: 1em;
}

.section-heading-span {
  color: #fff;
}

.section-inner {
  width: 100%;
  height: 100%;
  padding: 0 7rem 7rem;
}

.section-inner.right-aligned {
  z-index: 1;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.section-inner.left-aligned {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.section-inner.p-0 {
  z-index: 1;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-inner.section-inner-1 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.our-food-wrapper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 20rem;
  position: relative;
  overflow: hidden;
}

.our-food-section {
  padding: 7rem;
}

.our-food-section.text-end {
  text-align: right;
}

.our-food-section.text-end.section-3 {
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.our-food-section.text-end.section-1 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.our-food-section.section-2,
.our-food-section.section-4 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7rem;
  position: relative;
  transform: perspective(1200px);
}

.pagenotfound-page {
  color: #fff;
  background-color: #000;
  font-family: HKgrotesk Regular, sans-serif;
  font-weight: 400;
}

.pagenotfound-page.bg-black {
  mix-blend-mode: lighten;
}

.page-not-found-content {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1 {
  color: #ff7a00;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HKGroteskWide Black, sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1em;
}

.heading-h1.text-black {
  color: #000;
  white-space: pre;
}

.heading-h1.text-black.smaller {
  font-size: 12rem;
}

.section-bg {
  z-index: 0;
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/1-Homepage.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -10%;
  right: -10%;
}

.section-bg.section-1-bg {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/1-Homepage.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg.section-bg-1 {
  opacity: 0.1;
  display: none;
}

.section-bg.section-bg-1.duplicate-1 {
  opacity: 0.2;
  display: none;
}

.section-bg.section-bg-1.duplicate-2 {
  opacity: 1;
  display: block;
}

.section-bg.section-bg-2 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/2-City-Scene.jpg");
  top: -6%;
  bottom: -6%;
  left: -6%;
  right: -6%;
}

.section-bg.section-bg-3 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/3-Car.jpg");
  top: -6%;
  bottom: -6%;
  left: -6%;
  right: -6%;
}

.section-bg.section-bg-4 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/4-Kitchen.jpg");
  top: -6%;
  bottom: -6%;
  left: -6%;
  right: -6%;
}

.section-bg.section-bg-5 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/5-Interior.jpg");
  top: -6%;
  bottom: -6%;
  left: -6%;
  right: -6%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.bg-white {
  background-color: #fff;
}

.section-gap {
  width: 100%;
  height: 50vh;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-content-inner {
  max-width: 40rem;
}

.section-content-inner.on-scroll_content-wrapper {
  max-width: 50%;
}

.section-content-inner.on-scroll_content-wrapper.section-4-content-inner {
  max-width: 60rem;
}

.our-food-bg {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: perspective(1000px);
}

.our-food-bg-2 {
  z-index: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-food-bg-3 {
  z-index: 0;
  opacity: 0.07;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-item-hover-bg-2 {
  z-index: 0;
  opacity: 0;
  mix-blend-mode: normal;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: -4%;
  right: -4%;
}

.news-item-hover-bg-2.active {
  height: 108vh;
  opacity: 0.1;
}

.news-item-hover-bg-3 {
  z-index: 0;
  opacity: 0;
  mix-blend-mode: normal;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: -4%;
  right: -4%;
}

.news-item-hover-bg-3.active {
  height: 108vh;
  opacity: 0.05;
}

.news-page-bg-container {
  height: 108vh;
  opacity: 0;
  perspective: 100vw;
  background-color: #ff6700;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.news-page-bg-container.active {
  z-index: 0;
  opacity: 1;
  display: block;
}

.text-animation-code {
  display: none;
}

.region-select-panel {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.region-select-container {
  max-width: 400px;
  background-color: #ff7a00;
  padding: 3rem;
}

.region-select-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.region-select-list-item {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.region-select-link.button-default-black {
  color: #fff;
}

.region-select-link.button-default-black:hover {
  color: #000;
}

.overflow-hidden {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.cookie-panel {
  z-index: -1;
  opacity: 0;
  background-color: #ff7a00;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}

.cookie-panel.active {
  z-index: 99;
  opacity: 1;
  border: 1px solid #000;
  border-radius: 0;
}

.cookie-text {
  width: 600px;
  color: #000;
  margin-right: 3rem;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.cookie-link.button-default-black {
  color: #fff;
}

.cookie-link.button-default-black:hover {
  color: #000;
}

.region-select-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
}

.cookie-js-code {
  display: none;
}

.swiper-container {
  height: 100vh;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide-img-dektop {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img-mobile {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-slide-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-text-wrapper {
  z-index: 1;
  position: relative;
}

.country-select-wrapper {
  z-index: -99;
  width: 100%;
  height: 100vh;
  opacity: 0;
  align-items: center;
  padding: 3rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.country-select-wrapper.active {
  z-index: 99;
  opacity: 1;
  display: block;
}

.country-select-page {
  color: #fff;
  background-color: #000;
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/e3af585bef1994a8ce474568f762439593613295-w800.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: HKgrotesk Regular, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.country-select-page.bg-black {
  mix-blend-mode: lighten;
}

.country-select-list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.country-select-item {
  display: inline-block;
}

.country-select-item.last-child {
  padding-top: 3rem;
}

.country-select-link {
  width: auto;
  height: 3.2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: HKGroteskWide Semi Bold, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
}

.country-select-link:hover {
  color: #ff7a00;
}

.country-select-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: HKgrotesk Bold, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.country-select-inner {
  z-index: 1;
  width: 680px;
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/uae.png"),
    linear-gradient(#000, #000);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 1px solid #ff7a00;
  border-radius: 0;
  padding: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.country-select-logo {
  z-index: 3;
  width: 90px;
  margin-bottom: 8rem;
}

.country-select-bg {
  z-index: 0;
  opacity: 0.9;
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/country-select-bg-desktop.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: -4%;
  right: -4%;
}

.country-select-slider {
  height: 100vh;
}

.cs-slider-slide {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/cs-slide-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cs-slider-slide.slide-2 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/cs-slide-2.jpg");
}

.cs-slider-slide.slide-3 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/cs-slide-3.jpg");
}

.cs-slider-slide.slide-4 {
  background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/cs-slide-4.jpg");
}

.cs-slider-arrow-left,
.cs-slider-arrow-right,
.cs-slider-nav {
  display: none;
}

.country-select-overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .footer.bg-black.text-orange,
  .footer.bg-orange {
    padding: 3rem;
  }

  .footer-pr {
    width: 36rem;
  }

  .fml-item-link {
    height: 5rem;
  }

  .fml-text-static,
  .fml-text-active {
    height: 5rem;
    font-size: 1.5rem;
  }

  .fml-text-active.inverted {
    font-size: 1.5rem;
  }

  .fml-item-mask {
    height: 10rem;
    min-height: 10rem;
  }

  .menu-page-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .moving-heading {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }

  .mh-h1 {
    white-space: nowrap;
    font-size: 12rem;
  }

  .mh-h1.text-black {
    font-size: 12rem;
  }

  .menu-page-controls {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-page-info {
    width: 100%;
    position: relative;
  }

  .mpi-text {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-category-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    position: relative;
  }

  .mcl-link {
    white-space: pre;
  }

  .menu-page-content {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-category-heading {
    margin-top: 7rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-size: 3.5rem;
    line-height: 1em;
  }

  .multiple-stripes-anim.homepage-section.s1 {
    top: 25%;
    left: 3rem;
  }

  .multiple-stripes-anim.homepage-section.s2 {
    left: 4rem;
  }

  .multiple-stripes-anim.homepage-section.s4 {
    right: 4rem;
  }

  .nav-bar-open_bottom_translate-wrapper {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-bar-open_nav-side-effect-wrapper {
    width: 1rem;
  }

  .nav-bar-open_component {
    display: none;
  }

  .nav-bar-open_bottom_credit-social {
    padding-left: 0%;
  }

  .nav-bar-open_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-bar-open_link-text-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-bar-open_bottom_credit-text {
    font-size: 1rem;
  }

  .nav-bar-open_nav-side-effect {
    display: none;
    right: 2.5rem;
  }

  .nav-bar-open_bottom {
    display: block;
  }

  .nav-bar-open_bottom-wrapper {
    display: none;
    bottom: 2.5rem;
  }

  .nav-bar-open_bottom-wrapper.is-mobile {
    display: flex;
    position: relative;
    bottom: 0;
  }

  .nav-bar-open_bottom_link-text {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .nav-bar-open_top-right-details_logo-wrapper {
    width: 9rem;
  }

  .nav-bar-open_link-text {
    font-size: 1.75rem;
  }

  .nav-bar-open_top-right-details_top-animation {
    width: 4rem;
  }

  .nav-bar-open_bottom_links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .button_wrapper.is-secondary.is-nav {
    display: none;
  }

  .nav-bar-open_top-bottom-links.is-mobile {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-bar-open_top-right-details_link-text {
    font-size: 1.2rem;
  }

  .nav-bar-open_nav-close {
    z-index: 222;
    width: 2rem;
    height: 2rem;
    padding: 0.55rem;
    top: 2.5rem;
    right: 2.5rem;
  }

  .nav-bar-open_bottom_social-wrapper {
    grid-column-gap: 0.4rem;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-bar-open_bottom_social-icon {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
  }

  .nav-bar-open_top-wrapper {
    height: 100%;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .nav-bar-open_top {
    grid-template-columns: 1.5fr 1fr;
  }

  .nav-bar-open_bottom_link-wrapper {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.5rem;
    line-height: 1em;
  }

  .nav-bar-open_top-right-details {
    padding-left: 6%;
    padding-right: 0%;
  }

  .news-page-content {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .news-page-content.bg-black {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .news-page-header {
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .news-page-header.bg-black {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .smaller-h1,
  .smaller-h1.text-black {
    font-size: 3.5rem;
  }

  .news-page-controls {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ui-float-line.news-hero-line {
    left: 3rem;
  }

  .ui-float-line.homepage-section.s1 {
    bottom: 15vh;
  }

  .ui-float-line.homepage-section.s2,
  .ui-float-line.homepage-section.s4 {
    display: none;
  }

  .news-item-hover-bg {
    background-size: cover;
  }

  .news-detail-hero {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .news-detail-inner.bg-black {
    padding: 5rem 3rem 7rem;
  }

  .news-detail-copy {
    max-width: 100%;
  }

  .news-detail-intro {
    font-size: 3.5rem;
  }

  .news-detail-title {
    margin-left: -3rem;
    margin-right: -3rem;
    padding-top: 3rem;
  }

  .news-detail-scroll-indicator {
    display: none;
  }

  .jobs-items-wrapper {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .jobs-inner-subtitle {
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
  }

  .jobs-inner {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .jobs-detail-body {
    margin-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-us-header {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-inner {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h4.text-black.mb-3rem {
    font-size: 3.5rem;
  }

  .locations-page-controls,
  .locations-page-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .locations-search {
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .locations-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .loc-heading {
    font-size: 3.5rem;
  }

  .allergens-table-wrapper {
    margin-top: 3rem;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 14px;
  }

  .table-1---header---text.data.center {
    line-height: 0.9em;
  }

  .table-10-col-row.header {
    max-width: 1260px;
    min-width: 1260px;
  }

  .table-10-col-row.data-row {
    width: 100%;
    max-width: 1260px;
  }

  .table-col {
    width: 120px;
    max-width: 120px;
  }

  .table-col.data.left {
    width: 180px;
    max-width: 180px;
  }

  .table-col.header.left-col {
    width: 180%;
    max-width: 180px;
  }

  .table-icon {
    height: 16px;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .franchise-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5rem 2rem 0;
  }

  .franchise-page-controls {
    padding-top: 3rem;
  }

  .franchise-detail-body {
    margin-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .franchise-video-inner {
    height: 300px;
  }

  .homepage-wrapper {
    margin-top: -6rem;
  }

  .section-heading {
    margin-bottom: 3rem;
    font-size: 3rem;
  }

  .section-heading.on-scroll_heading,
  .section-heading.on-scroll_heading.section-1-heading {
    font-size: 3.5rem;
  }

  .section-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .section-text.sticky-right.on-scroll_details.section-3-text,
  .section-text.sticky-right.on-scroll_details.section-1-text,
  .section-text.on-scroll_details.screen-2-text,
  .section-text.on-scroll_details.screen-4-text {
    font-size: 1.5rem;
  }

  .section-inner.right-aligned,
  .section-inner.left-aligned {
    padding-bottom: 7rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-inner.section-inner-1 {
    padding-bottom: 15vh;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .our-food-wrapper {
    perspective: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .our-food-section.text-end.section-3 {
    height: 60vh;
    align-items: center;
    margin-top: 0;
    padding: 1rem 3rem;
  }

  .our-food-section.text-end.section-1 {
    height: 60vh;
    align-items: center;
    padding: 1rem 3rem;
  }

  .our-food-section.section-2,
  .our-food-section.section-4 {
    height: 60vh;
    align-items: center;
    margin-top: 0;
    padding: 1rem 3rem;
    display: flex;
  }

  .heading-h1 {
    font-size: 12rem;
  }

  .section-bg.section-bg-1.duplicate-2,
  .section-bg.section-bg-2,
  .section-bg.section-bg-3,
  .section-bg.section-bg-4,
  .section-bg.section-bg-5 {
    top: -4%;
    bottom: -4%;
    left: -4%;
    right: -4%;
  }

  .our-food-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
      url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
    background-size: auto, 1200px;
    position: fixed;
  }

  .our-food-bg-2,
  .our-food-bg-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
      url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
    background-size: auto, 1200px;
    display: none;
  }

  .news-item-hover-bg-2,
  .news-item-hover-bg-3 {
    background-size: cover;
  }

  .country-select-inner {
    width: 100%;
    max-width: 680px;
  }

  .country-select-bg {
    background-image: url("https://media.gdk.com/cdn-cgi/image/format=auto/images/country-select-bg-mobile.jpg");
    background-position: 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .footer.bg-black.text-orange,
  .footer.bg-orange {
    flex-direction: column;
  }

  .footer-pl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .footer-pr {
    width: 100%;
  }

  .mh-h1,
  .mh-h1.text-black {
    font-size: 8rem;
  }

  .mh-h1.menu-h1 {
    font-size: 7rem;
  }

  .multiple-stripes-anim.homepage-section.s1 {
    left: 3rem;
  }

  .multiple-stripes-anim.homepage-section.s2 {
    top: 40%;
    left: 3rem;
  }

  .nav-bar-open_bottom_translate-wrapper {
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .nav-bar-open_component {
    display: none;
  }

  .nav-bar-open_links {
    width: 100%;
  }

  .nav-bar-open_bottom_credit-social {
    padding-left: 0%;
  }

  .nav-bar-open_container {
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-bar-open_link-text-wrapper {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .nav-bar-open_link-text-wrapper.is-2nd,
  .nav-bar-open_link-text-wrapper.is-2nd.is-active,
  .nav-bar-open_link-text-wrapper.is-1st,
  .nav-bar-open_link-text-wrapper.is-1st.is-active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-bar-open_bottom_credit-text {
    font-size: 1.2rem;
  }

  .nav-bar-open_bottom {
    grid-template-columns: 1fr;
  }

  .nav-bar-open_bottom-wrapper {
    display: none;
  }

  .nav-bar-open_bottom-wrapper.is-mobile {
    grid-row-gap: 1rem;
    display: flex;
  }

  .nav-bar-open_bottom_link-text {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .nav-bar-open_link-text {
    font-size: 3rem;
  }

  .nav-bar-open_top-right-details_top-animation {
    height: 0.4rem;
  }

  .nav-bar-open_top-right-details_top-animation.is-mobile {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: block;
  }

  .nav-bar-open_bottom_links {
    flex-direction: column;
    align-items: flex-start;
  }

  .button_wrapper.is-secondary {
    color: #ff7a00;
    background-color: #000;
  }

  .nav-bar-open_top-bottom-links {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1.75rem;
    display: flex;
  }

  .nav-bar-open_top-bottom-links.is-mobile {
    display: flex;
  }

  .nav-bar-open_top-wrapper {
    padding-top: 6rem;
    padding-bottom: 3rem;
    overflow: auto;
  }

  .nav-bar-open_top {
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: end;
  }

  .nav-bar-open_top-right-details {
    display: none;
  }

  .news-page-header.bg-black {
    padding-bottom: 1rem;
  }

  .smaller-h1 {
    font-size: 3rem;
  }

  .smaller-h1.text-black {
    height: 11rem;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .ui-float-line.homepage-section.s1,
  .ui-float-line.homepage-section.s2,
  .ui-float-line.homepage-section.s4 {
    display: none;
  }

  .news-detail-inner.bg-black {
    padding-bottom: 4rem;
  }

  .news-detail-intro {
    width: 100%;
    order: 1;
    font-size: 3rem;
  }

  .news-detail-intro-group {
    flex-direction: column;
  }

  .news-detail-date {
    order: -1;
    margin-bottom: 3rem;
  }

  .news-detail-scroll-indicator {
    display: none;
  }

  .jobs-inner-header-content-wrapper {
    flex-direction: column;
  }

  .jobs-inner-subtitle {
    font-size: 3rem;
  }

  .jcl-link.active {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .ui-text-group {
    max-width: 100%;
  }

  .radio-buttons.mb-3rem,
  .ui-field-group.mt-1rem {
    flex-wrap: wrap;
  }

  .contact-us-header {
    padding-left: 0;
    padding-right: 0;
  }

  .loc-heading {
    font-size: 3rem;
  }

  .loc-text {
    display: block;
  }

  .allergens-table-wrapper {
    padding-bottom: 0;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .table-1---header---text.data.center {
    font-size: 1.8rem;
    line-height: 0.9em;
  }

  .table-10-col-row.header {
    width: 860px;
    max-width: 860px;
    min-width: 860px;
  }

  .table-10-col-row.data-row {
    width: 860vw;
    max-width: 860px;
    min-width: 860px;
  }

  .table-10-col-row.data-row.even {
    min-width: 860px;
  }

  .table-label {
    font-size: 14px;
  }

  .table-col {
    min-width: 80px;
  }

  .table-col.data.left,
  .table-col.header.left-col {
    max-width: 140px;
    min-width: 140px;
  }

  .table-header-details-text {
    color: #000;
    font-size: 9px;
  }

  .table-wrapper {
    width: 100%;
    border-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(0.8);
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper._100.table {
    width: 100%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .section-heading.on-scroll_heading,
  .section-heading.on-scroll_heading.section-1-heading {
    margin-bottom: 1rem;
  }

  .section-inner.right-aligned,
  .section-inner.left-aligned {
    padding-bottom: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-inner.section-inner-1 {
    padding-bottom: 15vh;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .our-food-wrapper {
    background-position: 50%;
    background-size: 700px;
  }

  .our-food-section.text-end.section-3,
  .our-food-section.text-end.section-1,
  .our-food-section.section-2,
  .our-food-section.section-4 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .section-content-inner.on-scroll_content-wrapper.section-4-content-inner,
  .section-content-inner.on-scroll_content-wrapper.section-3-content-inner,
  .section-content-inner.on-scroll_content-wrapper.section-2-content-inner,
  .section-content-inner.on-scroll_content-wrapper.section-1-content-inner {
    max-width: 100%;
  }

  .our-food-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
      url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
    background-position: 0 0, 50%;
    background-size: auto, 1000px;
  }

  .cookie-panel {
    align-items: flex-start;
  }

  .country-select-wrapper {
    padding: 3rem;
    overflow: hidden;
  }

  .country-select-link {
    height: 4rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .country-select-inner {
    padding: 3rem;
  }

  .country-select-logo {
    top: 3rem;
    left: 3rem;
  }

  .country-select-bg {
    display: block;
  }

  .html-embed-2,
  .country-select-slider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .mh-h1.text-black {
    font-size: 4rem;
  }

  .mh-h1.menu-h1 {
    font-size: 5rem;
  }

  .multiple-stripes-anim.homepage-section.s2,
  .multiple-stripes-anim.homepage-section.s4 {
    top: 30%;
  }

  .button-default-orange.custom {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .button-default-orange.mt-4rem {
    margin-top: 2rem;
  }

  .nav-bar-open_component {
    display: none;
  }

  .nav-bar-open_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-bar-open_link-text-wrapper {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .nav-bar-open_bottom_link-text {
    margin-bottom: 0;
    padding-bottom: 0.1rem;
  }

  .nav-bar-open_link-text {
    font-size: 2rem;
  }

  .nav-bar-open_top-right-details_top-animation.is-mobile {
    width: 3rem;
    margin-bottom: 1.75rem;
  }

  .button_wrapper {
    padding: 0.65rem 1.2rem;
  }

  .button_wrapper.is-secondary.is-nav {
    width: 10rem;
    height: 3.6rem;
    min-width: 10rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nav-bar-open_top-bottom-links {
    padding-top: 1rem;
  }

  .nav-bar-open_nav-close {
    top: 1.25rem;
    right: 1rem;
  }

  .nav-bar-open_top-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .nav-bar-open_bottom_link-wrapper {
    margin-bottom: 0.4rem;
  }

  .smaller-h1.text-black {
    font-size: 2.5rem;
  }

  .news-detail-intro {
    width: 100%;
    font-size: 3rem;
  }

  .ndb-text {
    display: none;
  }

  .row-two {
    display: block;
  }

  .contact-us-header {
    padding: 0;
  }

  .h4.text-black.mb-3rem {
    font-size: 2rem;
  }

  .locations-page-controls {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .locations-search {
    margin-bottom: 5rem;
  }

  .loc-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .loc-body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .loc-heading {
    margin-bottom: 1rem;
  }

  .loc-buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .allergens-table-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    max-height: 400px;
    flex: none;
  }

  .table-1---header---text.data.center {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .table-10-col-row.header,
  .table-10-col-row.data-row {
    width: 660px;
    max-width: 660px;
    min-width: 660px;
  }

  .table-10-col-row.data-row.even {
    max-width: 660px;
    min-width: 660px;
  }

  .table-label {
    padding-left: 10px;
    font-size: 12px;
  }

  .table-col {
    max-width: 60px;
    min-width: 60px;
  }

  .table-col.data.left {
    max-width: 120px;
    min-width: 120px;
    font-size: 1.2rem;
  }

  .table-col.header.left-col {
    max-width: 120px;
    min-width: 120px;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading.mb-0.on-action_heading,
  .section-heading.on-scroll_heading.section-1-heading,
  .section-heading.on-action_heading {
    font-size: 3.5rem;
  }

  .section-text.sticky-right.on-scroll_details.mw280.section-1-text {
    max-width: 100%;
  }

  .section-text.sticky-right.on-scroll_details.section-3-text {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .section-text.sticky-right.on-scroll_details.section-1-text {
    font-size: 1.5rem;
  }

  .section-text.on-scroll_details.screen-2-text,
  .section-text.on-scroll_details.screen-4-text {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .section-text.on-action_details {
    font-size: 1.5rem;
  }

  .section-inner.right-aligned,
  .section-inner.left-aligned {
    padding-bottom: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .our-food-section.text-end.section-3,
  .our-food-section.text-end.section-1,
  .our-food-section.section-2,
  .our-food-section.section-4 {
    z-index: 1;
    padding-bottom: 6rem;
  }

  .heading-h1 {
    font-size: 10rem;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1em;
    display: block;
  }

  .section-bg.section-bg-1.duplicate-2,
  .section-bg.section-bg-2,
  .section-bg.section-bg-3,
  .section-bg.section-bg-4 {
    top: -2%;
    bottom: -2%;
    left: -2%;
    right: -2%;
  }

  .section-bg.section-bg-5 {
    top: -2%;
    bottom: -2%;
    left: -3%;
    right: -2%;
  }

  .our-food-bg {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
      url("https://media.gdk.com/cdn-cgi/image/format=auto/images/Doner-drink-removed_wide-new-2.jpg");
    background-size: auto, cover;
    display: block;
  }

  .region-select-panel {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .region-select-container {
    max-width: 100%;
  }

  .cookie-panel {
    align-items: flex-start;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cookie-panel.active {
    border-style: none;
    border-width: 0;
  }

  .country-select-link {
    height: 3.6rem;
    font-size: 2.7rem;
    line-height: 3.6rem;
  }

  .country-select-inner {
    height: 100%;
    background-position: 50%;
    border-style: none;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd7113f4-bd7113c0,
#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd711426-bd7113c0,
#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd71145a-bd7113c0,
#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd71145c-bd7113c0,
#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd71146c-bd7113c0,
#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd71146e-bd7113c0,
#w-node-_2c3ccbe5-f08a-4de2-c466-0176bd71147b-bd7113c0,
#w-node-_6d516753-87e9-16e6-49b3-fc91eeaceaf8-0bb91664,
#w-node-acc47b62-d61e-9ce4-22b2-98773dce2040-0bb91664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2c3ccbe5-f08a-4de2-c466-0176bd711440-bd7113c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "HKgrotesk Regular Italic";
  src: url("../fonts/HKGrotesk-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Bold";
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Bold Italic";
  src: url("../fonts/HKGrotesk-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Black";
  src: url("../fonts/HKGrotesk-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Light";
  src: url("../fonts/HKGrotesk-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Medium";
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Light Italic";
  src: url("../fonts/HKGrotesk-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Medium Italic";
  src: url("../fonts/HKGrotesk-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Regular";
  src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Extra Bold";
  src: url("../fonts/HKGrotesk-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Semi Bold";
  src: url("../fonts/HKGrotesk-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKgrotesk Semi Bold Italic";
  src: url("../fonts/HKGrotesk-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Black";
  src: url("../fonts/HKGroteskWide-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Extra Bold";
  src: url("../fonts/HKGroteskWide-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Medium";
  src: url("../fonts/HKGroteskWide-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Regular";
  src: url("../fonts/HKGroteskWide-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Bold";
  src: url("../fonts/HKGroteskWide-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Semi Bold";
  src: url("../fonts/HKGroteskWide-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HKGroteskWide Light";
  src: url("../fonts/HKGroteskWide-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
