:root {
  --green_pizza: #276230;
  --black: black;
  --white: white;
  --color: #fff0;
  --morty-s-light-yellow: #f5f3e8;
  --dark-goldenrod: #b79359;
  --green: var(--white);
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #25622f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  padding-top: 0;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.hero {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  overflow: visible;
}

.hero.cc-home-wrap {
  background-color: #fff;
}

.hero.cc-store-home-wrap {
  background-color: var(--green_pizza);
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0% 0% auto;
}

.hero.cc-home-wrap-copy {
  background-color: #fff;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 10px auto 100px;
  display: flex;
}

.container.media {
  justify-content: center;
  display: flex;
}

.paragraph-tiny {
  color: #fff;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.rooimage {
  background-image: url('../images/deliveroo-logo-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 44px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b79359;
  border-radius: 0;
  margin-bottom: 34px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#c6322d, #c6322d);
  background-clip: border-box;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 7px 12px;
  position: relative;
}

.button.cc-contact-us.button_mobile {
  background-image: linear-gradient(#1e5629, #1e5629);
  padding: 9px 18px 7px;
  font-family: Copper Penny Dtp, sans-serif;
  display: none;
}

.button.cc-contact-us.button_mobile.hide {
  background-image: linear-gradient(#1f552b, #1f552b);
  border: 1px solid #1e5629;
  margin-right: 0;
  padding-top: 7px;
  display: block;
}

.button.cc-contact-us.button_mobile-copy, .button.cc-contact-us.button_mobile-copy-copy {
  display: block;
}

.button.cc-contact-us.button_mobile-copy {
  margin: 20px auto;
  display: inline-block;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  color: var(--green_pizza);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Dawnton Ink;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light_02 {
  opacity: .7;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: static;
}

.heading-jumbo {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: new-spirit, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo.subpage {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 0;
}

.heading-jumbo.subpage-copy {
  font-size: 60px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.heading-jumbo-small.slidehero {
  color: var(--black);
  text-transform: uppercase;
  font-family: new-spirit, sans-serif;
  font-weight: 400;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigator-menu {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  direction: ltr;
  color: #1e5629;
  white-space: normal;
  overflow-wrap: normal;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 60px 10px 50px;
  font-family: Dawnton Ink;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.navigation:hover, .navigation:focus {
  background-color: var(--color);
}

.navigation:focus-visible {
  background-color: var(--color);
}

.navigation[data-wf-focus-visible] {
  background-color: var(--color);
}

.navigation:lang(en) {
  background-color: var(--color);
  color: var(--white);
  -webkit-text-stroke-color: var(--green_pizza);
}

.navigation._1 {
  display: none;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link:active {
  opacity: 1;
  color: var(--black);
}

.nav-link.w--current {
  opacity: 1;
  color: var(--black);
  -webkit-text-stroke-color: var(--green_pizza);
  border: 0 #c6322d00;
  font-weight: 600;
}

.nav-link.w--current:hover {
  opacity: 1;
  color: var(--green_pizza);
}

.nav-link.w--current:active {
  opacity: 1;
  color: #b79359;
}

.logo-image {
  width: 120px;
  height: auto;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Dawnton Ink;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Mortys-June0566.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  margin-top: 0;
}

.intro-header.cc-subpage.catering {
  background-image: url('../images/catering.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.intro-header.cc-subpage.press {
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b3714626_20240507-Morty's6999.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.intro-header.cc-subpage.menuhero {
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b3714624_20240507-Morty's7058.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.intro-header.cc-subpage.catering-copy, .intro-header.cc-subpage.catering-copy-copy {
  background-image: url('../images/Mortys_02.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.intro-header.cc-subpage.catering-copy-copy-copy {
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371462e_20240507-Morty's7054.jpg");
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 100%;
  margin: 85px 0;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.5fr 1fr 1.5fr 1fr;
  place-content: stretch;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  text-align: left;
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Dawnton Ink;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 53px;
  grid-template-columns: 2fr 2fr;
  grid-template-areas: ". .";
  grid-auto-flow: row;
  overflow: visible;
}

.about-grid.cc-about-2-copy {
  grid-column-gap: 53px;
  grid-column-gap: 53px;
  text-align: center;
  flex-flow: column;
  grid-template-columns: 2fr;
  grid-template-areas: ". .";
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  overflow: visible;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.footer {
  background-color: var(--green_pizza);
  text-align: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 100px;
  max-height: 100px;
  text-decoration: underline;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  height: 140px;
  margin-top: -35px;
}

.footer-heading {
  color: #f5f3e8;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.text-block {
  color: #fff;
  letter-spacing: 3px;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.text-block:hover {
  color: #fff;
}

.footer-copyright {
  opacity: .2;
  color: #fff;
  letter-spacing: .5px;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-footer {
  padding-left: 40px;
  padding-right: 40px;
}

.footer-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
}

.list {
  margin-top: 10px;
  display: flex;
}

.image-4 {
  width: 36px;
  line-height: 28px;
}

.slide {
  background-image: url('../images/Sophie_s-Pizza3805.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 130vh;
}

.slide-nav {
  font-size: 8px;
}

.icon, .icon-2 {
  font-size: 30px;
}

.bold-text {
  color: #000;
}

.section-2 {
  padding-top: 40px;
}

.section-3 {
  height: 100px;
}

.section-navplace {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#00000059, #0000);
  height: 150px;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-7 {
  color: var(--green_pizza);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Dawnton Ink;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-light-2 {
  opacity: 1;
  color: #2e4377;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.heading-jumbo-tiny-_-menu {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#c6322d, #c6322d);
  border-radius: 0;
  min-width: 240px;
  padding: 1px;
  font-family: Dawnton Ink;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}

.heading-jumbo-tiny-_-menu:hover {
  opacity: 1;
  color: #fff;
  border-radius: 0;
}

.heading-jumbo-tiny-_-menu.hide {
  display: none;
}

.divider-2 {
  background-color: #f5abaf;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 0;
}

.html-embed-3 {
  color: #fff;
  width: 188.066px;
  display: none;
}

.html-embed-3:hover {
  color: #f7a5a8;
}

.project-cover-link-2 {
  margin-top: 15px;
  margin-bottom: 0;
  text-decoration: none;
}

.project-cover-link-2:hover {
  opacity: 1;
  color: #82adb3;
}

.project-cover-link-2:active {
  opacity: 1;
}

.content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto 40px;
  display: flex;
}

.menu_container {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.project-cover-pic-2 {
  width: auto;
  height: 45px;
  display: none;
}

.div-block-a-news {
  color: #5c6670;
  background-color: #fff;
  border-bottom: 1px #5c6670;
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  font-weight: 500;
  position: relative;
  box-shadow: 1px 1px 3px #00000040;
}

.div-block-a-news:hover {
  opacity: 1;
  color: #fff;
  box-shadow: 1px 1px 8px -1px #000000e6;
}

.heading-grid-title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-view-more-hover {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-view-more-hover.hover {
  border-bottom: 1px solid #5c6670;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.link-block-3 {
  min-width: 100%;
  font-family: "Tradegothicltstd Cn 18";
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-vert {
  width: 40%;
}

.div-block-vert.happening_box {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: min-content minmax(min-content, min-content);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start baseline;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Tradegothicltstd Cn 18";
  display: grid;
}

.image-branding {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}

.heading-brand-des {
  color: var(--black);
  min-width: 0;
  min-height: 60px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.slide-2 {
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b3714624_20240507-Morty's7058.jpg");
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b3714626_20240507-Morty's6999.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  vertical-align: top;
  background-image: url('../images/Sophie_s-Pizza3526.jpg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: visible;
}

.div-block {
  position: fixed;
  inset: 0%;
}

.link-block-pop-up {
  display: none;
  position: fixed;
  inset: 0%;
}

.container-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.slide-5 {
  background-color: #050608;
  background-image: url('../images/mortys-xmas-banner-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.footer45-2 {
  background-color: var(--green_pizza);
  color: #fff;
  text-align: center;
  height: 90px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 10px;
}

.lnfamily-footer {
  color: #141414;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  column-count: auto;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 15px;
  text-decoration: none;
  position: static;
}

.text-span {
  color: #f5f3e8;
  text-transform: uppercase;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 8px;
  line-height: 10px;
}

.divider-6 {
  background-color: #f5abaf;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 0;
}

.divider-6.in_popup {
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}

.popup-news-div {
  background-color: #f7a5a8;
  border: 1px solid #fff;
  padding: 19px;
  display: none;
}

.heading-16 {
  color: #2e4377;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}

.heading-16.popup {
  margin-top: 10px;
  line-height: 24px;
  display: block;
}

.heading-16.popup.hori {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.project-cover-link-3 {
  margin: 20px 8px 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.project-cover-link-3:hover {
  opacity: 1;
  color: #82adb3;
}

.project-cover-link-3:active {
  opacity: 1;
}

.paragraph-blue_regular-4 {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  overflow: hidden;
}

.paragraph-blue_regular-4.white {
  color: #fff;
  text-align: left;
  padding: 25px;
}

.link_popup-4 {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 0;
}

.image-20 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-20.popup {
  clear: none;
}

.centered-container-3 {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 12px;
  flex: 1;
  max-width: 650px;
  min-height: auto;
  padding: 60px 60px 80px;
  position: static;
}

.centered-container-3.popup {
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 60px;
}

.centered-container-3.popup.hori {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 0;
  max-width: 500px;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  overflow: hidden;
}

.centered-container-3.popup.vert {
  display: none;
  overflow: hidden;
}

.div-block-pop-up-msg-2 {
  z-index: 10;
  background-color: #00000047;
  height: 200vh;
  padding-top: 22vh;
  font-family: Montserrat, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-pop-up-msg-2.alfreds {
  display: none;
}

.heading-jumbo-tiny-_-menu-2 {
  color: #ffcf86;
  text-align: center;
  letter-spacing: 2px;
  background-color: #2e4377;
  border-radius: 12px;
  padding: 0 32px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
  position: static;
}

.heading-jumbo-tiny-_-menu-2:hover {
  color: #2e4377;
  background-color: #ffcf86;
}

.heading-jumbo-tiny-_-menu-2.popup {
  margin-top: 13px;
}

.heading-jumbo-tiny-_-menu-2.special_menu {
  color: #fff;
  text-transform: uppercase;
  background-color: #f7a5a8;
}

.heading-jumbo-tiny-_-menu-2.special_menu:hover {
  color: #2e4377;
  background-color: #ffcf86;
}

.heading-jumbo-tiny-_-menu-2.special_menu.popup {
  pointer-events: auto;
  background-color: #ffffff4f;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 2px 5px #0003;
}

.link-popup {
  color: #fff;
  display: inline;
}

.html-embed-11 {
  color: #fff;
  width: 188.066px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.html-embed-11:hover {
  color: #f7a5a8;
}

.div-block-2 {
  text-align: center;
}

.body {
  background-color: #fff;
  border: 1px #1e5629;
}

.bold-text-2 {
  font-family: PT Sans, sans-serif;
}

.body-2, .body-3, .body-4, .body-5 {
  background-color: var(--white);
}

.brand {
  background-image: url('../images/Mortys_Logo-01.png');
  background-position: 0 0;
  background-size: auto;
}

.navbar {
  position: fixed;
}

.bold-text-3, .div-block-3 {
  text-align: left;
}

.paragraph-light_02-copy {
  opacity: .7;
  color: var(--black);
  font-family: "Tradegothicltstd Cn 18";
  font-size: 16px;
  line-height: 24px;
}

.text-block-copy {
  color: #000;
  letter-spacing: 3px;
  font-family: Dawnton Ink;
  font-size: 15px;
  font-weight: 700;
}

.button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b79359;
  border-radius: 0;
  margin-bottom: 34px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-copy:active {
  background-color: #43464d;
}

.button-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-copy.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-copy.cc-contact-us {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#c6322d, #c6322d);
  background-clip: border-box;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 7px 12px;
  position: relative;
}

.button-copy.cc-contact-us.button_mobile, .button-copy.cc-contact-us.button_mobile-copy, .button-copy.cc-contact-us.button_mobile-copy, .button-copy.cc-contact-us.button_mobile-copy-copy {
  display: block;
}

.button-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-copy.cc-white-button:hover {
  background-color: #fffc;
}

.button-copy.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-copy.cc-contact-us-copy {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#c6322d, #c6322d);
  background-clip: border-box;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 7px 12px;
  position: relative;
}

.button-copy.cc-contact-us-copy.button_mobile, .button-copy.cc-contact-us-copy.button_mobile-copy, .button-copy.cc-contact-us-copy.button_mobile-copy {
  display: block;
}

.button-copy.cc-contact-us-copy.button_mobile-copy-copy {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  overflow: visible;
}

.button-copy.cc-contact-us-copy.button_mobile-copy-copy-copy {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 0 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  overflow: visible;
}

.paragraph-light_02-copy {
  opacity: .7;
  color: var(--black);
  opacity: .7;
  margin-bottom: 40px;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 16px;
  line-height: 24px;
}

.contact-form-grid-copy {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.body-6 {
  background-color: var(--white);
}

.navigation-item-copy {
  opacity: 1;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Dawnton Ink;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item-copy:hover {
  color: var(--green_pizza);
}

.navigation-item-copy:active {
  opacity: 1;
  color: var(--black);
}

.navigation-item-copy.w--current {
  opacity: 1;
  color: var(--green_pizza);
  -webkit-text-stroke-color: var(--green_pizza);
  border: 1px dashed #c6322d;
  font-weight: 600;
}

.navigation-item-copy.w--current:hover {
  opacity: 1;
  color: var(--green_pizza);
}

.navigation-item-copy.w--current:active {
  opacity: 1;
  color: #b79359;
}

.heading-jumbo-copy {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: new-spirit, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo-copy.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-copy.subpage {
  font-size: 60px;
}

.heading-jumbo-copy-copy {
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: new-spirit, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo-copy-copy.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-copy-copy.subpage {
  font-size: 60px;
}

.heading-jumbo-pizza-text {
  background-color: var(--green_pizza);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Antone Block, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 70px;
}

.heading-jumbo-pizza-text.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-pizza-text.subpage {
  font-size: 60px;
}

.home-content-wrap-copy {
  width: 800px;
  margin-top: 80px;
  margin-bottom: 120px;
}

.bold-text-3-copy {
  line-height: 40px;
}

.image-21-copy {
  text-align: center;
  margin-top: -100px;
}

.home-section-wrap-copy {
  margin-bottom: 30px;
}

.section-heading-copy {
  color: var(--green_pizza);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Antone Block, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph-light_02-copy-copy {
  opacity: .7;
  color: var(--black);
  font-family: "Tradegothicltstd Cn 18";
  font-size: 16px;
  line-height: 24px;
}

.about-story-wrap-copy {
  text-align: center;
  width: 80%;
  margin: 0 auto 80px;
}

.heading-jumbo-tiny-_-menu-copy {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#c6322d, #c6322d);
  border-radius: 0;
  min-width: 200px;
  padding: 1px;
  font-family: Dawnton Ink;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}

.container-copy {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 20px;
  line-height: 0;
}

.text-span-2, .text-span-3 {
  color: var(--green_pizza);
}

.link-3 {
  color: var(--black);
}

.paragraph-light_02-copy {
  opacity: .7;
  color: var(--black);
  margin-bottom: 60px;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 16px;
  line-height: 24px;
}

.paragraph-light_02-copy-copy {
  opacity: .7;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 20px;
  line-height: 35px;
}

.paragraph-light_02-copy-copy-copy {
  opacity: .7;
  color: var(--black);
  margin-bottom: 0;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 20px;
  line-height: 24px;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: "Tradegothicltstd Cn 18";
}

.image-23 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-light_02-copy-copy-copy {
  opacity: .7;
  color: var(--black);
  text-align: left;
  opacity: .7;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 16px;
  line-height: 24px;
}

.paragraph-light_02-copy-copy-copy-copy {
  opacity: .7;
  color: var(--black);
  margin-bottom: 0;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 20px;
  line-height: 24px;
}

.navigation-item-copy-copy {
  opacity: 1;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Dawnton Ink;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item-copy-copy:hover {
  color: var(--green_pizza);
}

.navigation-item-copy-copy:active {
  opacity: 1;
  color: var(--black);
}

.navigation-item-copy-copy.w--current {
  opacity: 1;
  color: var(--green_pizza);
  -webkit-text-stroke-color: var(--green_pizza);
  border: 1px dashed #c6322d;
  font-weight: 600;
}

.navigation-item-copy-copy.w--current:hover {
  opacity: 1;
  color: var(--green_pizza);
}

.navigation-item-copy-copy.w--current:active {
  opacity: 1;
  color: var(--black);
}

.about {
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.about:hover {
  color: var(--white);
}

.about:active {
  opacity: 1;
  color: var(--black);
}

.about.w--current {
  border: 0px none var(--color);
  opacity: 1;
  color: var(--black);
  -webkit-text-stroke-color: var(--green_pizza);
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.about.w--current:hover {
  opacity: 1;
  color: var(--white);
}

.about.w--current:active {
  opacity: 1;
  color: #b79359;
}

.link-4, .link-5 {
  display: inline-block;
}

.paragraph-light_02-copy {
  opacity: .7;
  color: var(--black);
  text-align: center;
  object-fit: fill;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.heading-17 {
  font-family: Dawnton Ink;
  font-size: 25px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--green_pizza);
}

.bold-text-6 {
  display: inline-block;
}

.heading-jumbo-small-copy {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.heading-jumbo-small-copy.slidehero {
  color: var(--black);
  text-transform: uppercase;
  font-family: new-spirit, sans-serif;
  font-weight: 400;
}

.heading-jumbo-small-copy-copy {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Tradegothicltstd Cn 18";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.heading-jumbo-small-copy-copy.slidehero {
  color: var(--black);
  text-transform: uppercase;
  font-family: new-spirit, sans-serif;
  font-weight: 400;
}

.menu_container-copy {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.heading-jumbo-tiny-_-menu-copy {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#c6322d, #c6322d);
  border-radius: 0;
  min-width: 240px;
  margin-top: 15px;
  padding: 1px;
  font-family: Dawnton Ink;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}

.heading-jumbo-tiny-_-menu-copy:hover {
  opacity: 1;
  color: #fff;
  border-radius: 0;
}

.heading-jumbo-tiny-_-menu-copy.hide {
  display: none;
}

.project-cover-link-2-copy {
  margin-top: 15px;
  margin-bottom: 0;
  text-decoration: none;
}

.project-cover-link-2-copy:hover {
  opacity: 1;
  color: #82adb3;
}

.project-cover-link-2-copy:active {
  opacity: 1;
}

.menu_container-copy-copy {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.hero-slider {
  box-sizing: border-box;
  background-image: url('../images/Sophie_s-Pizza3411.jpg');
  background-position: 50% 60%;
  background-size: auto;
  background-attachment: scroll;
}

.image-24 {
  direction: ltr;
  margin: -100px 0 auto;
  display: block;
}

.paragraph-light_02-copy-copy-copy-copy {
  opacity: .7;
  color: var(--black);
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.collection-list-wrapper-2 {
  background-image: url('../images/nadya-spetnitskaya-tOYiQxF9-Ys-unsplash.jpg');
  background-position: 0 0;
  background-size: auto;
}

.container-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/67453cf209389f3853b0e3f9_Sohpie's%20on%20Bleecker%20banner-01.png");
  background-position: 20%;
  background-size: 1920px;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  height: 900px;
  margin: auto auto auto 0;
  display: flex;
}

.container-copy.media {
  justify-content: center;
  display: flex;
}

.join-the-family-text {
  opacity: .7;
  color: var(--black);
  text-align: center;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: static;
}

.join-the-family-text.split {
  opacity: 100;
  color: var(--white);
  text-align: justify;
  text-shadow: 0 1px 6px var(--black);
  overflow-wrap: normal;
  width: 305px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Akzidenzgroteskpro, Arial, sans-serif;
  text-decoration: none;
}

.join-the-family-text.split-copy {
  color: var(--white);
  text-align: center;
  width: 500px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.join-the-family-text.join-the-family {
  float: left;
  clear: none;
  opacity: 100;
  color: var(--white);
  text-align: left;
  text-shadow: 0 1px 10px #111111a3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  margin: 0 auto 60px;
  font-family: Copper Penny Dtp, sans-serif;
  display: block;
  position: static;
}

.container-copy-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 10px auto 100px;
  display: flex;
}

.container-copy-copy.media {
  justify-content: center;
  display: flex;
}

.div {
  text-align: left;
}

.menu {
  aspect-ratio: 2000 / 1110;
  text-align: center;
  background-image: url('../images/SOB_WEB_MENU_R4_241205_DESKTOP.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: auto;
  position: relative;
  overflow: clip;
}

.menu.media {
  justify-content: center;
  display: flex;
}

.menu.hide {
  display: none;
}

.image-24-copy {
  letter-spacing: normal;
  text-indent: 0;
  text-transform: lowercase;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.image-24-copy-copy {
  margin-top: -100px;
  margin-bottom: auto;
  display: block;
}

.div-copy-copy {
  margin-left: auto;
  margin-right: auto;
}

.join-us {
  text-align: center;
  background-image: url('../images/Sophie_s-Pizza3741-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 650px;
  margin: auto;
  padding-bottom: 0;
  padding-left: 100px;
  display: flex;
}

.join-us.media {
  justify-content: center;
  display: flex;
}

.image-24-copy-copy-copy {
  flex: 0 auto;
  max-width: 320px;
  height: 80px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.button-2 {
  letter-spacing: 3px;
  text-indent: 3px;
  word-break: normal;
  background-color: #27622f;
  margin-top: 13px;
  font-family: Copper Penny Dtp, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: grid;
}

.info.media {
  justify-content: center;
  display: flex;
}

.image-30 {
  width: 80%;
  max-width: 360px;
  margin-bottom: 6px;
  margin-left: -31px;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.paragraph {
  width: 460px;
}

.the-heart-and-soul {
  color: #27622f;
  text-align: justify;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 14px;
}

.the-heart-and-soul.contact {
  line-height: 36px;
}

.bold-text-8 {
  font-family: Copper Penny Dtp, sans-serif;
}

.container-4 {
  height: 900px;
}

.catering {
  background-image: url('../images/Sophie_s-Pizza3312.jpg');
  background-position: 50% 6%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 650px;
  display: flex;
}

.image-31 {
  max-width: 450px;
  height: 80px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0;
}

.paragraph-2 {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 680px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Akzidenzgroteskpro, Arial, sans-serif;
  display: block;
}

.paragraph-2.coming {
  font-family: Copper Penny Dtp, sans-serif;
  font-size: 20px;
}

.mask {
  min-height: 1080px;
}

.slider-2, .slider-3, .slider-4, .slider-5, .slider-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-pizza-1 {
  background-image: url('../images/Sophie_s-Pizza3805.jpg');
  background-position: 50% 16%;
  background-size: auto;
}

.hero-slider-1 {
  height: 100vh;
  min-height: 1000px;
}

.hero-slider-2 {
  background-image: url('../images/Sophie_s-Pizza3526.jpg'), url('../images/Sophie_s-Pizza3411.jpg'), url('../images/Sophie_s-Pizza3805.jpg');
  background-position: 50% 60%, 50% 83%, 50% 15%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, fixed, scroll;
}

.slide-6 {
  background-image: url('../images/Sophie_s-Pizza3805.jpg');
  background-position: 50% 15%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.slide-nav-2 {
  display: none;
}

.order-now {
  letter-spacing: 2px;
  background-color: #1e5629;
  width: 100%;
  margin-top: 0;
  padding: 14px 20px 12px;
  font-family: Copper Penny Dtp, sans-serif;
  line-height: 26px;
}

.form {
  width: 300px;
}

.submit-button {
  color: #27622f;
  background-color: #fff;
  margin-top: 20px;
  padding: 10px 40px 8px;
  font-family: Copper Penny Dtp, sans-serif;
  line-height: 30px;
}

.field-label {
  color: #fff;
  font-family: Antone Block, sans-serif;
}

.our-menu {
  color: #1e5629;
  letter-spacing: 1px;
  background-color: #fff;
  width: 100%;
  padding: 14px 20px 12px;
  font-family: Copper Penny Dtp, sans-serif;
}

.div-block-footer-content {
  width: 35%;
  margin-right: 50px;
  padding-top: 0;
}

.text-field-2 {
  color: #5c6670;
  background-color: #fff0;
  border: 1px solid #0000;
  border-left-style: none;
  margin-bottom: 0;
  padding: 9px 5px 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-field-2:focus {
  border-top-style: none;
  border-right-style: none;
}

.text-field-2::placeholder {
  color: #5c6670;
}

.form-block-footer {
  color: #5c6670;
  border-bottom: 2px solid #5c6670;
  width: 100%;
  padding-left: 0;
}

.button-submit-footer {
  color: #5c6670;
  background-color: #0000;
  border-bottom: 1px solid #5c667000;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-2 {
  color: #5c6670;
  border: 1px solid #5c667000;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-subscribe {
  color: #5c6670;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-footer {
  color: #5c6670;
  text-align: left;
  min-width: 358px;
  max-width: 470px;
  margin-top: 10px;
  padding-left: 0;
  font-size: 16px;
  display: none;
}

.error-message {
  background-color: #dfdfdf;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-submit-reply {
  color: #5c6670;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.form-block {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 180px;
  display: flex;
}

.the-heart-n-soul {
  background-image: url('../images/Dough-making-of-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 650px;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 15%;
  display: flex;
}

.paragraph-loc {
  color: #fff;
  text-align: justify;
  width: 35%;
  max-width: 400px;
  padding-top: 30px;
  font-family: Akzidenzgroteskpro, Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.paragraph-loc._2 {
  width: 43%;
  padding-top: 0;
  padding-bottom: 20px;
}

.paragraph-loc.centre {
  text-align: center;
  width: 46%;
  max-width: 680px;
  padding-top: 0;
}

.image-35 {
  max-width: 360px;
  height: 80px;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-5 {
  background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/67453a75f324267dc7b3ea26_Sohpie's%20on%20Bleecker%20illustration.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 750px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-contact {
  text-align: left;
  vertical-align: middle;
  background-image: url('../images/Digital_Inline_Dark_Green-01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-attachment: scroll;
  flex-flow: row;
  padding-left: 38px;
  line-height: 31px;
  display: inline-block;
}

.text-span-contact.whatsapp {
  background-image: url('../images/Digital_Inline_Dark_Green-02.png');
}

.text-span-contact.email {
  background-image: url('../images/email_1.png');
}

.link-6, .link-7 {
  display: inline-block;
}

.list-item {
  width: 100%;
}

.list-2 {
  min-width: 220px;
  padding-left: 0;
}

.link-block-floating {
  z-index: 100;
  background-color: #fff;
  border-radius: 20px;
  width: 60px;
  padding: 9px;
  position: fixed;
  inset: auto 20px 20px auto;
}

.link-8 {
  color: #fff;
}

.link-9 {
  color: #fff;
  display: inline-block;
}

.link-10 {
  line-height: 31px;
}

.text-span-contact-small {
  background-image: url('../images/email.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 26px;
}

.text-span-contact-small.whatsapp {
  background-image: url('../images/Digital_Glyph_White.png');
}

.text-span-roo-order {
  vertical-align: baseline;
  background-image: url('../images/deliveroo-logo-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 31px;
  line-height: 30px;
  display: inline-block;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .hero, .hero.cc-home-wrap {
    margin-bottom: 0;
  }

  .hero.cc-store-home-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--green_pizza);
    object-fit: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .container {
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    background-color: var(--green_pizza);
    text-align: center;
    flex-flow: column;
    grid-template-rows: minmax(400px, .5fr) auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: center;
    width: auto;
    max-width: none;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-tiny, .button.cc-contact-us.button_mobile.hide.under-menu {
    margin-top: 0;
  }

  .button.cc-contact-us.button_mobile-copy {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button.cc-contact-us.button_mobile-copy-copy {
    text-align: center;
  }

  .button.cc-contact-us.button_mobile-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .label {
    margin-bottom: 0;
  }

  .paragraph-light_02 {
    float: none;
    color: var(--white);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1080px;
    margin-top: auto;
    margin-bottom: 220px;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 35px;
    display: flex;
  }

  .heading-jumbo, .heading-jumbo.subpage, .heading-jumbo.subpage-copy {
    letter-spacing: 4px;
    margin-top: 40px;
  }

  .heading-jumbo-small {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation:hover {
    background-color: var(--color);
  }

  .nav-link.w--current:active {
    color: var(--green_pizza);
  }

  .intro-header.cc-subpage {
    background-image: url('../images/Mortys-June0566.webp');
    background-position: 50% 20%;
    height: 1100px;
  }

  .intro-header.cc-subpage.catering {
    background-image: url('../images/catering.jpg');
    background-position: 50% 25%;
    background-size: cover;
    height: 1100px;
  }

  .intro-header.cc-subpage.press {
    background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371463e_20240507-Morty's6999.webp");
    height: 1100px;
  }

  .intro-header.cc-subpage.menuhero {
    background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371463f_20240507-Morty's7058.webp");
    height: 1100px;
  }

  .intro-header.cc-subpage.catering-copy, .intro-header.cc-subpage.catering-copy-copy {
    background-image: url('../images/MORTYS_16HQ.jpg');
    background-position: 50% 35%;
    background-size: cover;
    height: 1000px;
  }

  .intro-header.cc-subpage.catering-copy-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371462e_20240507-Morty's7054.jpg");
    background-position: 50% 5%;
    background-size: cover;
    height: 1100px;
  }

  .about-story-wrap {
    margin-bottom: 80px;
  }

  .contact-form-grid {
    box-sizing: border-box;
    grid-column-gap: 70px;
    grid-row-gap: 68px;
    text-align: left;
    grid-template-rows: 312px;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: center stretch;
    max-width: 1200px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .details-wrap {
    text-align: left;
    object-fit: fill;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .projects-grid {
    margin-bottom: 80px;
  }

  .home-section-wrap {
    text-align: center;
  }

  .section-heading {
    text-align: left;
    margin-top: 40px;
  }

  .about-grid {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    text-align: center;
    grid-auto-flow: column;
  }

  .about-grid.cc-about-2 {
    padding-bottom: 220px;
    overflow: visible;
  }

  .about-grid.cc-about-2-copy {
    grid-column-gap: 110px;
    text-align: center;
    grid-column-gap: 110px;
    grid-row-gap: 30px;
    text-align: justify;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: flex;
    overflow: visible;
  }

  .footer {
    background-color: var(--green_pizza);
    color: #276230;
    padding-top: 0;
    display: block;
  }

  .footer-flex-container {
    margin-top: 50px;
  }

  .footer-heading {
    color: var(--white);
    margin-top: 50px;
  }

  .text-block {
    aspect-ratio: auto;
    letter-spacing: 2px;
    object-fit: fill;
    overflow: visible;
  }

  .text-block:hover {
    color: #fffefe;
  }

  .footer-copyright {
    font-family: Copper Penny Dtp, sans-serif;
    font-weight: 400;
  }

  .slide {
    background-image: url('../images/austin-ban-IS6RwpuEJpY-unsplash.jpg');
    background-position: 60% 100%;
    background-size: cover;
  }

  .slider {
    height: 190vh;
  }

  .bold-text {
    text-align: left;
  }

  .menu_container {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-a-news {
    display: block;
  }

  .heading-grid-title {
    text-transform: uppercase;
  }

  .div-block-vert.happening_box {
    justify-content: center;
    justify-items: baseline;
    padding-bottom: 80px;
  }

  .image-branding {
    background-color: #fff;
    width: 100%;
  }

  .slide-2 {
    background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371463f_20240507-Morty's7058.webp");
  }

  .slide-3 {
    background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371463e_20240507-Morty's6999.webp");
  }

  .slide-4 {
    background-image: url('../images/austin-ban-IS6RwpuEJpY-unsplash.jpg');
    background-position: 50% -120%;
    background-size: cover;
    background-attachment: fixed;
  }

  .link-block-pop-up {
    background-image: url('../images/premium_photo-1665413642696-74dc06807a4b.avif');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .paragraph-blue_regular-4 {
    margin-bottom: 0;
  }

  .link_popup-4 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .centered-container-3.popup.hori {
    background-image: linear-gradient(#000000ad, #000000ad);
    max-width: 500px;
    margin-bottom: 0;
    padding: 10px 20px 20px;
  }

  .div-block-pop-up-msg-2 {
    margin-bottom: 0;
  }

  .div-block-pop-up-msg-2.alfreds {
    display: none;
  }

  .heading-jumbo-tiny-_-menu-2.special_menu.popup {
    background-color: #c9c9c942;
  }

  .bold-text-3, .div-block-3 {
    text-align: left;
  }

  .paragraph-light_02-copy {
    float: none;
    text-align: left;
  }

  .image-21 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    overflow: clip;
  }

  .button-copy.cc-contact-us.button_mobile-copy {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-copy.cc-contact-us.button_mobile-copy-copy {
    text-align: center;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy {
    float: none;
    text-align: center;
    width: 155px;
    margin: 10px auto 15px;
    position: relative;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy-copy {
    float: none;
    text-align: center;
    width: 190px;
    margin: 10px auto 40px;
    position: relative;
  }

  .paragraph-light_02-copy {
    float: none;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .paragraph-light_02-copy:focus {
    text-align: left;
  }

  .div-block-4 {
    margin-bottom: 0;
  }

  .contact-form-grid-copy {
    grid-template-columns: 2.5fr 1.5fr;
    grid-auto-flow: row;
    place-items: center stretch;
    margin-bottom: 80px;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .body-6 {
    background-color: var(--morty-s-light-yellow);
  }

  .navigation-item-copy.w--current:active {
    color: var(--green_pizza);
  }

  .heading-jumbo-copy {
    letter-spacing: 4px;
    margin-top: 220px;
  }

  .heading-jumbo-copy.subpage {
    letter-spacing: 4px;
    margin-top: 40px;
  }

  .heading-jumbo-copy-copy {
    letter-spacing: 4px;
    margin-top: 220px;
  }

  .heading-jumbo-copy-copy.subpage {
    letter-spacing: 4px;
    margin-top: 40px;
  }

  .heading-jumbo-pizza-text {
    box-sizing: border-box;
    float: none;
    clear: both;
    background-color: var(--green_pizza);
    color: var(--white);
    text-align: justify;
    letter-spacing: 4px;
    column-count: auto;
    word-break: normal;
    overflow-wrap: normal;
    vertical-align: baseline;
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 80px;
    font-size: 55px;
    line-height: 115px;
    display: block;
    position: relative;
  }

  .heading-jumbo-pizza-text.subpage {
    letter-spacing: 4px;
    margin-top: 40px;
  }

  .bold-text-3-copy {
    text-align: left;
  }

  .paragraph-light_02-copy-copy {
    float: none;
    text-align: left;
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .image-21-copy {
    box-sizing: border-box;
    float: none;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    display: block;
    overflow: clip;
  }

  .section-heading-copy {
    text-align: center;
    margin-top: 40px;
  }

  .paragraph-light_02-copy-copy {
    float: none;
    text-align: left;
  }

  .image-21-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    overflow: clip;
  }

  .about-story-wrap-copy {
    margin-bottom: 80px;
  }

  .link, .link-2 {
    text-align: left;
  }

  .container-copy {
    margin-bottom: 140px;
  }

  .text-span-2, .text-span-3 {
    color: var(--green_pizza);
  }

  .link-3 {
    color: var(--black);
  }

  .paragraph-light_02-copy-copy {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-light_02-copy-copy-copy {
    float: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .bold-text-4, .bold-text-5 {
    text-align: left;
  }

  .text-block-2 {
    margin-bottom: 20px;
    font-family: "Tradegothicltstd Cn 18";
  }

  .paragraph-light_02-copy-copy-copy {
    float: none;
    text-align: center;
    float: none;
    text-align: left;
    object-fit: fill;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    display: block;
    overflow: visible;
  }

  .paragraph-light_02-copy-copy-copy-copy {
    float: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .navigation-item-copy-copy.w--current:active, .about.w--current:active {
    color: var(--green_pizza);
  }

  .link-4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    display: inline-block;
  }

  .paragraph-light_02-copy {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-light_02-copy:hover {
    text-align: center;
  }

  .heading-jumbo-small-copy, .heading-jumbo-small-copy-copy {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu_container-copy, .menu_container-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-slider {
    background-color: var(--white);
    background-image: url('../images/try.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-24 {
    text-align: center;
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
    margin-top: -300px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
  }

  .paragraph-light_02-copy-copy-copy-copy {
    float: none;
    text-align: center;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    display: block;
  }

  .image-25 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    vertical-align: text-top;
    object-fit: cover;
    display: inline-block;
    overflow: clip;
  }

  .columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-26 {
    vertical-align: middle;
    background-image: url('../images/nadya-spetnitskaya-tOYiQxF9-Ys-unsplash.jpg');
    background-size: cover;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-27 {
    background-image: url('../images/nadya-spetnitskaya-tOYiQxF9-Ys-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .image-28 {
    object-fit: fill;
  }

  .container-copy {
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: minmax(400px, .5fr) auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: -200px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .join-the-family-text {
    float: none;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1080px;
    margin-top: 20px;
    margin-bottom: 220px;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 35px;
    display: flex;
  }

  .join-the-family-text:hover {
    text-align: center;
  }

  .join-the-family-text.split {
    text-shadow: none;
  }

  .join-the-family-text.split-copy {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    color: var(--white);
    text-align: center;
    text-shadow: 2px 3px 5px #331b0570;
    justify-content: center;
    align-items: center;
    width: 1080px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .join-the-family-text.join-the-family {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    color: var(--white);
    text-align: center;
    text-shadow: 2px 3px 5px #331b0570;
    justify-content: center;
    align-items: center;
    width: 1080px;
    margin: 0 100px 100px auto;
  }

  .container-copy-copy {
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: minmax(400px, .5fr) auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: center;
    width: auto;
    max-width: 1600px;
    margin-top: -180px;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .image-29 {
    object-fit: cover;
    flex-flow: column;
    display: inline-flex;
  }

  .container-3 {
    max-width: 450px;
    margin-bottom: 220px;
  }

  .div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-image: url('../images/nadya-spetnitskaya-tOYiQxF9-Ys-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 1600px;
    display: flex;
  }

  .menu {
    aspect-ratio: 3000 / 1600;
    background-image: url('../images/SOB_WEB_MENU_R4_241205_DESKTOP.jpg');
    background-repeat: repeat-y;
    grid-template-rows: minmax(400px, .5fr) auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column dense;
    justify-items: center;
  }

  .div-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-image: url('../images/luann-hunt-tv8e9oQx-H4-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 1600px;
    display: flex;
  }

  .image-24-copy {
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
    margin-top: -400px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
  }

  .image-24-copy-copy {
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
    margin: -400px 40px 0 auto;
    display: block;
  }

  .div-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-image: url('../images/adrian-maximiliano-arellano-x5yy1BDBTQk-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    height: 1600px;
    display: flex;
  }

  .join-us {
    grid-template-rows: minmax(400px, .5fr) auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column dense;
    justify-items: center;
  }

  .image-24-copy-copy-copy {
    text-shadow: 0 1px 1px #0003;
    object-fit: cover;
    justify-content: flex-start;
    align-items: center;
  }

  .info {
    text-align: center;
    background-image: none;
    border-width: 0;
    flex-flow: wrap;
    grid-auto-columns: .75fr;
    justify-content: center;
    max-width: none;
  }

  .the-heart-and-soul {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: 27px;
    padding-left: 0;
    display: block;
  }

  .catering {
    background-position: 50% 15%;
  }

  .hero-slider-2 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Sophie_s-Pizza3526.jpg'), url('../images/Sophie_s-Pizza3411.jpg'), url('../images/Sophie_s-Pizza3805.jpg');
    background-position: 50% 65%, 50% 80%, 50% 15%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 0%, 100%, 100%;
    background-attachment: scroll, scroll, fixed;
    background-clip: border-box;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mask-2 {
    float: none;
    clear: none;
  }

  .slide-6 {
    background-image: url('../images/Sophie_s-Pizza3756.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    width: 100%;
  }

  .image-32 {
    width: 15%;
    padding-top: 300px;
  }

  .order-now {
    letter-spacing: 3px;
    text-indent: 0;
  }

  .button-3 {
    float: none;
    clear: none;
    text-decoration: none;
  }

  .image-33 {
    width: 35%;
    height: auto;
    margin-top: -331px;
    margin-bottom: 146px;
    margin-left: 220px;
    padding-top: 0;
  }

  .text-block-3 {
    color: #276230;
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-family: Copper Penny Dtp, sans-serif;
  }

  .image-34 {
    text-align: center;
    width: 20%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .form {
    text-align: left;
  }

  .submit-button {
    letter-spacing: 2px;
  }

  .field-label {
    padding-top: 0;
  }

  .field-label-2 {
    font-family: Antone Block, sans-serif;
  }

  .paragraph-3 {
    color: #fff;
    text-shadow: 3px 3px 1px #1d1d1d33;
    width: 40%;
    margin-bottom: 47px;
    font-family: Copper Penny Dtp, sans-serif;
  }

  .our-menu {
    -webkit-text-stroke-color: #276220;
  }

  .form-block-footer {
    width: 80%;
  }

  .paragraph-footer {
    max-width: 470px;
  }

  .paragraph-loc {
    max-width: 600px;
  }

  .paragraph-5 {
    color: #276230;
    -webkit-text-stroke-color: #276220;
    padding-top: 40px;
    font-family: Copper Penny Dtp, sans-serif;
  }

  .image-37 {
    margin-top: 19px;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  a {
    text-align: left;
  }

  .hero {
    margin-bottom: 0;
  }

  .hero.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    width: 85%;
    padding-bottom: 20px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    margin-left: 20px;
    padding: 3px 5px;
    display: block;
  }

  .button.cc-contact-us.button_mobile {
    text-align: center;
    padding: 12px 18px 10px;
  }

  .button.cc-contact-us.button_mobile.hide {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 7px;
  }

  .label {
    text-align: left;
  }

  .paragraph-light_02 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-jumbo {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-jumbo.subpage, .heading-jumbo.subpage-copy {
    margin-top: 40px;
    font-size: 45px;
  }

  .heading-jumbo-small {
    font-size: 22px;
    line-height: 36px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigator-menu {
    margin-left: 35px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    background-color: var(--white);
    padding: 15px 20px;
  }

  .nav-link {
    text-align: center;
    padding: 15px 10px;
    font-size: 10px;
    line-height: 20px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav-link:hover {
    background-color: #f7f8f900;
  }

  .nav-link:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    width: 120px;
  }

  .navigation-items {
    background-color: #0000;
    display: flex;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.cc-subpage {
    background-size: cover;
    height: 520px;
    margin-bottom: 80px;
  }

  .intro-header.cc-subpage.catering {
    margin-bottom: 60px;
  }

  .intro-header.cc-subpage.press {
    background-attachment: scroll;
  }

  .intro-header.cc-subpage.catering-copy, .intro-header.cc-subpage.catering-copy-copy, .intro-header.cc-subpage.catering-copy-copy-copy {
    margin-bottom: 60px;
  }

  .motto-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .about-story-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin: 0 auto 60px;
  }

  .details-wrap, .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .home-section-wrap {
    margin-bottom: 20px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 60px;
  }

  .about-grid.cc-about-2, .about-grid.cc-about-2-copy, .about-grid.cc-about-2-copy {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .footer, .footer-flex-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-link {
    min-width: 80px;
  }

  .text-block {
    font-size: 10px;
  }

  .div-block-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 34px;
  }

  .slider {
    height: 520px;
  }

  .section-navplace {
    height: 120px;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 40px;
  }

  .paragraph-light-2 {
    margin-top: 5px;
  }

  .heading-jumbo-tiny-_-menu {
    font-size: 17px;
    line-height: 34px;
  }

  .content-wrap {
    width: 80%;
    margin: 20px auto;
  }

  .link-block-3 {
    display: inline-block;
  }

  .div-block-vert.happening_box {
    width: 92%;
  }

  .heading-16 {
    margin-bottom: 10px;
    line-height: 40px;
  }

  .paragraph-blue_regular-4 {
    margin-top: 5px;
  }

  .centered-container-3 {
    max-width: 70%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .centered-container-3.popup {
    padding: 20px 40px 30px;
  }

  .centered-container-3.popup.hori {
    max-width: 670px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .div-block-pop-up-msg-2 {
    padding-top: 15vh;
  }

  .heading-jumbo-tiny-_-menu-2 {
    font-size: 17px;
    line-height: 41px;
  }

  .heading-jumbo-tiny-_-menu-2.special_menu.popup {
    margin-bottom: 20px;
  }

  .text-block-copy {
    font-size: 11px;
  }

  .button-copy {
    justify-content: center;
  }

  .button-copy.cc-contact-us, .button-copy.cc-contact-us-copy {
    margin-left: 20px;
    padding: 3px 5px;
    display: block;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-grid-copy {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin: 0 auto 60px;
  }

  .navigation-item-copy {
    text-align: center;
    padding: 15px 12px;
    font-size: 11px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-copy:active {
    background-color: #eef0f3;
  }

  .heading-jumbo-copy {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-jumbo-copy.subpage {
    font-size: 45px;
  }

  .heading-jumbo-copy-copy {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-jumbo-copy-copy.subpage {
    font-size: 45px;
  }

  .heading-jumbo-pizza-text {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-jumbo-pizza-text.subpage {
    font-size: 45px;
  }

  .home-content-wrap-copy {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .home-section-wrap-copy {
    margin-bottom: 20px;
  }

  .section-heading-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .about-story-wrap-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link, .link-2 {
    color: var(--black);
  }

  .container-copy {
    width: 85%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .link-3 {
    color: var(--black);
  }

  .paragraph-light_02-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-light_02-copy-copy {
    font-size: 18px;
    line-height: 32px;
  }

  .text-block-2 {
    text-align: left;
  }

  .paragraph-light_02-copy-copy-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .navigation-item-copy-copy {
    text-align: center;
    padding: 15px 12px;
    font-size: 11px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-copy-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-copy-copy:active {
    background-color: #eef0f3;
  }

  .about {
    text-align: center;
    padding: 15px 10px;
    font-size: 10px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .about:hover {
    background-color: #f7f8f900;
  }

  .about:active {
    background-color: #eef0f3;
  }

  .link-4 {
    color: #1a1b1f;
  }

  .link-5 {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .paragraph-light_02-copy {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-jumbo-small-copy, .heading-jumbo-small-copy-copy {
    font-size: 22px;
    line-height: 36px;
  }

  .heading-jumbo-tiny-_-menu-copy {
    font-size: 17px;
    line-height: 34px;
  }

  .paragraph-light_02-copy-copy-copy-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .container-copy, .container-copy-copy {
    width: 85%;
    padding-bottom: 20px;
  }

  .join-the-family-text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .container-copy-copy {
    width: 85%;
    padding-bottom: 20px;
  }

  .menu {
    aspect-ratio: 2000 / 1330;
    background-position: 50% 0;
    background-size: 120%;
    width: 100%;
  }

  .join-us {
    background-size: cover;
  }

  .info {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-30 {
    margin-left: -21px;
  }

  .the-heart-and-soul {
    font-size: 13px;
  }

  .catering {
    min-height: 600px;
  }

  .hero-slider-1 {
    height: 85vh;
    min-height: 700px;
  }

  .hero-slider-2 {
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-6 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .order-now {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .submit-button {
    font-size: 14px;
    line-height: 20px;
  }

  .field-label {
    font-size: 11px;
    line-height: 17px;
  }

  .our-menu {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-footer-content {
    width: 40%;
    margin-right: 40px;
  }

  .form-block-footer {
    width: 95%;
  }

  .heading-subscribe {
    margin-top: 12px;
    font-size: 14px;
  }

  .the-heart-n-soul {
    min-height: 600px;
    padding-left: 12%;
  }

  .paragraph-loc {
    width: 55%;
  }

  .paragraph-loc.centre {
    width: 70%;
  }

  .div-block-5 {
    min-height: 500px;
  }

  .text-field-3 {
    margin-bottom: 20px;
  }

  .text-span-roo-order {
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero.cc-cta {
    padding: 15px;
  }

  .hero.cc-home-wrap, .hero.cc-store-home-wrap, .hero.cc-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-tiny {
    margin-top: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-contact-us {
    margin-top: 40px;
    margin-left: 0;
  }

  .button.cc-contact-us.button_mobile {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    font-family: Copper Penny Dtp, sans-serif;
    display: block;
  }

  .button.cc-contact-us.button_mobile:active {
    color: #fff;
  }

  .button.cc-contact-us.button_mobile.hide {
    display: none;
  }

  .button.cc-contact-us.button_mobile.hide.menu {
    display: block;
  }

  .button.cc-contact-us.button_mobile.hide.under-menu {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .button.cc-contact-us.button_mobile-copy, .button.cc-contact-us.button_mobile-copy-copy {
    margin-top: 0;
    margin-right: 30px;
    display: block;
  }

  .button.cc-contact-us.button_mobile-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light_02 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 50px;
  }

  .heading-jumbo.subpage, .heading-jumbo.subpage-copy {
    margin-top: 40px;
    font-size: 36px;
  }

  .heading-jumbo-small {
    font-size: 18px;
    line-height: 26px;
  }

  .logo-link {
    margin-right: 120px;
    padding-left: 0;
  }

  .menu-icon {
    filter: invert();
    margin-right: 30px;
  }

  .navigator-menu {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    margin-left: 0;
    display: flex;
    position: fixed;
    inset: 0 0% auto;
  }

  .navigation {
    align-items: stretch;
    padding: 8px 0;
    display: block;
    overflow: visible;
  }

  .navigation._1 {
    display: none;
  }

  .nav-link:hover, .nav-link:focus {
    background-color: #0000;
  }

  .menu-button {
    position: fixed;
    inset: 29px 0% auto auto;
  }

  .menu-button.w--open {
    position: fixed;
    inset: 31px 0% auto auto;
  }

  .logo-image {
    width: 60px;
    margin-left: 20px;
  }

  .navigation-items {
    z-index: auto;
    background-color: #1a1b1f;
    flex-flow: column;
    width: 100%;
    padding: 30px 60px;
    position: relative;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage {
    height: 300px;
    margin-bottom: 40px;
  }

  .intro-header.cc-subpage.catering {
    margin-bottom: 40px;
  }

  .intro-header.cc-subpage.press {
    background-attachment: scroll;
  }

  .intro-header.cc-subpage.menuhero, .intro-header.cc-subpage.catering-copy, .intro-header.cc-subpage.catering-copy-copy, .intro-header.cc-subpage.catering-copy-copy-copy {
    margin-bottom: 40px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap, .about-story-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-heading-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .contact-form-grid {
    width: 85%;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .projects-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .section-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .about-grid {
    grid-row-gap: 28px;
    margin-bottom: 50px;
  }

  .footer {
    padding: 40px 20px 20px;
  }

  .footer-flex-container {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .footer-image {
    object-fit: contain;
    height: 90px;
    margin-top: -26px;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .div-block-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading-2 {
    font-size: 12px;
    line-height: 21px;
  }

  .image-4 {
    width: 34px;
  }

  .slider {
    height: 300px;
  }

  .section-navplace {
    background-color: #fff;
    background-image: none;
    height: 80px;
  }

  .heading-7 {
    font-size: 15px;
    line-height: 32px;
  }

  .paragraph-light-2 {
    font-size: 12px;
    line-height: 19px;
  }

  .heading-jumbo-tiny-_-menu {
    min-width: 200px;
  }

  .content-wrap {
    width: 90%;
    margin-top: 40px;
  }

  .heading-grid-title {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 24px;
  }

  .heading-view-more-hover.hover {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 10px;
  }

  .div-block-vert.happening_box {
    grid-template-columns: minmax(200px, 1fr);
  }

  .heading-brand-des {
    min-height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .footer45-2 {
    height: 66px;
  }

  .heading-16.popup {
    margin-top: 10px;
  }

  .heading-16.popup.hori {
    font-size: 16px;
  }

  .paragraph-blue_regular-4 {
    font-size: 12px;
    line-height: 19px;
  }

  .paragraph-blue_regular-4.white {
    padding: 5px;
  }

  .image-20 {
    object-fit: fill;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .image-20.popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container-3 {
    max-width: 90%;
    padding: 40px;
  }

  .centered-container-3.popup.hori {
    max-width: 500px;
    padding: 20px 28px 15px;
  }

  .div-block-pop-up-msg-2 {
    padding-top: 5vh;
  }

  .div-block-pop-up-msg-2.alfreds {
    display: none;
  }

  .text-block-copy {
    letter-spacing: 1px;
  }

  .button-copy.cc-contact-us {
    margin-top: 40px;
    margin-left: 0;
  }

  .button-copy.cc-contact-us.button_mobile, .button-copy.cc-contact-us.button_mobile-copy, .button-copy.cc-contact-us.button_mobile-copy, .button-copy.cc-contact-us.button_mobile-copy-copy {
    margin-top: 0;
    margin-right: 30px;
    display: block;
  }

  .button-copy.cc-contact-us-copy {
    margin-top: 40px;
    margin-left: 0;
  }

  .button-copy.cc-contact-us-copy.button_mobile, .button-copy.cc-contact-us-copy.button_mobile-copy, .button-copy.cc-contact-us-copy.button_mobile-copy {
    margin-top: 0;
    margin-right: 30px;
    display: block;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy, .button-copy.cc-contact-us-copy.button_mobile-copy-copy-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    overflow: auto;
  }

  .contact-form-grid-copy {
    width: 85%;
  }

  .navigation-item-copy:hover, .navigation-item-copy:focus {
    background-color: #0000;
  }

  .heading-jumbo-copy {
    font-size: 36px;
    line-height: 50px;
  }

  .heading-jumbo-copy.subpage {
    font-size: 36px;
  }

  .heading-jumbo-copy-copy {
    font-size: 36px;
    line-height: 50px;
  }

  .heading-jumbo-copy-copy.subpage {
    font-size: 36px;
  }

  .heading-jumbo-pizza-text {
    font-size: 36px;
    line-height: 50px;
  }

  .heading-jumbo-pizza-text.subpage {
    font-size: 36px;
  }

  .home-content-wrap-copy {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .section-heading-copy {
    font-size: 26px;
    line-height: 32px;
  }

  .about-story-wrap-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link, .link-2 {
    color: var(--black);
  }

  .paragraph-light_02-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-light_02-copy-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-light_02-copy-copy-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .navigation-item-copy-copy:hover, .navigation-item-copy-copy:focus, .about:hover {
    background-color: #0000;
  }

  .about:focus {
    color: #c5c5c5;
    background-color: #0000;
  }

  .paragraph-light_02-copy {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-jumbo-small-copy, .heading-jumbo-small-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-jumbo-tiny-_-menu-copy {
    min-width: 200px;
  }

  .paragraph-light_02-copy-copy-copy-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .container-copy, .container-copy-copy {
    text-align: center;
  }

  .join-the-family-text {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 20px;
  }

  .container-copy-copy {
    text-align: center;
  }

  .menu {
    aspect-ratio: 2000 / 1556;
    text-align: center;
    background-size: 140%;
    width: 100%;
  }

  .join-us {
    text-align: center;
    min-height: 600px;
    padding-left: 60px;
  }

  .image-24-copy-copy-copy {
    height: 60px;
  }

  .info {
    text-align: center;
    border-width: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .image-30 {
    max-width: 210px;
    margin-left: -20px;
  }

  .the-heart-and-soul {
    min-width: 250px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 23px;
  }

  .the-heart-and-soul.contact {
    line-height: 26px;
  }

  .catering {
    background-image: linear-gradient(#0000, #0000008c 50%, #0000), url('../images/Sophie_s-Pizza3312.jpg');
    background-position: 0 0, 50% 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 500px;
  }

  .image-31 {
    height: 60px;
    margin-bottom: 30px;
  }

  .paragraph-2.coming {
    width: 80%;
    font-size: 18px;
  }

  .hero-slider-1 {
    min-height: 50vw;
    overflow: hidden;
  }

  .hero-slider-2 {
    background-size: cover, auto;
  }

  .slide-6 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .field-label {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-footer-content {
    width: auto;
    margin-right: 20px;
  }

  .text-field-2, .button-submit-footer {
    font-size: 10px;
  }

  .form-2 {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .heading-subscribe {
    font-size: 12px;
    line-height: 18px;
  }

  .form-block {
    margin-bottom: 60px;
  }

  .the-heart-n-soul {
    padding-bottom: 80px;
  }

  .paragraph-loc {
    width: 60%;
    padding-top: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-loc._2 {
    width: 60%;
  }

  .paragraph-loc.centre {
    font-size: 13px;
  }

  .image-35 {
    height: 60px;
  }

  .div-block-5 {
    min-height: 400px;
  }

  .text-span-contact {
    background-size: 22px;
    padding-left: 29px;
    line-height: 26px;
  }

  .text-span-contact.email {
    line-height: 31px;
  }

  .link-block-floating {
    width: 50px;
  }

  .icon-4, .icon-5 {
    font-size: 30px;
  }

  .text-span-contact-small {
    line-height: 23px;
    display: inline-block;
  }

  .text-span-contact-small.whatsapp {
    line-height: 23px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .hero {
    max-height: 600px;
  }

  .container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-tiny {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-tiny.rooimage {
    padding-top: 42px;
    padding-left: 0;
  }

  .button.cc-contact-us.button_mobile {
    padding: 8px 12px 6px;
    font-size: 12px;
  }

  .button.cc-contact-us.button_mobile.hide.under-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }

  .button.cc-contact-us.button_mobile-copy, .button.cc-contact-us.button_mobile-copy-copy {
    margin-right: 10px;
    padding: 2px 7px;
    font-size: 12px;
  }

  .button.cc-contact-us.button_mobile-copy {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 7px;
    font-size: 12px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light_02 {
    width: 290px;
    margin: 0 auto 20px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow: auto;
  }

  .heading-jumbo {
    margin-top: 40px;
    font-size: 28px;
    line-height: 34px;
    overflow: auto;
  }

  .heading-jumbo.subpage, .heading-jumbo.subpage-copy {
    margin-top: 40px;
    font-size: 28px;
  }

  .heading-jumbo-small {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .menu-icon {
    margin-right: 20px;
  }

  .navigator-menu {
    margin-top: 59px;
    top: 0;
  }

  .navigation {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
    top: 20px;
  }

  .logo-image {
    width: 60px;
  }

  .navigation-items {
    left: 0;
    right: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
  }

  .intro-header.cc-subpage.catering {
    background-position: 50% -70%;
    height: 350px;
    margin-bottom: 40px;
  }

  .intro-header.cc-subpage.press {
    background-position: 50%;
    background-attachment: scroll;
    height: 350px;
  }

  .intro-header.cc-subpage.menuhero {
    background-position: 50%;
    height: 350px;
  }

  .intro-header.cc-subpage.catering-copy {
    background-position: 50% -70%;
    height: 350px;
    margin-bottom: 40px;
  }

  .intro-header.cc-subpage.catering-copy-copy {
    background-image: url('../images/MORTYS_16HQ.jpg');
    background-position: 50% 35%;
    height: 350px;
    margin-bottom: 40px;
  }

  .intro-header.cc-subpage.catering-copy-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/66f503845ce13fd5b371459b/66f503845ce13fd5b371462e_20240507-Morty's7054.jpg");
    background-position: 50% 10%;
    height: 350px;
    margin-bottom: 40px;
  }

  .about-story-wrap {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
    margin-bottom: 40px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .projects-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: inline-block;
    overflow: auto;
  }

  .home-section-wrap {
    margin-bottom: 0;
    overflow: auto;
  }

  .section-heading {
    margin-top: 20px;
    font-size: 21px;
    line-height: 25px;
  }

  .about-grid {
    grid-row-gap: 15px;
    grid-template-rows: 0;
    margin-bottom: 60px;
    overflow: auto;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 111px;
    grid-template-rows: repeat(auto-fit, 0);
    grid-template-columns: 3.25fr;
    grid-auto-flow: column;
    margin-bottom: 140px;
    display: block;
  }

  .about-grid.cc-about-2-copy {
    grid-row-gap: 111px;
    grid-row-gap: 111px;
    grid-template-rows: repeat(auto-fit, 0);
    grid-template-columns: 3.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 140px;
    display: block;
  }

  .footer {
    text-align: left;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-image {
    height: 110px;
    margin-bottom: 0;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 19px;
  }

  .footer-heading-2 {
    margin-top: 10px;
  }

  .slider {
    height: 500px;
  }

  .icon, .icon-2 {
    font-size: 25px;
  }

  .section-navplace {
    height: 40px;
    display: block;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-light-2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-jumbo-tiny-_-menu {
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 28px;
  }

  .divider-2 {
    margin-top: 40px;
  }

  .project-cover-link-2 {
    margin-top: 10px;
  }

  .content-wrap {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .heading-grid-title {
    margin-top: 8px;
    font-size: 17px;
  }

  .div-block-vert.happening_box {
    grid-template-columns: minmax(200px, 1fr);
    padding-left: 0;
    padding-right: 0;
  }

  .heading-brand-des {
    font-size: 11px;
  }

  .slide-4 {
    background-position: 50%;
  }

  .footer45-2 {
    height: auto;
    padding-bottom: 21px;
  }

  .divider-6 {
    margin-top: 40px;
  }

  .popup-news-div {
    padding: 9px;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-16.popup {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .project-cover-link-3 {
    margin-top: 15px;
  }

  .paragraph-blue_regular-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-20 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .image-20.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container-3 {
    text-align: center;
    max-width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container-3.popup {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container-3.popup.hori {
    max-width: 300px;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .div-block-pop-up-msg-2 {
    margin-top: 137px;
  }

  .heading-jumbo-tiny-_-menu-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 37px;
  }

  .heading-jumbo-tiny-_-menu-2.special_menu.popup {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .body-5 {
    background-color: var(--white);
  }

  .paragraph-light_02-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .image-21 {
    overflow: auto;
  }

  .text-block-copy {
    letter-spacing: 1px;
    font-size: 8.5px;
  }

  .button-copy.cc-contact-us.button_mobile, .button-copy.cc-contact-us.button_mobile-copy, .button-copy.cc-contact-us.button_mobile-copy, .button-copy.cc-contact-us.button_mobile-copy-copy, .button-copy.cc-contact-us-copy.button_mobile, .button-copy.cc-contact-us-copy.button_mobile-copy, .button-copy.cc-contact-us-copy.button_mobile-copy {
    margin-right: 10px;
    padding: 2px 7px;
    font-size: 12px;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy {
    margin-left: auto;
    margin-right: auto;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block;
    overflow: visible;
  }

  .button-copy.cc-contact-us-copy.button_mobile-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block;
  }

  .contact-form-grid-copy {
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-jumbo-copy {
    margin-top: 40px;
    font-size: 28px;
    line-height: 34px;
    overflow: auto;
  }

  .heading-jumbo-copy.subpage {
    margin-top: 40px;
    font-size: 28px;
  }

  .heading-jumbo-copy-copy {
    margin-top: 40px;
    font-size: 28px;
    line-height: 34px;
    overflow: auto;
  }

  .heading-jumbo-copy-copy.subpage {
    margin-top: 40px;
    font-size: 28px;
  }

  .heading-jumbo-pizza-text {
    margin-top: 40px;
    font-size: 26px;
    line-height: 34px;
    overflow: auto;
  }

  .heading-jumbo-pizza-text.subpage {
    margin-top: 40px;
    font-size: 28px;
  }

  .home-content-wrap-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: inline-block;
    overflow: auto;
  }

  .bold-text-3-copy {
    letter-spacing: 3px;
    line-height: 20px;
  }

  .home-section-wrap-copy {
    margin-bottom: 0;
    overflow: auto;
  }

  .section-heading-copy {
    letter-spacing: 3px;
    margin-top: 20px;
    font-size: 21px;
  }

  .paragraph-light_02-copy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .image-21-copy {
    overflow: auto;
  }

  .about-story-wrap-copy {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: auto;
  }

  .heading-jumbo-tiny-_-menu-copy {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 28px;
  }

  .link, .link-2 {
    color: var(--black);
  }

  .container-copy {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph-light_02-copy {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .paragraph-light_02-copy-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    overflow: auto;
  }

  .paragraph-light_02-copy-copy-copy {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    overflow: auto;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-light_02-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .paragraph-light_02-copy-copy-copy-copy {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    overflow: auto;
  }

  .paragraph-light_02-copy {
    width: 290px;
    margin: 0 auto 20px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow: auto;
  }

  .heading-jumbo-small-copy, .heading-jumbo-small-copy-copy {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .bold-text-7 {
    width: 290px;
    display: block;
    overflow: auto;
  }

  .heading-jumbo-tiny-_-menu-copy {
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 28px;
  }

  .project-cover-link-2-copy {
    margin-top: 10px;
  }

  .paragraph-light_02-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .container-copy, .container-copy-copy {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .join-the-family-text {
    width: 290px;
    margin: 0 auto 20px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow: auto;
  }

  .container-copy-copy {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu {
    aspect-ratio: 414 / 1480;
    background-image: url('../images/SOB_WEB_MENU_R4_241205_MOBILE.jpg');
    background-position: 50% 0;
    background-size: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .join-us {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .image-24-copy-copy-copy {
    margin-bottom: 20px;
  }

  .info {
    grid-template-columns: 1.75fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .image-30 {
    align-self: center;
    width: 70%;
    max-width: none;
    margin-left: 0;
  }

  .the-heart-and-soul.contact {
    text-align: center;
    align-self: center;
  }

  .catering {
    width: 100vw;
    min-height: 480px;
  }

  .image-31 {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    width: auto;
    max-width: 320px;
    font-size: 13px;
  }

  .paragraph-2.coming {
    font-size: 16px;
  }

  .hero-slider-1 {
    width: 100vw;
    min-height: 170vw;
    max-height: 200vw;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .hero-slider-2 {
    vertical-align: top;
    background-position: 50% 75%, 50% 15%;
    background-size: auto 250%, auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-6 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-3 {
    position: relative;
  }

  .right-arrow {
    width: 30px;
  }

  .join {
    width: 100vw;
  }

  .form {
    width: 230px;
  }

  .submit-button {
    margin-top: 10px;
  }

  .field-label {
    margin-bottom: 6px;
  }

  .div-block-footer-content {
    margin-right: 0;
  }

  .form-block-footer {
    width: 90%;
  }

  .form-2 {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .heading-subscribe {
    width: 100%;
  }

  .form-block {
    margin-bottom: 60px;
  }

  .the-heart-n-soul {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph-loc {
    width: 80%;
  }

  .paragraph-loc._2 {
    width: 80%;
    padding-bottom: 10px;
  }

  .image-36 {
    overflow: visible;
  }

  .div-block-5 {
    min-height: 300px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .list-2 {
    min-width: 190px;
  }

  .link-block-floating {
    bottom: 13px;
    right: 13px;
  }

  .text-field-3 {
    margin-bottom: 15px;
  }

  .container-5 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .link-10 {
    text-align: center;
  }

  .icon-4, .icon-5 {
    font-size: 24px;
  }

  .left-arrow {
    width: 30px;
  }

  .div-block-7 {
    margin-top: 10px;
    padding: 7px;
  }
}


@font-face {
  font-family: 'Antone Block';
  src: url('../fonts/Antone-Block.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Xbdit';
  src: url('../fonts/akzidenzgroteskpro_xbdit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/akzidenzgroteskpro_boldit.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_boldcnit.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_bold.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_boldcn.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_boldex.otf') format('opentype'), url('../fonts/akzidenzgroteskpro_boldexit.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Xbd';
  src: url('../fonts/akzidenzgroteskpro_xbd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/akzidenzgroteskpro_superitalic.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_extitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Mdex';
  src: url('../fonts/akzidenzgroteskpro_mdex.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro It';
  src: url('../fonts/akzidenzgroteskpro_it.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Medextit';
  src: url('../fonts/akzidenzgroteskpro_medextit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/akzidenzgroteskpro_lightit.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_lightcn.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_light.ttf') format('truetype'), url('../fonts/akzidenzgroteskpro_lightex.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Md';
  src: url('../fonts/akzidenzgroteskpro_md.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Xbdcn';
  src: url('../fonts/akzidenzgroteskpro_xbdcn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Xbdcnit';
  src: url('../fonts/akzidenzgroteskpro_xbdcnit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/akzidenzgroteskpro_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Mdcnit';
  src: url('../fonts/akzidenzgroteskpro_mdcnit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Super';
  src: url('../fonts/akzidenzgroteskpro_super.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Mdcn';
  src: url('../fonts/akzidenzgroteskpro_mdcn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Ligextit';
  src: url('../fonts/akzidenzgroteskpro_ligextit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Cn';
  src: url('../fonts/akzidenzgroteskpro_cn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copper Penny Dtp';
  src: url('../fonts/Copper-Penny-DTP.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Ext';
  src: url('../fonts/akzidenzgroteskpro_ext.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}