@charset "UTF-8";
/* --------------------------------------------------------------
# Generic
-------------------------------------------------------------- */
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  clear: both;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.site-header {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.site-header--wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  transition: all 0.3s ease;
}
.site-header--contact {
  background: #000100;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  max-height: 40px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .site-header--contact {
    font-size: 0.75rem;
  }
}
.site-header--contact,
.site-header--contact a {
  color: #cdcdcd;
}
.site-header--contact:hover,
.site-header--contact a:hover {
  color: #fff;
}
.site-header--contact svg {
  fill: #aaa;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 600px) {
  .site-header--contact svg {
    height: 18px;
    width: 18px;
  }
}
.site-header--contact .header-phone,
.site-header--contact .header-email {
  align-items: center;
  display: flex;
  gap: 0 5px;
  justify-content: flex-start;
  line-height: 1;
}
.site-header--contact__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
@media only screen and (max-width: 600px) {
  .site-header--contact__wrap {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.site-header--nav {
  align-items: center;
  display: flex;
  gap: 0 6em;
  justify-content: flex-end;
}
@media only screen and (max-width: 1400px) {
  .site-header--nav {
    gap: 0 3em;
  }
}
@media only screen and (max-width: 1200px) {
  .site-header--nav {
    gap: 0 2em;
  }
}
.site-header--nav .header-cta {
  order: 1;
}
@media screen and (width >= 1023px) {
  .site-header--nav .header-cta {
    order: 2;
  }
}
@media only screen and (max-width: 600px) {
  .site-header--nav .header-cta {
    display: none;
  }
}
.site-header--nav .main-navigation {
  order: 2;
}
@media screen and (width >= 1023px) {
  .site-header--nav .main-navigation {
    order: 1;
  }
}
.site-header .site-branding {
  flex: 1;
}
.site-header .site-branding img {
  display: block;
  max-width: 360px;
}
@media only screen and (max-width: 1200px) {
  .site-header .site-branding img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 667px) {
  .site-header .site-branding img {
    max-width: 255px;
  }
}
.site-header .menu-backdrop {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: 0.25s ease;
  z-index: 10;
}

body.has-scrolled .site-header--wrap {
  padding-bottom: 15px;
  padding-top: 15px;
}
body.has-scrolled .site-header--contact {
  max-height: 0;
  opacity: 0;
}

.main-navigation {
  position: relative;
  z-index: 20;
}
.main-navigation .menu-toggle {
  background: #cdcdcd;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  padding: 5px 15px;
}
@media only screen and (max-width: 413px) {
  .main-navigation .menu-toggle {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-navigation .menu-toggle:hover {
  background: #aaa;
}
@media only screen and (max-width: 413px) {
  .main-navigation .menu-toggle:hover {
    background: none;
  }
}
.main-navigation .menu-toggle .sr-text {
  position: absolute;
  left: -9999px;
}
.main-navigation .menu-toggle .hamburger {
  display: block;
  width: 40px;
}
.main-navigation .menu-toggle .hamburger span {
  background: #000;
  display: block;
  height: 4px;
  margin: 8px 0;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s ease;
}
.main-navigation .menu-main-menu-container {
  display: none;
}
@media screen and (width >= 1023px) {
  .main-navigation .menu-main-menu-container {
    display: block;
  }
}
.main-navigation .mobile-menu-main-menu-container {
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: block;
  height: 75vh;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  transform: translateY(-10px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s ease;
  width: 340px;
}
@media screen and (width >= 413px) {
  .main-navigation .mobile-menu-main-menu-container {
    width: 360px;
  }
}
@media screen and (width >= 480px) {
  .main-navigation .mobile-menu-main-menu-container {
    width: 400px;
  }
}
@media screen and (width >= 1023px) {
  .main-navigation .mobile-menu-main-menu-container {
    display: none;
  }
}
.main-navigation .mobile-menu-main-menu-container li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.main-navigation .mobile-menu-main-menu-container li:first-child {
  border-top: 0;
}
.main-navigation .mobile-menu-main-menu-container li.current-menu-item > a {
  color: #eee;
}
.main-navigation .mobile-menu-main-menu-container li a {
  color: #777;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.065rem;
  padding: 1em 0;
  text-transform: uppercase;
}
.main-navigation .mobile-menu-main-menu-container li a:hover {
  color: #eee;
}
.main-navigation .mobile-menu-main-menu-container li a::after {
  right: initial;
}
.main-navigation.toggled .hamburger span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.main-navigation.toggled .hamburger span:nth-child(2) {
  opacity: 0;
}
.main-navigation.toggled .hamburger span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.main-navigation.toggled .mobile-menu-main-menu-container {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.main-navigation.toggled .mobile-menu-main-menu-container ul.menu {
  display: block;
}
.main-navigation.toggled .mobile-menu-main-menu-container li {
  opacity: 1;
  transform: translateY(0);
}
.main-navigation.toggled .mobile-menu-main-menu-container li:nth-child(1) {
  transition-delay: 0.05s;
}
.main-navigation.toggled .mobile-menu-main-menu-container li:nth-child(2) {
  transition-delay: 0.09s;
}
.main-navigation.toggled .mobile-menu-main-menu-container li:nth-child(3) {
  transition-delay: 0.13s;
}
.main-navigation.toggled .mobile-menu-main-menu-container li:nth-child(4) {
  transition-delay: 0.17s;
}
.main-navigation.toggled .mobile-menu-main-menu-container li:nth-child(5) {
  transition-delay: 0.21s;
}
.main-navigation.toggled + .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.site-footer {
  background-color: #ddd;
  color: #000;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul > li + li {
  margin-top: 0.75em;
}
@media only screen and (max-width: 991px) {
  .site-footer ul > li + li {
    margin-top: 0.5em;
  }
}
.site-footer--widgets {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1em 3em;
  justify-content: space-between;
  padding: 4em 0 3em;
}
@media only screen and (max-width: 1200px) {
  .site-footer--widgets {
    gap: 1em 2em;
    padding-bottom: 2.5em;
    padding-top: 3.4em;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer--widgets {
    flex-wrap: wrap;
    padding-bottom: 2.75em;
    padding-top: 3.5em;
  }
}
.site-footer--widgets a,
.site-footer--widgets a:visited {
  color: #000;
}
.site-footer--widgets a:hover,
.site-footer--widgets a:visited:hover {
  color: #c92824;
}
.site-footer #footer-1 {
  font-size: 0.9375rem;
  width: 45%;
}
@media only screen and (max-width: 1400px) {
  .site-footer #footer-1 {
    width: 32%;
  }
}
@media only screen and (max-width: 1200px) {
  .site-footer #footer-1 {
    font-size: 0.875rem;
    width: 30%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer #footer-1 {
    font-size: 0.9375rem;
    margin-top: 2em;
    order: 4;
    text-align: center;
    width: 100%;
  }
}
.site-footer #footer-1 img {
  max-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .site-footer #footer-1 img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer #footer-1 img {
    max-width: 280px;
  }
}
.site-footer #footer-1 figure {
  margin: 0.65em 0 1.125em;
}
.site-footer #footer-1 .widget_text {
  padding-right: 0;
}
@media screen and (width >= 1400px) {
  .site-footer #footer-1 .widget_text {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer #footer-1 .wp-block-social-links {
    justify-content: center;
    gap: 10px 20px;
  }
}
.site-footer #footer-2,
.site-footer #footer-3 {
  width: 12.5%;
}
@media only screen and (max-width: 1200px) {
  .site-footer #footer-2,
  .site-footer #footer-3 {
    width: 12%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer #footer-2,
  .site-footer #footer-3 {
    width: 24%;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer #footer-2,
  .site-footer #footer-3 {
    width: 20%;
  }
}
@media only screen and (max-width: 735px) {
  .site-footer #footer-2,
  .site-footer #footer-3 {
    width: 47%;
  }
}
.site-footer #footer-4 {
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .site-footer #footer-4 {
    width: 32%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer #footer-4 {
    width: 44%;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer #footer-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 735px) {
  .site-footer #footer-4 {
    width: 100%;
  }
}
.site-footer #footer-4 .safe-svg-inline {
  align-items: center;
  display: flex;
  height: 25px !important;
  justify-content: center;
  max-width: 25px;
}
@media only screen and (max-width: 991px) {
  .site-footer #footer-4 .widget {
    margin-bottom: 1.25em;
  }
}
.site-footer .widget-title {
  font-weight: 500;
  margin: 0 0 1.125em;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.site-footer .widget-title::after {
  background-color: #c92824;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100px;
}
.site-footer--copyright {
  background-color: #000100;
  color: #cdcdcd;
  padding: 1em 0;
}
.site-footer .site-info {
  align-items: center;
  display: flex;
  gap: 15px 1em;
  justify-content: space-between;
  font-size: 0.75em;
  text-align: left;
}
@media only screen and (max-width: 667px) {
  .site-footer .site-info {
    flex-wrap: wrap;
    gap: 5px 1em;
    justify-content: center;
  }
}
.site-footer .site-info a {
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
.site-footer .site-info a:hover {
  color: #cdcdcd;
  text-decoration: underline;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

#site-slider {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.75);
  position: relative;
}
#site-slider .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
#site-slider .swiper-slide::before {
  background: linear-gradient(0deg, #000 -60%, rgba(255, 255, 255, 0.0001) 200%);
  content: "";
  display: inline-block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (width <= 781px) {
  #site-slider .swiper-slide::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
#site-slider .swiper-slide img {
  display: inline-block;
  height: 480px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (width <= 1024px) {
  #site-slider .swiper-slide img {
    height: 450px;
  }
}
@media only screen and (width <= 781px) {
  #site-slider .swiper-slide img {
    height: 380px;
  }
}
@media only screen and (width <= 600px) {
  #site-slider .swiper-slide img {
    height: 350px;
  }
}
#site-slider .swiper-slide .banner-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  position: absolute;
  text-align: center;
  text-shadow: 0 10px 15px #000;
  z-index: 9;
}
@media only screen and (width <= 1536px) {
  #site-slider .swiper-slide .banner-text {
    max-width: 860px;
  }
}
@media only screen and (width <= 1024px) {
  #site-slider .swiper-slide .banner-text {
    max-width: 800px;
    padding-left: 2em;
    padding-right: 2em;
  }
}
#site-slider .swiper-slide .banner-text h2, #site-slider .swiper-slide .banner-text p {
  color: #fff;
}
#site-slider .swiper-slide .banner-text h2 {
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}
@media only screen and (width <= 1024px) {
  #site-slider .swiper-slide .banner-text h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media only screen and (width <= 781px) {
  #site-slider .swiper-slide .banner-text h2 {
    font-size: 2rem;
  }
}
#site-slider .swiper-slide .banner-text p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (width <= 1536px) {
  #site-slider .swiper-slide .banner-text p {
    font-size: 1rem;
  }
}
@media only screen and (width <= 781px) {
  #site-slider .swiper-slide .banner-text p {
    font-size: 0.9375rem;
  }
}
@media only screen and (width <= 600px) {
  #site-slider .swiper-slide .banner-text p {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
#site-slider .swiper-slide .banner-text .button {
  background: var(--secondary-color);
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  line-height: 1.5;
  padding: 10px 35px;
  position: relative;
  text-transform: uppercase;
  top: 0;
  box-shadow: none;
  transition: all 0.25s ease-in;
}
@media only screen and (width <= 1024px) {
  #site-slider .swiper-slide .banner-text .button {
    font-size: 13px;
    padding: 8px 25px;
  }
}
@media only screen and (width <= 781px) {
  #site-slider .swiper-slide .banner-text .button {
    font-size: 12px;
  }
}
#site-slider .swiper-slide .banner-text .button:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
  top: -5px;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #c92824;
  text-decoration: none;
}
a:visited {
  color: #c92824;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn {
  width: auto;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.btn--primary {
  border: 0;
  border-radius: 6px;
  background: #c92824;
  cursor: pointer;
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: max-content;
}
button, button:visited,
input[type=button],
input[type=button]:visited,
input[type=reset],
input[type=reset]:visited,
input[type=submit],
input[type=submit]:visited,
.btn--primary,
.btn--primary:visited {
  color: #fff;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn--primary:hover {
  background: #333;
  color: #fff;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.btn--primary:active,
.btn--primary:focus {
  border-color: #333;
  color: #fff;
}

.back-to-top {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 6px;
  bottom: 4rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 48px;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 1rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  visibility: hidden;
  width: 48px;
  z-index: 998;
}
@media screen and (width >= 1024px) {
  .back-to-top {
    right: 2rem;
  }
}
.back-to-top:hover, .back-to-top:focus {
  background-color: #333;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.back-to-top svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9375rem;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (width >= 1024px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    border-radius: 8px;
    font-size: 1rem;
    padding: 12px 25px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #000;
  outline: none;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
  width: 20px;
}
@media screen and (width >= 1024px) {
  input[type=checkbox] {
    height: 25px;
    width: 25px;
  }
}
input[type=checkbox]:checked {
  background-color: #c92824;
  border-color: #c92824;
}
input[type=checkbox]::after {
  content: "✓";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 3px;
  position: absolute;
  top: -3px;
}
@media screen and (width >= 1024px) {
  input[type=checkbox]::after {
    left: 6px;
    top: 0;
  }
}

textarea {
  min-height: 120px;
  resize: vertical;
  width: 100%;
}

.comment-form-cookies-consent {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  margin-bottom: 3em;
  margin-top: 2em;
  position: relative;
}
.comment-form-cookies-consent:hover input[type=checkbox] {
  border-color: #c92824;
}

.wpcf7-form {
  background: #ddd;
  border-radius: 10px;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.5);
  max-width: 1020px;
  margin: 0 auto;
  padding: 2.5em 2em;
}
@media screen and (width >= 667px) {
  .wpcf7-form {
    padding: 2.75em 3em;
  }
}
@media screen and (width >= 1366px) {
  .wpcf7-form {
    padding: 2.75em 4em;
  }
}
@media screen and (width >= 1600px) {
  .wpcf7-form {
    padding: 3em 4.5em;
  }
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form label {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=number],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=file],
.wpcf7-form textarea,
.wpcf7-form select {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9375rem;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (width >= 1024px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=number],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form input[type=file],
  .wpcf7-form textarea,
  .wpcf7-form select {
    border-radius: 8px;
    font-size: 1rem;
    padding: 12px 25px;
  }
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=file]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #000;
  outline: none;
}
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7-form input[type=submit] {
  border-radius: 6px;
  background: #c92824;
  color: #fff;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1;
  margin-top: 2em;
  padding: 1em 1.5em;
  text-transform: uppercase;
  width: max-content;
}
.wpcf7-form input[type=submit]:hover {
  background: #333;
  color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
@media screen and (width >= 1024px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 15px;
  }
}
.wpcf7-form .wpcf7-list-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}
.wpcf7-form .wpcf7-list-item > label {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wpcf7-form .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
  width: 20px;
}
@media screen and (width >= 1024px) {
  .wpcf7-form .wpcf7-list-item input[type=checkbox] {
    height: 25px;
    width: 25px;
  }
}
.wpcf7-form .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #c92824;
  border-color: #c92824;
}
.wpcf7-form .wpcf7-list-item input[type=checkbox]::after {
  content: "✓";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 3px;
  position: absolute;
  top: -3px;
}
@media screen and (width >= 1024px) {
  .wpcf7-form .wpcf7-list-item input[type=checkbox]::after {
    left: 6px;
    top: 0;
  }
}
.wpcf7-form .wpcf7-list-item:hover input[type=checkbox] {
  border-color: #c92824;
}
.wpcf7-form .wpcf7-not-valid-tip {
  background: #c92824;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 500;
  left: 5px;
  letter-spacing: 0.025rem;
  padding: 2px 10px;
  position: absolute;
  top: 100%;
  z-index: 8;
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  border-style: none solid solid solid;
  border-width: 5px 5px 5px medium;
  border-color: #c92824;
  border-left-color: rgba(0, 0, 0, 0) !important;
  border-right-color: rgba(0, 0, 0, 0) !important;
  content: "";
  height: 0;
  left: 5px;
  margin-top: 0;
  position: absolute;
  top: -5px;
  width: 0;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  background: #eee;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin: 2em 0 0;
  padding: 0.65em 1.25em;
  border-width: 4px;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-validation-errors {
  color: #d9534f;
  font-weight: 500;
}
.wpcf7 form.wpcf7-form .wpcf7-mail-sent-ok {
  color: #28a745;
  font-weight: 500;
}

/* --------------------------------------------------------------
# Layouts
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li > a {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5em 0.5em 0.65em;
}
.main-navigation li > a::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  width: 10px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #c92824;
}
.main-navigation li:hover > a::after, .main-navigation li.focus > a::after {
  background-color: #c92824;
  width: 100%;
}
.main-navigation a {
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_ancestor > a::after,
.main-navigation .current-menu-ancestor > a::after {
  background-color: #c92824;
  width: 100%;
}

/* Small menu. */
.menu-toggle {
  display: block;
}

@media screen and (width >= 1023px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    gap: 0 1em;
  }
}
@media screen and (width >= 1200px) {
  .main-navigation ul {
    gap: 0 2em;
  }
}
@media screen and (width >= 1400px) {
  .main-navigation ul {
    gap: 0 3em;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  font-size: 0.875rem;
  font-weight: 400;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  text-decoration: underline;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
header.page-header, header.entry-header {
  padding: 2.5em 0 0;
}
@media screen and (width >= 1200px) {
  header.page-header, header.entry-header {
    padding-bottom: 1em;
    padding-top: 3rem;
  }
}
@media screen and (width >= 1400px) {
  header.page-header, header.entry-header {
    padding-top: 3.5rem;
  }
}
@media screen and (width >= 1600px) {
  header.page-header, header.entry-header {
    padding-top: 4.25em;
  }
}
header h1.page-title, header h1.entry-title {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
@media screen and (width >= 600px) {
  header h1.page-title, header h1.entry-title {
    font-size: 2.25rem;
  }
}
@media screen and (width >= 1200px) {
  header h1.page-title, header h1.entry-title {
    font-size: 2.5rem;
  }
}
@media screen and (width >= 1400px) {
  header h1.page-title, header h1.entry-title {
    font-size: 2.75rem;
  }
}
@media screen and (width >= 1600px) {
  header h1.page-title, header h1.entry-title {
    font-size: 3rem;
  }
}

footer.entry-footer {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
}
footer.entry-footer:not(.card) {
  margin-bottom: 3em;
  margin-top: 4em;
}
footer.entry-footer a:not(.btn) {
  font-weight: 600;
}
footer.entry-footer > span + span {
  margin-left: 10px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (width >= 1680px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  font-size: 1rem;
  margin-top: 135px;
}
@media screen and (width >= 600px) {
  .site-content {
    margin-top: 144px;
  }
}
@media screen and (width >= 1200px) {
  .site-content {
    margin-top: 160px;
  }
}
@media screen and (width >= 1366px) {
  .site-content {
    font-size: 1.125rem;
  }
}
.site-content--wrap {
  padding-bottom: 2em;
  padding-top: 2em;
}
@media screen and (width >= 1400px) {
  .site-content--wrap {
    padding-bottom: 4em;
    padding-top: 4em;
  }
}
.site-content ul {
  list-style-type: square;
}
.site-content ul li::marker {
  color: #c92824;
}
.site-content ul > li + li {
  margin-top: 10px;
}
.site-content iframe {
  display: block;
}
.site-content .entry-content {
  margin-top: 0;
}
.site-content .wp-block-heading {
  margin: 0;
}
.site-content h2.wp-block-heading {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (width >= 413px) {
  .site-content h2.wp-block-heading {
    font-size: 2rem;
  }
}
@media screen and (width >= 600px) {
  .site-content h2.wp-block-heading {
    font-size: 2.125rem;
  }
}
@media screen and (width >= 1200px) {
  .site-content h2.wp-block-heading {
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (width >= 1400px) {
  .site-content h2.wp-block-heading {
    font-size: 2.75rem;
  }
}
@media screen and (width >= 1600px) {
  .site-content h2.wp-block-heading {
    font-size: 3rem;
  }
}
.site-content h2.wp-block-heading::after {
  background-color: #c92824;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}
.site-content h3.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media screen and (width >= 600px) {
  .site-content h3.wp-block-heading {
    font-size: 1.75rem;
  }
}
@media screen and (width >= 1200px) {
  .site-content h3.wp-block-heading {
    font-size: 2rem;
  }
}
@media screen and (width >= 1600px) {
  .site-content h3.wp-block-heading {
    font-size: 2.25rem;
  }
}
.site-content h4.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media screen and (width >= 600px) {
  .site-content h4.wp-block-heading {
    margin-bottom: 1.75rem;
  }
}
@media screen and (width >= 1200px) {
  .site-content h4.wp-block-heading {
    font-size: 1.5rem;
  }
}

.blog-archive {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px 10px;
  padding-bottom: 3em;
  padding-top: 3em;
}
@media screen and (width >= 600px) {
  .blog-archive {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 1em;
  }
}
@media screen and (width >= 1024px) {
  .blog-archive {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width >= 1600px) {
  .blog-archive {
    grid-gap: 2em 2em;
    padding-bottom: 5em;
  }
}
.blog-archive--card {
  background-color: #efefef;
  border: 1px solid #efefef;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}
.blog-archive--card:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.25);
  top: -10px;
}
.blog-archive--card__thumbnail {
  overflow: hidden;
}
.blog-archive--card__thumbnail img {
  display: block;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.blog-archive--card__thumbnail img:hover {
  transform: scale(1.1);
}
.blog-archive--card__content {
  font-size: 1rem;
  flex: 1;
  line-height: 1.5;
  padding: 2em 1.75em;
}
@media screen and (width >= 1024px) {
  .blog-archive--card__content {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (width >= 1600px) {
  .blog-archive--card__content {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.blog-archive--card__content a:not(.btn) {
  color: #000;
}
.blog-archive--card__content a:not(.btn):hover {
  color: #c92824;
}
.blog-archive--card__content h2.entry-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.blog-archive--card .entry-header {
  padding: 0;
}
.blog-archive--card .entry-meta {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.blog-archive--card .entry-meta svg {
  display: block;
}
.blog-archive--card .byline,
.blog-archive--card .posted-on {
  align-items: center;
  display: flex;
  gap: 5px 5px;
  justify-content: flex-start;
}

.gallery-block-wrap {
  padding: 2.5em 0;
}
@media screen and (width >= 1400px) {
  .gallery-block-wrap {
    padding-bottom: 5em;
    padding-top: 4em;
  }
}
.gallery-block-wrap h2.wp-block-heading {
  margin-bottom: 3rem;
}

.services-grid-wrap {
  line-height: 1.6;
  padding: 2em 0;
}
@media screen and (width >= 1024px) {
  .services-grid-wrap {
    line-height: 1.8;
  }
}
@media screen and (width >= 1400px) {
  .services-grid-wrap {
    padding-bottom: 5em;
    padding-top: 4em;
  }
}
.services-grid-wrap h2.wp-block-heading {
  color: #fff;
  margin-bottom: 3rem;
}
.services-grid-wrap .wp-block-button__link {
  border-radius: 6px;
  background: transparent;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  margin-top: 3rem;
  padding: 1em 3.5em;
  text-transform: uppercase;
}
.services-grid-wrap .wp-block-button__link, .services-grid-wrap .wp-block-button__link:visited {
  color: #fff;
}
.services-grid-wrap .wp-block-button__link:hover, .services-grid-wrap .wp-block-button__link:active, .services-grid-wrap .wp-block-button__link:focus {
  background: #c92824;
  border-color: #c92824;
  color: #fff;
}

.service-grid {
  font-size: 0.9375rem;
  gap: 2em 3em;
  line-height: 1.6;
}
@media screen and (width >= 1400px) {
  .service-grid {
    gap: 3em 5em;
  }
}
@media screen and (width >= 1600px) {
  .service-grid {
    gap: 4em 6em;
  }
}
.service-grid h5.wp-block-heading {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  line-height: 1.25;
  margin: 0 0 15px;
}
.service-grid .safe-svg-cover svg {
  max-width: 85px;
  transition: all 0.3s;
}
.service-grid .wp-block-group:hover svg {
  fill: #c92824;
  transform: scale(0.9);
}

.industries-serve {
  background: #efefef;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.25);
  padding: 2.75em 0 4em;
}
@media screen and (width >= 1400px) {
  .industries-serve {
    padding-bottom: 4.25em;
    padding-top: 3.75em;
  }
}
.industries-serve h2.wp-block-heading {
  margin-bottom: 2rem;
}
@media screen and (width >= 1400px) {
  .industries-serve h2.wp-block-heading {
    margin-bottom: 5rem;
  }
}

.industries-grid {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 1400px) {
  .industries-grid {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 5em;
  }
}
@media screen and (width >= 1600px) {
  .industries-grid {
    font-size: 1.625rem;
  }
}
.industries-grid > p {
  margin: 0;
  padding-left: 1.5em;
  position: relative;
  width: max-content;
}
.industries-grid > p::after {
  border-right: 5px solid #c92824;
  border-bottom: 5px solid #c92824;
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 15px;
  height: 30px;
  transform: rotate(45deg);
}
@media screen and (width >= 1600px) {
  .industries-grid > p::after {
    top: 0;
  }
}

.call-to-action {
  padding: 1.5em 0;
}
@media screen and (width >= 1400px) {
  .call-to-action {
    padding-bottom: 2em;
    padding-top: 2em;
  }
}
.call-to-action .wp-block-heading {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2.5rem;
}
@media screen and (width >= 667px) {
  .call-to-action .wp-block-heading {
    font-size: 2rem;
  }
}
@media screen and (width >= 1200px) {
  .call-to-action .wp-block-heading {
    font-size: 2.5rem;
  }
}
@media screen and (width >= 1400px) {
  .call-to-action .wp-block-heading {
    font-size: 3rem;
  }
}
@media screen and (width >= 1600px) {
  .call-to-action .wp-block-heading {
    font-size: 3.375rem;
  }
}
.call-to-action .wp-block-button__link {
  border-radius: 6px;
  background: #c92824;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  padding: 1em 3.5em;
  text-transform: uppercase;
}
.call-to-action .wp-block-button__link, .call-to-action .wp-block-button__link:visited {
  color: #fff;
}
.call-to-action .wp-block-button__link:hover, .call-to-action .wp-block-button__link:active, .call-to-action .wp-block-button__link:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}

.home .call-to-action {
  padding: 2em 0;
}
@media screen and (width >= 1400px) {
  .home .call-to-action {
    padding-bottom: 4em;
    padding-top: 4em;
  }
}

.testimonial-block-wrap {
  background: #efefef;
  padding-top: 4em;
  padding-bottom: 3em;
}

#testimonial-slider {
  text-align: center;
}
#testimonial-slider h5 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  #testimonial-slider h5 {
    font-size: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  #testimonial-slider h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 568px) {
  #testimonial-slider h5 {
    font-size: 1rem;
  }
}
#testimonial-slider figcaption {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2em;
  max-width: 80%;
}
@media only screen and (max-width: 1200px) {
  #testimonial-slider figcaption {
    line-height: 1.5;
    max-width: 88%;
  }
}
@media only screen and (max-width: 767px) {
  #testimonial-slider figcaption {
    font-size: 1.125rem;
  }
}
#testimonial-slider .swiper-slide__contents {
  padding-left: 3em;
  padding-right: 3em;
}
@media only screen and (max-width: 1024px) {
  #testimonial-slider .swiper-slide__contents {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 568px) {
  #testimonial-slider .swiper-slide__contents {
    padding-left: 0;
    padding-right: 0;
  }
}
#testimonial-slider .swiper-slide__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  min-height: 200px;
  width: 100%;
}
#testimonial-slider .swiper-slide__image > img {
  max-width: 200px;
  width: 100%;
}
#testimonial-slider .star-rating {
  display: block;
  height: 30px;
  letter-spacing: 0.75rem;
  line-height: 1;
  margin: 3em auto 2em;
  position: relative;
  white-space: nowrap;
  width: 170px;
}
#testimonial-slider .star-rating__value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
}
#testimonial-slider .star-rating__value::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: #eabe12;
  font-size: 1.75rem;
}
#testimonial-slider .star-rating__value.one {
  width: 20%;
}
#testimonial-slider .star-rating__value.two {
  width: 40%;
}
#testimonial-slider .star-rating__value.three {
  width: 60%;
}
#testimonial-slider .star-rating__value.four {
  width: 80%;
}
#testimonial-slider .star-rating__value.five {
  width: 100%;
}
#testimonial-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}
#testimonial-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}
#testimonial-slider .swiper-button-next:after,
#testimonial-slider .swiper-button-prev:after {
  color: #000;
  font-size: 2.75rem;
}
@media only screen and (max-width: 1400px) {
  #testimonial-slider .swiper-button-next:after,
  #testimonial-slider .swiper-button-prev:after {
    font-size: 2.25rem;
  }
}

