/* Root */

:root {
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-h1-size: calc(1rem + 2.5vw);
  --text-heading-lh: 1.2;
  /* --image-border-radius: 50px; */
  --image-border-radius-sm: 8px;
  --padding-sm-x: 30px;
  --padding-md-x: 50px;
  --padding-lg-x: 55px;
  --paragraph-spacing: 1rem;
  --black: #000;
  --black-hover: #000;
  --shade-ultra-light: #f2f2f2;
  --primary-color-fallback: #0d6efd;
  --accent-color-fallback: #6c757d;
}

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/* @import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:wght@400;500;700;900&display=swap'); */

/* @font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Montserrat-Light.woff) format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Montserrat-Regular.woff) format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Montserrat-Medium.woff) format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Montserrat-SemiBold.woff) format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Montserrat-Bold.woff) format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/Montserrat-ExtraBold.woff) format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Montserrat-Black.woff) format("woff");
}

/* Exo2 */

/* @font-face {
	font-family: "Exo2";
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/exo2-light-webfont.woff) format("woff");
}

@font-face {
	font-family: "Exo2";
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/exo2-regular-webfont.woff) format("woff");
}

@font-face {
	font-family: "Exo2";
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/exo2-semibold-webfont.woff) format("woff");
}

@font-face {
	font-family: "Exo2";
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/exo2-extrabold-webfont.woff) format("woff");
} */

/* Inter */

/* @font-face {
	font-family: "Inter";
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Inter-Light.woff2) format("woff");
}

@font-face {
	font-family: "Inter";
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Inter-Regular.woff2) format("woff");
}

@font-face {
	font-family: "Inter";
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Inter-Medium.woff2) format("woff");
}

@font-face {
	font-family: "Inter";
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Inter-SemiBold.woff2) format("woff");
}

@font-face {
	font-family: "Inter";
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Inter-Bold.woff2) format("woff");
}

@font-face {
	font-family: "Inter";
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/Inter-ExtraBold.woff2) format("woff");
}

@font-face {
	font-family: "Inter";
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Inter-Black.woff2) format("woff");
} */

/* Roboto */

/* @font-face {
	font-family: "Roboto";
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Roboto-Light-webfont.woff) format("woff");
}

@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Roboto-Regular-webfont.woff) format("woff");
}

@font-face {
	font-family: "Roboto";
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Roboto-Medium-webfont.woff) format("woff");
}

@font-face {
	font-family: "Roboto";
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Roboto-Bold-webfont.woff) format("woff");
}

@font-face {
	font-family: "Roboto";
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Roboto-Black-webfont.woff) format("woff");
} */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/* @import "tailwindcss/base"; */

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  /* @apply bg-background text-foreground font-sans; */
  color: var(--base-color, #000);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  border-radius: var(--btn-radius);
  height: var(--btn-height);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-size: var(--text-base);
  gap: 5px;
}

.btn--primary {
  background-color: var(--primary-color);
  color: var(--primary-color-ultra-light);
}

.btn--accent {
  background-color: var(--accent-color);
  color: var(--accent-color-ultra-light);
}

.btn--accent svg path {
  stroke: var(--accent-color-ultra-light);
}

.btn--outline {
  border: 2px solid;
}

.btn--outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.btn--outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.btn--outline-primary svg path {
  stroke: var(--primary-color);
}

.btn--outline-primary:hover, .btn--outline-primary:active, .btn--outline-primary:focus {
  border: 2px solid var(--primary-color-hover);
  color: var(--primary-color-hover);
}

.btn--outline-primary:hover svg path, .btn--outline-primary:active svg path, .btn--outline-primary:focus svg path {
  stroke: var(--primary-color-hover);
}

/* Buttons by color */

.btn--light {
  background-color: #fff;
  border: 2px solid #fff;
}

.btn--light svg path {
  stroke: var(--base-color);
}

.btn--light:hover,
.btn--light:active,
.btn--light:focus {
  border-color: #000;
}

.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  background-color: var(--primary-color-hover);
}

.btn--accent:hover,
.btn--accent:active,
.btn--accent:focus {
  background-color: var(--accent-color-hover);
}

/* Buttons by Font Size */

.btn--sm {
  font-size: var(--text-sm);
}

.btn--lg {
  font-size: var(--text-lg);
}

html {
  font-family: var(--primary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--text-heading-lh, inherit);
  font-family: var(--heading-font);
  font-weight: 700;
}

h1 {
  font-size: var(--text-h1-size);
}

h2 {
  font-size: calc(1rem * 2.2);
}

h3 {
  font-size: calc(1rem * 1.55);
}

