* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "brown_sugarregular";
  src: url("../fonts/brown_sugar_-webfont.woff2") format("woff2"), url("../fonts/brown_sugar_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "central_avenuebold";
  src: url("../fonts/central_avenue_bold-webfont.woff2") format("woff2"), url("../fonts/central_avenue_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "tanker";
  src: url("../fonts/tanker-webfont.woff2") format("woff2"), url("../fonts/tanker-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  background-color: #E5E2D9;
}
body.popup-is-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: 1vw;
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}

.hidden {
  display: none;
}

a {
  color: inherit;
}
a svg text {
  text-decoration: none;
}

.header {
  padding-top: 50px;
  padding-bottom: 70px;
  font-size: 18px;
  font-family: "central_avenuebold";
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
  transition: background-color 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
}
@media (max-width: 1023px) {
  .header {
    font-size: 32px;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.header .main-nav .toggle-menu.toggle-menu {
  position: absolute;
  top: 0;
  width: auto;
  right: 20px;
}
.header .main-nav .toggle-menu.toggle-menu .open {
  width: 30px;
  height: 34px;
  fill: #D32C2B;
}
.header .main-nav .toggle-menu.toggle-menu .close {
  width: 29px;
  height: 31px;
  display: none;
}
.header .nav-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate(0, -100%);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.header.open, .header.is-open {
  background-color: #E5E2D9;
  height: 100%;
  z-index: 101;
}
.header.open .nav-curtain, .header.is-open .nav-curtain {
  transform: translate(0, 0);
}
.header.open .main-nav .toggle-menu.toggle-menu .close, .header.is-open .main-nav .toggle-menu.toggle-menu .close {
  display: inline-block;
}
.header.open .main-nav .toggle-menu.toggle-menu .open, .header.is-open .main-nav .toggle-menu.toggle-menu .open {
  display: none;
}
.header.open .main-nav, .header.is-open .main-nav {
  height: 100%;
  color: #E5E2D9;
}
.header.open .main-nav .logo, .header.is-open .main-nav .logo {
  position: relative;
  transform: none;
  display: block;
  left: 0;
}
.header.open .main-nav .logo svg path, .header.is-open .main-nav .logo svg path {
  fill: #E5E2D9;
}
.header.open .main-nav .items, .header.is-open .main-nav .items {
  display: flex;
}
.header.open .socials, .header.is-open .socials {
  display: block;
}
.header .main-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px;
  height: 7.8rem;
  position: relative;
  color: #D32C2B;
}
@media (max-width: 1023px) {
  .header .main-nav {
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 45px;
  }
}
.header .main-nav .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  align-items: center;
  height: 100%;
}
.header .main-nav .items a {
  display: inline-block;
  text-decoration: none;
  width: 25%;
  text-align: left;
}
@media (max-width: 1023px) {
  .header .main-nav .items a {
    width: 100%;
    margin-bottom: 30px;
    text-align: center !important;
  }
  .header .main-nav .items a:last-child {
    margin-bottom: 0;
  }
}
.header .main-nav .items a:nth-child(3), .header .main-nav .items a:nth-child(4) {
  text-align: right;
}
@media (max-width: 1023px) {
  .header .main-nav .items {
    flex-direction: column;
    display: none;
    height: auto;
  }
}
.header .socials {
  display: none;
}
.header .socials a {
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
}
.header .socials a:last-child {
  margin-right: 0;
}
.header .logo {
  position: absolute;
  text-align: center;
  display: block;
  width: 7.8rem;
  height: 7.8rem;
  top: 3.9rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .header .logo {
    display: none;
    width: 170px;
    height: 170px;
    top: 0;
  }
}
@media (max-height: 700px) and (max-width: 1023px) {
  .header .logo {
    width: 120px;
    height: 120px;
  }
}
.header .logo svg {
  width: 100%;
  height: 100%;
}
.header .logo path {
  fill: #D32C2B;
}

.logo-mobile {
  width: 170px;
  display: block;
  margin: 0 auto;
  height: 170px;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}
@media (max-height: 700px) and (max-width: 1023px) {
  .logo-mobile {
    width: 120px;
    height: 120px;
  }
}
.logo-mobile svg {
  fill: #D32C2B;
}

.footer {
  font-size: 0;
  margin-top: 7.8rem;
  color: #E5E2D9;
}
@media (max-width: 1023px) {
  .footer {
    margin-top: 58px;
  }
}
.footer .footer-top {
  width: 100%;
  position: relative;
  top: 2px;
  font-size: 0;
}
.footer .bg {
  background-color: #D32C2B;
}
.footer .container {
  display: flex;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 100px;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer .container {
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer .logo {
  width: 110px;
}
.footer .logo path {
  fill: #E5E2D9;
}
@media (max-width: 1023px) {
  .footer .logo {
    margin-bottom: 36px;
  }
}
.footer--location {
  color: #E5E2D9;
}
.footer--location .bg {
  background-color: #01424B;
}
.footer--location .left {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .footer--location .left {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.footer--location .to-home {
  display: inline-block;
  margin-right: 15px;
}
.footer--location .logo {
  width: 90px;
}
.footer--location .newsletter.newsletter {
  width: 28%;
}
@media (max-width: 1023px) {
  .footer--location .newsletter.newsletter svg text {
    fill: #E5E2D9;
  }
}
.footer .footer-holder {
  flex-grow: 1;
  padding-left: 50px;
}
.footer .footer-holder > * {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .footer .footer-holder {
    flex-grow: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
}
.footer hr {
  display: block;
  height: 1px;
  border: none;
  background-color: #000;
  margin-top: 30px;
  width: calc(100% + 60px);
  position: relative;
}
.footer .language-selector {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #E5E2D9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
  position: relative;
  outline: none !important;
  background-image: url("../img/chevron-down.svg");
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 30px;
}
.footer .address {
  text-align: center;
}
.footer .footer-holder a {
  text-decoration: none;
}
.footer .social a {
  text-decoration: none;
  display: block;
}
@media (max-width: 1023px) {
  .footer .social a {
    display: inline-block;
    margin-right: 2em;
  }
  .footer .social a:last-child {
    margin-right: 0;
  }
}

.home .overlay {
  position: fixed;
}
.home .home-curtain {
  z-index: 8;
}
.home .main-nav .toggle-menu.toggle-menu .open {
  fill: #E5E2D9;
}
.home .home-images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .home-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.home .home-images img.active {
  opacity: 1;
}
.home .logo-mobile {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: calc(20px + 3.9rem);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.home .logo-mobile svg path {
  fill: #E5E2D9;
}
.home .main-nav {
  color: #E5E2D9;
}
.home .logo {
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.home .header {
  z-index: 9;
}
.home .header.open {
  z-index: 101;
}
.home #header-logo path {
  fill: #E5E2D9;
}
@media (max-width: 1023px) {
  .home #header-logo {
    display: none;
  }
}
.home .header.open #header-logo {
  display: block;
}
.home .logo-turn {
  transform-origin: center center;
  animation: turn-centered 20s linear infinite;
}
@media (min-width: 1024px) {
  .home {
    overflow: hidden;
  }
}

.locations {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .locations {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-top: 55vh;
    padding-bottom: 40vh;
  }
}
.locations a {
  font-family: "central_avenuebold";
  text-transform: uppercase;
  font-size: 3.3rem;
  line-height: 1.2em;
  display: block;
  color: #E5E2D9;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .locations a {
    font-size: 32px;
    padding-bottom: 4vh;
  }
}

.animating-home .home-curtain {
  display: block;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.animating-home #header-logo path, .animating-home .logo-mobile svg path {
  transition: fill 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.animating-home .logo, .animating-home .logo-mobile {
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-animation-start .home-curtain {
  transform: translate(0, 0);
}
.home-animation-start #header-logo path {
  fill: #D32C2B;
}
.home-animation-start .logo {
  top: calc(50vh - 70px);
  width: 70vh;
  transform: translate(-50%, -50%);
  height: 70vh;
  transition: none;
}
.home-animation-start .logo-mobile {
  width: 70vw;
  transition: none;
  height: 70vh;
  top: 50vh;
  transform: translate(-50%, -50%);
}
.home-animation-start .logo-mobile svg path {
  fill: #D32C2B;
}

.home-curtain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
  transform: translate(0, -100vh);
}

.activated .locations a {
  opacity: 0.5;
}
.activated .locations a.active {
  opacity: 1;
}

.press {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 6.7rem;
       column-gap: 6.7rem;
  row-gap: 2.3rem;
}
@media (max-width: 1023px) {
  .press {
    row-gap: 100px;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: 1fr;
  }
}

.press-item {
  color: #D32C2B;
  display: block;
  padding-bottom: 100px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .press-item {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .press-item p {
    padding: 0 20px;
  }
}
.press-item:nth-child(3n+2) {
  padding-bottom: 0;
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .press-item:nth-child(3n+2) {
    padding-top: 0;
  }
}
.press-item:hover figure img {
  transform: scale(1.1, 1.1);
}
.press-item figure {
  width: 100%;
  background-color: #000;
  position: relative;
  margin-bottom: 16px;
  font-size: 0;
}
.press-item figure img {
  opacity: 0.8;
  width: 100%;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.press-item figure .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #E5E2D9;
  text-align: center;
}
.press-item figure .content h3 {
  font-size: 3.6rem;
  font-family: central_avenuebold, sans-serif, sans-serif;
  text-transform: uppercase;
}
.press-item:nth-child(2n+2) .framed {
  -webkit-mask-image: url(../img/frame-2.svg);
          mask-image: url(../img/frame-2.svg);
}

.jobs {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 5rem;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .jobs {
    min-height: 0;
    margin-bottom: 100px;
  }
}
.jobs img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 40%;
  width: 28%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .jobs img {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.jobs h2 {
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .jobs h2 {
    text-align: center;
  }
}
.jobs .jobs__intro {
  flex-grow: 1;
  width: 50%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .jobs .jobs__intro {
    padding: 0px 20px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
}
.jobs .jobs__intro p {
  color: #D32C2B;
  width: 40%;
}
@media (max-width: 1023px) {
  .jobs .jobs__intro p {
    width: 100%;
  }
}
.jobs .jobs__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .jobs .jobs__content {
    display: block;
  }
}
.jobs .jobs__list {
  width: 50%;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .jobs .jobs__list {
    width: 100%;
  }
}
.jobs .jobs__list a {
  font-size: 3.3rem;
  font-family: brother-1816-printed, sans-serif;
  line-height: 1em;
  font-weight: 900;
  display: block;
  text-decoration: none;
  padding: 1.5rem 0;
  border-top: 1px solid #D32C2B;
  color: #000;
  text-align: right;
}
@media (max-width: 1023px) {
  .jobs .jobs__list a {
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
  }
}
.jobs .jobs__list a:last-child {
  border-bottom: 1px solid #D32C2B;
}
.jobs .jobs__list a:hover {
  color: #D32C2B;
}

.popup-content .field {
  margin-bottom: 2rem;
}

button.resume {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.message.error ul {
  margin-bottom: 20px;
}

.spaghetti {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.spaghetti .big-spaghetti {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 90%;
  z-index: 1;
}
.spaghetti #spaghetti-mask {
  transform: translate3d(0, 0, 0);
}
.spaghetti .item {
  width: 100%;
}
.spaghetti .item img {
  width: 100%;
}
.spaghetti .item p {
  color: #000;
  max-width: 320px;
  margin: 30px auto 0;
  text-align: center;
}
.spaghetti .grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 9rem;
}
@media (max-width: 1023px) {
  .spaghetti .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .spaghetti .grid.layout-6 .item.item.item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 0;
    left: 0;
    top: 0;
    right: 0;
  }
}
.spaghetti .grid.layout-6 .item:nth-child(1) {
  padding-left: 10%;
  padding-right: 22%;
  padding-bottom: 7.8rem;
}
.spaghetti .grid.layout-6 .item:nth-child(2) {
  padding-top: 10rem;
  padding-right: 10%;
  position: relative;
  left: -2%;
}
.spaghetti .grid.layout-6 .item:nth-child(3) {
  padding-right: 20%;
  position: relative;
  top: 2rem;
}
.spaghetti .grid.layout-6 .item:nth-child(4) {
  padding-top: 16rem;
  padding-left: 20%;
}
.spaghetti .grid.layout-6 .item:nth-child(5) {
  padding-left: 14%;
  position: relative;
  right: -5%;
}
.spaghetti .grid.layout-6 .item:nth-child(6) {
  padding-left: 14%;
  padding-right: 20%;
  padding-top: 24rem;
}

@media (max-width: 1023px) {
  .bottom h2 {
    word-wrap: break-word;
  }
}
.bottom .bottom__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -4rem;
  margin-right: -4rem;
  position: relative;
  top: -6.2rem;
  align-items: center;
}
.bottom .bottom__content img {
  width: 25%;
}
.bottom .bottom__content p {
  width: 32%;
  text-align: center;
  color: #D32C2B;
}
@media (max-width: 1023px) {
  .bottom .bottom__content {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    flex-direction: column;
  }
  .bottom .bottom__content img {
    width: 100%;
    margin-bottom: 58px;
  }
  .bottom .bottom__content p {
    width: 100%;
  }
}

.header--location {
  padding: 20px 30px;
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  .header--location {
    font-size: 18px;
  }
}
.header--location nav {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header--location nav a {
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1023px) {
  .header--location nav .main {
    display: none;
  }
}
.header--location nav .main a {
  display: inline-block;
  margin-right: 2rem;
}
.header--location nav .main a:last-child {
  margin-right: 0;
}
.header--location nav .location-logo svg {
  width: 3.1rem;
  height: 3.1rem;
}
.header--location nav .order-options {
  width: 100%;
}
@media (max-width: 1023px) {
  .header--location nav .order-options {
    text-align: left;
  }
}
.header--location nav .take-away, .header--location nav .nav-take {
  text-align: right;
}
@media (max-width: 1023px) {
  .header--location nav .take-away, .header--location nav .nav-take {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.header--location nav .take-away svg, .header--location nav .nav-take svg {
  width: 30px;
  vertical-align: middle;
}
.header--location nav .take-away a, .header--location nav .nav-take a {
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .header--location nav .take-away a, .header--location nav .nav-take a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.header--location nav .nav-take {
  width: auto;
  text-align: center;
}
.header--location nav .nav-take svg path {
  fill: #E5E2D9 !important;
}
.header--location nav div {
  width: 25%;
  flex-grow: 1;
}
.header--location nav div.items {
  width: 100%;
}
@media (max-width: 1023px) {
  .header--location nav div {
    width: 100%;
  }
}
.header--location nav .main {
  flex-grow: 2;
  width: 50%;
  text-align: center;
}
@media (max-width: 1023px) {
  .header--location nav .main {
    width: 100%;
  }
}
.header--location nav div:last-child {
  text-align: right;
}
.header--location.is-open.is-open.is-open {
  color: #E5E2D9;
}
.header--location.is-open.is-open.is-open .location-logo path {
  fill: #E5E2D9 !important;
}
.header--location.is-open.is-open.is-open nav {
  height: 100%;
}
.header--location.is-open.is-open.is-open a {
  margin-right: 0;
}
.header--location.is-open.is-open.is-open .take-away {
  display: none;
}
.header--location.is-open.is-open.is-open .nav-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header--location.is-open.is-open.is-open .main {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
}
.header--location.is-open.is-open.is-open .main div {
  flex-grow: 0;
}
.header--location.is-open.is-open.is-open .main .items a {
  margin-bottom: 50px;
  display: block;
  font-size: 32px;
}

img.logo {
  width: 55% !important;
}

@media (min-width: 1024px) {
  .full-header-wrapper {
    position: relative;
  }
  .full-header-wrapper .header--location {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1023px) {
  .location-mobile .content {
    padding-top: 140px;
    text-align: center;
    margin-bottom: 160px;
  }
  .location-mobile .content h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }
  .location-mobile img {
    width: 100%;
  }
  .location-mobile img.main-visual {
    margin-bottom: 50px;
  }
}

.header-reservations {
  position: absolute;
  top: 75vh;
  right: 1rem;
  text-decoration: none;
  width: 18rem;
  height: 18rem;
  overflow: hidden;
}
.header-reservations svg text {
  text-transform: uppercase;
}
.header-reservations svg {
  width: 100%;
  height: 100%;
  animation: turn-centered 30s linear infinite;
}
@media (max-width: 1023px) {
  .header-reservations {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
  }
}

.location-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.1rem;
}
@media (max-width: 1023px) {
  .location-about {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.location-about h3 {
  font-size: 3.3rem;
  line-height: 0.9em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .location-about h3 {
    font-size: 32px;
  }
}

.blocks h3 {
  font-size: 3.3rem;
  line-height: 0.9em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .blocks h3 {
    font-size: 32px;
  }
}
.blocks .block {
  margin-bottom: 10rem;
}
.blocks img {
  width: 100%;
  border-radius: 10px;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .blocks img {
    max-width: 100%;
  }
}
.blocks .title-text-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1023px) {
  .blocks .title-text-block {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.blocks .title-text-image-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .blocks .title-text-image-block.layout-right div:first-child {
    order: 1;
    text-align: right;
  }
  .blocks .title-text-image-block.layout-right div:last-child {
    padding-left: 10rem;
  }
}
.blocks .title-text-image-block h3 {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .blocks .title-text-image-block {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.blocks .cta-wrap {
  position: relative;
  height: 9rem;
}
.blocks .cta-wrap a {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  z-index: 3;
  text-decoration: none;
  animation: turn 40s linear infinite;
}
@media (max-width: 1023px) {
  .blocks .cta-wrap a {
    left: 50%;
  }
}
.blocks .cta-wrap a svg {
  width: 100%;
  height: 100%;
}
.blocks .columns-block {
  display: flex;
  gap: 10rem;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .blocks .columns-block {
    flex-direction: column;
    gap: 50px;
  }
}
.blocks .columns-block .column {
  flex-grow: 1;
  flex-shrink: 1;
  width: 20%;
}
@media (max-width: 1023px) {
  .blocks .columns-block .column {
    width: 100%;
  }
}
.blocks .columns-block .column .cta-wrap {
  height: 0;
  top: -30px;
}
@media (max-width: 1023px) {
  .blocks .columns-block .column .cta-wrap {
    margin-bottom: 9rem;
  }
}
.blocks .columns-block .column .cta-wrap a {
  left: 100%;
}
@media (max-width: 1023px) {
  .blocks .columns-block .column .cta-wrap a {
    left: 50%;
  }
}
.blocks .columns-block .column img {
  max-width: 100%;
}
.blocks .columns-block .column img, .blocks .columns-block .column h3 {
  margin-bottom: 30px;
}
.blocks .text-block {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.location-menu {
  display: flex;
  width: 100%;
  min-height: 90vh;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center center;
  text-decoration: none;
  font-weight: 800;
  background-size: cover;
  color: inherit;
}
.location-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.location-menu span {
  color: inherit;
  line-height: 1em;
  position: relative;
  z-index: 2;
}

.location-hours {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 24rem;
}
@media (max-width: 1023px) {
  .location-hours {
    width: 100%;
    overflow: hidden;
    height: 40rem;
  }
}
.location-hours a, .location-hours .no-reservations {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40rem;
  height: 40rem;
  z-index: 3;
  text-decoration: none;
  animation: turn 40s linear infinite;
}
.location-hours a svg, .location-hours .no-reservations svg {
  width: 100%;
  height: 100%;
}
.location-hours p {
  display: flex;
  flex-direction: row;
  width: 290px;
  justify-content: space-between;
  position: relative;
  font-family: inherit;
  text-transform: uppercase;
}
.location-hours p:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.location-hours p span {
  position: relative;
  padding: 0 7px;
  z-index: 2;
  background-color: #E5E2D9;
}
.location-hours p.subtitle {
  text-align: center;
  display: block;
  font-size: 1.5em;
}
.location-hours p.subtitle:after {
  display: none;
}

.drag-cursor text {
  fill: #FFF;
}

.location-slides {
  margin-bottom: 7.8rem;
}
@media (max-width: 1023px) {
  .location-slides {
    margin-bottom: 100px;
  }
}
.location-slides:focus {
  outline: none;
}
.location-slides .slide {
  height: 80vh;
  margin-right: 2vw;
}
.location-slides .slide img {
  height: 100%;
  border-radius: 10px;
}
.location-slides .slide:nth-child(2n+1) {
  padding-top: 4.5rem;
}
.location-slides .slide:nth-child(2n+2) {
  padding-bottom: 4.5rem;
}
@media (max-width: 1023px) {
  .location-slides .slide {
    width: 85vw;
    height: auto;
    min-height: 100%;
    margin-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-slides .slide img {
    width: 100%;
    height: auto;
  }
}

.theme--teal .header, .theme--teal .location-header, .theme--teal h1, .theme--teal h3, .theme--teal .f1, .theme--teal .location-menu, .theme--teal .location-hours p, .theme--teal .popup {
  color: #01424B;
}
.theme--teal .header svg path, .theme--teal .popunder svg, .theme--teal .popup .close svg, .theme--teal .header-reservations svg {
  fill: #01424B !important;
}
.theme--teal .location-hours svg text {
  fill: #01424B;
}
.theme--teal .location-hours p:after {
  background-color: #01424B;
}
.theme--teal .popunder.popunder {
  background-color: #01424B;
}
.theme--teal .popup.permanent.popup--location.popup--location .popup-content {
  background-color: #01424B;
}
.theme--teal .popup.permanent.popup--location.popup--location .popup-content:before {
  background-image: url("../img/frame-top-teal.svg");
}
.theme--teal .popup.permanent.popup--location.popup--location .popup-content:after {
  background-image: url("../img/frame-bottom-teal.svg");
}
.theme--teal.theme--footer-none .footer--location .bg, .theme--teal.theme--footer- .footer--location .bg {
  background-color: #01424B;
}
.theme--teal.theme--footer-none .footer-top, .theme--teal.theme--footer- .footer-top {
  fill: #01424B;
}

.theme--yellow .header, .theme--yellow .location-header, .theme--yellow h1, .theme--yellow h3, .theme--yellow .f1, .theme--yellow .location-menu, .theme--yellow .location-hours p, .theme--yellow .popup {
  color: #E6AB02;
}
.theme--yellow .header svg path, .theme--yellow .popunder svg, .theme--yellow .popup .close svg, .theme--yellow .header-reservations svg {
  fill: #E6AB02 !important;
}
.theme--yellow .location-hours p:after {
  background-color: #E6AB02;
}
.theme--yellow .location-hours svg text {
  fill: #E6AB02;
}
.theme--yellow .location-menu:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.theme--yellow .popunder.popunder {
  background-color: #E6AB02;
}
.theme--yellow .popup.permanent.popup--location.popup--location .popup-content {
  background-color: #E6AB02;
}
.theme--yellow .popup.permanent.popup--location.popup--location .popup-content:before {
  background-image: url("../img/frame-top-yellow.svg");
}
.theme--yellow .popup.permanent.popup--location.popup--location .popup-content:after {
  background-image: url("../img/frame-bottom-yellow.svg");
}
.theme--yellow.theme--footer-none .footer--location .bg, .theme--yellow.theme--footer- .footer--location .bg {
  background-color: #E6AB02;
}
.theme--yellow.theme--footer-none .footer-top, .theme--yellow.theme--footer- .footer-top {
  fill: #E6AB02;
}

.theme--burgundy .header, .theme--burgundy .location-header, .theme--burgundy h1, .theme--burgundy h3, .theme--burgundy .f1, .theme--burgundy .location-menu, .theme--burgundy .location-hours p, .theme--burgundy .popup {
  color: #601728;
}
.theme--burgundy .header svg path, .theme--burgundy .popunder svg, .theme--burgundy .popup .close svg, .theme--burgundy .header-reservations svg {
  fill: #601728 !important;
}
.theme--burgundy .location-hours p:after {
  background-color: #601728;
}
.theme--burgundy .location-hours svg text {
  fill: #601728;
}
.theme--burgundy .popunder.popunder {
  background-color: #601728;
}
.theme--burgundy .popup.permanent.popup--location.popup--location .popup-content {
  background-color: #601728;
}
.theme--burgundy .popup.permanent.popup--location.popup--location .popup-content:before {
  background-image: url("../img/frame-top-burgundy.svg");
}
.theme--burgundy .popup.permanent.popup--location.popup--location .popup-content:after {
  background-image: url("../img/frame-bottom-burgundy.svg");
}
.theme--burgundy.theme--footer-none .footer--location .bg, .theme--burgundy.theme--footer- .footer--location .bg {
  background-color: #601728;
}
.theme--burgundy.theme--footer-none .footer-top, .theme--burgundy.theme--footer- .footer-top {
  fill: #601728;
}

.theme--sage .header, .theme--sage .location-header, .theme--sage h1, .theme--sage h3, .theme--sage .f1, .theme--sage .location-menu, .theme--sage .location-hours p, .theme--sage .popup {
  color: #5a766e;
}
.theme--sage .header svg path, .theme--sage .popunder svg, .theme--sage .popup .close svg, .theme--sage .header-reservations svg {
  fill: #5a766e !important;
}
.theme--sage .location-hours p:after {
  background-color: #5a766e;
}
.theme--sage .location-hours svg text {
  fill: #5a766e;
}
.theme--sage .popunder.popunder {
  background-color: #5a766e;
}
.theme--sage .popup.permanent.popup--location.popup--location .popup-content {
  background-color: #5a766e;
}
.theme--sage .popup.permanent.popup--location.popup--location .popup-content:before {
  background-image: url("../img/frame-top-sage.svg");
}
.theme--sage .popup.permanent.popup--location.popup--location .popup-content:after {
  background-image: url("../img/frame-bottom-sage.svg");
}
.theme--sage.theme--footer-none .footer--location .bg, .theme--sage.theme--footer- .footer--location .bg {
  background-color: #5a766e;
}
.theme--sage.theme--footer-none .footer-top, .theme--sage.theme--footer- .footer-top {
  fill: #5a766e;
}

.theme--blue .header, .theme--blue .location-header, .theme--blue h1, .theme--blue h3, .theme--blue .f1, .theme--blue .location-menu, .theme--blue .location-hours p, .theme--blue .popup {
  color: #00549D;
}
.theme--blue .header svg path, .theme--blue .popunder svg, .theme--blue .popup .close svg, .theme--blue .header-reservations svg {
  fill: #00549D !important;
}
.theme--blue .location-hours p:after {
  background-color: #00549D;
}
.theme--blue .location-hours svg text {
  fill: #00549D;
}
.theme--blue .popunder.popunder {
  background-color: #00549D;
}
.theme--blue .popup.permanent.popup--location.popup--location .popup-content {
  background-color: #00549D;
}
.theme--blue .popup.permanent.popup--location.popup--location .popup-content:before {
  background-image: url("../img/frame-top-blue.svg");
}
.theme--blue .popup.permanent.popup--location.popup--location .popup-content:after {
  background-image: url("../img/frame-bottom-blue.svg");
}
.theme--blue.theme--footer-none .footer--location .bg, .theme--blue.theme--footer- .footer--location .bg {
  background-color: #00549D;
}
.theme--blue.theme--footer-none .footer-top, .theme--blue.theme--footer- .footer-top {
  fill: #00549D;
}

.theme--green .header, .theme--green .location-header, .theme--green h1, .theme--green h3, .theme--green .f1, .theme--green .location-menu, .theme--green .location-hours p, .theme--green .popup {
  color: #224434;
}
.theme--green .header svg path, .theme--green .popunder svg, .theme--green .popup .close svg, .theme--green .header-reservations svg {
  fill: #224434 !important;
}
.theme--green .location-hours p:after {
  background-color: #224434;
}
.theme--green .location-hours svg text {
  fill: #224434;
}
.theme--green .popunder.popunder {
  background-color: #224434;
}
.theme--green .popup.permanent.popup--location.popup--location .popup-content {
  background-color: #224434;
}
.theme--green .popup.permanent.popup--location.popup--location .popup-content:before {
  background-image: url("../img/frame-top-green.svg");
}
.theme--green .popup.permanent.popup--location.popup--location .popup-content:after {
  background-image: url("../img/frame-bottom-green.svg");
}
.theme--green.theme--footer-none .footer--location .bg, .theme--green.theme--footer- .footer--location .bg {
  background-color: #224434;
}
.theme--green.theme--footer-none .footer-top, .theme--green.theme--footer- .footer-top {
  fill: #224434;
}

.theme--footer-teal .footer--location .bg {
  background-color: #01424B;
}
.theme--footer-teal .footer-top {
  fill: #01424B;
}

.theme--footer-green .footer--location .bg {
  background-color: #224434;
}
.theme--footer-green .footer-top {
  fill: #224434;
}

.theme--footer-burgundy .footer--location .bg {
  background-color: #601728;
}
.theme--footer-burgundy .footer-top {
  fill: #601728;
}

.theme--footer-blue .footer--location .bg {
  background-color: #00549D;
}
.theme--footer-blue .footer-top {
  fill: #00549D;
}

.theme--footer-sage .footer--location .bg {
  background-color: #5a766e;
}
.theme--footer-sage .footer-top {
  fill: #5a766e;
}

.theme--bg .location-header {
  position: relative;
  margin-bottom: 13rem;
  height: 90vh;
  background-size: cover;
}
.theme--bg .location-header h1 {
  margin-bottom: 2.5rem;
}
.theme--bg .location-header .content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
}
.theme--bg .location-menu-container, .theme--bg .location-header-container {
  padding: 0;
  max-width: 100%;
}

.theme--full .location-header {
  min-height: 80vh;
  background-size: cover;
  position: relative;
  margin-bottom: 10rem;
  background-position: center center;
}
.theme--full .location-header-content {
  text-align: center;
  padding-top: 3.6rem;
  padding-bottom: 1.7rem;
}
.theme--full .location-header-content h1 {
  line-height: 1;
  margin-bottom: 0;
}

.theme--left .location-header {
  position: relative;
  margin-bottom: 13rem;
  height: 80vh;
}
.theme--left .location-header .container {
  height: 100%;
}
.theme--left .location-header h1 {
  margin-bottom: 2.5rem;
}
.theme--left .location-header img {
  height: 100%;
}
.theme--left .location-header .content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80rem;
  max-width: 90%;
}
.theme--left .location-menu-container {
  padding: 0;
  max-width: 100%;
}

.theme--soon .location-header {
  position: relative;
  height: 80vh;
}
.theme--soon .location-header .container {
  height: 100%;
}
.theme--soon .location-header h1 {
  margin-bottom: 2.5rem;
}
.theme--soon .location-header img {
  height: 100%;
}
.theme--soon .location-header .content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10rem;
  width: 55vw;
}
.theme--soon .header-reservations {
  top: 62vh;
}
.theme--soon .location-menu-container {
  padding: 0;
  max-width: 100%;
}

.theme--trajan h1, .theme--trajan h2, .theme--trajan h3, .theme--trajan nav, .theme--trajan .f1, .theme--trajan .theme-font, .theme--trajan .theme-font svg text {
  font-family: trajan-sans-pro, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.theme--trajan .location-menu {
  text-decoration: none;
}
.theme--trajan nav {
  font-weight: 600;
}

.theme--central h1, .theme--central h2, .theme--central h3, .theme--central nav, .theme--central .f1, .theme--central .theme-font, .theme--central .theme-font svg text {
  font-family: central_avenuebold, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.theme--brother h1, .theme--brother h2, .theme--brother h3, .theme--brother nav, .theme--brother .f1, .theme--brother .theme-font, .theme--brother .theme-font svg text {
  font-family: brother-1816-printed, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.theme--tanker h1, .theme--tanker h2, .theme--tanker h3, .theme--tanker nav, .theme--tanker .f1, .theme--tanker .theme-font, .theme--tanker .theme-font svg text {
  font-family: tanker, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.theme--brown h1, .theme--brown h2, .theme--brown h3, .theme--brown nav, .theme--brown .f1, .theme--brown .theme-font, .theme--brown .theme-font svg text {
  font-family: brown_sugarregular, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.theme--fenway h1, .theme--fenway h2, .theme--fenway h3, .theme--fenway nav, .theme--fenway .f1, .theme--fenway .theme-font, .theme--fenway .theme-font svg text {
  font-family: "fenway-park-jf", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: none !important;
}

@media (max-width: 1023px) {
  .footer--location {
    position: relative;
    z-index: 100;
  }
}
.footer--location hr {
  background-color: #E5E2D9;
}

.popup--reservation .close-reservation-popup {
  z-index: 999;
}
.popup--reservation .popup-content {
  background-color: transparent !important;
}
.popup--reservation .popup-content:before, .popup--reservation .popup-content:after {
  display: none;
}
.popup--reservation .popup-content iframe {
  width: 100%;
  height: 100%;
  min-height: 720px;
  border: none;
  max-height: 90vh;
}

.gloria-wrapper {
  display: none;
}

.popup--order .order-options {
  margin: 5rem 0;
}
.popup--order .order-options a {
  font-size: 2rem;
  margin-bottom: 0.5em;
  display: block;
  text-align: center;
  text-decoration: none;
}

.is-link {
  cursor: pointer;
}

.popup--reservation.popup--reservation a.close-popup {
  z-index: 999;
}
.popup--reservation.popup--reservation a.close-popup svg {
  fill: #E5E2D9 !important;
}

.popup-newsletter.popup-newsletter {
  width: calc(100% - 90px);
}
@media (max-width: 1023px) {
  .popup-newsletter.popup-newsletter {
    width: 100%;
  }
}

.popup.permanent.permanent.popup--location.popup--location {
  color: #E5E2D9;
}
.popup.permanent.permanent.popup--location.popup--location h3 {
  color: #E5E2D9;
}
.popup.permanent.permanent.popup--location.popup--location .close svg {
  fill: #E5E2D9 !important;
}
.popup.permanent.permanent.popup--location.popup--location .popunder.popunder {
  background-color: #E5E2D9;
}
.popup.permanent.permanent.popup--location.popup--location .popunder svg {
  fill: #E5E2D9 !important;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

#cookies-eu-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E5E2D9;
  z-index: 102;
  display: none;
  padding: 30px;
  max-width: 430px;
}
@media (max-width: 1023px) {
  #cookies-eu-banner {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}
#cookies-eu-banner p {
  margin-bottom: 0;
  line-height: 1em;
}
#cookies-eu-banner .cookie-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#cookies-eu-banner .cookies-btns {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
}
#cookies-eu-banner h3 {
  font-family: brother-1816-printed, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
#cookies-eu-banner p.align-right {
  text-align: right;
}
#cookies-eu-banner #cookies-save-parameters {
  opacity: 1;
  padding-right: 0px;
}
#cookies-eu-banner button {
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
  padding: 0px;
}
#cookies-eu-banner button#cookies-eu-accept {
  color: #D32C2B;
}
#cookies-eu-banner #cookies-parameters {
  padding-top: 20px;
  display: none;
}
#cookies-eu-banner #cookies-parameters table {
  border-collapse: separate;
  border-spacing: 0 16px;
  width: 100%;
}
#cookies-eu-banner #cookies-parameters h3 {
  margin-bottom: 16px;
}
#cookies-eu-banner #cookies-parameters td {
  border: 1px solid #000;
  padding: 16px;
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
}
#cookies-eu-banner #cookies-parameters td.align-right {
  text-align: right;
}
#cookies-eu-banner #cookies-parameters td:first-child {
  border-right: none;
}
#cookies-eu-banner #cookies-parameters td:last-child {
  border-left: none;
}
#cookies-eu-banner #cookies-parameters tr {
  border: 1px solid #000;
  margin-top: 16px;
}

.newsletter {
  position: relative;
  width: 40%;
}
@media (max-width: 1023px) {
  .newsletter {
    width: 100% !important;
    text-align: center;
    margin-top: 50px;
  }
}
.newsletter p {
  padding-right: 150px;
  text-align: left;
}
@media (max-width: 1023px) {
  .newsletter p {
    padding-right: 0;
  }
}
.newsletter button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
.newsletter .subscribe {
  width: 182px;
  height: 182px;
  position: absolute;
  bottom: -40px;
  right: -100px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .newsletter .subscribe {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 33px;
    display: inline-block;
  }
}
.newsletter .subscribe svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  animation: turn 20s linear infinite;
}
.newsletter .subscribe svg text {
  text-transform: uppercase;
  font-family: brother-1816-printed, sans-serif;
}

.garbage {
  cursor: pointer;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

p {
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

li {
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
  margin-bottom: 0.2em;
}
li:last-child {
  margin-bottom: 0;
}
li p {
  margin-bottom: 0;
  display: inline-block;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, .f1 {
  font-family: brother-1816-printed, sans-serif;
  font-size: 10rem;
  color: #D32C2B;
  font-weight: 900;
  margin-bottom: 0.3em;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.89em;
}
@media (max-width: 1023px) {
  h1, .f1 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}

h1, h2, h3 {
  font-weight: normal;
}

.container {
  max-width: 1920px;
  padding: 0 10rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
  .container.coast-to-coast {
    padding: 0;
  }
}

.framed {
  -webkit-mask-image: url(../img/frame-1.svg);
          mask-image: url(../img/frame-1.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: #E5E2D9;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
}
.popup .overlay {
  position: fixed;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.popup h3 {
  font-size: 3.3rem;
  line-height: 1em;
  margin-bottom: 1.5rem;
  font-family: brother-1816-printed, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .popup h3 {
    font-size: 32px;
    text-align: center;
  }
}
.popup .close {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
}
.popup .close svg {
  width: 17px;
  fill: #E5E2D9;
}
.popup.animating-in .popunder {
  transition: height 1s cubic-bezier(0.22, 1, 0.36, 1) 200ms;
}
.popup.animating-in .popup-content {
  transition: height 0.9s cubic-bezier(0.22, 1, 0.36, 1) 300ms;
}
.popup.popup--location.popup--location .popup-content, .popup.popup--order.popup--order .popup-content {
  background-color: #E5E2D9;
}
.popup.popup--location.popup--location .popup-content:before, .popup.popup--order.popup--order .popup-content:before {
  background-image: url("../img/frame-top-white.svg");
}
.popup.popup--location.popup--location .popup-content:after, .popup.popup--order.popup--order .popup-content:after {
  background-image: url("../img/frame-bottom-white.svg");
}
.popup.wide-popup .popup-content, .popup.wide-popup .popunder {
  max-width: 1200px;
}
.popup.status-popup .popup-content {
  text-align: center;
  padding: 50px;
  max-width: 400px;
}
.popup.status-popup .popup-content p {
  color: #E5E2D9;
}
.popup .popup-content {
  width: 90%;
  max-width: 600px;
  background-color: #D32C2B;
  z-index: 2;
  position: absolute;
  top: 50%;
  max-height: 90vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popup .popup-content {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-bottom: 90px;
    position: relative;
    top: 30px;
    left: 0;
    transform: none;
  }
}
.popup .popup-content ul {
  list-style-position: inside;
}
.popup .popup-content:before, .popup .popup-content:after {
  content: "";
  height: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  background-size: 100% 100%;
  z-index: 2;
}
.popup .popup-content:before {
  background-image: url("../img/frame-top-red.svg");
  top: -17px;
}
.popup .popup-content:after {
  background-image: url("../img/frame-bottom-red.svg");
  bottom: -17px;
}
.popup .popup-content #resume-mask {
  transition: stroke-dasharray 1.5s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}
.popup .popup-content .content-wrapper {
  padding: 0 2.6rem;
  overflow: hidden;
  height: 100%;
}
.popup .popup-content .content-wrapper h3 {
  margin-top: 2.6rem;
}
.popup .popup-content .content-wrapper form {
  margin-top: 2.6rem;
}
@media (max-width: 1023px) {
  .popup .popup-content .content-wrapper form {
    margin-top: 0;
  }
}
.popup .popup-content .content-wrapper > div {
  margin-bottom: 7rem;
}
.popup .popup-content .content-wrapper.job-popup-wrap {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .popup .popup-content .content-wrapper.job-popup-wrap {
    flex-direction: column;
  }
}
.popup .popup-content .content-wrapper.job-popup-wrap > div {
  width: 50%;
}
@media (max-width: 1023px) {
  .popup .popup-content .content-wrapper.job-popup-wrap > div {
    width: 100%;
    margin-bottom: 0;
  }
}
.popup .popup-content .content-wrapper.job-popup-wrap > div:first-child {
  margin-bottom: 0rem;
}
.popup .popup-content .content-wrapper.job-popup-wrap > div:last-child {
  margin-bottom: 7rem;
}
.popup .popup-content .resume {
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 1023px) {
  .popup .popup-content .resume {
    left: 50%;
  }
}
.popup .popup-content .resume svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 12rem;
  animation: turn 30s linear infinite;
}
.popup .popup-content .resume svg text {
  fill: #E5E2D9;
  font-family: brother-1816-printed, sans-serif;
}
.popup .popunder {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 90%;
  max-width: 600px;
  background-color: #E5E2D9;
  height: 0;
}
@media (max-width: 1023px) {
  .popup .popunder {
    max-width: 100%;
    transform: none;
    top: 30px;
    left: 0;
    width: 100%;
  }
}
.popup .popunder svg {
  height: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  background-size: 100% 100%;
  z-index: 2;
  fill: #E5E2D9;
}
.popup .popunder svg:nth-child(1) {
  top: -17px;
}
.popup .popunder svg:nth-child(2) {
  bottom: -17px;
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup.show .overlay {
  opacity: 1;
}
.popup.show #resume-mask {
  stroke-dasharray: 1300 1300;
}

.resume svg text, .job-cursor svg text {
  text-transform: uppercase;
  font-family: brother-1816-printed, sans-serif;
}

.cursor-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 1023px) {
  .cursor-wrapper {
    display: none;
  }
}

.hover-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hover-cursor #cursor-mask {
  transition: stroke-dasharray 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.hover-cursor.show #cursor-mask {
  stroke-dasharray: 1300 1300;
}
.hover-cursor svg {
  width: 190px;
  animation: turn 30s linear infinite;
  height: 190px;
  transform: translate(-50%, -50%);
}

.plaintext-content {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .hide-sm {
    display: none !important;
  }
}

form label {
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
  margin-bottom: 10px;
}

.field {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  width: 100%;
}
.field input[type=email], .field input[type=text], .field input[type=file], .field textarea {
  width: 100%;
  font-family: "Halcom", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 16px;
  color: #000;
  background-color: #E5E2D9;
  padding: 20px 10px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}
.field:before, .field:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10px;
}
.field:before {
  left: 0;
  background-image: url("../img/field-left.svg");
}
.field:after {
  right: 0;
  background-image: url("../img/field-right.svg");
}

svg text {
  opacity: 0;
}

@media (min-width: 1024px) {
  .show-sm {
    display: none !important;
  }
}

@keyframes turn {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes turn-centered {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