@media (max-width: 600px) {
  .page-id-10 .wp-block-spacer {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-id-10 .wp-block-media-text > .wp-block-media-text__content {
    padding: 3em 0 0;
  }
}

@media (max-width: 600px) {
  .page-id-12 .wp-block-media-text > .wp-block-media-text__content {
    padding: 3em 1em;
  }
}

.home .site-content .entry-content {
  margin-top: 0;
}

.homepage-text {
  padding: 4em 1em;
  text-align: center;
}
@media screen and (width >= 1024px) {
  .homepage-text {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (width >= 1400px) {
  .homepage-text {
    padding-left: 8em;
    padding-right: 8em;
  }
}
@media screen and (width >= 1600px) {
  .homepage-text {
    padding-left: 12em;
    padding-right: 12em;
  }
}
.homepage-text .wp-block-heading {
  line-height: 1;
  margin: 0 0 4.5rem;
}
.homepage-text .wp-block-button__link {
  border-color: #000;
  border-radius: 6px;
  background: transparent;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  margin-top: 2rem;
  padding: 1em 3.5em;
  text-transform: uppercase;
}
.homepage-text .wp-block-button__link, .homepage-text .wp-block-button__link:visited {
  color: #000;
}
.homepage-text .wp-block-button__link:hover, .homepage-text .wp-block-button__link:active, .homepage-text .wp-block-button__link:focus {
  background: #000;
  color: #fff;
}

.service-row {
  background: #fefefe;
}
.service-row .wp-block-media-text__media {
  overflow: hidden;
}
.service-row .wp-block-media-text__media img {
  transition: all 0.3s ease;
}
.service-row .wp-block-media-text__media img:hover {
  transform: scale(1.05);
}
.service-row .wp-block-media-text__content {
  align-items: self-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
  padding-bottom: 4em;
  padding-top: 4em;
}
.service-row .wp-block-media-text p {
  margin-top: 0;
}
.service-row .wp-block-media-text h3.wp-block-heading {
  margin-bottom: 1.5rem;
}

.faq-wrapper {
  padding-bottom: 5em;
  padding-top: 3em;
}
.faq-wrapper .wp-block-details {
  background: #efefef;
}
.faq-wrapper .wp-block-details + .wp-block-details {
  margin-top: 10px;
}
.faq-wrapper .wp-block-details__answer {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.35);
  font-size: 1rem;
  padding: 2em 1.5em;
  transition: all 0.3s ease;
}
@media screen and (width >= 600px) {
  .faq-wrapper .wp-block-details__answer {
    padding: 1.5em 2em;
  }
}
.faq-wrapper .wp-block-details p {
  margin: 0;
}
.faq-wrapper .wp-block-details > summary {
  align-items: center;
  background: #555;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.035rem;
  list-style: none;
  position: relative;
  padding: 1em 2.5em 1em 1.25em;
  transition: all 0.3s ease;
}
@media screen and (width >= 600px) {
  .faq-wrapper .wp-block-details > summary {
    padding: 1em 2em;
  }
}
.faq-wrapper .wp-block-details > summary::marker, .faq-wrapper .wp-block-details > summary::-webkit-details-marker {
  display: none;
}
.faq-wrapper .wp-block-details > summary::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: 0;
}
@media screen and (width >= 600px) {
  .faq-wrapper .wp-block-details > summary::after {
    right: 1.5em;
  }
}
.faq-wrapper .wp-block-details[open] summary::after {
  transform: translateY(-50%) rotateX(180deg);
}

.contact-us {
  column-gap: 4em;
}
@media screen and (width >= 1600px) {
  .contact-us {
    column-gap: 6em;
  }
}
.contact-us--item {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (width >= 1024px) {
  .contact-us--item {
    font-size: 1.125rem;
  }
}
@media screen and (width >= 1400px) {
  .contact-us--item {
    font-size: 1.25rem;
  }
}
.contact-us--item + .contact-us--item {
  margin-top: 10px;
}
@media screen and (width >= 1024px) {
  .contact-us--item + .contact-us--item {
    margin-top: 20px;
  }
}
.contact-us--item .wp-block-group-is-layout-flex {
  gap: 1rem 0.75rem;
}
.contact-us--item .wp-block-safe-svg-svg-icon {
  align-items: center;
  display: flex;
}
.contact-us .wp-block-separator {
  border-top: 0;
}
.contact-us .wpcf7-form textarea {
  height: 150px;
}
@media screen and (width >= 600px) {
  .contact-us .wpcf7-form textarea {
    height: 180px;
  }
}
@media screen and (width >= 1400px) {
  .contact-us .wpcf7-form textarea {
    height: 210px;
  }
}

.single .site-content .site-main {
  display: inline-block;
  margin-top: 2em;
  width: 100%;
}
.single .post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.single .entry-header .entry-title {
  margin-bottom: 3rem;
}
.single .entry-meta {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.single .entry-meta svg {
  display: block;
}
.single .byline,
.single .posted-on {
  align-items: center;
  display: flex;
  gap: 5px 5px;
  justify-content: flex-start;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  background-color: #ddd;
  font-size: 1rem;
  margin-bottom: 2em;
  margin-top: 4em;
  padding: 2em 3em;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
}

.lightbox .lb-image {
  border: 0;
  border-radius: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

#gallery-masonry .engraver-gallery-masonry-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}
#gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry {
  column-count: 6;
  column-gap: 20px;
  margin: 0 auto;
  width: auto;
}
@media (max-width: 1200px) {
  #gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry {
    column-gap: 10px;
  }
}
@media (max-width: 992px) {
  #gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry {
    column-count: 4;
  }
}
@media (max-width: 768px) {
  #gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry {
    column-count: 3;
  }
}
@media (max-width: 480px) {
  #gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry {
    column-count: 2;
  }
}
#gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry a {
  break-inside: avoid;
  display: inline-block;
  margin-bottom: 10px;
}
#gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry img {
  border: 1px solid #dedede;
  border-radius: 8px;
  height: auto;
  filter: grayscale(100%) brightness(0.75);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
#gallery-masonry .engraver-gallery-masonry-wrapper .engraver-gallery-masonry img:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  filter: grayscale(0%) brightness(1);
  transform: scale(1.03);
}

/* --------------------------------------------------------------
# Plugins
-------------------------------------------------------------- */
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* --------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /* rtl:ignore */
  float: left;
  /* rtl:ignore */
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /* rtl:ignore */
  float: right;
  /* rtl:ignore */
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=main.css.map */
