@charset "UTF-8";
@font-face {
  font-family: "Goldman";
  src: url("../fonts/Goldman-Regular.eot");
  src: url("../fonts/Goldman-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Goldman-Regular.woff2") format("woff2"), url("../fonts/Goldman-Regular.woff") format("woff"), url("../fonts/Goldman-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goldman";
  src: url("../fonts/Goldman-Bold.eot");
  src: url("../fonts/Goldman-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Goldman-Bold.woff2") format("woff2"), url("../fonts/Goldman-Bold.woff") format("woff"), url("../fonts/Goldman-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.eot");
  src: url("../fonts/Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Colors*/
/*Fonts*/
/*Font Styles*/
.has-small-22px-font-size {
  font-size: 22px;
  line-height: 1.6;
}

.has-medium-24px-font-size {
  font-size: 24px;
  line-height: 1.6;
}

.has-regular-25px-font-size {
  font-size: 25px;
  line-height: 1.6;
}

.has-regular-28px-font-size {
  font-size: 28px;
  line-height: 1.6;
}

.has-responsive-20-32px-font-size {
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.6;
}

.has-large-40px-font-size {
  font-size: 40px;
  line-height: 1.4;
}

.has-responsive-40-60px-font-size {
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1.3;
}

.has-responsive-40-65px-font-size {
  font-size: clamp(30px, 5vw, 65px);
  line-height: 1.2;
}

.has-responsive-40-95px-font-size {
  font-size: clamp(30px, 6vw, 95px);
  line-height: 1.1;
}

/*Shadow Styles*/
.has-crimson-offset-6px-shadow {
  box-shadow: 6px 6px 0 0 #a60d15;
}

.has-crimson-offset-8px-shadow {
  box-shadow: 8px 8px 0 0 #a60d15;
}

.has-white-offset-6px-shadow {
  box-shadow: 6px 6px 0 0 #ffffff;
}

.has-white-offset-9px-shadow {
  box-shadow: 9px 9px 0 0 #ffffff;
}

.has-black-offset-4px-shadow {
  box-shadow: 4px 4px 0 0 #000000;
}

.has-black-offset-6px-shadow {
  box-shadow: 6px 6px 0 0 #000000;
}

.has-black-bottom-6px-shadow {
  box-shadow: 0 6px 0 0 #000000;
}

.has-soft-blur-2px-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.has-medium-blur-2px-shadow {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.has-text-shadow-8px-blur-shadow {
  text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.95);
}

.has-text-shadow-6px-solid-shadow {
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.95);
}

/*General*/
html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: rgba(39, 39, 39, 0.95);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.6;
  margin: 0;
  /* Max Width 1100px */
  /* Max Width 1358px */
  /* Max Width 1600px */
}
body .is-style-max-width-1100,
body .wp-block-cover.is-style-max-width-1100,
body .wp-block-group.is-style-max-width-1100 {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1100px) {
  body .is-style-max-width-1100,
  body .wp-block-cover.is-style-max-width-1100,
  body .wp-block-group.is-style-max-width-1100 {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .is-style-max-width-1358,
body .wp-block-cover.is-style-max-width-1358,
body .wp-block-group.is-style-max-width-1358 {
  max-width: 1358px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1358px) {
  body .is-style-max-width-1358,
  body .wp-block-cover.is-style-max-width-1358,
  body .wp-block-group.is-style-max-width-1358 {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body .is-style-max-width-1358,
  body .wp-block-cover.is-style-max-width-1358,
  body .wp-block-group.is-style-max-width-1358 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body .is-style-max-width-1600,
body .wp-block-cover.is-style-max-width-1600,
body .wp-block-group.is-style-max-width-1600 {
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1600px) {
  body .is-style-max-width-1600,
  body .wp-block-cover.is-style-max-width-1600,
  body .wp-block-group.is-style-max-width-1600 {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body a {
  color: #a60d15;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
body a:hover {
  /*color: $deep-maroon;
  text-decoration: none;*/
}
body p {
  margin: 0 0 36px;
}
@media only screen and (max-width: 991px) {
  body p {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
  }
}
body p.has-background {
  padding: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
  }
}
body h1 mark,
body h2 mark,
body h3 mark,
body h4 mark,
body h5 mark,
body h6 mark {
  position: relative;
}
body table {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
}
body ul,
body ol {
  margin: 0 0 36px 24px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  body ul,
  body ol {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
  }
}
body ul li,
body ol li {
  margin: 0 0 2px;
}
body ul li ul,
body ul li ol,
body ol li ul,
body ol li ol {
  margin: 15px 0 36px 24px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  body ul li ul,
  body ul li ol,
  body ol li ul,
  body ol li ol {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .wp-site-blocks {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1699px) {
  body .entry > .wp-block-group, body .entry > .wp-block-cover {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 54px !important;
    padding-bottom: 36px !important;
    margin: 0 !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  body .entry > .wp-block-group, body .entry > .wp-block-cover {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  body .entry > .wp-block-group > .wp-block-group, body .entry > .wp-block-cover > .wp-block-group {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  body .entry > .wp-block-group > .wp-block-group > .wp-block-group, body .entry > .wp-block-cover > .wp-block-group > .wp-block-group {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  body .entry > .wp-block-group > .wp-block-group > .wp-block-group, body .entry > .wp-block-cover > .wp-block-group > .wp-block-group {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  body .entry > .wp-block-group .wp-block-columns, body .entry > .wp-block-cover .wp-block-columns {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
body .entry > .wp-block-group ul li,
body .entry > .wp-block-group ol li, body .entry > .wp-block-cover ul li,
body .entry > .wp-block-cover ol li {
  margin: 0 0 0 30px;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 991px) {
  body .wp-block-group-is-layout-constrained > *:not(.wp-block-group-is-layout-constrained, .wp-block-image) {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image {
    margin: 1em;
  }
}
@media only screen and (max-width: 991px) {
  body .is-layout-flex {
    flex-flow: column;
    gap: 10px;
  }
}
body .gap-0 {
  gap: 0px;
}
@media only screen and (max-width: 1199px) {
  body .gap-0 {
    gap: 10px;
  }
}
body .gap-5 {
  gap: 5px;
}
@media only screen and (max-width: 1199px) {
  body .gap-5 {
    gap: 10px;
  }
}
body .gap-10 {
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  body .gap-10 {
    gap: 10px;
  }
}
body .gap-15 {
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  body .gap-15 {
    gap: 10px;
  }
}
body .gap-20 {
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  body .gap-20 {
    gap: 10px;
  }
}
body .gap-25 {
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  body .gap-25 {
    gap: 10px;
  }
}
body .gap-30 {
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  body .gap-30 {
    gap: 10px;
  }
}
body .gap-35 {
  gap: 35px;
}
@media only screen and (max-width: 1199px) {
  body .gap-35 {
    gap: 10px;
  }
}
body .gap-40 {
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  body .gap-40 {
    gap: 10px;
  }
}
body .gap-45 {
  gap: 45px;
}
@media only screen and (max-width: 1199px) {
  body .gap-45 {
    gap: 10px;
  }
}
body .gap-50 {
  gap: 50px;
}
@media only screen and (max-width: 1199px) {
  body .gap-50 {
    gap: 10px;
  }
}
body .gap-55 {
  gap: 55px;
}
@media only screen and (max-width: 1199px) {
  body .gap-55 {
    gap: 10px;
  }
}
body .gap-60 {
  gap: 60px;
}
@media only screen and (max-width: 1199px) {
  body .gap-60 {
    gap: 10px;
  }
}
body .gap-65 {
  gap: 65px;
}
@media only screen and (max-width: 1199px) {
  body .gap-65 {
    gap: 10px;
  }
}
body .gap-70 {
  gap: 70px;
}
@media only screen and (max-width: 1199px) {
  body .gap-70 {
    gap: 10px;
  }
}
body .gap-75 {
  gap: 75px;
}
@media only screen and (max-width: 1199px) {
  body .gap-75 {
    gap: 10px;
  }
}
body .gap-80 {
  gap: 80px;
}
@media only screen and (max-width: 1199px) {
  body .gap-80 {
    gap: 10px;
  }
}
body .gap-85 {
  gap: 85px;
}
@media only screen and (max-width: 1199px) {
  body .gap-85 {
    gap: 10px;
  }
}
body .gap-90 {
  gap: 90px;
}
@media only screen and (max-width: 1199px) {
  body .gap-90 {
    gap: 10px;
  }
}
body .gap-95 {
  gap: 95px;
}
@media only screen and (max-width: 1199px) {
  body .gap-95 {
    gap: 10px;
  }
}
body .gap-100 {
  gap: 100px;
}
@media only screen and (max-width: 1199px) {
  body .gap-100 {
    gap: 10px;
  }
}
body .gap-105 {
  gap: 105px;
}
@media only screen and (max-width: 1199px) {
  body .gap-105 {
    gap: 10px;
  }
}
body .gap-110 {
  gap: 110px;
}
@media only screen and (max-width: 1199px) {
  body .gap-110 {
    gap: 10px;
  }
}
body .gap-115 {
  gap: 115px;
}
@media only screen and (max-width: 1199px) {
  body .gap-115 {
    gap: 10px;
  }
}
body .gap-120 {
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  body .gap-120 {
    gap: 10px;
  }
}
body .gap-125 {
  gap: 125px;
}
@media only screen and (max-width: 1199px) {
  body .gap-125 {
    gap: 10px;
  }
}
body .gap-130 {
  gap: 130px;
}
@media only screen and (max-width: 1199px) {
  body .gap-130 {
    gap: 10px;
  }
}
body .gap-135 {
  gap: 135px;
}
@media only screen and (max-width: 1199px) {
  body .gap-135 {
    gap: 10px;
  }
}
body .gap-140 {
  gap: 140px;
}
@media only screen and (max-width: 1199px) {
  body .gap-140 {
    gap: 10px;
  }
}
body .gap-145 {
  gap: 145px;
}
@media only screen and (max-width: 1199px) {
  body .gap-145 {
    gap: 10px;
  }
}
body .gap-150 {
  gap: 150px;
}
@media only screen and (max-width: 1199px) {
  body .gap-150 {
    gap: 10px;
  }
}
body .gap-155 {
  gap: 155px;
}
@media only screen and (max-width: 1199px) {
  body .gap-155 {
    gap: 10px;
  }
}
body .gap-160 {
  gap: 160px;
}
@media only screen and (max-width: 1199px) {
  body .gap-160 {
    gap: 10px;
  }
}
body .gap-165 {
  gap: 165px;
}
@media only screen and (max-width: 1199px) {
  body .gap-165 {
    gap: 10px;
  }
}
body .gap-170 {
  gap: 170px;
}
@media only screen and (max-width: 1199px) {
  body .gap-170 {
    gap: 10px;
  }
}
body .gap-175 {
  gap: 175px;
}
@media only screen and (max-width: 1199px) {
  body .gap-175 {
    gap: 10px;
  }
}
body .gap-180 {
  gap: 180px;
}
@media only screen and (max-width: 1199px) {
  body .gap-180 {
    gap: 10px;
  }
}
body .gap-185 {
  gap: 185px;
}
@media only screen and (max-width: 1199px) {
  body .gap-185 {
    gap: 10px;
  }
}
body .gap-190 {
  gap: 190px;
}
@media only screen and (max-width: 1199px) {
  body .gap-190 {
    gap: 10px;
  }
}
body .gap-195 {
  gap: 195px;
}
@media only screen and (max-width: 1199px) {
  body .gap-195 {
    gap: 10px;
  }
}
body .gap-200 {
  gap: 200px;
}
@media only screen and (max-width: 1199px) {
  body .gap-200 {
    gap: 10px;
  }
}
body .z-index-0 {
  z-index: 0;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-2 {
  z-index: 2;
}
body .z-index-3 {
  z-index: 3;
}
body .z-index-4 {
  z-index: 4;
}
body .z-index-5 {
  z-index: 5;
}
body .z-index-6 {
  z-index: 6;
}
body .z-index-7 {
  z-index: 7;
}
body .z-index-8 {
  z-index: 8;
}
body .z-index-9 {
  z-index: 9;
}
body .z-index-10 {
  z-index: 10;
}
body .overflow-visible {
  overflow: visible !important;
}
body .inline {
  display: inline;
}
body .inline-block {
  display: inline-block;
}
body .block {
  display: block;
}
body .text-align-center {
  text-align: center;
}
body .vertical-horizontal-center .wp-block-column {
  align-self: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
body .has-inline-image img {
  margin-bottom: -5px;
  margin-right: 25px;
}
body .columns-0 {
  -moz-columns: 0;
       columns: 0;
}
@media only screen and (max-width: 991px) {
  body .columns-0 {
    -moz-columns: 1;
         columns: 1;
  }
}
body .columns-0.centered-content {
  text-align: center;
  list-style-position: inside;
}
body .columns-0 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
body .columns-1 {
  -moz-columns: 1;
       columns: 1;
}
@media only screen and (max-width: 991px) {
  body .columns-1 {
    -moz-columns: 1;
         columns: 1;
  }
}
body .columns-1.centered-content {
  text-align: center;
  list-style-position: inside;
}
body .columns-1 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
body .columns-2 {
  -moz-columns: 2;
       columns: 2;
}
@media only screen and (max-width: 991px) {
  body .columns-2 {
    -moz-columns: 1;
         columns: 1;
  }
}
body .columns-2.centered-content {
  text-align: center;
  list-style-position: inside;
}
body .columns-2 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
body .columns-3 {
  -moz-columns: 3;
       columns: 3;
}
@media only screen and (max-width: 991px) {
  body .columns-3 {
    -moz-columns: 1;
         columns: 1;
  }
}
body .columns-3.centered-content {
  text-align: center;
  list-style-position: inside;
}
body .columns-3 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
body .columns-4 {
  -moz-columns: 4;
       columns: 4;
}
@media only screen and (max-width: 991px) {
  body .columns-4 {
    -moz-columns: 1;
         columns: 1;
  }
}
body .columns-4.centered-content {
  text-align: center;
  list-style-position: inside;
}
body .columns-4 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
body .columns-5 {
  -moz-columns: 5;
       columns: 5;
}
@media only screen and (max-width: 991px) {
  body .columns-5 {
    -moz-columns: 1;
         columns: 1;
  }
}
body .columns-5.centered-content {
  text-align: center;
  list-style-position: inside;
}
body .columns-5 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
body .list-style-none {
  list-style: none;
}
body .show-brand-logo-small-bottom-right {
  background: no-repeat bottom right url("../images/best-square-logo-small.png");
}
body .vertically-center-flexbox-item {
  display: flex;
  align-items: center;
}
body .has-top-bar {
  position: relative;
}
body .has-top-bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: calc(60% - 8px);
  background-color: #ffffff;
  z-index: 10;
  height: 16px;
}
@media only screen and (max-width: 991px) {
  body .has-top-bar::before {
    display: none;
  }
}
body .has-top-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #ffffff;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  body .has-top-bar::after {
    display: none;
  }
}
body .has-bottom-bar {
  position: relative;
}
body .has-bottom-bar::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: calc(45% + 8px);
  background-color: #ffffff;
  z-index: 10;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  body .has-bottom-bar::before {
    display: none;
  }
}
body .has-bottom-bar::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid #ffffff;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  body .has-bottom-bar::after {
    display: none;
  }
}
body .has-bottom-bar-left-to-right {
  position: relative;
}
body .has-bottom-bar-left-to-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(45% + 8px);
  left: 0;
  background-color: #ffffff;
  z-index: 10;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  body .has-bottom-bar-left-to-right::before {
    display: none;
  }
}
body .has-bottom-bar-left-to-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid #ffffff;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  body .has-bottom-bar-left-to-right::after {
    display: none;
  }
}
body .has-bottom-bar-right-to-left {
  position: relative;
}
body .has-bottom-bar-right-to-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(45% + 8px);
  background-color: #ffffff;
  z-index: 10;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  body .has-bottom-bar-right-to-left::before {
    display: none;
  }
}
body .has-bottom-bar-right-to-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid #ffffff;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  body .has-bottom-bar-right-to-left::after {
    display: none;
  }
}
body .has-bottom-bar-red-right-to-left-large {
  position: relative;
}
@media only screen and (max-width: 1699px) {
  body .has-bottom-bar-red-right-to-left-large {
    padding: 0 !important;
  }
}
body .has-bottom-bar-red-right-to-left-large::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  left: 0;
  background-color: #a60d15;
  z-index: 10;
  height: 40px;
}
@media only screen and (max-width: 1699px) {
  body .has-bottom-bar-red-right-to-left-large::before {
    display: none;
  }
}
body .has-bottom-bar-red-right-to-left-large > .wp-block-cover {
  position: relative;
}
@media only screen and (max-width: 1699px) {
  body .has-bottom-bar-red-right-to-left-large > .wp-block-cover {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
}
body .has-bottom-bar-red-right-to-left-large > .wp-block-cover::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  left: calc(50% + 45px);
  background-color: #a60d15;
  z-index: 10;
  height: 130px;
}
@media only screen and (max-width: 1699px) {
  body .has-bottom-bar-red-right-to-left-large > .wp-block-cover::before {
    display: none;
  }
}
body .has-bottom-bar-red-right-to-left-large > .wp-block-cover::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 130px solid #a60d15;
  z-index: 10;
}
@media only screen and (max-width: 1699px) {
  body .has-bottom-bar-red-right-to-left-large > .wp-block-cover::after {
    display: none;
  }
}
body .has-bottom-bar-red-right-to-left-large > .wp-block-group {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 15px;
  left: 60%;
  z-index: 11;
  gap: 30px;
}
@media only screen and (max-width: 1699px) {
  body .has-bottom-bar-red-right-to-left-large > .wp-block-group {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body .section-with-spaced-content-aligned-center p {
    text-align: center !important;
    margin: 0 15px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  body .section-with-spaced-content-aligned-center .wp-block-column {
    text-align: center !important;
    margin: 0 !important;
    padding: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  body .section-with-spaced-content-aligned-center .wp-block-group {
    text-align: center !important;
    margin: 0 !important;
    padding: 15px !important;
  }
}
body .underlay-logo:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -140px;
  width: 359px;
  height: 284px;
  background-image: url("../images/underlay-logo.png");
  z-index: -1;
}
@media only screen and (max-width: 1699px) {
  body .underlay-logo:before {
    display: none;
  }
}
body .wp-block-buttons .wp-block-button .has-background:hover {
  filter: brightness(1.2);
}

body {
  /* WordPress Image Alignment Styles - Responsive */
}
body .wp-block-image {
  /* Left Aligned Images */
  /* Right Aligned Images */
  /* Center Aligned Images */
  /* Full Width Images */
  /* Wide Width Images */
  /* Legacy WordPress Image Classes (for older themes) */
}
@media only screen and (max-width: 991px) {
  body .wp-block-image {
    margin: 1em 0;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image img {
    max-height: 220px !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image img {
    max-height: 220px !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image.alignleft, body .wp-block-image.is-style-default.alignleft {
    float: none !important;
    margin: 1em auto !important;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image.alignleft, body .wp-block-image.is-style-default.alignleft {
    margin: 0.5em auto !important;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image.alignright, body .wp-block-image.is-style-default.alignright {
    float: none !important;
    margin: 1em auto !important;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image.alignright, body .wp-block-image.is-style-default.alignright {
    margin: 0.5em auto !important;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image.aligncenter, body .wp-block-image.is-style-default.aligncenter {
    margin: 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image.aligncenter, body .wp-block-image.is-style-default.aligncenter {
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 1199px) {
  body .wp-block-image.alignfull, body .wp-block-image.is-style-default.alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image.alignfull, body .wp-block-image.is-style-default.alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image.alignwide, body .wp-block-image.is-style-default.alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .alignleft {
    float: none !important;
    display: block;
    margin: 1em auto !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image .alignleft {
    margin: 0.5em auto !important;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .alignleft img {
    max-height: 220px !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .alignright {
    float: none !important;
    display: block;
    margin: 1em auto !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image .alignright {
    margin: 0.5em auto !important;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .alignright img {
    max-height: 220px !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image .aligncenter {
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .aligncenter img {
    max-height: 220px !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .alignnone {
    display: block;
    margin: 1em auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-image .alignnone {
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 991px) {
  body .wp-block-image .alignnone img {
    max-height: 220px !important;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1533px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 16px;
}

.col.col-1 {
  grid-column: span 1;
}

.col.col-2 {
  grid-column: span 2;
}

.col.col-3 {
  grid-column: span 3;
}

.col.col-4 {
  grid-column: span 4;
}

.col.col-5 {
  grid-column: span 5;
}

.col.col-6 {
  grid-column: span 6;
}

.col.col-7 {
  grid-column: span 7;
}

.col.col-8 {
  grid-column: span 8;
}

.col.col-9 {
  grid-column: span 9;
}

.col.col-10 {
  grid-column: span 10;
}

.col.col-11 {
  grid-column: span 11;
}

.col.col-12 {
  grid-column: span 12;
}

/* Header Styles */
header .top {
  background-color: #8a0b13;
}
header .top .container p {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  header .top .container p {
    margin-bottom: 0 !important;
    text-align: center;
  }
}
header .top .container p a {
  color: #ffffff;
  text-decoration: none;
}
header .top .container p a:hover {
  color: #ffffff;
}
header .top .container p span {
  margin: 0 20px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  header .main .container .col.col-5,
  header .main .container .col.col-7 {
    grid-column: span 12;
  }
}
header .main .container .col-5 #logo {
  background: url(../images/logo.svg) no-repeat center center/contain;
  width: 407px !important;
  height: 106px;
  max-width: 100%;
  margin: 8px 0 23px 0;
  display: block;
  aspect-ratio: cover;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-5 #logo {
    margin: 12px auto 0;
  }
}
header .main .container .col-7 nav#nav {
  position: relative;
  z-index: 99;
  margin-top: 43px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 22px;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  margin: 0 auto 0;
}
header .main .container .col-7 nav#nav .hamburger-menu input {
  display: none;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  margin: 0 auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu input {
    display: block;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, -2px);
}
header .main .container .col-7 nav#nav .hamburger-menu input:checked ~ span:nth-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .main .container .col-7 nav#nav .hamburger-menu input:checked ~ span:nth-child(4) {
  transform: rotate(-45deg) translate(1px, 6px);
}
header .main .container .col-7 nav#nav .hamburger-menu input:checked ~ .menu-header-main-menu-container {
  display: block;
}
header .main .container .col-7 nav#nav .hamburger-menu span {
  display: none;
  width: 33px;
  height: 4px;
  margin: 0 auto 5px;
  position: relative;
  background: #2c2c2c;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu span {
    display: block;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu span:first-child {
  transform-origin: 0% 0%;
}
header .main .container .col-7 nav#nav .hamburger-menu span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container {
  display: block;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container {
    display: none;
    padding: 20px 0 10px;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul {
    text-align: center;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li {
  margin: 0 25px;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li {
    display: block;
    margin: 0 0 9px;
  }
}
@media only screen and (max-width: 553px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li {
    display: block;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li.menu-item-has-children > a::after {
  content: "▼";
  margin-left: 3px;
  color: inherit;
  line-height: 37px;
  display: inline-block;
  transform: scale(0.5);
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li.menu-item-has-children > a::after {
    display: none;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li.menu-item-has-children li a::after {
  display: none;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:first-child {
  margin-left: 0;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child {
  margin-left: 25px;
  margin-right: 0;
}
@media only screen and (max-width: 1399px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child {
    margin-left: 0;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child a {
  display: block;
  background: #050505;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  box-shadow: 6px 6px 0 0 #a60d15;
  transition: transform 0.3s ease;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child a:hover {
  filter: brightness(1.2);
}
@media only screen and (max-width: 1399px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child a {
    font-size: 22px;
    line-height: 1.6;
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child a {
    padding: 0;
    line-height: 42px;
    margin: 0 auto;
    max-width: 220px;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:last-child.current-menu-item a {
  color: #ffffff;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li.current-menu-item a {
  color: #8a0b13;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 0 0 25px;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li a {
    padding: 0;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li a:hover {
  color: #8a0b13;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul {
  display: none;
  width: 340px;
  border: none;
  box-shadow: 0px 4px 4px rgba(18, 42, 77, 0.5882352941);
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(270deg, #a1a1a1 0%, #dcdcdc 48.28%, #aaaaaa 94.4%);
  padding: 0;
  margin-top: -1px;
  text-align: left;
  position: absolute;
  left: auto;
  top: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul {
    top: 75px;
  }
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    margin: 10px 0 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    left: 0;
    right: 0;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li {
  min-height: 41px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li {
    min-height: 20px;
    border-bottom: none;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li:last-child {
  margin: 0;
  border-bottom: none;
  max-width: 100%;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li:last-child a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  line-height: 1;
  text-align: left;
  color: #000000;
  padding: 13px 21px 11px;
  margin: 0;
  white-space: break-spaces;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: none;
  border-radius: 0;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li:last-child a {
    text-align: center;
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0;
    max-width: 100%;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li:last-child a:hover {
  color: #ffffff;
  background: #a60d15;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li:last-child a:hover {
    background: transparent;
    color: #a60d15;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  line-height: 1;
  text-align: left;
  color: #000000;
  padding: 13px 21px 11px;
  margin: 0;
  white-space: break-spaces;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li a {
    text-align: center;
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li a::after {
  display: none !important;
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li a:hover {
  color: #ffffff;
  background: #a60d15;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li ul li a:hover {
    background: transparent;
    color: #a60d15;
  }
}
header .main .container .col-7 nav#nav .hamburger-menu .menu-header-main-menu-container ul li:hover ul {
  display: block;
}

/* Footer Styles */
footer .main {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 1399px) {
  footer .main {
    padding: 40px 0 30px;
  }
}
footer .main .container {
  grid-gap: 115px;
}
@media only screen and (max-width: 1399px) {
  footer .main .container {
    grid-gap: 20px;
  }
}
footer .main .container h5 {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.6;
  color: #a60d15;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1399px) {
  footer .main .container h5 {
    text-align: center;
    margin-bottom: 12px;
  }
}
footer .main .container p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  color: #444444;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  footer .main .container p {
    text-align: center;
    margin-bottom: 12px;
  }
}
footer .main .container p a {
  text-decoration: none;
  color: #444444;
}
footer .main .container ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1399px) {
  footer .main .container ul {
    text-align: center;
  }
}
footer .main .container ul li {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  color: #444444;
  margin: 0 0 12px;
  line-height: 1;
}
footer .main .container ul li:before {
  content: "» ";
  color: #a60d15;
  font-size: 35px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 1399px) {
  footer .main .container ul li:before {
    display: none;
  }
}
footer .main .container ul li a {
  color: #444444;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  footer .main .container .col-5 {
    grid-column: span 12;
    text-align: center;
  }
}
footer .main .container .col-5 #logo {
  background: url(../images/logo.svg) no-repeat center center/contain;
  width: 436px !important;
  height: 118px;
  max-width: 100%;
  margin: 0 0 44px 0;
  display: block;
  aspect-ratio: cover;
}
@media only screen and (max-width: 1399px) {
  footer .main .container .col-5 #logo {
    margin: 0 auto 24px;
  }
}
footer .main .container .col-5 .tagline {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  color: #444444;
  margin: 0 10px;
}
@media only screen and (max-width: 1399px) {
  footer .main .container .col-4 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 767px) {
  footer .main .container .col-4 {
    grid-column: span 12;
  }
}
footer .main .container .col-4 p.address {
  margin: 0 0 30px;
}
footer .main .container .col-4 p.contact {
  margin: 0;
}
footer .main .container .col-4 p.email {
  margin: 0 0 20px;
}
footer .main .container .col-4 p.email a {
  text-decoration: underline;
}
@media only screen and (max-width: 1399px) {
  footer .main .container .col-3 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 767px) {
  footer .main .container .col-3 {
    grid-column: span 12;
  }
}
footer .bottom {
  text-align: center;
}
footer .bottom .container {
  border-top: 1px solid #a3a3a3;
}
footer .bottom .container .col-12 p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 35px 0;
}
@media only screen and (max-width: 991px) {
  footer .bottom .container .col-12 p {
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
  }
}

body .entry .wp-block-heading.has-responsive-40-60-px-font-size mark, body .entry .wp-block-heading.has-responsive-40-65-px-font-size mark {
  margin: 0 0 16px;
  display: inline-block;
  font-weight: 700;
  font-size: clamp(30px, 6vw, 95px);
  line-height: 1.1;
}

.quform .quform-element .quform-spacer {
  padding: 0;
  margin: 0 0 29px 0;
}
.quform .quform-element .quform-spacer .quform-label {
  padding: 0;
  margin: 0 0 14px 0;
}
.quform .quform-element .quform-spacer .quform-label .quform-label-text {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  line-height: 25px;
  text-align: left;
  color: #000000;
}
.quform .quform-element .quform-spacer .quform-input {
  margin: 0;
}
.quform .quform-element .quform-spacer .quform-input .quform-field {
  border: 1px solid #484848;
  background: #ffffff;
  padding: 9px 15px 9px;
  /*line-height: 40px;*/
  line-height: 1em;
  text-align: left;
  color: #000000;
}
.quform .quform-element .quform-spacer .quform-input .quform-options .quform-option {
  padding: 0;
  margin: 0 0 12px 0;
}
.quform .quform-element .quform-spacer .quform-input .quform-options .quform-option .quform-option-label {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #000000;
}
.quform .quform-element .quform-spacer .quform-input .quform-options .quform-option .quform-field-checkbox {
  margin-right: 10px;
  width: 24px;
  height: 22px;
}
.quform .quform-element .quform-spacer .quform-input-textarea .quform-field-textarea {
  height: 165px;
}
.quform .quform-element .quform-spacer .quform-inner-captcha {
  position: relative;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-input-captcha {
  width: calc(100% - 135px);
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 18px;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-captcha {
  width: 120px;
  display: inline-block;
  border: 1px solid #000000;
  margin: 0;
  float: right;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-captcha .quform-captcha-image .quform-captcha-image-img {
  height: 58px;
  width: 120px;
}
.quform .quform-element .quform-spacer .quform-inner-captcha .quform-error {
  width: calc(100% - 140px);
  float: left;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.quform .quform-element .quform-spacer .quform-error {
  padding: 0;
}
.quform .quform-element .quform-spacer .quform-error .quform-error-inner {
  background: #ffffff;
  border: none;
  padding: 0;
}
.quform .quform-element .quform-spacer .quform-error .quform-error-inner .quform-error-text {
  font-size: 12px;
  text-align: left;
}
.quform .quform-element-submit {
  margin: 24px 0 0;
}
.quform .quform-element-submit .quform-button-submit {
  margin: 0;
  float: none;
}
.quform .quform-element-submit .quform-button-submit .quform-submit {
  width: 250px;
  height: 75px;
  background: #a60d15;
  padding: 0;
  text-transform: uppercase;
  border: none;
  border-radius: 20px;
  box-shadow: 4px 4px 0 0 #000000;
  margin: 0 auto;
}
.quform .quform-element-submit .quform-button-submit .quform-submit:hover {
  filter: brightness(1.2);
}
.quform .quform-element-submit .quform-button-submit .quform-submit .quform-button-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.footer-form .quform .quform-element-submit {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .footer-form .quform .quform-element-submit {
    margin: 20px 0 0;
  }
}
.footer-form .quform .quform-element-submit .quform-button-submit {
  margin: 0;
  float: right;
}
@media only screen and (max-width: 991px) {
  .footer-form .quform .quform-element-submit .quform-button-submit {
    margin: 0 auto;
    float: none;
  }
}/*# sourceMappingURL=style.css.map */