h4 {
  font-size: calc(1rem * 1.4);
}

h5 {
  font-size: calc(1rem * 1.3);
}

p {
  font-size: inherit;
  line-height: inherit;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.order-first {
  order: -9999;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-center {
  justify-items: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.rounded-bl {
  border-bottom-left-radius: 5px;
}

.rounded-br {
  border-bottom-right-radius: 5px;
}

.rounded-tl {
  border-top-left-radius: 5px;
}

.rounded-tr {
  border-top-right-radius: 5px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-current {
  border-color: currentColor;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-loose {
  line-height: 2;
}

.leading-snug {
  line-height: 1.375;
}

.text-primary {
  color: var(--primary-color);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg--primary {
  background-color: var(--primary-color, var(--primary-color-fallback));
}

.bg--accent {
  background-color: var(--accent-color, var(--accent-color-fallback));
}

.bg--light {
  background-color: #fff;
}

.bg--shade-ultra-light {
  background-color: var(--shade-ultra-light);
}

.text--base {
  color: var(--base-color, #000);
}

.text--primary {
  color: var(--primary-color, var(--primary-color-fallback));
}

.text--accent {
  color: var(--accent-color, var(--accent-color-fallback));
}

.text--accent-medium {
  color: var(--accent-color-medium);
}

.text--light {
  color: var(--primary-color-ultra-light) !important;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

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

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

.content-border--primary {
  border-left: 8px solid var(--primary-color, var(--primary-color-fallback));
}

/* Footer */

.footer > section {
  padding-left: var(--padding-sm-x);
  padding-right: var(--padding-sm-x);
}

@media (min-width: 768px) {
  .footer > section {
    padding-left: var(--padding-md-x);
    padding-right: var(--padding-md-x);
  }
}

@media (min-width: 992px) {
  .footer > section {
    padding-left: var(--padding-lg-x);
    padding-right: var(--padding-lg-x);
  }
}

.footer ul.business-info,
.footer ul.business-hours {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer .business-info li {
  line-height: 1.3;
}

.footer .business-info li span {
  font-weight: 500;
}

.footer__top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .footer__top__inner {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .footer__top__inner {
    gap: 2.5rem;
  }
}

.footer__top.\--flat {
  width: 100%;
}

.footer__top__inner.\--float {
  background-color: var(--primary-color, var(--primary-color-fallback));
}

.header__menu.footer__top__inner.\--float .main-menu .sub-menu, .header__menu.footer__top__inner.\--float .mobile-menu .sub-menu {
  background-color: var(--primary-color);
}

.footer__top__inner.\--flat {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 992px) {
  .footer__top__inner.\--flat {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .footer__top__inner.\--flat {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer__top.\--flat .footer__top__cta {
  justify-content: flex-end;
}

.footer__top.\--flat .footer__top__text > div {
  padding-top: 1.5rem;
}

.footer__top.\--float {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__top.\--float {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .footer__top.\--float {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .footer__top.\--float {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .footer__top.\--float {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .footer__top.\--float {
    max-width: 1600px;
  }
}

.footer__top.\--float {
  margin-left: auto;
  margin-right: auto;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  /* width: 1158px !important; */
  /* max-width: 100% !important; */
}

.footer__top__inner.\--float {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top-left-radius: var(--image-border-radius);
  border-bottom-right-radius: var(--image-border-radius);
}

@media (min-width: 1200px) {
  .footer__top__inner.\--float {
    width: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .footer__top__inner.\--float {
    width: 83.333333%;
  }
}

.footer__top.\--float .footer__top__cta {
  justify-content: center;
}

.footer__main {
  box-shadow: 0px -4px 7.800000190734863px 0px #0000000F;
}

.footer__logo-wrapper {
  width: 180px;
}

.footer__badges-item {
  height: 65px;
  width: auto;
}

.footer-menu li {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 500;
}

.footer__map-inner iframe {
  width: 100%;
}

/* Header */

.header__site-link {
  max-width: 100px;
}

.header__menu .main-menu li > a {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}

.header__menu.bg--primary .main-menu .sub-menu, .header__menu.bg--primary .mobile-menu .sub-menu {
  background-color: var(--primary-color);
}

.header__menu.bg--accent .main-menu .sub-menu, .header__menu.bg--accent .mobile-menu .sub-menu {
  background-color: var(--accent-color);
}

.header__logo {
  padding-left: var(--padding-sm-x);
  padding-right: var(--padding-sm-x);
}

@media (min-width: 768px) {
  .header__logo {
    padding-left: var(--padding-md-x);
    padding-right: var(--padding-md-x);
  }
}

@media (min-width: 992px) {
  .header__logo {
    padding-left: var(--padding-lg-x);
    padding-right: var(--padding-lg-x);
  }
}

.header--compact .main-menu > .menu-item {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.header--compact .main-menu > .menu-item.current-menu-item > a:after {
  border-color: var(--accent-color);
}

.header--compact .main-menu > .menu-item > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: var(--accent-color);
}

.header--compact .main-menu > .menu-item > a:hover:after {
  border-color: var(--accent-color);
}

.header--compact .main-menu > .menu-item > a:after {
  transition: border 0.75s;
  content: "";
  border-bottom: 10px solid transparent;
  position: absolute;
  width: 100%;
  height: 100%;
}

.header--compact .main-menu > .menu-item .sub-menu {
  top: 100%;
}

.header--compact .main-menu > .menu-item .sub-menu a {
  color: var(--accent-color);
}

/* Sub-menu or dropdown-menu */

.main-menu .sub-menu, .mobile-menu .sub-menu {
  transition: all 0.3s;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 0px;
  width: -moz-min-content;
  width: min-content;
  padding-right: 1rem;
  opacity: 0;
}

@media (min-width: 1200px) {
  .main-menu .sub-menu, .mobile-menu .sub-menu {
    padding-left: 1.25rem;
  }
}

.main-menu .sub-menu a, .mobile-menu .sub-menu a {
  white-space: nowrap;
}

.main-menu li.menu-item-has-children, .mobile-menu li.menu-item-has-children {
  position: relative;
}

.main-menu li.menu-item-has-children > a:after, .mobile-menu li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 8px;
}

.main-menu li.menu-item-has-children:hover > .sub-menu, .mobile-menu li.menu-item-has-children:hover > .sub-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* Header Mobile */

.header__menu-mobile {
  color: #fff;
  scrollbar-width: none;
  transition-duration: .2s;
  transition-property: background-color, opacity, transform, visibility;
  z-index: 999;
  transform: translateX(-100%);
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: auto;
  top: 0px;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 480px) {
  .header__menu-mobile {
    width: 300px
  }
}

@media (max-width: 480px) {
  .btn-menu-mobile.show {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 9999;
    color: var(--base-color-light)
  }
}

.header__menu-mobile:before {
  background-color: var(--primary-color, var(--primary-color-fallback));
  content: "";
  z-index: -1;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
}

.header__menu-mobile.show {
  max-width: 100vw;
  opacity: 1 !important;
  transform: translateX(0) !important;
  visibility: visible;
  z-index: 999;
}

.header__menu-mobile__overlay {
  background-color: rgba(0, 0, 0, .25);
  transition: all .2s;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  opacity: 0;
}

.header__menu-mobile__overlay.show {
  z-index: 998;
  visibility: visible;
  opacity: 1;
}

.mobile-menu {
  padding-top: 30px;
}

.header__menu-mobile .mobile-menu li {
  padding: 0px 30px;
}

.header__menu-mobile .mobile-menu li a {
  line-height: 60px;
}

.section {
  position: relative;
}

.section--default .wp-block-heading {
  color: var(--accent-color, var(--accent-color-fallback));
}

.section__heading__text.section--default .wp-block-heading span {
  color: var(--primary-color);
}

.section-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: var(--padding-sm-x);
  padding-right: var(--padding-sm-x);
}

@media (min-width: 768px) {
  .section-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: var(--padding-md-x);
    padding-right: var(--padding-md-x);
  }
}

@media (min-width: 992px) {
  .section-inner {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: var(--padding-lg-x);
    padding-right: var(--padding-lg-x);
  }
}

.section-inner.\--no-padding-y {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section__content--light svg path {
  fill: #fff;
}

.section__heading__text.text--accent span {
  color: var(--primary-color);
}

/* Accordion */

.accordion__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 2.5em;
}

.accordion__title {
  margin-bottom: 0px;
  padding: 10px 0px;
  margin-right: 20px;
}

.accordion--item.open .accordion__content {
  max-height: 2000px;
  transition: 1s ease-in-out;
}

.accordion--item.open .accordion__icon {
  transform: rotate(180deg);
}

.accordion__icon {
  font-size: 20px;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: 0.35s ease;
}

.accordion__icon {
  transition: transform 0.2s ease-in-out;
}

/* Blog List Section */

.blog-list__item__thumbnail {
  border-radius: var(--image-border-radius-sm);
  height: 400px;
  width: 100%;
}

.blog-list--grid .blog-list__item__post-date p {
  padding-left: 90px;
}

.blog-list--grid .blog-list__item__post-date:before {
  content: " ";
  position: absolute;
  width: 80px;
  height: 1px;
  background: var(--accent-color-medium);
  top: 50%;
}

.blog-list--list .blog-list__item__post-date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  background-color: #fff;
}

.blog-list--list a .post-date {
  color: var(--primary-color, var(--primary-color-fallback));
}

.blog-list--list a:hover .post-date {
  color: var(--primary-color, var(--primary-color-fallback));
}

/* Gallery */

.gallery-item img {
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .hero .section-inner {
    min-height: 486px;
  }
}

.hero .section-inner::before {
  content: "";
  background: var(--hero-bg-overlay);
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.hero-slider__slide-content {
  width: 100%;
}

.hero__column {
  position: relative;
}

/* Social Profiles */

.social-profiles {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0px;
}

.social-profiles__item > a {
  font-size: 24px;
  color: var(--accent-color, var(--accent-color-fallback));
}

/* Checklist items */

.checklist--w-icon li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
}

/* Section Featured Services */

.featured-services .section-inner {
  background-image: url('../images/bg-blue-gradient.jpg');
}

.featured-services:not(.has-text-color) .section__intro {
  color: #fff;
}

.services-list {
  background-color: var(--shade-ultra-light);
}

.has-post-thumbnail .service-item__content {
  margin-top: -100px;
}

.service-item__img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.slider-content {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%;
  text-align: center;
}

/* Additional styles for dragging effect */

.slider-content.dragging {
  transition: none;
}

/* Section Tiles */

.tiles--accent .tiles-item {
  background-color: #fff;
}

.tiles--accent .tiles-item__heading {
  padding: 15px 0px;
}

.tiles--accent .tiles-item__icon i {
  font-size: 60px;
}

.tiles--accent .tiles-item:nth-child(even) {
  background-color: var(--primary-color);
  color: #fff;
}

.tiles--accent .tiles-item:nth-child(even) .tiles-item__icon > * {
  fill: #fff;
  color: #fff;
}

.tiles--accent .tiles-item:nth-child(odd) .tiles-item__icon > * {
  fill: var(--primary-color);
  color: var(--primary-color);
}

/* Section Two Column */

.two-column__content .checklist li {
  margin-bottom: 1rem;
}

.two-column__content .checklist li:before {
  font-size: 20px;
  padding: 10px;
  border: 1px solid #dddedf;
  border-radius: 50%;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
}

.two-column__content__content p {
  margin-bottom: var(--paragraph-spacing);
}

.two-column__media--styled .wp-block-image:not(.is-style-rounded) img,
.two-column__media--styled img:not(.is-style-rounded) {
  border-top-right-radius: var(--image-border-radius);
  border-bottom-left-radius: var(--image-border-radius);
}

@media (min-width: 768px) {
  .two-column .wp-block-embed {
    width: 100%;
  }

  .two-column .wp-block-embed__wrapper, .two-column .wp-block-embed iframe {
    height: 100%;
    width: 100%;
  }

  .two-column .wp-embed-aspect-16-9 iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
  }
}

.post-content p {
  margin-bottom: 1rem;
}

.post-content p,
.post-content ol,
.post-content ul {
  font-size: 1.125rem;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--accent-color, var(--accent-color-fallback));
}

.post-content h1 {
  margin-bottom: calc( 2rem * 0.60);
}

.post-content h2 {
  margin-bottom: calc( 2rem * 0.50);
}

.post-content h3 {
  margin-bottom: calc( 2rem * 0.40);
}

.post-content h4 {
  margin-bottom: calc( 2rem * 0.30);
}

.post-content h5,
h6 {
  margin-bottom: 1.5rem;
}

.post-content ul,
ol {
  list-style: revert;
  padding-left: revert;
  margin: revert;
}

.post-content a:not(.btn) {
  color: var(--primary-color, var(--primary-color-fallback));
}

.post-content a:not(.btn):hover {
  color: var(--accent-color, var(--accent-color-fallback));
}

blockquote {
  border-left-style: solid;
  border-left-width: 4px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

/* Service Content */

.service-content__links a:hover {
  color: var(--accent-color, var(--accent-color-fallback));
}

.service-content .post-content *:not(a) {
  color: var(--base-color, #000);
}

.service-content__sidebar {
  top: 300px;
  position: sticky;
  overflow: hidden;
}

.container {
  /* width: 1158px !important; */
  /* max-width: 100% !important; */
}

@media (min-width: 768px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 992px) {
  .md\:order-last {
    order: 9999;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 1400px) {
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}