@font-face {
  font-family: "Regina";
  src: url("../fonts/ReginaBlack-Solid.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("../fonts/TradeGothic.ttf") format("truetype"), url("../fonts/TradeGothic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "War is Over";
  src: url("../fonts/WarIsOver.ttf") format("truetype"), url("../fonts/WarIsOver.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: amano;
  src: url("../fonts/amano.ttf") format("truetype"), url("../fonts/amano.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NexaRustSlab;
  src: url("../fonts/NexaRustSlab.ttf") format("truetype"), url("../fonts/NexaRustSlab.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NexaRustScript;
  src: url("../fonts/NexaRustScript.ttf") format("truetype"), url("../fonts/NexaRustScript.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* color pallette */
html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6,
abbr,
address,
blockquote,
body,
figure,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button, [type=button], [type=reset], [type=submit],
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
[type=radio],
[type=checkbox],
select,
label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only,
.search .entry-image figcaption,
.comment-author .says,
.single .cat-links .cat-label,
.archive:not(.woocommerce-page) .entry-image figcaption,
.blog .entry-image figcaption {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.sr-only:focus,
.search .entry-image figcaption:focus,
.comment-author .says:focus,
.single .cat-links .cat-label:focus,
.archive:not(.woocommerce-page) .entry-image figcaption:focus,
.blog .entry-image figcaption:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #231f20;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.mt0, .my0, .m0 {
  margin-top: 0 !important;
}

.mb0, .my0, .m0 {
  margin-bottom: 0 !important;
}

.ml0, .mx0, .m0 {
  margin-left: 0 !important;
}

.mr0, .mx0, .m0 {
  margin-right: 0 !important;
}

.mta, .mya, .ma {
  margin-top: auto !important;
}

.mba, .mya, .ma {
  margin-bottom: auto !important;
}

.mla, .mxa, .ma {
  margin-left: auto !important;
}

.mra, .mxa, .ma {
  margin-right: auto !important;
}

.mt1, .my1, .m1 {
  margin-top: 20px !important;
}

.mb1, .my1, .m1 {
  margin-bottom: 20px !important;
}

.ml1, .mx1, .m1 {
  margin-left: 20px !important;
}

.mr1, .mx1, .m1 {
  margin-right: 20px !important;
}

.mt2, .my2, .m2 {
  margin-top: 40px !important;
}

.mb2, .my2, .m2 {
  margin-bottom: 40px !important;
}

.ml2, .mx2, .m2 {
  margin-left: 40px !important;
}

.mr2, .mx2, .m2 {
  margin-right: 40px !important;
}

.mt4, .my4, .m4 {
  margin-top: 80px !important;
}

.mb4, .my4, .m4 {
  margin-bottom: 80px !important;
}

.ml4, .mx4, .m4 {
  margin-left: 80px !important;
}

.mr4, .mx4, .m4 {
  margin-right: 80px !important;
}

.pt0, .py0, .p0 {
  padding-top: 0 !important;
}

.pb0, .py0, .p0 {
  padding-bottom: 0 !important;
}

.pl0, .px0, .p0 {
  padding-left: 0 !important;
}

.pr0, .px0, .p0 {
  padding-right: 0 !important;
}

.pt1, .py1, .p1 {
  padding-top: 20px !important;
}

.pb1, .py1, .p1 {
  padding-bottom: 20px !important;
}

.pl1, .px1, .p1 {
  padding-left: 20px !important;
}

.pr1, .px1, .p1 {
  padding-right: 20px !important;
}

.pt2, .py2, .p2 {
  padding-top: 40px !important;
}

.pb2, .py2, .p2 {
  padding-bottom: 40px !important;
}

.pl2, .px2, .p2 {
  padding-left: 40px !important;
}

.pr2, .px2, .p2 {
  padding-right: 40px !important;
}

.pt4, .py4, .p4 {
  padding-top: 80px !important;
}

.pb4, .py4, .p4 {
  padding-bottom: 80px !important;
}

.pl4, .px4, .p4 {
  padding-left: 80px !important;
}

.pr4, .px4, .p4 {
  padding-right: 80px !important;
}

/*
 * BASIC LABEL STYLES
 *
 */
label {
  display: block;
  font-weight: bold;
  margin-bottom: 2.5px;
  font-size: 1rem !important;
}

/*
 * BASIC FORM FIELDS
 *
 */
input,
select,
textarea {
  display: block;
  font-size: 0.875rem !important;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
select {
  background-color: #fff;
  border: 1px solid rgba(85, 85, 85, 0.25);
  padding: 5px 4px !important;
  border-radius: 0;
  line-height: 1.4 !important;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover,
select:hover {
  border-color: rgba(85, 85, 85, 0.5);
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus,
select:focus {
  border-color: #f5a706 !important;
  outline: none;
  color: inherit !important;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select:disabled {
  background-color: #f9f9f9;
  cursor: not-allowed;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin: 0 5px 0 2.5px !important;
}
[type=checkbox]:before,
[type=radio]:before {
  content: "\f111";
  font-size: 1.125rem;
  position: relative;
  top: 2px;
  color: rgba(85, 85, 85, 0.25);
}
[type=checkbox]:hover:before,
[type=radio]:hover:before {
  color: rgba(85, 85, 85, 0.5);
}
[type=checkbox]:checked:before,
[type=radio]:checked:before {
  color: #f5a706;
}
[type=checkbox] + label,
[type=radio] + label {
  font-weight: normal;
}

[type=checkbox]:checked:before {
  content: "\f058";
}

[type=radio]:checked:before {
  content: "\f192";
}

textarea {
  resize: vertical;
}

select {
  background-image: url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==");
  background-repeat: no-repeat;
  background-position: 99% 53%;
  border-radius: 3px;
}

@-moz-document url-prefix() {
  select {
    background-image: none;
  }
}
:root .theme form button[type=submit]:not(.search-submit) {
  background-color: #f5a706;
  position: relative;
  display: inline-block;
  padding: 0.3333333333em 1em;
  border-radius: 3px;
  font-family: "Trade Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 125ms ease, color 125ms ease;
}
:root .theme form button[type=submit]:not(.search-submit):hover {
  color: #231f20;
  background-color: #ffcb26;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.theme form .gfield_required,
.theme form abbr.required,
.theme form span.required {
  color: #c02b0a !important;
}

.gform_wrapper h3.gform_title {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.1em !important;
}
.gform_wrapper .validation_error {
  border: 1px solid #c02b0a !important;
  color: #c02b0a !important;
  border-radius: 3px;
  font-size: 1rem !important;
  text-align: left !important;
  padding: 10px !important;
}
.gform_wrapper .gfield_error {
  background: none !important;
  border: none !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .gfield_error .validation_message,
.gform_wrapper .gfield_error [type=checkbox]:before,
.gform_wrapper .gfield_error [type=radio]:before,
.gform_wrapper .gfield_error label {
  color: #c02b0a !important;
}
.gform_wrapper .gfield_error [type=color], .gform_wrapper .gfield_error [type=date], .gform_wrapper .gfield_error [type=datetime], .gform_wrapper .gfield_error [type=datetime-local], .gform_wrapper .gfield_error [type=email], .gform_wrapper .gfield_error [type=month], .gform_wrapper .gfield_error [type=number], .gform_wrapper .gfield_error [type=password], .gform_wrapper .gfield_error [type=search], .gform_wrapper .gfield_error [type=tel], .gform_wrapper .gfield_error [type=text], .gform_wrapper .gfield_error [type=time], .gform_wrapper .gfield_error [type=url], .gform_wrapper .gfield_error [type=week], .gform_wrapper .gfield_error input:not([type]), .gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #c02b0a !important;
}

.ginput_container {
  margin-top: 0 !important;
}

:root:root .ginput_container {
  width: 100% !important;
}

.gsection_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
}

.gf_step_label,
.gf_step_number {
  text-transform: uppercase;
  font-size: 0.8325rem !important;
  font-weight: 800;
  font-family: "Trade Gothic", sans-serif !important;
  letter-spacing: 0.025em;
}

.gf_step_active .gf_step_number {
  color: #f5a706;
}

.gf_list_inline .gfield_description {
  padding-top: 0 !important;
}

.gform_previous_button {
  font-size: 0 !important;
}
.gform_previous_button:before {
  display: inline-block;
  content: "Prev";
  font-size: 20px !important;
}

.gform_save_link {
  float: right;
}

.form_saved_message {
  background-color: #f0f0f0 !important;
  color: inherit !important;
}

.resume_form_link_wrapper {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.resume_form_link_wrapper a {
  color: #f5a706 !important;
}

.form_saved_message_emailform input[type=text] {
  width: 100%;
  padding: 0.52em 1em !important;
}
@media (min-width: 800px) {
  .form_saved_message_emailform input[type=text] {
    max-width: 320px;
    margin-right: 20px;
  }
}
.form_saved_message_emailform input[type=submit] {
  border: none !important;
}

.gform_wrapper .gform_validation_errors {
  border-radius: 3px;
}
.gform_wrapper .gform_validation_errors > h2 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 16px;
}

.gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
}

.fal,
.far,
[type=checkbox]:before,
[type=radio]:before,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}

.fal {
  font-weight: 300;
}

.far, [type=checkbox]:before,
[type=radio]:before {
  font-weight: 400;
}

.fas {
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #f5a706;
}
a:hover {
  color: #aa7404;
}

.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
  display: block;
}
.menu li > a {
  display: block;
  padding: 10px 0;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.menu li > a:hover {
  color: #f5a706;
}
.menu li.current-menu-item > a, .menu li.current-page-ancestor > a {
  color: #f5a706;
}
.menu li.current-menu-item > a:hover, .menu li.current-page-ancestor > a:hover {
  color: #ffcb26;
}

@media (min-width: 800px) {
  .menu li > a {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  .menu li > a {
    font-size: 20px;
  }
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-form > label {
  margin-bottom: 0;
  flex: auto;
  font-weight: normal;
}

.search-field {
  width: 100%;
  margin: 0;
}

.search-submit {
  padding: 0.5em;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
}
.search-submit:active, .search-submit:focus, .search-submit:hover {
  color: #f5a706;
}

.btn, #wpsl-wrap #wpsl-search-btn, .button.is-style-outline, .button.is-style-round, .wp-block-button__link, .theme form button:not(.search-submit), .theme form [type=button]:not(.search-submit), .theme form [type=reset]:not(.search-submit), .theme form [type=submit]:not(.search-submit) {
  display: inline-block;
  padding: 15px 10px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
}
@media (min-width: 800px) {
  .btn, #wpsl-wrap #wpsl-search-btn, .button.is-style-outline, .button.is-style-round, .wp-block-button__link, .theme form button:not(.search-submit), .theme form [type=button]:not(.search-submit), .theme form [type=reset]:not(.search-submit), .theme form [type=submit]:not(.search-submit) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.btn:not(.has-text-color), #wpsl-wrap #wpsl-search-btn:not(.has-text-color), .button.is-style-outline:not(.has-text-color), .button.is-style-round:not(.has-text-color), .wp-block-button__link:not(.has-text-color), .theme form button:not(.has-text-color):not(.search-submit), .theme form [type=button]:not(.has-text-color):not(.search-submit), .theme form [type=reset]:not(.has-text-color):not(.search-submit), .theme form [type=submit]:not(.has-text-color):not(.search-submit) {
  color: #231f20;
}
.btn:not(.has-text-color):focus, #wpsl-wrap #wpsl-search-btn:not(.has-text-color):focus, .button.is-style-outline:not(.has-text-color):focus, .button.is-style-round:not(.has-text-color):focus, .wp-block-button__link:not(.has-text-color):focus, .theme form button:not(.has-text-color):focus:not(.search-submit), .theme form [type=button]:not(.has-text-color):focus:not(.search-submit), .theme form [type=reset]:not(.has-text-color):focus:not(.search-submit), .theme form [type=submit]:not(.has-text-color):focus:not(.search-submit), .btn:not(.has-text-color):hover, #wpsl-wrap #wpsl-search-btn:not(.has-text-color):hover, .button.is-style-outline:not(.has-text-color):hover, .button.is-style-round:not(.has-text-color):hover, .wp-block-button__link:not(.has-text-color):hover, .theme form button:not(.has-text-color):hover:not(.search-submit), .theme form [type=button]:not(.has-text-color):hover:not(.search-submit), .theme form [type=reset]:not(.has-text-color):hover:not(.search-submit), .theme form [type=submit]:not(.has-text-color):hover:not(.search-submit) {
  color: #231f20;
}
.btn:not(.has-background), #wpsl-wrap #wpsl-search-btn:not(.has-background), .button.is-style-outline:not(.has-background), .button.is-style-round:not(.has-background), .wp-block-button__link:not(.has-background), .theme form button:not(.has-background):not(.search-submit), .theme form [type=button]:not(.has-background):not(.search-submit), .theme form [type=reset]:not(.has-background):not(.search-submit), .theme form [type=submit]:not(.has-background):not(.search-submit) {
  background-color: #f5a706;
}
.btn:not(.has-background):focus, #wpsl-wrap #wpsl-search-btn:not(.has-background):focus, .button.is-style-outline:not(.has-background):focus, .button.is-style-round:not(.has-background):focus, .wp-block-button__link:not(.has-background):focus, .theme form button:not(.has-background):focus:not(.search-submit), .theme form [type=button]:not(.has-background):focus:not(.search-submit), .theme form [type=reset]:not(.has-background):focus:not(.search-submit), .theme form [type=submit]:not(.has-background):focus:not(.search-submit), .btn:not(.has-background):hover, #wpsl-wrap #wpsl-search-btn:not(.has-background):hover, .button.is-style-outline:not(.has-background):hover, .button.is-style-round:not(.has-background):hover, .wp-block-button__link:not(.has-background):hover, .theme form button:not(.has-background):hover:not(.search-submit), .theme form [type=button]:not(.has-background):hover:not(.search-submit), .theme form [type=reset]:not(.has-background):hover:not(.search-submit), .theme form [type=submit]:not(.has-background):hover:not(.search-submit) {
  background-color: #ffcb26;
}
.btn:disabled, #wpsl-wrap #wpsl-search-btn:disabled, .button.is-style-outline:disabled, .button.is-style-round:disabled, .wp-block-button__link:disabled, .theme form button:disabled:not(.search-submit), .theme form [type=button]:disabled:not(.search-submit), .theme form [type=reset]:disabled:not(.search-submit), .theme form [type=submit]:disabled:not(.search-submit) {
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.pagination a,
.pagination span {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
  color: inherit;
}
.pagination a:hover {
  color: #f5a706;
}
.pagination .current {
  font-weight: 700;
}

/*
 * BASE TYPE
 */
html {
  font-size: 16px;
}

.editor-styles-wrapper .block-editor-block-list__layout, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Trade Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

:root {
  --heading-huge: 95px;
  --heading-xl: 60px;
  --heading-lg: 48px;
  --heading-md: 40px;
  --heading-sm: 32px;
  --heading-xs: 28px;
  --body-lg: 24px;
  --body-md: 20px;
  --body-sm: 16px;
}
@media not all and (min-width: 1024px) {
  :root {
    --heading-huge: 52px;
    --heading-xl: 40px;
    --heading-lg: 36px;
    --heading-md: 32px;
    --heading-sm: 28px;
    --heading-xs: 24px;
    --body-lg: 20px;
    --body-md: 18px;
    --body-sm: 16px;
  }
}
:root .has-heading-huge-font-size {
  font-size: var(--heading-huge) !important;
}
:root .has-heading-xl-font-size {
  font-size: var(--heading-xl) !important;
}
:root .has-heading-lg-font-size {
  font-size: var(--heading-lg) !important;
}
:root .has-heading-md-font-size {
  font-size: var(--heading-md) !important;
}
:root .has-heading-sm-font-size {
  font-size: var(--heading-sm) !important;
}
:root .has-heading-xs-font-size {
  font-size: var(--heading-xs) !important;
}
:root .has-body-lg-font-size {
  font-size: var(--body-lg) !important;
}
:root .has-body-md-font-size {
  font-size: var(--body-md) !important;
}
:root .has-body-sm-font-size {
  font-size: var(--body-sm) !important;
}

h1, h2, h3, h4, h5, h6,
.wp-block-quote,
blockquote,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 20px;
}

/*
 * HEADINGS
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #605954;
}
.has-cheese-background-color h1, .has-cheese-background-color h2, .has-cheese-background-color h3, .has-cheese-background-color h4, .has-cheese-background-color h5, .has-cheese-background-color h6 {
  color: #231f20;
}
@media (min-width: 800px) {
  h1, h2, h3, h4, h5, h6 {
    word-break: normal;
  }
}

.h1, .site-branding .site-title,
.h2,
.comment-reply-title,
.h3,
h1,
h2,
h3 {
  font-family: "Regina", sans-serif;
  font-weight: 400;
}

.h4, .search .entry-title,
.h5,
.h6,
h4,
h5,
h6 {
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
}

.h1, .site-branding .site-title,
h1 {
  font-size: 32px;
}
@media (min-width: 800px) {
  .h1, .site-branding .site-title,
  h1 {
    font-size: 36px;
  }
  .h1.is-style-display, .site-branding .is-style-display.site-title,
  h1.is-style-display {
    font-size: 64px;
  }
}

.h2, .comment-reply-title,
h2 {
  font-size: 28px;
}
.h2.is-style-display, .is-style-display.comment-reply-title,
h2.is-style-display {
  font-size: 32px;
}
@media (min-width: 800px) {
  .h2.is-style-display, .is-style-display.comment-reply-title,
  h2.is-style-display {
    font-size: 48px;
  }
}

.h3,
h3 {
  font-size: 24px;
}
@media (min-width: 800px) {
  .h3,
  h3 {
    font-size: 28px;
  }
  .h3.is-style-display,
  h3.is-style-display {
    font-size: 40px;
    letter-spacing: -0.05em;
  }
}

.h4, .search .entry-title,
h4 {
  font-size: 20px;
}
@media (min-width: 800px) {
  .h4, .search .entry-title,
  h4 {
    font-size: 24px;
  }
  .h4.is-style-display, .search .is-style-display.entry-title,
  h4.is-style-display {
    font-size: 32px;
    letter-spacing: -0.05em;
  }
}

.h5,
h5 {
  font-size: 20px;
}
@media (min-width: 800px) {
  .h5,
  h5 {
    font-size: 24px;
  }
  .h5.is-style-display,
  h5.is-style-display {
    font-size: 28px;
    letter-spacing: -0.05em;
  }
}

.h6,
h6 {
  font-size: 16px;
}
@media (min-width: 800px) {
  .h6.is-style-display,
  h6.is-style-display {
    font-size: 24px;
    letter-spacing: -0.05em;
  }
}

.is-style-flag, .cat-links,
.entry-meta,
.tags-links, .reply a, .comment-metadata a, #cancel-comment-reply-link, .comments-header a, .single .post-nav-links, .page-title .prefix, .pattern-team-grid h4 + p, .gform_wrapper h3.gform_title, .pagination {
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(85, 85, 85, 0.625);
}
.is-style-flag[href]:focus, [href].cat-links:focus,
[href].entry-meta:focus,
[href].tags-links:focus, .reply a[href]:focus, .comment-metadata a[href]:focus, [href]#cancel-comment-reply-link:focus, .comments-header a[href]:focus, .single [href].post-nav-links:focus, .page-title [href].prefix:focus, .pattern-team-grid h4 + p[href]:focus, .gform_wrapper h3[href].gform_title:focus, [href].pagination:focus, .is-style-flag[href]:hover, [href].cat-links:hover,
[href].entry-meta:hover,
[href].tags-links:hover, .reply a[href]:hover, .comment-metadata a[href]:hover, [href]#cancel-comment-reply-link:hover, .comments-header a[href]:hover, .single [href].post-nav-links:hover, .page-title [href].prefix:hover, .pattern-team-grid h4 + p[href]:hover, .gform_wrapper h3[href].gform_title:hover, [href].pagination:hover {
  color: #f5a706;
}

h1.is-style-flag, h1.cat-links,
h1.entry-meta,
h1.tags-links, h1#cancel-comment-reply-link, .single h1.post-nav-links, .page-title h1.prefix, h1.pagination, h2.is-style-flag, h2.cat-links,
h2.entry-meta,
h2.tags-links, h2#cancel-comment-reply-link, .single h2.post-nav-links, .page-title h2.prefix, h2.pagination, h3.is-style-flag, h3.cat-links,
h3.entry-meta,
h3.tags-links, h3#cancel-comment-reply-link, .single h3.post-nav-links, .page-title h3.prefix, .gform_wrapper h3.gform_title, h3.pagination, h4.is-style-flag, h4.cat-links,
h4.entry-meta,
h4.tags-links, h4#cancel-comment-reply-link, .single h4.post-nav-links, .page-title h4.prefix, h4.pagination, h5.is-style-flag, h5.cat-links,
h5.entry-meta,
h5.tags-links, h5#cancel-comment-reply-link, .single h5.post-nav-links, .page-title h5.prefix, h5.pagination, h6.is-style-flag, h6.cat-links,
h6.entry-meta,
h6.tags-links, h6#cancel-comment-reply-link, .single h6.post-nav-links, .page-title h6.prefix, h6.pagination {
  margin-top: 40px;
  margin-bottom: 0;
}
h1.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h1.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h1.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h1.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h1#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h1.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h1.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h1.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h1.is-style-flag + [class*=block],
h1.cat-links + [class*=block],
h1.entry-meta + [class*=block],
h1.tags-links + [class*=block],
h1#cancel-comment-reply-link + [class*=block],
.single h1.post-nav-links + [class*=block],
.page-title h1.prefix + [class*=block],
h1.pagination + [class*=block], h2.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h2.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h2#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h2.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h2.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h2.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2.is-style-flag + [class*=block],
h2.cat-links + [class*=block],
h2.entry-meta + [class*=block],
h2.tags-links + [class*=block],
h2#cancel-comment-reply-link + [class*=block],
.single h2.post-nav-links + [class*=block],
.page-title h2.prefix + [class*=block],
h2.pagination + [class*=block], h3.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h3.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h3#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h3.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h3.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .gform_wrapper h3.gform_title + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h3.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3.is-style-flag + [class*=block],
h3.cat-links + [class*=block],
h3.entry-meta + [class*=block],
h3.tags-links + [class*=block],
h3#cancel-comment-reply-link + [class*=block],
.single h3.post-nav-links + [class*=block],
.page-title h3.prefix + [class*=block],
.gform_wrapper h3.gform_title + [class*=block],
h3.pagination + [class*=block], h4.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h4.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h4#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h4.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h4.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h4.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4.is-style-flag + [class*=block],
h4.cat-links + [class*=block],
h4.entry-meta + [class*=block],
h4.tags-links + [class*=block],
h4#cancel-comment-reply-link + [class*=block],
.single h4.post-nav-links + [class*=block],
.page-title h4.prefix + [class*=block],
h4.pagination + [class*=block], h5.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h5.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h5#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h5.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h5.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h5.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5.is-style-flag + [class*=block],
h5.cat-links + [class*=block],
h5.entry-meta + [class*=block],
h5.tags-links + [class*=block],
h5#cancel-comment-reply-link + [class*=block],
.single h5.post-nav-links + [class*=block],
.page-title h5.prefix + [class*=block],
h5.pagination + [class*=block], h6.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h6.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h6.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h6.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h6#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h6.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h6.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h6.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h6.is-style-flag + [class*=block],
h6.cat-links + [class*=block],
h6.entry-meta + [class*=block],
h6.tags-links + [class*=block],
h6#cancel-comment-reply-link + [class*=block],
.single h6.post-nav-links + [class*=block],
.page-title h6.prefix + [class*=block],
h6.pagination + [class*=block] {
  margin-top: 20px;
}
h1 + .is-style-flag, h1 + .cat-links,
h1 + .entry-meta,
h1 + .tags-links, .reply h1 + a, .comment-metadata h1 + a, h1 + #cancel-comment-reply-link, .comments-header h1 + a, .single h1 + .post-nav-links, .page-title h1 + .prefix, .gform_wrapper h1 + h3.gform_title, h1 + .pagination, h2 + .is-style-flag, h2 + .cat-links,
h2 + .entry-meta,
h2 + .tags-links, .reply h2 + a, .comment-metadata h2 + a, h2 + #cancel-comment-reply-link, .comments-header h2 + a, .single h2 + .post-nav-links, .page-title h2 + .prefix, .gform_wrapper h2 + h3.gform_title, h2 + .pagination, h3 + .is-style-flag, h3 + .cat-links,
h3 + .entry-meta,
h3 + .tags-links, .reply h3 + a, .comment-metadata h3 + a, h3 + #cancel-comment-reply-link, .comments-header h3 + a, .single h3 + .post-nav-links, .page-title h3 + .prefix, .gform_wrapper h3 + h3.gform_title, h3 + .pagination, h4 + .is-style-flag, h4 + .cat-links,
h4 + .entry-meta,
h4 + .tags-links, .reply h4 + a, .comment-metadata h4 + a, h4 + #cancel-comment-reply-link, .comments-header h4 + a, .single h4 + .post-nav-links, .page-title h4 + .prefix, .pattern-team-grid h4 + p, .gform_wrapper h4 + h3.gform_title, h4 + .pagination, h5 + .is-style-flag, h5 + .cat-links,
h5 + .entry-meta,
h5 + .tags-links, .reply h5 + a, .comment-metadata h5 + a, h5 + #cancel-comment-reply-link, .comments-header h5 + a, .single h5 + .post-nav-links, .page-title h5 + .prefix, .gform_wrapper h5 + h3.gform_title, h5 + .pagination, h6 + .is-style-flag, h6 + .cat-links,
h6 + .entry-meta,
h6 + .tags-links, .reply h6 + a, .comment-metadata h6 + a, h6 + #cancel-comment-reply-link, .comments-header h6 + a, .single h6 + .post-nav-links, .page-title h6 + .prefix, .gform_wrapper h6 + h3.gform_title, h6 + .pagination {
  margin-top: 0;
}

/*
 * HR / SEPARATOR
 *
 */
.wp-block-separator,
hr {
  height: 1px !important;
  width: 100%;
  border: none;
  max-width: none !important;
  margin: 40px auto;
}
.wp-block-separator:not(.has-background),
hr:not(.has-background) {
  background-color: rgba(0, 0, 0, 0.125);
}
.wp-block-separator.has-background,
hr.has-background {
  height: 2px !important;
}
.wp-block-separator.is-style-short,
hr.is-style-short {
  width: 25%;
  max-width: 200px !important;
  margin: 20px 0;
}
.wp-block-separator.is-style-striped,
hr.is-style-striped {
  height: 12px !important;
  background: url("../images/hr-pattern.png") center bottom repeat-x;
}

/*
 * PARAGRAPHS
 */
p.has-small-font-size, .wp-block-button.has-small-font-size {
  font-size: 12px;
}
p.has-medium-font-size, .wp-block-button.has-medium-font-size {
  font-size: 20px;
}
@media (min-width: 800px) {
  p.has-medium-font-size, .wp-block-button.has-medium-font-size {
    font-size: 20px;
    line-height: 1.25;
  }
}
p.has-large-font-size, .wp-block-button.has-large-font-size {
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 800px) {
  p.has-large-font-size, .wp-block-button.has-large-font-size {
    font-size: 24px;
  }
}
p.has-huge-font-size, .wp-block-button.has-huge-font-size {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 800px) {
  p.has-huge-font-size, .wp-block-button.has-huge-font-size {
    font-size: 28px;
  }
}

.wp-block-button[class*=font-size] {
  line-height: 1;
}
.wp-block-button[class*=font-size] .wp-block-button__link {
  font-size: inherit;
}

/*
 * LISTS
 */
ol,
ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
}
ol li,
ul li {
  margin-bottom: 2px;
}

ol ol,
ul ul {
  margin-top: 10px;
  margin-bottom: 0;
}

ol ol li {
  list-style: lower-alpha;
}

.wp-block-quote,
blockquote {
  border: none;
  padding: 0;
}
.wp-block-quote p,
blockquote p {
  font-size: 24px;
}
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-quote__citation,
blockquote cite {
  font-size: 14px;
  color: inherit;
}

figcaption {
  font-size: 12px !important;
  letter-spacing: 0.025em;
  color: rgba(85, 85, 85, 0.625) !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  white-space: normal !important;
}
figcaption a {
  font-size: inherit;
}

.is-style-display-bold {
  font-family: "Trade Gothic", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
.is-style-display-bold strong {
  font-family: "Regina", sans-serif !important;
}

.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--body-lg);
}

.blocks > *:not(.alignwide):not(.alignfull) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.blocks > *:not(.alignwide):not(.alignfull):last-child {
  margin-bottom: 80px;
}
.blocks *:not([class*=button])[class*=has-background] {
  padding: 40px 20px;
}

.theme .has-cheese-color {
  color: #f5a706;
}
.theme .has-cheese-background-color {
  background-color: #f5a706;
}
.theme .has-black-color {
  color: #231f20;
}
.theme .has-black-background-color {
  background-color: #231f20;
}
.theme .has-charcoal-color {
  color: #555555;
}
.theme .has-charcoal-background-color {
  background-color: #555555;
}
.theme .has-white-color {
  color: #ffffff;
}
.theme .has-white-background-color {
  background-color: #ffffff;
}
.theme .has-brown-color {
  color: #605954;
}
.theme .has-brown-background-color {
  background-color: #605954;
}
.theme .has-gray-color {
  color: #e1e2e4;
}
.theme .has-gray-background-color {
  background-color: #e1e2e4;
}

.wp-block-image {
  margin-top: 0;
  margin-bottom: 20px;
}

.wp-block-gallery {
  display: block;
}
.wp-block-gallery .blocks-gallery-grid {
  display: block;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-count: 2;
       column-count: 2;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-gallery .blocks-gallery-grid + figcaption {
  margin-top: 10px;
  margin-bottom: 20px !important;
}
.wp-block-gallery .blocks-gallery-item {
  width: 100% !important;
  display: inline-block;
  color: #ffffff;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0 !important;
  padding: 20px 10px 10px;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-1 .blocks-gallery-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-grid {
    -moz-column-count: 3;
         column-count: 3;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-grid {
    -moz-column-count: 4;
         column-count: 4;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-grid {
    -moz-column-count: 5;
         column-count: 5;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-grid {
    -moz-column-count: 6;
         column-count: 6;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-grid {
    -moz-column-count: 7;
         column-count: 7;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-grid {
    -moz-column-count: 8;
         column-count: 8;
  }
}
.wp-block-gallery.is-cropped .blocks-gallery-grid {
  display: flex;
}
.wp-block-gallery.is-cropped .blocks-gallery-item {
  display: block;
  width: calc(50% - 20px) !important;
}
.wp-block-gallery.is-cropped .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 599px) {
  .wp-block-gallery.is-cropped .blocks-gallery-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.wp-block-gallery.is-cropped .blocks-gallery-item > figure {
  display: block;
  width: 100%;
  padding-top: 100%;
  height: auto;
}
.wp-block-gallery.is-cropped .blocks-gallery-item > figure > img,
.wp-block-gallery.is-cropped .blocks-gallery-item > figure > figcaption {
  position: absolute;
}
.wp-block-gallery.is-cropped .blocks-gallery-item > figure > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .wp-block-gallery.is-cropped.columns-1 .blocks-gallery-item {
    width: calc(100% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-1 .blocks-gallery-item:nth-child(1n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-2 .blocks-gallery-item {
    width: calc(50% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-2 .blocks-gallery-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-3 .blocks-gallery-item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-4 .blocks-gallery-item {
    width: calc(25% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-4 .blocks-gallery-item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-5 .blocks-gallery-item {
    width: calc(20% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-5 .blocks-gallery-item:nth-child(5n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-6 .blocks-gallery-item:nth-child(6n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-7 .blocks-gallery-item:nth-child(7n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-8 .blocks-gallery-item:nth-child(8n) {
    margin-right: 0 !important;
  }
}

.wp-block-gallery.is-style-slider {
  height: 350px;
  opacity: 0;
  transition: opacity 200ms ease;
}
.wp-block-gallery.is-style-slider.slick-initialized {
  opacity: 1;
}
.wp-block-gallery.is-style-slider .slick-track {
  height: 100%;
}
.wp-block-gallery.is-style-slider .slick-slide > div {
  height: 100%;
}
.wp-block-gallery.is-style-slider .slick-slide .wp-block-image {
  height: 100%;
}
.wp-block-gallery.is-style-slider .slick-slide img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-gallery.is-style-slider .slick-arrow {
  display: none !important;
}

.wp-block-video {
  margin-top: 0;
  margin-bottom: 20px;
}

.wp-block-video,
.has-video .wp-block-media-text__media {
  position: relative;
}
.wp-block-video:before,
.has-video .wp-block-media-text__media:before {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  max-width: 200px;
  max-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m600 312.83c-158.6 0-287.17 128.57-287.17 287.17 0 158.6 128.57 287.17 287.17 287.17s287.17-128.57 287.17-287.17c0-158.6-128.57-287.17-287.17-287.17zm-83.129 151.14 226.71 136.03-226.71 136.03z' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  box-shadow: none;
}
.wp-block-video.playing:before,
.has-video .wp-block-media-text__media.playing:before {
  display: none;
}
.wp-block-video:not(.playing) video::-webkit-media-controls,
.has-video .wp-block-media-text__media:not(.playing) video::-webkit-media-controls {
  opacity: 0;
}
.wp-block-video.playing video:focus-within::-webkit-media-controls,
.has-video .wp-block-media-text__media.playing video:focus-within::-webkit-media-controls {
  opacity: 1;
}
.wp-block-video figcaption,
.has-video .wp-block-media-text__media figcaption {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 0.5rem;
}

.wp-block-video:not(.alignfull) > video {
  border-radius: var(--image-radius);
}
.wp-block-video.has-caption {
  margin-bottom: 1rem;
}

.wp-block-embed {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-embed > figcaption {
  margin-top: 10px !important;
}

.button,
button {
  font-family: "Trade Gothic", sans-serif;
  cursor: pointer;
}

.wp-block-buttons, [data-type="core/buttons"] {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .wp-block-buttons, [data-type="core/buttons"] {
    justify-content: flex-start;
  }
}
.wp-block-buttons > .wp-block-button, [data-type="core/buttons"] > .wp-block-button {
  flex-grow: 1;
  flex-basis: calc(50% - 10px);
  margin-right: 0;
  margin-bottom: 10px;
}
.wp-block-buttons > .wp-block-button.wp-block-button, [data-type="core/buttons"] > .wp-block-button.wp-block-button {
  margin: 0;
}
.wp-block-buttons > .wp-block-button.is-style-link, [data-type="core/buttons"] > .wp-block-button.is-style-link {
  flex-grow: 0;
  flex-basis: auto;
}
.wp-block-buttons > .wp-block-button:nth-child(even), [data-type="core/buttons"] > .wp-block-button:nth-child(even) {
  margin-left: 10px;
}
@media (min-width: 800px) {
  .wp-block-buttons > .wp-block-button, [data-type="core/buttons"] > .wp-block-button {
    flex-basis: auto;
    flex-grow: 0;
  }
  .wp-block-buttons > .wp-block-button:not(:first-child), [data-type="core/buttons"] > .wp-block-button:not(:first-child) {
    margin-left: 10px;
  }
}
.wp-block-buttons.alignleft, .wp-block-buttons.alignright, [data-align=right] .wp-block-buttons, [data-align=left] .wp-block-buttons, [data-type="core/buttons"].alignleft, [data-type="core/buttons"].alignright, [data-align=right] [data-type="core/buttons"], [data-align=left] [data-type="core/buttons"] {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-buttons.alignright, [data-align=right] .wp-block-buttons, [data-type="core/buttons"].alignright, [data-align=right] [data-type="core/buttons"] {
  justify-content: flex-end;
}
.wp-block-buttons.alignright > .wp-block-button:first-child, [data-align=right] .wp-block-buttons > .wp-block-button:first-child, [data-type="core/buttons"].alignright > .wp-block-button:first-child, [data-align=right] [data-type="core/buttons"] > .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons.aligncenter, [data-align=center] .wp-block-buttons, [data-type="core/buttons"].aligncenter, [data-align=center] [data-type="core/buttons"] {
  justify-content: center;
}

@media (max-width: 799.98px) {
  .wp-block-button__link {
    display: block;
  }
}
.is-style-link .wp-block-button__link {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
}
.is-style-link .wp-block-button__link:not(.has-text-color) {
  color: #f5a706 !important;
}
.is-style-link .wp-block-button__link:not(.has-text-color):focus, .is-style-link .wp-block-button__link:not(.has-text-color):hover {
  color: #c38505 !important;
}
.is-style-link .wp-block-button__link.has-text-color:hover {
  filter: brightness(0.75);
}
.is-style-link:not(:first-child) .wp-block-button__link {
  margin-left: 10px;
}
@media (min-width: 800px) {
  .is-style-link:not(:first-child) .wp-block-button__link {
    margin-left: 25px;
  }
}

.button.is-style-round,
.wp-block-button.is-style-round .wp-block-button__link {
  background-color: #f5a706;
  position: relative;
  display: inline-block;
  padding: 0.3333333333em 1em;
  border-radius: 3px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 125ms ease, color 125ms ease;
}
.button.is-style-round:hover,
.wp-block-button.is-style-round .wp-block-button__link:hover {
  color: #231f20;
  background-color: #ffcb26;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.button.is-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link {
  color: rgba(96, 89, 84, 0.85);
  position: relative;
  background: transparent;
  padding: 0.5em 1em 0.25em;
  font-family: "War is Over", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  -o-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFaADAAQAAAABAAAAFQAAAAAr0zA0AAAAtElEQVQ4Ea2SOw6AMAxDKWdkYeNobCzcEeRKVFaEkzbQrXXymo/LRGdbl4uu036c5bmPaDMHMwSwrDZ/SVafVujf4MK/Ac4jyGp1EdlklZfabtRNg9q52lHgro6t2LWUguCdQVw5tNBSCFJHgbsspaB4fwO7luqFIY5HEFoqA27b5zbsz6PgBkWiBx7RXEsxiGdmC7BaaKkMuMtSo2DXUgxDy9ymp4WW8pKV1ravAuxSeiq+ATS+2kMP+no6AAAAAElFTkSuQmCC") 7/7px/0 round;
     border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFaADAAQAAAABAAAAFQAAAAAr0zA0AAAAtElEQVQ4Ea2SOw6AMAxDKWdkYeNobCzcEeRKVFaEkzbQrXXymo/LRGdbl4uu036c5bmPaDMHMwSwrDZ/SVafVujf4MK/Ac4jyGp1EdlklZfabtRNg9q52lHgro6t2LWUguCdQVw5tNBSCFJHgbsspaB4fwO7luqFIY5HEFoqA27b5zbsz6PgBkWiBx7RXEsxiGdmC7BaaKkMuMtSo2DXUgxDy9ymp4WW8pKV1ravAuxSeiq+ATS+2kMP+no6AAAAAElFTkSuQmCC") 7/7px/0 round;
  border-image-width: 3px;
  border-width: 3px;
  border-style: solid;
}
.button.is-style-outline:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  -webkit-font-smoothing: auto;
  border: 3px solid currentColor;
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 799.98px) {
  .wp-block-buttons.is-style-navigation {
    display: none !important;
  }
}
:root:root:root .wp-block-buttons.is-style-navigation {
  z-index: 10;
  position: sticky;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #f5a706;
  margin-bottom: 0;
  top: 46px;
}
@media (min-width: 1140px) {
  :root:root:root .wp-block-buttons.is-style-navigation {
    top: 65px;
  }
}
.wp-block-buttons.is-style-navigation .wp-block-button {
  position: relative;
  margin: 0;
}
.wp-block-buttons.is-style-navigation .wp-block-button:not(:last-child):after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: -2px;
  border-right: 2px solid currentColor;
}
.wp-block-buttons.is-style-navigation .wp-block-button__link {
  font-size: 14px;
  background-color: transparent;
}
@media (min-width: 800px) {
  .wp-block-buttons.is-style-navigation .wp-block-button__link {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1140px) {
  .wp-block-buttons.is-style-navigation .wp-block-button__link {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-block-buttons.is-style-navigation .wp-block-button__link:hover {
  color: #ffffff;
}

.wp-block-cover {
  min-height: 270px;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-cover {
    min-height: 360px;
  }
}
.wp-block-cover:before {
  z-index: 2 !important;
}
.wp-block-cover > .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  z-index: 3 !important;
}
@media (min-width: 800px) {
  .wp-block-cover > .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}
.wp-block-cover > .wp-block-cover__inner-container *:first-child {
  margin-top: 0;
}
.wp-block-cover > .wp-block-cover__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-cover.is-style-hero {
  min-height: 420px;
}
@media (min-width: 800px) {
  .wp-block-cover.is-style-hero {
    min-height: 540px;
  }
}
.wp-block-cover.is-style-hero h1,
.wp-block-cover.is-style-hero h2 {
  margin-bottom: 5px;
}
.wp-block-cover.has-custom-content-position > .wp-block-cover__inner-container {
  width: 100% !important;
}
.wp-block-cover.has-custom-content-position > .wp-block-cover__inner-container > *:first-child {
  margin-top: 20px;
}
.wp-block-cover.has-custom-content-position > .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 20px;
}
.wp-block-cover.has-parallax {
  background-attachment: scroll;
}
.wp-block-cover .rellax {
  display: block;
  position: absolute;
  top: -250px;
  bottom: -250px;
  right: 0;
  left: 0;
  background: inherit;
  z-index: 1;
  will-change: transform;
}

.wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group > .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not([class*=slick]) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group > .wp-block-group__inner-container *:first-child {
  margin-top: 0;
}
.wp-block-group > .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-group.alignwide:not(.has-background) > .wp-block-group__inner-container {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .wp-block-group.alignwide:not(.has-background) > .wp-block-group__inner-container {
    padding: 0;
  }
}
.wp-block-group.alignfull:not(.has-background) > .wp-block-group__inner-container {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .wp-block-group.has-background > .wp-block-group__inner-container {
    padding: 0 20px;
  }
}

.wp-block-columns,
[data-type="core/columns"] {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 799.98px) {
  .wp-block-columns > .wp-block-column,
  [data-type="core/columns"] > .wp-block-column {
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) {
  .wp-block-columns > .wp-block-column:not(:first-child),
  [data-type="core/columns"] > .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }
}
@media (min-width: 1140px) {
  .wp-block-columns > .wp-block-column:not(:first-child),
  [data-type="core/columns"] > .wp-block-column:not(:first-child) {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns > .wp-block-column:not(:first-child),
  [data-type="core/columns"] > .wp-block-column:not(:first-child) {
    margin-left: 60px;
  }
}
.wp-block-columns > .wp-block-column > *:first-child,
[data-type="core/columns"] > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > *:last-child,
[data-type="core/columns"] > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .wp-block-columns.is-style-bordered,
  [data-type="core/columns"].is-style-bordered {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .wp-block-columns.is-style-bordered .wp-block-column,
  [data-type="core/columns"].is-style-bordered .wp-block-column {
    padding: 0 20px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-columns.is-style-bordered .wp-block-column:not(:last-child):after,
  [data-type="core/columns"].is-style-bordered .wp-block-column:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    border-right: 2px solid #605954;
  }
}

@media (max-width: 799.98px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  :root .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-spacer {
  margin: 0 !important;
}
@media (max-width: 799.98px) {
  .wp-block-spacer {
    max-height: 40px;
  }
}

.wp-block-table, table {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-table td, table td,
.wp-block-table tfoot,
table tfoot,
.wp-block-table th,
table th,
.wp-block-table thead,
table thead {
  text-align: left;
  border: none;
}
.wp-block-table td, table td,
.wp-block-table th,
table th {
  text-align: left;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px 0;
}
.wp-block-table thead, table thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.wp-block-table tfoot, table tfoot {
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.wp-block-table tfoot td, table tfoot td {
  border: none;
}
.wp-block-table figcaption, table figcaption {
  margin-top: -10px !important;
}
.wp-block-table.is-style-stripes, table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes td, table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
table.is-style-stripes th {
  padding: 5px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd), table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.0625);
}
.wp-block-table.is-style-stripes thead, table.is-style-stripes thead {
  border: none;
}

/*
 * MEDIA TEXT BLOCK
 *
 */
.wp-block-media-text {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .wp-block-media-text {
    display: grid;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 20px 0;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
.wp-block-media-text .wp-block-media-text__content *:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content *:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media (max-width: 799.98px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content, .wp-block-media-text.alignwide .wp-block-media-text__content {
    padding: 20px;
  }
}
.wp-block-media-text.has-background {
  padding: 20px !important;
}
@media (min-width: 800px) {
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding-right: 20px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.has-media-on-the-right.has-background .wp-block-media-text__content {
    padding-right: 40px;
    padding-left: 20px;
  }
}
@media (max-width: 799.98px) {
  .wp-block-media-text.alignfull.has-background .wp-block-media-text__content, .wp-block-media-text.alignwide.has-background .wp-block-media-text__content {
    padding: 20px 0;
  }
}
.wp-block-media-text.is-image-fill {
  min-height: 270px;
}
@media (min-width: 800px) {
  .wp-block-media-text.is-image-fill {
    min-height: 360px;
  }
}
.wp-block-media-text.has-background.is-image-fill {
  padding: 0 !important;
}
@media (max-width: 799.98px) {
  .wp-block-media-text.has-background.is-image-fill .wp-block-media-text__content {
    padding: 10px 10px 40px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.has-background.is-image-fill .wp-block-media-text__content {
    padding-right: 40px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.has-media-on-the-right.has-background.is-image-fill .wp-block-media-text__content {
    padding-left: 40px;
  }
}
@media (max-width: 799.98px) {
  .wp-block-media-text.alignfull.has-background.is-image-fill .wp-block-media-text__content, .wp-block-media-text.alignwide.has-background.is-image-fill .wp-block-media-text__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.alignfull {
    grid-template-columns: auto 50% !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right {
    grid-template-columns: 50% auto !important;
  }
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    width: 100%;
    max-width: 360px;
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    margin-left: auto;
    padding-right: 40px !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1140px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    max-width: 530px;
    padding-left: 60px !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 60px !important;
  }
}
@media (min-width: 1400px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    max-width: 660px;
    padding-left: 80px !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 80px !important;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
    padding-top: 0;
  }
  .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
    padding-bottom: 0;
  }
  .wp-block-media-text.has-background.is-image-fill.is-vertically-aligned-top .wp-block-media-text__content {
    padding-top: 20px;
  }
  .wp-block-media-text.has-background.is-image-fill.is-vertically-aligned-bottom .wp-block-media-text__content {
    padding-bottom: 20px;
  }
}

.wp-block-slider {
  margin-top: 0;
  margin-bottom: 20px;
}

#wpsl-wrap {
  max-width: none;
  margin-bottom: 0;
}
#wpsl-wrap .wpsl-search {
  background-color: #ffffff;
  padding-right: 0;
}
@media (max-width: 799.98px) {
  #wpsl-wrap #wpsl-search-wrap .wpsl-input {
    margin-bottom: 20px;
  }
}
#wpsl-wrap .wpsl-dropdown .wpsl-selected-item,
#wpsl-wrap .wpsl-dropdown li, #wpsl-wrap .wpsl-selected-item {
  padding: 10px 34px 10px 12px !important;
}
#wpsl-wrap .wpsl-input, #wpsl-wrap .wpsl-select-wrap, #wpsl-wrap .wpsl-search-btn-wrap {
  position: relative;
  margin: 0;
  padding-top: 16px;
}
#wpsl-wrap div label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
#wpsl-wrap #wpsl-search-input, #wpsl-wrap .wpsl-dropdown, #wpsl-wrap #wpsl-search-btn {
  border: 1px solid #e1e2e4;
}
#wpsl-wrap #wpsl-search-input {
  line-height: 1 !important;
  padding: 11px 4px !important;
  transition: 200ms ease;
}
@media (min-width: 800px) {
  #wpsl-wrap #wpsl-search-input {
    width: 333px;
  }
}
#wpsl-wrap #wpsl-radius .wpsl-selected-item {
  line-height: 1;
}
#wpsl-wrap #wpsl-radius .wpsl-dropdown {
  transition: 200ms ease;
}
#wpsl-wrap #wpsl-radius .wpsl-dropdown.wpsl-active {
  border-color: #f5a706;
}
#wpsl-wrap #wpsl-radius .wpsl-dropdown div {
  margin-top: -2px;
  padding-top: 2px;
  border-top: none;
}
#wpsl-wrap #wpsl-radius .wpsl-dropdown.wpsl-active div {
  border-color: #f5a706;
}
#wpsl-wrap #wpsl-search-btn {
  background: transparent !important;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 1em;
  border-radius: 3px;
  font-family: "Trade Gothic", sans-serif;
  font-size: 20px !important;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  transition: 200ms ease;
}
#wpsl-wrap #wpsl-search-btn:hover {
  color: #231f20;
  background: #f5a706 !important;
  border-color: #f5a706;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 800px) {
  .pattern-intro-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-intro-columns > [class*=container] {
  padding: 0 !important;
}
@media (max-width: 1139.98px) {
  .pattern-intro-columns .intro .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 0;
  }
  .pattern-intro-columns .intro .wp-block-column:not(:first-child) {
    display: none;
  }
}
@media (min-width: 800px) {
  .pattern-intro-columns h2 {
    margin-bottom: 5px;
  }
}

.pattern-icon-heading,
.pattern-icon-heading a {
  display: flex;
  align-items: center;
}
.pattern-icon-heading a {
  color: inherit;
}
.pattern-icon-heading a:hover {
  color: #f5a706;
}
.pattern-icon-heading img {
  margin-right: 10px;
}

@media (min-width: 800px) {
  .pattern-features-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-features-grid > [class*=container] {
  padding: 0 !important;
}
.pattern-features-grid .pattern-icon-heading {
  margin-bottom: 10px;
}
.pattern-features-grid .pattern-icon-heading img {
  width: 20px !important;
}
.pattern-features-grid .pattern-icon-heading + p {
  margin-top: 0;
}
@media (min-width: 600px) {
  .pattern-features-grid .pattern-icon-heading + p {
    padding-left: 30px;
  }
}
.pattern-features-grid .wp-block-columns:first-of-type {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .pattern-features-grid .wp-block-columns:first-of-type {
    margin-top: 60px;
  }
}
@media (min-width: 800px) {
  .pattern-features-grid .wp-block-columns:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .pattern-features-grid > [class*=container] {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .pattern-features-grid > [class*=container]:after {
    display: table;
    content: "";
    clear: both;
  }
  .pattern-features-grid .wp-block-columns {
    display: inline;
  }
  .pattern-features-grid .wp-block-columns:before {
    display: block;
    content: "";
    margin-top: 40px;
  }
  .pattern-features-grid .wp-block-columns > .wp-block-column {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 800px) {
  .pattern-media-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-media-feature > [class*=container] {
  padding: 0 !important;
}
@media (max-width: 799.98px) {
  .pattern-media-feature .media,
  .pattern-media-feature .text {
    margin-left: 0;
  }
}
@media (max-width: 1139.98px) {
  .pattern-media-feature .media,
  .pattern-media-feature .text {
    flex-basis: 100% !important;
  }
}
@media (max-width: 1139.98px) {
  .pattern-media-feature .text {
    order: 2;
    margin-bottom: 0;
  }
}
.pattern-media-feature .text .h1, .pattern-media-feature .text .site-branding .site-title, .site-branding .pattern-media-feature .text .site-title,
.pattern-media-feature .text .h2,
.pattern-media-feature .text .comment-reply-title {
  letter-spacing: -0.025em;
}
@media (max-width: 1139.98px) {
  .pattern-media-feature .media {
    order: 1;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 800px) {
  .pattern-content-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-content-sidebar > [class*=container] {
  padding: 0 !important;
}
.pattern-content-sidebar .main-sidebar {
  flex-wrap: wrap;
}
@media (min-width: 1140px) {
  .pattern-content-sidebar .main-sidebar {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1139.98px) {
  .pattern-content-sidebar .main-sidebar > .wp-block-column {
    margin-left: 0 !important;
  }
  .pattern-content-sidebar .main-sidebar > .wp-block-column:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.pattern-content-sidebar .main {
  flex-basis: 100% !important;
}
@media (min-width: 1140px) {
  .pattern-content-sidebar .main {
    flex-basis: 800px !important;
  }
}
.pattern-content-sidebar .sidebar {
  flex-basis: 100% !important;
}
@media (min-width: 1140px) {
  .pattern-content-sidebar .sidebar {
    flex-basis: 25% !important;
  }
}

@media (min-width: 800px) {
  .pattern-team-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-team-grid > [class*=container] {
  padding: 0 !important;
}
.pattern-team-grid .wp-block-columns:first-of-type {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .pattern-team-grid .wp-block-columns:first-of-type {
    margin-top: 60px;
  }
}
.pattern-team-grid .wp-block-columns > .wp-block-column {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-width: 2px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1140px) {
  .pattern-team-grid .wp-block-columns > .wp-block-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pattern-team-grid h3 {
  margin-bottom: 0;
}
.pattern-team-grid h4 + p a {
  color: inherit;
}
.pattern-team-grid h4 + p a:hover {
  color: #f5a706;
}
.pattern-team-grid img {
  max-width: 150px;
  display: block;
}

.pattern-section-striped {
  background: url("../images/light_diagonal_texture.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wp-block-group.pattern-123,
.wp-block-group.pattern-slideshow {
  margin-bottom: 0 !important;
}
.wp-block-group.pattern-123 .wp-block-group__inner-container,
.wp-block-group.pattern-slideshow .wp-block-group__inner-container {
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
@media (max-width: 1139.98px) {
  .wp-block-group.pattern-123 .wp-block-group__inner-container,
  .wp-block-group.pattern-slideshow .wp-block-group__inner-container {
    min-height: 44vw;
  }
}
@media (max-width: 799.98px) {
  .wp-block-group.pattern-123 .wp-block-group__inner-container,
  .wp-block-group.pattern-slideshow .wp-block-group__inner-container {
    min-height: 280px;
  }
}
@media (max-width: 600px) {
  .wp-block-group.pattern-123 .wp-block-group__inner-container,
  .wp-block-group.pattern-slideshow .wp-block-group__inner-container {
    height: auto;
    min-height: 76.67vw;
    text-align: center;
  }
}
.wp-block-group.pattern-123 .wp-block-group__inner-container > .slick-list:not(.alignwide):not(.alignfull),
.wp-block-group.pattern-slideshow .wp-block-group__inner-container > .slick-list:not(.alignwide):not(.alignfull) {
  max-width: none;
}
.wp-block-group.pattern-123 .wp-block-cover.pattern-slideshow-slide,
.wp-block-group.pattern-slideshow .wp-block-cover.pattern-slideshow-slide {
  display: flex !important;
  flex: 1 0 100vw;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
}
@media (max-width: 1139.98px) {
  .wp-block-group.pattern-123 .wp-block-cover.pattern-slideshow-slide,
  .wp-block-group.pattern-slideshow .wp-block-cover.pattern-slideshow-slide {
    min-height: 44vw;
  }
}
@media (max-width: 799.98px) {
  .wp-block-group.pattern-123 .wp-block-cover.pattern-slideshow-slide,
  .wp-block-group.pattern-slideshow .wp-block-cover.pattern-slideshow-slide {
    min-height: 280px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .wp-block-group.pattern-123 .wp-block-cover.pattern-slideshow-slide,
  .wp-block-group.pattern-slideshow .wp-block-cover.pattern-slideshow-slide {
    height: auto;
    min-height: 76.67vw;
  }
}
.wp-block-group.pattern-123 .wp-block-cover.pattern-slideshow-slide .wp-block-cover__inner-container,
.wp-block-group.pattern-slideshow .wp-block-cover.pattern-slideshow-slide .wp-block-cover__inner-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 80px);
}
.wp-block-group.pattern-123 .wp-block-cover.pattern-slideshow-slide img.wp-block-cover__image-background,
.wp-block-group.pattern-slideshow .wp-block-cover.pattern-slideshow-slide img.wp-block-cover__image-background {
  width: 100vw;
}
.wp-block-group.pattern-123 .slick-slide,
.wp-block-group.pattern-slideshow .slick-slide {
  width: 100vw;
}
.wp-block-group.pattern-123 .slick-slide > div,
.wp-block-group.pattern-slideshow .slick-slide > div {
  height: 100%;
  display: flex;
}
@media (max-width: 799.98px) {
  .wp-block-group.pattern-123 .slick-slide:not(:first-child) .wp-block-button__link,
  .wp-block-group.pattern-slideshow .slick-slide:not(:first-child) .wp-block-button__link {
    font-size: 14px;
  }
}
.wp-block-group.pattern-123 .slick-slide:not(.slick-current),
.wp-block-group.pattern-slideshow .slick-slide:not(.slick-current) {
  cursor: pointer;
}
.wp-block-group.pattern-123 .slick-arrow,
.wp-block-group.pattern-slideshow .slick-arrow {
  display: none !important;
}
.wp-block-group.pattern-123 h1,
.wp-block-group.pattern-slideshow h1 {
  letter-spacing: 0.01em;
}
@media (max-width: 1139.98px) {
  .wp-block-group.pattern-123 h1,
  .wp-block-group.pattern-slideshow h1 {
    font-size: 5vw;
  }
}
@media (max-width: 799.98px) {
  .wp-block-group.pattern-123 h4,
  .wp-block-group.pattern-slideshow h4 {
    font-size: 3vw;
  }
}
@media (min-width: 1140px) {
  .wp-block-group.pattern-123 h1,
  .wp-block-group.pattern-slideshow h1 {
    font-size: 96px;
  }
}
@media (min-width: 1140px) {
  .wp-block-group.pattern-123 h2,
  .wp-block-group.pattern-slideshow h2 {
    font-size: 80px;
  }
}
.wp-block-group.pattern-123 h4,
.wp-block-group.pattern-slideshow h4 {
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .wp-block-group.pattern-123 h4,
  .wp-block-group.pattern-slideshow h4 {
    font-size: 2vw;
  }
}
@media (min-width: 1400px) {
  .wp-block-group.pattern-123 h4,
  .wp-block-group.pattern-slideshow h4 {
    font-size: 32px;
  }
}
.wp-block-group.pattern-123 .wp-block-media-text,
.wp-block-group.pattern-slideshow .wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
}
@media (max-width: 600px) {
  .wp-block-group.pattern-123 .wp-block-media-text,
  .wp-block-group.pattern-slideshow .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
}
.wp-block-group.pattern-123 .wp-block-media-text__media,
.wp-block-group.pattern-slideshow .wp-block-media-text__media {
  height: 100%;
  order: 2;
}
.wp-block-group.pattern-123 .wp-block-media-text__media img,
.wp-block-group.pattern-slideshow .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-group.pattern-123 .wp-block-media-text.abs .wp-block-media-text__media,
.wp-block-group.pattern-slideshow .wp-block-media-text.abs .wp-block-media-text__media {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 50vw;
}
@media (max-width: 599.98px) {
  .wp-block-group.pattern-123 .wp-block-media-text.abs .wp-block-media-text__media,
  .wp-block-group.pattern-slideshow .wp-block-media-text.abs .wp-block-media-text__media {
    max-width: 100%;
  }
}
.wp-block-group.pattern-123 .wp-block-media-text.abs .wp-block-media-text__media img,
.wp-block-group.pattern-slideshow .wp-block-media-text.abs .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}
.wp-block-group.pattern-123 .wp-block-media-text.abs.bottom .wp-block-media-text__media,
.wp-block-group.pattern-slideshow .wp-block-media-text.abs.bottom .wp-block-media-text__media {
  bottom: 0;
}
.wp-block-group.pattern-123 .wp-block-media-text.abs.right .wp-block-media-text__media,
.wp-block-group.pattern-slideshow .wp-block-media-text.abs.right .wp-block-media-text__media {
  right: -40px;
}
.wp-block-group.pattern-123 .wp-block-media-text.abs.bottom.right .wp-block-media-text__media img,
.wp-block-group.pattern-slideshow .wp-block-media-text.abs.bottom.right .wp-block-media-text__media img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.wp-block-group.pattern-123 .wp-block-media-text__media,
.wp-block-group.pattern-slideshow .wp-block-media-text__media {
  right: -40px;
}
.wp-block-group.pattern-123 .abs.bottom.right img,
.wp-block-group.pattern-slideshow .abs.bottom.right img {
  -o-object-position: bottom right !important;
     object-position: bottom right !important;
}

#become-a-franchisee {
  padding-top: 0;
  padding-bottom: 0;
}
#become-a-franchisee #franchisee {
  position: absolute;
  z-index: 1;
  left: 50%;
  padding-top: 60px;
  transform: translateX(-50%);
}
#become-a-franchisee .wp-block-cover {
  display: flex !important;
  align-items: flex-start;
  padding-top: 240px;
  padding-bottom: 120px;
}

.wp-block-group.pattern-123 .wp-block-group__inner-container {
  height: auto !important;
}

@media (min-width: 800px) {
  .pattern-123 .slick-slide {
    height: 580px;
    min-height: 580px;
  }
  .pattern-123 .slick-slide > div, .pattern-123 .slick-slide .wp-block-cover {
    height: 100% !important;
  }
}
.pattern-123 .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 30%;
  top: 168px;
}
@media (min-width: 800px) {
  .pattern-123 .slick-dots {
    top: 188px;
  }
}
@media (min-width: 1174px) {
  .pattern-123 .slick-dots {
    top: 158px;
  }
}
.pattern-123 .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.pattern-123 .slick-dots li.slick-active button, .pattern-123 .slick-dots li:focus-within button {
  transform: scale(1.3);
  color: white;
}
.pattern-123 .slick-dots li button {
  display: block;
  width: 40px;
  position: relative;
  margin-right: 15px;
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 1;
  text-indent: 4px;
}
.pattern-123 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%) rotate(15deg);
  background-color: #f5a706;
  border-radius: 4px;
  z-index: -1;
  transition: background-color 200ms;
}
.pattern-123 .slick-dots li button:hover:before {
  background-color: #ffcb26;
}
@media (max-width: 799.98px) {
  .pattern-123 {
    width: 100vw;
    max-width: 100vw !important;
  }
  .pattern-123 .wp-block-cover.alignfull {
    margin: 0 !important;
  }
}

.pattern-menu-list {
  justify-content: center;
}
@media (max-width: 799.98px) {
  .pattern-menu-list {
    flex-direction: column;
    align-items: center;
  }
}
.pattern-menu-list:not(:first-child) {
  margin-top: 40px;
}
.pattern-menu-list > *:not([style]) {
  max-width: 100%;
}
@media (min-width: 600px) {
  .pattern-menu-list > *:not([style]) {
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .pattern-menu-list > *:not([style]) {
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (min-width: 1140px) {
  .pattern-menu-list > *:not([style]) {
    max-width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1140px) {
  .pattern-menu-list > *:not([style]) {
    max-width: calc(33.3333333333% - 40px);
  }
}
.pattern-menu-list .wp-block-column {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.pattern-menu-list .wp-block-column .wp-block-image {
  display: flex;
  margin-bottom: 0;
}
.pattern-menu-list .wp-block-column .wp-block-image img {
  position: relative;
  margin-bottom: -56px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pattern-menu-list .wp-block-column h3 {
  background-color: #605954;
  color: #ffffff;
  margin-bottom: 0;
  padding: 5px;
  margin-top: 0;
}
.pattern-menu-list .wp-block-column .wp-block-image + h3 {
  padding: 56px 5px 5px;
}
.pattern-menu-list .wp-block-column p {
  line-height: 1;
  color: #555555;
  padding: 10px 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 3px solid #555555;
  border-top: none;
  flex: 1;
}

:root:root .pattern-hero-carousel-content {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
:root:root .pattern-hero-carousel-content .wp-block-group__inner-container {
  padding: 40px 0;
}
:root:root .pattern-hero-carousel-content .wp-block-gallery.is-style-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -1;
  pointer-events: none;
}
:root:root .pattern-hero-carousel-content .wp-block-gallery.is-style-slider .slick-list,
:root:root .pattern-hero-carousel-content .wp-block-gallery.is-style-slider .slick-list * {
  height: 100%;
}
:root:root .pattern-hero-carousel-content .wp-block-gallery.is-style-slider.slick-initialized {
  background-color: #231f20;
}
:root:root .pattern-hero-carousel-content * {
  color: #ffffff;
}

.wp-block-group[class*=pattern-franchise] {
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-cover[class*=pattern-franchise] .wp-block-cover__inner-container {
  max-width: 1280px !important;
  padding-left: 0;
  padding-right: 0;
}

.pattern-franchise-form1 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 152px !important;
}
.pattern-franchise-form1 .wp-block-column {
  margin: 0 !important;
}
.pattern-franchise-form1 .wp-block-column:first-child {
  min-width: -moz-min-content;
  min-width: min-content;
}
.pattern-franchise-form1 .text1 {
  font-family: "Trade Gothic", sans-serif;
}
.pattern-franchise-form1 .text1 strong {
  font-size: var(--heading-huge);
  font-family: "Regina", sans-serif;
}
.pattern-franchise-form1 .offset1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: calc(64% + 20px);
  transform: translateY(50%);
  width: 800px;
}
@media not all and (min-width: 1024px) {
  .pattern-franchise-form1 .offset1 {
    right: calc(32% + 20px);
  }
}
@media not all and (min-width: 782px) {
  .pattern-franchise-form1 .offset1 {
    right: unset;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 100vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .pattern-franchise-form1 .offset1 img {
    min-width: 800px;
  }
}
.pattern-franchise-form1 button[type=submit] {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.pattern-franchise-gray-bg {
  padding-top: 180px;
  padding-bottom: 160px !important;
  margin-bottom: 0 !important;
}
.pattern-franchise-gray-bg .wp-block-cover__inner-container {
  max-width: 1280px !important;
  padding-left: 0;
  padding-right: 0;
}
.pattern-franchise-gray-bg .wp-block-columns:nth-child(2) .wp-block-column:first-child {
  margin-top: 120px;
}
.pattern-franchise-gray-bg .wp-block-column {
  margin: 0 !important;
}
.pattern-franchise-gray-bg .text1 {
  font-family: "Trade Gothic", sans-serif;
}
.pattern-franchise-gray-bg .text1 strong {
  font-size: var(--heading-huge);
  font-family: "Regina", sans-serif;
  display: block;
}
.pattern-franchise-gray-bg .text2 strong {
  font-size: var(--body-lg);
}

.pattern-franchise-blue-bg {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 100vw !important;
}
.pattern-franchise-blue-bg .wp-block-quote strong {
  font-family: "Regina", sans-serif;
}
@media not all and (min-width: 782px) {
  .pattern-franchise-blue-bg .wp-block-quote br {
    display: none;
  }
}

.pattern-cheese-numbers {
  display: grid;
  grid-template-areas: ". top" "mid top" "mid bot" ". bot";
  gap: 40px;
  text-align: center;
  transform: rotate(15deg);
}
@media (min-width: 782px) and (max-width: 1023px) {
  .pattern-cheese-numbers {
    gap: 12px;
  }
}
.pattern-cheese-numbers .has-cheese-background-color {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pattern-cheese-numbers .has-cheese-background-color strong {
  font-size: var(--heading-lg);
}
.pattern-cheese-numbers .has-cheese-background-color:nth-child(1) {
  grid-area: mid;
}
.pattern-cheese-numbers .has-cheese-background-color:nth-child(2) {
  grid-area: top;
}
.pattern-cheese-numbers .has-cheese-background-color:nth-child(3) {
  grid-area: bot;
}
.pattern-cheese-numbers .has-cheese-background-color > p {
  transform: rotate(-15deg);
}
@media not all and (min-width: 782px) {
  .pattern-cheese-numbers {
    max-width: 480px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    transform: none;
  }
  .pattern-cheese-numbers.wp-block-column {
    margin: 0 auto !important;
  }
  .pattern-cheese-numbers .has-cheese-background-color {
    transform: rotate(15deg);
    max-width: 320px;
    margin: 0 auto;
  }
}
@media not all and (min-width: 580px) {
  .pattern-cheese-numbers .has-cheese-background-color {
    max-width: 240px;
  }
}

.pattern-franchise-history {
  position: relative;
}
.pattern-franchise-history .wp-block-column {
  margin: 0 !important;
}
@media (min-width: 782px) {
  .pattern-franchise-history .offset2 {
    z-index: 10;
    margin-bottom: -180px !important;
  }
}

.pattern-franchise-top-5 {
  padding-top: 100px;
  padding-bottom: 120px;
}
.pattern-franchise-top-5 .wp-block-heading {
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
}
.pattern-franchise-top-5 .wp-block-columns {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 40px;
}
@media not all and (min-width: 1248px) {
  .pattern-franchise-top-5 .wp-block-columns {
    grid-template-columns: repeat(6, auto);
    grid-template-areas: "a a b b c c" ". d d e e .";
  }
  .pattern-franchise-top-5 .wp-block-columns .wp-block-column:nth-child(1) {
    grid-area: a;
  }
  .pattern-franchise-top-5 .wp-block-columns .wp-block-column:nth-child(2) {
    grid-area: b;
  }
  .pattern-franchise-top-5 .wp-block-columns .wp-block-column:nth-child(3) {
    grid-area: c;
  }
  .pattern-franchise-top-5 .wp-block-columns .wp-block-column:nth-child(4) {
    grid-area: d;
  }
  .pattern-franchise-top-5 .wp-block-columns .wp-block-column:nth-child(5) {
    grid-area: e;
  }
}
@media not all and (min-width: 840px) {
  .pattern-franchise-top-5 .wp-block-columns {
    grid-template-columns: repeat(4, auto);
    grid-template-areas: "a a b b" "c c d d" ". e e .";
  }
}
@media not all and (min-width: 580px) {
  .pattern-franchise-top-5 .wp-block-columns {
    grid-template-columns: repeat(1, auto);
    grid-template-areas: unset;
  }
  .pattern-franchise-top-5 .wp-block-columns .wp-block-column {
    grid-area: unset !important;
  }
}
.pattern-franchise-top-5 .wp-block-columns .wp-block-column {
  position: relative;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pattern-franchise-top-5 .wp-block-columns .wp-block-column:after {
  content: "";
  border-right: 1px solid #707070;
  position: absolute;
  right: -20px;
  top: 100px;
  bottom: 0;
}
.pattern-franchise-top-5 .wp-block-columns .wp-block-column:last-child:after {
  content: none;
}
.pattern-franchise-top-5 .wp-block-columns .wp-block-heading {
  color: white !important;
  position: relative;
  z-index: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pattern-franchise-top-5 .wp-block-columns .wp-block-heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: var(--wp--preset--color--cheese);
  border-radius: 10px;
  transform: rotate(15deg);
  transform-origin: center;
  z-index: -1;
}

.pattern-franchise-training {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}
.pattern-franchise-training .wp-block-column {
  margin: 0 !important;
}
.pattern-franchise-training .text3 {
  font-family: "Trade Gothic", sans-serif;
  line-height: 0.9;
}
.pattern-franchise-training .text3 strong {
  font-size: var(--heading-huge);
  font-family: "Regina", sans-serif;
  display: block;
}

.pattern-franchise-requirements {
  padding-bottom: 240px !important;
  margin-bottom: -40px;
}
@media (min-width: 580px) {
  .pattern-franchise-requirements {
    padding-bottom: 200px !important;
    margin-bottom: 0;
  }
}
@media (min-width: 782px) {
  .pattern-franchise-requirements {
    padding-top: 100px !important;
    padding-bottom: 160px !important;
  }
}
@media (min-width: 782px) and (max-width: 1247px) {
  .pattern-franchise-requirements .wp-block-cover__inner-container {
    display: flex;
    justify-content: center;
  }
  .pattern-franchise-requirements .wp-block-cover__inner-container > .wp-block-columns {
    flex-direction: column;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .pattern-franchise-requirements .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column {
    margin: 0 !important;
    max-width: 560px;
  }
}
@media (min-width: 580px) {
  .pattern-franchise-requirements .wp-block-columns.text5 > .wp-block-column {
    flex-basis: auto !important;
  }
}
.pattern-franchise-requirements .text4 {
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
}
.pattern-franchise-requirements .text5 {
  width: -moz-max-content;
  width: max-content;
  gap: 80px;
  margin-top: 60px;
  line-height: 0.9;
}
.pattern-franchise-requirements .text5 strong {
  display: block;
  font-size: 88px;
  font-weight: 700;
}
.pattern-franchise-requirements .text5 .wp-block-column {
  width: -moz-max-content;
  width: max-content;
  margin: 0 !important;
  white-space: nowrap;
}
@media not all and (min-width: 580px) {
  .pattern-franchise-requirements .text5 .wp-block-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.pattern-franchise-requirements .text5 .wp-block-column:first-child p {
  position: relative;
}
.pattern-franchise-requirements .text5 .wp-block-column:first-child p:after {
  content: "";
  position: absolute;
}
@media (min-width: 580px) {
  .pattern-franchise-requirements .text5 .wp-block-column:first-child p:after {
    border-right: 3px solid #000000;
    right: -40px;
    top: 0;
    bottom: 0;
  }
}
@media not all and (min-width: 580px) {
  .pattern-franchise-requirements .text5 .wp-block-column:first-child p:after {
    border-bottom: 3px solid #000000;
    left: 0;
    right: 0;
    bottom: -40px;
  }
}
@media not all and (min-width: 580px) {
  .pattern-franchise-requirements .text5 {
    width: 100%;
  }
  .pattern-franchise-requirements .text5 .wp-block-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pattern-franchise-requirements .text5 .wp-block-column p {
    min-width: 280px;
  }
}

.pattern-franchise-faqs {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 782px) {
  .pattern-franchise-faqs {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media not all and (min-width: 1248px) {
  .pattern-franchise-faqs .wp-block-columns > .wp-block-column:first-child {
    flex-grow: 0 !important;
    flex-basis: max-content !important;
  }
  .pattern-franchise-faqs .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 0 !important;
  }
}
@media not all and (min-width: 782px) {
  .pattern-franchise-faqs .wp-block-columns {
    flex-direction: column !important;
  }
  .pattern-franchise-faqs .wp-block-spacer {
    display: none;
  }
}
.pattern-franchise-faqs .wp-block-column {
  margin: 0 !important;
}
.pattern-franchise-faqs .text6 {
  font-family: "Trade Gothic", sans-serif;
  line-height: 0.9;
}
.pattern-franchise-faqs .text6 strong {
  font-family: "Regina", sans-serif;
  font-size: var(--heading-huge);
}
.pattern-franchise-faqs .wp-block-group {
  overflow: hidden;
  margin-bottom: 8px;
}
.pattern-franchise-faqs .wp-block-group:last-child {
  margin-bottom: 0;
}
.pattern-franchise-faqs .wp-block-group .wp-block-heading:first-child {
  cursor: pointer;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 16px !important;
}
.pattern-franchise-faqs .wp-block-group p {
  height: 0;
  margin-bottom: 0;
  pointer-events: none;
  opacity: 0;
}
.pattern-franchise-faqs .wp-block-group.active p {
  height: auto;
  margin-bottom: 20px;
  pointer-events: all;
  opacity: 1;
}
.pattern-franchise-faqs .wp-block-group .wp-block-heading {
  background-image: url("/wp-content/themes/steak-escape/assets/images/open-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 33px;
}
.pattern-franchise-faqs .wp-block-group.active .wp-block-heading {
  background-image: url("/wp-content/themes/steak-escape/assets/images/close-icon.svg");
}

.pattern-franchise-steps {
  padding-top: 160px !important;
  padding-bottom: 60px !important;
}
.pattern-franchise-steps .wp-block-cover__background {
  background: linear-gradient(to bottom, transparent 50%, #f5a000 50%) !important;
  z-index: -1 !important;
}
.pattern-franchise-steps .text1 {
  font-family: "Trade Gothic", sans-serif;
  margin-bottom: 60px;
}
.pattern-franchise-steps .text1 strong {
  font-size: var(--heading-huge);
  font-family: "Regina", sans-serif;
}
.pattern-franchise-steps .wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.pattern-franchise-steps .wp-block-column {
  margin: 0 !important;
  border-top: 2px solid #000000;
  padding-top: 12px;
  max-width: 385px;
}
.pattern-franchise-steps .wp-block-column .wp-block-heading {
  margin-bottom: 8px;
}

.pattern-franchise-form2 {
  position: relative;
}
.pattern-franchise-form2 .offset3 {
  margin-left: -80px;
}
.pattern-franchise-form2 .wp-block-columns {
  border-bottom: 1px solid #000000;
}
.pattern-franchise-form2 .wp-block-column {
  margin: 0 !important;
}
.pattern-franchise-form2 button[type=submit] {
  color: #ffffff !important;
  background-color: #000000 !important;
}

/* ---------------------------------------------- */
.franchise-carousel {
  margin: 0 !important;
  max-width: 100vw !important;
  padding-bottom: 20px;
}
.franchise-carousel.franchise-carousel.franchise-carousel {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.franchise-carousel:not(.slick-initialized) > .wp-block-group:nth-child(n+2) {
  display: none;
}
.franchise-carousel .slick-list {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 5% !important;
}
@media (min-width: 1024px) {
  .franchise-carousel .slick-list {
    padding: 0 10% !important;
  }
}
@media (min-width: 1624px) {
  .franchise-carousel .slick-list {
    padding-left: calc(50vw - 650px) !important;
    padding-right: calc(50vw - 650px) !important;
  }
}
.franchise-carousel .slick-slide {
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.franchise-carousel .slick-slide .wp-block-image {
  margin: 0 !important;
}
.franchise-carousel .slick-slide .wp-block-image img {
  width: 100%;
  max-height: 720px;
  max-width: 1280px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 782px) {
  .franchise-carousel .slick-slide .wp-block-image img {
    aspect-ratio: 1/1;
  }
}
.franchise-carousel .slick-slide .wp-block-group {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 32px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.5));
  width: 100%;
}
.franchise-carousel .slick-slide .wp-block-group > * {
  color: #fff !important;
}
.franchise-carousel .slick-slide .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.franchise-carousel .slick-slide .wp-block-group .wp-block-heading {
  margin-bottom: 8px;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .franchise-carousel .slick-slide .wp-block-group {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 250ms ease, transform 250ms ease;
  }
  .franchise-carousel .slick-slide:hover .wp-block-group {
    opacity: 1;
    transform: translateY(0);
  }
}
.franchise-carousel .slick-arrow {
  position: absolute;
  bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  transform: translateY(-20px);
}
.franchise-carousel .slick-prev {
  background-image: url("/wp-content/themes/steak-escape/assets/images/arrow-left.svg");
  left: 20px;
}
@media (min-width: 886px) {
  .franchise-carousel .slick-prev {
    left: calc(50vw - 442px);
  }
}
.franchise-carousel .slick-next {
  background-image: url("/wp-content/themes/steak-escape/assets/images/arrow-right.svg");
  right: 20px;
}
@media (min-width: 886px) {
  .franchise-carousel .slick-next {
    right: calc(50vw - 442px);
  }
}

@media not all and (min-width: 886px) {
  .pattern-franchise-carousel > p {
    max-width: 100%;
    padding-left: 58px;
    padding-right: 58px;
  }
}

.pattern-franchise-form1 legend,
.pattern-franchise-form2 legend {
  font-family: Arial, Helvetica, sans-serif;
}
.pattern-franchise-form1 .gfield_radio,
.pattern-franchise-form2 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pattern-franchise-form1 .gfield_radio .gchoice,
.pattern-franchise-form2 .gfield_radio .gchoice {
  white-space: nowrap;
}
.pattern-franchise-form1 textarea,
.pattern-franchise-form2 textarea {
  font-family: Arial, Helvetica, sans-serif;
  height: 108px;
}

.super-cheese {
  margin: 0;
}
.super-cheese + *:not(.super-cheese) {
  margin-top: 20px;
}
.super-cheese sup {
  color: transparent;
  background-color: #f5a706;
  display: inline-block;
  border-radius: 1px;
  position: relative;
  transform: rotate(15deg);
  margin: 0 4px;
  top: 0.5em;
  width: 0.875em;
  height: 0.875em;
}

.wp-block-du-slider .wp-block-image {
  margin: 0;
}
.wp-block-du-slider .slick-slide, .wp-block-du-slider .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-header > *:last-child {
  margin-bottom: 20px !important;
}

.page-title {
  font-size: 2.25rem;
  margin-bottom: 5px;
}
@media (min-width: 800px) {
  .page-title {
    font-size: 3.75rem;
  }
}
.page-title .prefix {
  display: block;
  margin: 0;
}

.page-description {
  font-size: 1.25rem;
}

.entry-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.entry-header > * {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.entry-title {
  margin-bottom: 5px;
}

h1.entry-title {
  font-size: 2.25rem;
}
@media (min-width: 800px) {
  h1.entry-title {
    font-size: 3.75rem;
  }
}

.entry-footer > *:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 20px;
}
.entry-footer .post-edit-link {
  border: none !important;
}

.site-footer {
  background-color: #ffffff;
  padding: 40px 20px;
  font-size: 14px;
}
.site-footer a {
  text-decoration: none;
  color: inherit;
}
.site-footer a:hover {
  color: #f5a706;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-branding {
  margin-bottom: 20px;
}

.footer-navigation {
  margin-top: 20px;
}
.footer-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-navigation .menu li:last-child {
  margin-bottom: 0;
}

.footer-social {
  margin-bottom: 12px;
}
.footer-social .menu {
  display: flex;
  flex-flow: row nowrap;
}
.footer-social li {
  margin: 0;
}
.footer-social li:not(:last-child) {
  margin-right: 4px;
}
.footer-social li > a {
  padding: 4px;
}
.footer-social svg {
  width: 1.5em;
  height: 1.5em;
}
.footer-social li > a:hover svg {
  fill: #f5a706;
}

.site-header {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
}

.header-inner {
  order: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: unset;
}

.header-row.brand-row {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .header-row.brand-row {
    max-width: 920px;
  }
}

.site-branding {
  line-height: 0;
  transform: translateX(-20px);
}
.site-branding img {
  max-width: 288px;
  max-height: 64px;
  width: auto;
}
.site-branding .site-title {
  margin: 0;
}
.site-branding .site-title a {
  font-weight: 400;
  letter-spacing: -0.025em;
}
.site-branding a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.site-branding a:hover {
  color: #f5a706;
}

.cheese-buttons {
  display: flex;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
}

.cheese {
  width: 80px;
  position: relative;
  margin-right: 15px;
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
}
.cheese:before {
  content: "";
  position: absolute;
  top: -37px;
  left: 2px;
  width: 80px;
  height: 80px;
  transform: rotate(15deg);
  background-color: #f5a706;
  border-radius: 4px;
  z-index: -1;
  transition: background-color 200ms;
}
.cheese:hover {
  color: #231f20;
}
.cheese:hover:before {
  background-color: #ffcb26;
}

.mini-logo {
  position: absolute;
  left: -3px;
  display: flex;
  height: 100%;
  padding: 4px 0;
}
.mini-logo img {
  height: 100%;
  width: auto;
  transition: transform 200ms ease;
  transform: translateX(-100%) scale(0.85);
  transform-origin: left center;
  will-change: transform;
}
@media (min-width: 800px) {
  .scroll .mini-logo img {
    transform: translateX(0) scale(0.85);
    transition: transform 200ms ease;
  }
}

.morehead {
  display: none;
}
@media (min-width: 800px) {
  .morehead {
    background-color: #eee;
    position: relative;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    font-size: 0.75rem;
  }
  .morehead:after, .morehead:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100vw - 100%) / 2);
    background-color: inherit;
  }
  .morehead:before {
    left: 100%;
  }
  .morehead:after {
    right: 100%;
  }
  .morehead .widget {
    margin-left: 40px;
  }
  .morehead .menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  .morehead .menu > li {
    display: inline-block;
    margin-left: 40px;
  }
}

.site-navigation, .header-social {
  flex: 0;
}

.site-navigation {
  display: none;
}
.site-navigation .menu {
  padding: 20px 0;
}
@media (min-width: 800px) {
  .site-navigation {
    display: block;
    text-align: left;
    margin: 0 auto;
    font-size: 20px;
  }
  .site-navigation .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .site-navigation .menu > li {
    display: inline-block;
    margin: 0 1px;
    margin-bottom: 0;
    position: relative;
    white-space: nowrap;
  }
  .site-navigation .menu > li a {
    padding: 15px 20px;
  }
  .site-navigation .menu > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: -2px;
    border-right: 2px solid currentColor;
  }
}

.site-utilities {
  margin-left: 10px;
  order: 2;
}
@media (min-width: 800px) {
  .site-utilities {
    order: 3;
    margin-left: 0;
  }
}
.site-utilities a {
  color: inherit;
  margin-left: 10px;
  font-size: 1.25rem;
}
.site-utilities a:focus, .site-utilities a:hover {
  color: #f5a706;
}
@media (min-width: 800px) {
  .site-utilities a {
    font-size: 1rem;
  }
}

.menu .nav-btn > a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
  color: #ffffff !important;
  background-color: #f5a706;
}
.menu .nav-btn > a:focus, .menu .nav-btn > a:hover {
  background-color: #aa7404;
}

.header-social .menu {
  display: flex;
  flex-flow: row nowrap;
}
.header-social li {
  margin: 0;
}
.header-social li:not(:last-child) {
  margin-right: 4px;
}
.header-social li > a {
  padding: 4px;
}
.header-social svg {
  width: 1.5em;
  height: 1.5em;
}
.header-social li > a:hover svg {
  fill: #f5a706;
}

.header-row.menu-row {
  margin-left: -20px;
  margin-right: -20px;
}

li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children > a:before {
  /*
  @extend .fal;
  content: "\f107";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(2px, -40%);
  */
}
li.menu-item-has-children .sub-menu {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  top: 100%;
  margin-top: 0;
  padding: 6.6666666667px 0 0 0;
  background: #fff;
  left: -20px;
  min-width: 200px;
}
@media (min-width: 800px) {
  li.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 9;
    background-color: #231f20;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0;
  }
  li.menu-item-has-children .sub-menu:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent black transparent;
  }
  li.menu-item-has-children .sub-menu > li:last-child {
    margin-bottom: 0;
  }
}
li.menu-item-has-children .sub-menu li a {
  padding: 6.6666666667px 20px;
}
@media (min-width: 800px) {
  li.menu-item-has-children .sub-menu li a {
    color: #ffffff;
  }
}
li.menu-item-has-children .sub-menu li.current-menu-item a,
li.menu-item-has-children .sub-menu li a:hover {
  color: #f5a706;
}
li.menu-item-has-children:hover > a {
  color: #f5a706;
}
li.menu-item-has-children:hover .sub-menu {
  display: flex;
}

@media (min-width: 800px) {
  #mobile-nav {
    display: none !important;
  }
}

.menu-toggle {
  display: none !important;
  z-index: 100;
  border: none;
  background: none;
  color: #231f20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
}
@media (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .menu-toggle:hover {
  color: #f5a706;
}
.menu-toggle.is-active {
  color: #231f20;
}
.menu-toggle.is-active:hover {
  color: #f5a706;
}
.menu-toggle.is-active + .site-navigation {
  display: block;
}

.menu-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  color: inherit;
}
.menu-icon:after, .menu-icon:before,
.menu-icon span {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: currentColor;
  position: absolute;
}
.menu-icon:before {
  top: 3px;
  transform: translateY(0) rotate(0deg);
}
.menu-icon span {
  top: 10px;
}
.menu-icon:after {
  top: 17px;
  transform: translateY(0) rotate(0deg);
}
.is-active .menu-icon:before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.is-active .menu-icon span {
  display: none;
}
.is-active .menu-icon:after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.morehead .widget_search,
.site-search {
  margin-top: 20px;
}
@media (min-width: 800px) {
  .morehead .widget_search,
  .site-search {
    position: relative;
    margin-top: -1px;
  }
  .morehead .widget_search input,
  .site-search input {
    display: none !important;
    position: absolute;
    width: auto !important;
    right: 100%;
    top: 0;
  }
  .morehead .widget_search:hover input,
  .morehead .widget_search input:focus,
  .site-search:hover input,
  .site-search input:focus {
    display: block !important;
  }
  .morehead .widget_search:hover .search-submit,
  .site-search:hover .search-submit {
    color: #f5a706;
  }
}

.header-row {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}

.site-header {
  position: sticky;
  top: -104px;
  background-color: #ffffff;
  z-index: 999;
  transition: box-shadow 200ms ease;
  overflow: visible !important;
}
.site-header.scroll {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (min-width: 800px) {
  .site-header.scroll .mini-logo {
    height: 65px;
  }
}

.mini-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 4px;
}
.mini-buttons .button {
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
  margin-right: 4px;
  letter-spacing: 1px;
}
.mini-buttons .button span {
  font-size: 12px;
}

.order-button {
  position: absolute;
  right: 4px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-button .button.is-style-round {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .order-button.sm {
    right: 4px;
    opacity: 0;
    transform: translateX(156px);
    pointer-events: none;
    transition: 200ms ease;
  }
  .scroll .order-button.sm {
    opacity: 1;
    transform: translateX(0);
    display: flex;
  }
}
@media (max-width: 799.98px) {
  .order-button.md {
    display: none;
  }
}

@keyframes slide-in-left {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@media (min-width: 800px) {
  .order-button {
    top: 0;
    right: 20px;
  }
  .scroll .order-button {
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .scroll .site-navigation .menu > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .scroll .site-navigation .menu > li:not(:last-child):after {
    content: none;
  }
  .scroll .header-row.menu-row {
    padding-left: 35px;
    padding-right: 164px;
  }
}
@media (max-width: 799.98px) {
  .site-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 55px 40px 20px;
    color: #231f20;
    background-color: #e1e2e4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 200ms ease, transform 200ms ease;
    pointer-events: none;
  }
  .site-navigation li {
    width: -moz-max-content;
    width: max-content;
  }
  .site-navigation li > a {
    font-size: 20px;
  }
  .menu-toggle.is-active + .site-navigation {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .site-header {
    padding: 0;
    top: 0;
  }
  .mini-logo img {
    transform: none;
  }
  .cheese-buttons {
    display: none;
  }
  .header-row.brand-row {
    height: 0;
    margin: 0;
  }
  .header-row.brand-row .site-branding {
    display: none;
  }
  .header-row.menu-row {
    height: 55px;
    padding: 0;
  }
  .order-button {
    height: 55px;
    right: 55px;
    bottom: 0;
  }
}
.section-mission strong {
  color: #605954;
  font-family: "Regina", sans-serif;
  text-transform: uppercase;
}
.section-mission .wp-block-cover > img.wp-block-cover__image-background {
  -o-object-fit: contain;
     object-fit: contain;
  width: 95%;
  left: 2.5%;
  right: 2.5%;
}

.section-next-gen {
  overflow: hidden;
}
.section-next-gen .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  /*
  @media (min-width: $collapse) {
    &:after {
      content: "";
      position: absolute;
      bottom: 28px;
      height: 12px;
      width: calc(100vw + 112px);
      background-image: url("../images/hr-pattern.png");
      background-repeat: repeat-x;
      background-size: auto;
      background-position: center;
      z-index: -1;
      // left: calc((100vw - 760px) / -2);
    }
  }
  */
}
@media (min-width: 800px) {
  .section-next-gen .wp-block-group__inner-container:after {
    content: "";
    position: absolute;
    bottom: 28px;
    height: 12px;
    background-image: url("../images/hr-pattern.png");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}

:root:root .is-page-menu .blocks > .wp-block-group {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  z-index: 1;
}
.is-page-menu .wp-block-group.alignfull.pattern-section-striped:nth-of-type(2n - 1):after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 12px;
  width: 100%;
  background-image: url("../images/hr-pattern.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center;
  z-index: -1;
}
.is-page-menu .wp-block-group.alignfull.pattern-section-striped:nth-of-type(2n) > .wp-block-group__inner-container > *:not(.has-text-color) {
  color: #ffffff;
}
.is-page-menu .wp-block-group.alignfull.pattern-section-striped:nth-of-type(2n) + .wp-block-group:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 12px;
  width: 100%;
  background-image: url("../images/hr-pattern.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center;
  z-index: -1;
}
.is-page-menu .wp-block-group.alignfull.pattern-section-striped:nth-of-type(2n):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555555;
  z-index: -1;
  mix-blend-mode: multiply;
}

.is-page-franchise #mission strong {
  font-family: "Regina", sans-serif;
  text-transform: uppercase;
}
.is-page-franchise #faqs h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
}
.is-page-franchise #faqs h4 button {
  font: inherit;
  cursor: pointer;
  padding: 0;
}
.is-page-franchise #faqs h4 button:hover {
  color: #f5a706;
}
.is-page-franchise #faqs h4 + div,
.is-page-franchise #faqs h4 + p {
  display: none;
}
.is-page-franchise #faqs h4 + div {
  margin-bottom: 20px;
}
.is-page-franchise #faqs h4.is-active + div {
  display: block;
}

.is-page-locations #loading-message, .is-page-locations #no-results-message {
  display: none;
  padding: 20px 0;
}
.is-page-locations .order-button {
  display: none !important;
}
@media (max-width: 1139.98px) {
  .is-page-locations .wp-block-group:not(:first-child) .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.is-page-locations .columns {
  position: relative;
  padding-bottom: 20px;
}
.is-page-locations .columns:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  border-bottom: 2px solid #e1e2e4;
}
.is-page-locations .column {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .is-page-locations .columns {
    display: flex;
    flex-direction: row nowrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .is-page-locations .columns .column {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 20px;
    margin-bottom: 0;
  }
  .is-page-locations .columns .column:after {
    right: 20px;
    left: 20px;
  }
  .is-page-locations .columns .column > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-page-locations .search-wrap {
  display: inline-flex;
}
.is-page-locations .search-wrap:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.is-page-locations .search-wrap input {
  height: 30px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.is-page-locations .search-wrap input:hover {
  border-color: #f5a706;
  box-shadow: none;
}
.is-page-locations .search-wrap input.is-error, .is-page-locations .search-wrap input.is-error:hover {
  border-color: #c02b0a;
}
.is-page-locations .search-wrap button {
  font-size: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.is-page-locations .search-wrap button:hover {
  box-shadow: none;
}
.is-page-locations .location-detail h4 {
  margin-bottom: 10px;
}
.is-page-locations .location-detail .distance, .is-page-locations .location-detail .address, .is-page-locations .location-detail .phone {
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
}
.is-page-locations .location-detail .distance {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  color: #555555;
  margin-bottom: 10px;
}
.is-page-locations .location-detail .address {
  display: block;
  color: #231f20;
  margin-bottom: 20px;
}
.is-page-locations .location-detail a.address:hover {
  color: #f5a706;
}
.is-page-locations .location-detail .phone {
  font-size: 16px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  color: #231f20;
}
.is-page-locations .location-detail .phone:hover {
  color: #f5a706;
}
.is-page-locations .location-detail svg {
  color: #f5a706;
  width: 12px;
  height: 16px;
  margin-right: 6px;
}

.post-password-form {
  display: flex;
  flex-direction: column;
}
.post-password-form p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.post-password-form label {
  margin-bottom: 0;
}
.post-password-form input[type=submit] {
  padding: 8.5px 10px !important;
  margin-left: 5px;
}

.archive:not(.woocommerce-page) .content-area,
.blog .content-area {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .archive:not(.woocommerce-page) .content-area,
  .blog .content-area {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1140px) {
  .archive:not(.woocommerce-page) .content-area,
  .blog .content-area {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .archive:not(.woocommerce-page) .content-area,
  .blog .content-area {
    grid-gap: 60px;
  }
}
.archive:not(.woocommerce-page) .page-header,
.archive:not(.woocommerce-page) .pagination,
.blog .page-header,
.blog .pagination {
  grid-column: 1/-1;
}
.archive:not(.woocommerce-page) .hentry,
.blog .hentry {
  display: flex;
  flex-direction: column;
}
.archive:not(.woocommerce-page) .entry-header,
.blog .entry-header {
  padding: 0;
  margin: 0;
  border: none;
}
.archive:not(.woocommerce-page) .entry-title a,
.blog .entry-title a {
  color: inherit;
}
.archive:not(.woocommerce-page) .entry-title a:hover,
.blog .entry-title a:hover {
  color: #f5a706;
}
.archive:not(.woocommerce-page) .entry-image,
.blog .entry-image {
  margin: 20px 0;
}
.archive:not(.woocommerce-page) .entry-footer,
.blog .entry-footer {
  margin-top: auto;
}
.archive:not(.woocommerce-page) .entry-footer,
.blog .entry-footer {
  margin-top: auto;
}
.archive:not(.woocommerce-page) .entry-footer > div,
.blog .entry-footer > div {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.single h1.entry-title {
  font-size: 2.25rem;
}
@media (min-width: 800px) {
  .single h1.entry-title {
    font-size: 3.75rem;
  }
}
.single .entry-image {
  margin-top: 20px !important;
  margin-bottom: 20px;
}
.single .entry-image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .entry-image figcaption {
  margin-bottom: 0 !important;
}
.single .entry-footer > *:first-child {
  margin-top: 40px !important;
  padding-top: 40px;
}
.single .entry-footer > * {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.single .post-nav-links {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #555555;
}
.single .post-nav-links a,
.single .post-nav-links span {
  display: inline-block;
  font-weight: 400;
  margin: 0 !important;
  color: rgba(85, 85, 85, 0.625);
}
.single .post-nav-links a:hover {
  color: #f5a706;
}
.single .post-nav-links .current {
  font-weight: 700;
}

.comments {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.comments-header {
  padding: 20px 0;
}
.comments-header a {
  color: #555555;
  font-weight: 700;
  margin: 0;
}
.comments-header a:hover {
  color: #f5a706;
}
.comments-header .separator {
  display: inline-block;
  font-size: 0.75rem;
  color: rgba(85, 85, 85, 0.625);
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.comment-reply-title {
  display: none;
}
.comment-reply-title a {
  color: #555555;
}
.comment-reply-title a:hover {
  color: #f5a706;
}

#cancel-comment-reply-link {
  display: block;
  margin-top: 5px;
}

.comment-respond {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.comment-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
@media (min-width: 800px) {
  .comment-form {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
.comment-form [type=color], .comment-form [type=date], .comment-form [type=datetime], .comment-form [type=datetime-local], .comment-form [type=email], .comment-form [type=month], .comment-form [type=number], .comment-form [type=password], .comment-form [type=search], .comment-form [type=tel], .comment-form [type=text], .comment-form [type=time], .comment-form [type=url], .comment-form [type=week], .comment-form input:not([type]), .comment-form textarea {
  width: 100%;
}

.comment-form-comment,
.comment-form-cookies-consent,
.comment-notes,
.form-submit {
  grid-column: 1/-1;
}

.comment-notes {
  font-size: 0.875rem;
  color: rgba(85, 85, 85, 0.625);
}

.comment-form-cookies-consent label {
  font-weight: normal;
}

.form-submit input[type=submit] {
  width: 100%;
}
@media (min-width: 800px) {
  .form-submit input[type=submit] {
    width: auto;
  }
}

.comments-list {
  padding: 40px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.comments-list .comment {
  padding-top: 20px;
  padding-bottom: 20px;
}
.comments-list > .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.comments-list > .comment > .comment {
  padding-top: 20px;
  margin-left: 40px;
}
.comments-list > .comment > .comment:last-child {
  padding-bottom: 0;
}

.comment-awaiting-moderation {
  color: rgba(85, 85, 85, 0.625);
}

.comment-author {
  display: flex;
}
.comment-author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comment-author a {
  color: inherit;
}
.comment-metadata a {
  position: relative;
  top: -20px;
  left: 50px;
}

.reply a {
  margin: 0;
  color: rgba(85, 85, 85, 0.625);
}
.reply a:hover {
  color: #f5a706;
}

.cat-links,
.entry-meta,
.tags-links {
  margin-top: 0;
  margin-bottom: 0;
}
.cat-links a,
.entry-meta a,
.tags-links a {
  position: relative;
  z-index: 1;
  color: inherit;
}
.cat-links a:hover,
.entry-meta a:hover,
.tags-links a:hover {
  color: #f5a706;
}
.cat-links .posted_by a,
.entry-meta .posted_by a,
.tags-links .posted_by a {
  color: #555555;
}
.cat-links .posted_by a:hover,
.entry-meta .posted_by a:hover,
.tags-links .posted_by a:hover {
  color: #f5a706;
}
.cat-links .cat-label,
.cat-links .tags-label,
.entry-meta .cat-label,
.entry-meta .tags-label,
.tags-links .cat-label,
.tags-links .tags-label {
  color: #555555;
  font-weight: 700;
}

.is-page-franchise-drive-thru .entry-header {
  display: none;
}

.restricted {
  grid-column: 1/-1;
  margin: 0 auto;
  padding: 4em;
  text-align: center;
}
.restricted h1 {
  text-transform: capitalize;
}

.search .page-header .search-form {
  max-width: 100% !important;
}

.error404 .page-header {
  margin-bottom: 40px;
}
.error404 .page-header .search-form {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.alignleft,
.alignright {
  float: none;
  margin: 0;
}

@media (min-width: 800px) {
  .alignleft {
    float: left;
    margin-right: 40px !important;
    margin-bottom: 20px;
  }
  .alignright {
    float: right;
    margin-left: 40px !important;
    margin-bottom: 20px;
  }
}
.aligncenter {
  margin: 20px auto;
  display: block;
  clear: both;
}

.alignfull {
  margin-left: -20px;
  margin-right: -20px;
  max-width: 100vw;
  width: 100vw;
}

@media (min-width: 800px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .alignfull .alignfull {
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.content-area,
.footer-inner,
.morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container, .header-inner {
  width: 100%;
  margin: 0 auto;
}

.content-area,
.footer-inner,
.morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
  /*
    @media (min-width: $phablet) {
      max-width: $phablet - 20px * 2;
    }
  */
}
@media (min-width: 800px) {
  .content-area,
  .footer-inner,
  .morefoot,
  .morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
    max-width: 760px;
  }
}
@media (min-width: 1140px) {
  .content-area,
  .footer-inner,
  .morefoot,
  .morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
    max-width: 1100px;
  }
}
.search .page-header {
  margin-bottom: 40px;
}
.search .page-header .search-form {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .search-result {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  max-width: 800px;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .search .search-result {
    grid-template-columns: 120px 1fr;
  }
}
.search .search-result:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.search .entry-text {
  grid-column: 1/-1;
}
.search .entry-image {
  line-height: 0;
}
.search .entry-image + .entry-text {
  grid-column: auto;
}
.search .entry-title {
  margin-top: 0;
}
.search .hentry p {
  margin: 0;
}

body {
  color: #231f20;
  background-color: #ffffff;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.site-content {
  display: grid;
}

.site-footer {
  margin-top: auto;
}

.content-area,
.footer-inner,
.morefoot,
.morehead {
  padding: 0 20px;
}

.header-inner {
  padding: 0 20px;
}

.grecaptcha-badge {
  display: none !important;
}

/*# sourceMappingURL=theme.css.map*/
.cheese-buttons {
  display: none !important;
}

@media (min-width: 800px) {
  .header-row.menu-row {
    min-height: 56px;
  }

  .site-header.scroll .mini-logo {
    height: 56px;
  }

  .scroll .order-button.sm {
    pointer-events: auto;
  }
}

@media (max-width: 799.98px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  body {
    padding-top: 55px;
  }

  .order-button.sm {
    display: flex;
    right: 4px;
    height: 55px;
  }
}
