@charset "UTF-8";
/**
 * Theme Name:        Wall2Wall Plastering
 * Description:       Bespoke WP theme for Wall2Wall Plastering Ltd.
 * Version:           1.0.0
 * Author:            Trident Marketing Anglia Ltd
 * Author URI:        https://tridentmarketinguk.com
 * Tags:              classic
 * Text Domain:       wall2wall
 * Domain Path:       /assets/lang
 * Tested up to:      6.7
 * Requires at least: 6.7
 * Requires PHP:      8.1
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css);
@import url("https://fonts.cdnfonts.com/css/inter");
@import url("https://fonts.cdnfonts.com/css/poppins");
:root {
  --e-global-color-primary: #1D3E07;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #000;
  --e-global-color-accent: #74C403;
  --e-global-color-white: white;
  --e-global-site-title: "Wall2Wall Plastering";
  --e-global-typography-text-font-family: 'Poppins', sans-serif;
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 1.75rem;
  --e-global-typography-h1-font-family: 'Inter', sans-serif;
  --e-global-typography-h1-font-weight: 600;
  --e-global-typography-h1-font-size: 30px;
  --e-global-typography-h1-line-height: 2.5rem;
  --e-global-typography-h1-font-size_lg: 60px;
  --e-global-typography-h1-line-height_lg: 3rem;
  --e-global-typography-h2-font-family: 'Inter', sans-serif;
  --e-global-typography-h2-font-weight: 800;
  --e-global-typography-h2-font-size: 38px;
  --e-global-typography-h2-line-height: 3rem;
  --e-global-typography-h2-font-size_lg: 50px;
  --e-global-typography-h2-line-height_lg: 3rem;
  --e-global-typography-h3-font-family: 'Inter', sans-serif;
  --e-global-typography-h3-font-weight: 800;
  --e-global-typography-h3-font-size: 26px;
  --e-global-typography-h3-line-height: 3rem;
  --e-global-typography-h3-font-size_lg: 50px;
  --e-global-typography-h3-line-height_lg: 3rem;
  --e-global-sm-viewport_gutter-v: 35px;
  --e-global-sm-viewport_gutter-h: 3rem;
}

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

button {
  background-color: unset;
  border: unset;
}

.cta-block {
  display: block;
}

.cta {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 0.5rem;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cta {
    padding: 0.75rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .cta {
    width: 100%;
    max-width: 200px;
    padding: 1rem;
    font-size: 13px;
  }
}

.btn--primary {
  background-color: #347AF6;
  color: white;
  border: 2px solid transparent;
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  min-width: 10rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-decoration: none;
  display: inline-block;
}
.btn--primary:hover {
  color: white;
  background-color: #001653;
}
.btn--secondary {
  background-color: #001653;
  color: white;
  border: 2px solid transparent;
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  min-width: 10rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-decoration: none;
  display: inline-block;
}
.btn--secondary:hover {
  color: #001653;
  background-color: white;
}

h1 {
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: var(--e-global-typography-h1-font-weight);
  font-size: var(--e-global-typography-h1-font-size);
  line-height: var(--e-global-typography-h1-line-height);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: var(--e-global-typography-h1-font-size_lg);
    line-height: var(--e-global-typography-h1-line-height_lg);
  }
}

h2 {
  font-family: var(--e-global-typography-h2-font-family);
  font-weight: var(--e-global-typography-h2-font-weight);
  font-size: var(--e-global-typography-h2-font-size);
  line-height: var(--e-global-typography-h2-line-height);
}

.stacked-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  letter-spacing: 1px;
}
.stacked-heading .top-line {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.stacked-heading .bottom-line {
  margin: unset;
  padding: unset;
}
.stacked-heading .bottom-line {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 800;
}

.greyscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  position: relative;
  overflow-x: hidden;
  font-family: var(--e-global-typography-text-font-family);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.svg-sprite {
  display: none;
}

.site {
  position: relative;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .container {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

main {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .col-wrapper .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-wrapper .col.no-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
  }
}

.bg-primary {
  background-color: #1D3E07;
}

.bg-secondary {
  background-color: #54595F;
}

.bg-text {
  background-color: #000;
}

.bg-accent {
  background-color: #74C403;
}

.bg-blue {
  background-color: #001653;
}

.bg-m-blue {
  background-color: #347AF6;
}

.bg-l-blue {
  background-color: #347AF6;
}

.bg-green {
  background-color: #74C403;
}

.bg-d-grey-blue {
  background-color: #001653;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-grey {
  background-color: #f4f4f4;
}

.text-primary {
  color: #1D3E07 !important;
}

.text-secondary {
  color: #54595F !important;
}

.text-text {
  color: #000 !important;
}

.text-accent {
  color: #74C403 !important;
}

.text-blue {
  color: #001653 !important;
}

.text-m-blue {
  color: #347AF6 !important;
}

.text-l-blue {
  color: #347AF6 !important;
}

.text-green {
  color: #74C403 !important;
}

.text-d-grey-blue {
  color: #001653 !important;
}

.text-yellow {
	color: #F4BB44 !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.text-grey {
  color: #f4f4f4 !important;
}

.stroke-primary {
  stroke: #1D3E07;
}

.stroke-secondary {
  stroke: #54595F;
}

.stroke-text {
  stroke: #000;
}

.stroke-accent {
  stroke: #74C403;
}

.stroke-blue {
  stroke: #001653;
}

.stroke-m-blue {
  stroke: #347AF6;
}

.stroke-l-blue {
  stroke: #347AF6;
}

.stroke-green {
  stroke: #74C403;
}

.stroke-d-grey-blue {
  stroke: #001653;
}

.stroke-white {
  stroke: white;
}

.stroke-black {
  stroke: black;
}

.stroke-grey {
  stroke: #f4f4f4;
}

.p-0 {
  padding: 0rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.p-12 {
  padding: 12rem !important;
}
.p-15 {
  padding: 15rem !important;
}
.p-20 {
  padding: 20rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pt-12 {
  padding-top: 12rem !important;
}
.pt-15 {
  padding-top: 15rem !important;
}
.pt-20 {
  padding-top: 20rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.pb-12 {
  padding-bottom: 12rem !important;
}
.pb-15 {
  padding-bottom: 15rem !important;
}
.pb-20 {
  padding-bottom: 20rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pl-12 {
  padding-left: 12rem !important;
}
.pl-15 {
  padding-left: 15rem !important;
}
.pl-20 {
  padding-left: 20rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}
.pr-12 {
  padding-right: 12rem !important;
}
.pr-15 {
  padding-right: 15rem !important;
}
.pr-20 {
  padding-right: 20rem !important;
}

.py-0 {
  padding-top: 0rem !important;
}
.py-1 {
  padding-top: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
}
.py-4 {
  padding-top: 4rem !important;
}
.py-5 {
  padding-top: 5rem !important;
}
.py-6 {
  padding-top: 6rem !important;
}
.py-7 {
  padding-top: 7rem !important;
}
.py-8 {
  padding-top: 8rem !important;
}
.py-9 {
  padding-top: 9rem !important;
}
.py-10 {
  padding-top: 10rem !important;
}
.py-12 {
  padding-top: 12rem !important;
}
.py-15 {
  padding-top: 15rem !important;
}
.py-20 {
  padding-top: 20rem !important;
}
.py-0 {
  padding-bottom: 0rem !important;
}
.py-1 {
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-bottom: 3rem !important;
}
.py-4 {
  padding-bottom: 4rem !important;
}
.py-5 {
  padding-bottom: 5rem !important;
}
.py-6 {
  padding-bottom: 6rem !important;
}
.py-7 {
  padding-bottom: 7rem !important;
}
.py-8 {
  padding-bottom: 8rem !important;
}
.py-9 {
  padding-bottom: 9rem !important;
}
.py-10 {
  padding-bottom: 10rem !important;
}
.py-12 {
  padding-bottom: 12rem !important;
}
.py-15 {
  padding-bottom: 15rem !important;
}
.py-20 {
  padding-bottom: 20rem !important;
}

.px-0 {
  padding-left: 0rem !important;
}
.px-1 {
  padding-left: 1rem !important;
}
.px-2 {
  padding-left: 2rem !important;
}
.px-3 {
  padding-left: 3rem !important;
}
.px-4 {
  padding-left: 4rem !important;
}
.px-5 {
  padding-left: 5rem !important;
}
.px-6 {
  padding-left: 6rem !important;
}
.px-7 {
  padding-left: 7rem !important;
}
.px-8 {
  padding-left: 8rem !important;
}
.px-9 {
  padding-left: 9rem !important;
}
.px-10 {
  padding-left: 10rem !important;
}
.px-12 {
  padding-left: 12rem !important;
}
.px-15 {
  padding-left: 15rem !important;
}
.px-20 {
  padding-left: 20rem !important;
}
.px-0 {
  padding-right: 0rem !important;
}
.px-1 {
  padding-right: 1rem !important;
}
.px-2 {
  padding-right: 2rem !important;
}
.px-3 {
  padding-right: 3rem !important;
}
.px-4 {
  padding-right: 4rem !important;
}
.px-5 {
  padding-right: 5rem !important;
}
.px-6 {
  padding-right: 6rem !important;
}
.px-7 {
  padding-right: 7rem !important;
}
.px-8 {
  padding-right: 8rem !important;
}
.px-9 {
  padding-right: 9rem !important;
}
.px-10 {
  padding-right: 10rem !important;
}
.px-12 {
  padding-right: 12rem !important;
}
.px-15 {
  padding-right: 15rem !important;
}
.px-20 {
  padding-right: 20rem !important;
}

.m-0 {
  margin: 0rem !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.m-12 {
  margin: 12rem !important;
}
.m-15 {
  margin: 15rem !important;
}
.m-20 {
  margin: 20rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mt-12 {
  margin-top: 12rem !important;
}
.mt-15 {
  margin-top: 15rem !important;
}
.mt-20 {
  margin-top: 20rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mb-12 {
  margin-bottom: 12rem !important;
}
.mb-15 {
  margin-bottom: 15rem !important;
}
.mb-20 {
  margin-bottom: 20rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.ml-12 {
  margin-left: 12rem !important;
}
.ml-15 {
  margin-left: 15rem !important;
}
.ml-20 {
  margin-left: 20rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
.mr-12 {
  margin-right: 12rem !important;
}
.mr-15 {
  margin-right: 15rem !important;
}
.mr-20 {
  margin-right: 20rem !important;
}

.my-0 {
  margin-top: 0rem !important;
}
.my-1 {
  margin-top: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
}
.my-4 {
  margin-top: 4rem !important;
}
.my-5 {
  margin-top: 5rem !important;
}
.my-6 {
  margin-top: 6rem !important;
}
.my-7 {
  margin-top: 7rem !important;
}
.my-8 {
  margin-top: 8rem !important;
}
.my-9 {
  margin-top: 9rem !important;
}
.my-10 {
  margin-top: 10rem !important;
}
.my-12 {
  margin-top: 12rem !important;
}
.my-15 {
  margin-top: 15rem !important;
}
.my-20 {
  margin-top: 20rem !important;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-0 {
  margin-left: 0rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
}
.mx-7 {
  margin-left: 7rem !important;
}
.mx-8 {
  margin-left: 8rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
}
.mx-10 {
  margin-left: 10rem !important;
}
.mx-12 {
  margin-left: 12rem !important;
}
.mx-15 {
  margin-left: 15rem !important;
}
.mx-20 {
  margin-left: 20rem !important;
}
.mx-0 {
  margin-right: 0rem !important;
}
.mx-1 {
  margin-right: 1rem !important;
}
.mx-2 {
  margin-right: 2rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
}
.mx-4 {
  margin-right: 4rem !important;
}
.mx-5 {
  margin-right: 5rem !important;
}
.mx-6 {
  margin-right: 6rem !important;
}
.mx-7 {
  margin-right: 7rem !important;
}
.mx-8 {
  margin-right: 8rem !important;
}
.mx-9 {
  margin-right: 9rem !important;
}
.mx-10 {
  margin-right: 10rem !important;
}
.mx-12 {
  margin-right: 12rem !important;
}
.mx-15 {
  margin-right: 15rem !important;
}
.mx-20 {
  margin-right: 20rem !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.line-break {
  display: block !important;
}

.hidden {
  display: none !important;
}

.mh-42 {
  min-height: 42rem;
}
.mh-65 {
  min-height: 65rem;
}
.mh-89 {
  min-height: 89rem;
}
.mh-90 {
  min-height: 90rem;
}
.mh-100 {
  min-height: 100rem;
}
.mh-105 {
  min-height: 105rem;
}
.mh-114 {
  min-height: 114rem;
}
.mh-134 {
  min-height: 134rem;
}
.mh-140 {
  min-height: 140rem;
}
.mh-170 {
  min-height: 170rem;
}
.mh-190 {
  min-height: 190rem;
}

.mw-348 {
  max-width: 348rem;
}
.mw-361 {
  max-width: 361rem;
}
.mw .mw-unset {
  max-width: unset;
}

.text-bold {
  font-weight: bold;
}
.text-small {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-left, .text--align-left {
  text-align: left;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-none {
  display: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-basis-100 {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
.flex-basis-auto {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.flex-center-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* -- Uncomment as required -- */
@media (max-width: 767px) {
  .sm-p-0 {
    padding: 0rem !important;
  }
  .sm-p-1 {
    padding: 1rem !important;
  }
  .sm-p-2 {
    padding: 2rem !important;
  }
  .sm-p-3 {
    padding: 3rem !important;
  }
  .sm-p-4 {
    padding: 4rem !important;
  }
  .sm-p-5 {
    padding: 5rem !important;
  }
  .sm-p-6 {
    padding: 6rem !important;
  }
  .sm-p-7 {
    padding: 7rem !important;
  }
  .sm-p-8 {
    padding: 8rem !important;
  }
  .sm-p-9 {
    padding: 9rem !important;
  }
  .sm-p-10 {
    padding: 10rem !important;
  }
  .sm-p-12 {
    padding: 12rem !important;
  }
  .sm-p-15 {
    padding: 15rem !important;
  }
  .sm-p-20 {
    padding: 20rem !important;
  }
  .sm-pt-0 {
    padding-top: 0rem !important;
  }
  .sm-pt-1 {
    padding-top: 1rem !important;
  }
  .sm-pt-2 {
    padding-top: 2rem !important;
  }
  .sm-pt-3 {
    padding-top: 3rem !important;
  }
  .sm-pt-4 {
    padding-top: 4rem !important;
  }
  .sm-pt-5 {
    padding-top: 5rem !important;
  }
  .sm-pt-6 {
    padding-top: 6rem !important;
  }
  .sm-pt-7 {
    padding-top: 7rem !important;
  }
  .sm-pt-8 {
    padding-top: 8rem !important;
  }
  .sm-pt-9 {
    padding-top: 9rem !important;
  }
  .sm-pt-10 {
    padding-top: 10rem !important;
  }
  .sm-pt-12 {
    padding-top: 12rem !important;
  }
  .sm-pt-15 {
    padding-top: 15rem !important;
  }
  .sm-pt-20 {
    padding-top: 20rem !important;
  }
  .sm-pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm-pb-1 {
    padding-bottom: 1rem !important;
  }
  .sm-pb-2 {
    padding-bottom: 2rem !important;
  }
  .sm-pb-3 {
    padding-bottom: 3rem !important;
  }
  .sm-pb-4 {
    padding-bottom: 4rem !important;
  }
  .sm-pb-5 {
    padding-bottom: 5rem !important;
  }
  .sm-pb-6 {
    padding-bottom: 6rem !important;
  }
  .sm-pb-7 {
    padding-bottom: 7rem !important;
  }
  .sm-pb-8 {
    padding-bottom: 8rem !important;
  }
  .sm-pb-9 {
    padding-bottom: 9rem !important;
  }
  .sm-pb-10 {
    padding-bottom: 10rem !important;
  }
  .sm-pb-12 {
    padding-bottom: 12rem !important;
  }
  .sm-pb-15 {
    padding-bottom: 15rem !important;
  }
  .sm-pb-20 {
    padding-bottom: 20rem !important;
  }
  .sm-pl-0 {
    padding-left: 0rem !important;
  }
  .sm-pl-1 {
    padding-left: 1rem !important;
  }
  .sm-pl-2 {
    padding-left: 2rem !important;
  }
  .sm-pl-3 {
    padding-left: 3rem !important;
  }
  .sm-pl-4 {
    padding-left: 4rem !important;
  }
  .sm-pl-5 {
    padding-left: 5rem !important;
  }
  .sm-pl-6 {
    padding-left: 6rem !important;
  }
  .sm-pl-7 {
    padding-left: 7rem !important;
  }
  .sm-pl-8 {
    padding-left: 8rem !important;
  }
  .sm-pl-9 {
    padding-left: 9rem !important;
  }
  .sm-pl-10 {
    padding-left: 10rem !important;
  }
  .sm-pl-12 {
    padding-left: 12rem !important;
  }
  .sm-pl-15 {
    padding-left: 15rem !important;
  }
  .sm-pl-20 {
    padding-left: 20rem !important;
  }
  .sm-pr-0 {
    padding-right: 0rem !important;
  }
  .sm-pr-1 {
    padding-right: 1rem !important;
  }
  .sm-pr-2 {
    padding-right: 2rem !important;
  }
  .sm-pr-3 {
    padding-right: 3rem !important;
  }
  .sm-pr-4 {
    padding-right: 4rem !important;
  }
  .sm-pr-5 {
    padding-right: 5rem !important;
  }
  .sm-pr-6 {
    padding-right: 6rem !important;
  }
  .sm-pr-7 {
    padding-right: 7rem !important;
  }
  .sm-pr-8 {
    padding-right: 8rem !important;
  }
  .sm-pr-9 {
    padding-right: 9rem !important;
  }
  .sm-pr-10 {
    padding-right: 10rem !important;
  }
  .sm-pr-12 {
    padding-right: 12rem !important;
  }
  .sm-pr-15 {
    padding-right: 15rem !important;
  }
  .sm-pr-20 {
    padding-right: 20rem !important;
  }
  .sm-py-0 {
    padding-top: 0rem !important;
  }
  .sm-py-1 {
    padding-top: 1rem !important;
  }
  .sm-py-2 {
    padding-top: 2rem !important;
  }
  .sm-py-3 {
    padding-top: 3rem !important;
  }
  .sm-py-4 {
    padding-top: 4rem !important;
  }
  .sm-py-5 {
    padding-top: 5rem !important;
  }
  .sm-py-6 {
    padding-top: 6rem !important;
  }
  .sm-py-7 {
    padding-top: 7rem !important;
  }
  .sm-py-8 {
    padding-top: 8rem !important;
  }
  .sm-py-9 {
    padding-top: 9rem !important;
  }
  .sm-py-10 {
    padding-top: 10rem !important;
  }
  .sm-py-12 {
    padding-top: 12rem !important;
  }
  .sm-py-15 {
    padding-top: 15rem !important;
  }
  .sm-py-20 {
    padding-top: 20rem !important;
  }
  .sm-py-0 {
    padding-bottom: 0rem !important;
  }
  .sm-py-1 {
    padding-bottom: 1rem !important;
  }
  .sm-py-2 {
    padding-bottom: 2rem !important;
  }
  .sm-py-3 {
    padding-bottom: 3rem !important;
  }
  .sm-py-4 {
    padding-bottom: 4rem !important;
  }
  .sm-py-5 {
    padding-bottom: 5rem !important;
  }
  .sm-py-6 {
    padding-bottom: 6rem !important;
  }
  .sm-py-7 {
    padding-bottom: 7rem !important;
  }
  .sm-py-8 {
    padding-bottom: 8rem !important;
  }
  .sm-py-9 {
    padding-bottom: 9rem !important;
  }
  .sm-py-10 {
    padding-bottom: 10rem !important;
  }
  .sm-py-12 {
    padding-bottom: 12rem !important;
  }
  .sm-py-15 {
    padding-bottom: 15rem !important;
  }
  .sm-py-20 {
    padding-bottom: 20rem !important;
  }
  .sm-px-0 {
    padding-left: 0rem !important;
  }
  .sm-px-1 {
    padding-left: 1rem !important;
  }
  .sm-px-2 {
    padding-left: 2rem !important;
  }
  .sm-px-3 {
    padding-left: 3rem !important;
  }
  .sm-px-4 {
    padding-left: 4rem !important;
  }
  .sm-px-5 {
    padding-left: 5rem !important;
  }
  .sm-px-6 {
    padding-left: 6rem !important;
  }
  .sm-px-7 {
    padding-left: 7rem !important;
  }
  .sm-px-8 {
    padding-left: 8rem !important;
  }
  .sm-px-9 {
    padding-left: 9rem !important;
  }
  .sm-px-10 {
    padding-left: 10rem !important;
  }
  .sm-px-12 {
    padding-left: 12rem !important;
  }
  .sm-px-15 {
    padding-left: 15rem !important;
  }
  .sm-px-20 {
    padding-left: 20rem !important;
  }
  .sm-px-0 {
    padding-right: 0rem !important;
  }
  .sm-px-1 {
    padding-right: 1rem !important;
  }
  .sm-px-2 {
    padding-right: 2rem !important;
  }
  .sm-px-3 {
    padding-right: 3rem !important;
  }
  .sm-px-4 {
    padding-right: 4rem !important;
  }
  .sm-px-5 {
    padding-right: 5rem !important;
  }
  .sm-px-6 {
    padding-right: 6rem !important;
  }
  .sm-px-7 {
    padding-right: 7rem !important;
  }
  .sm-px-8 {
    padding-right: 8rem !important;
  }
  .sm-px-9 {
    padding-right: 9rem !important;
  }
  .sm-px-10 {
    padding-right: 10rem !important;
  }
  .sm-px-12 {
    padding-right: 12rem !important;
  }
  .sm-px-15 {
    padding-right: 15rem !important;
  }
  .sm-px-20 {
    padding-right: 20rem !important;
  }
  .sm-m-0 {
    margin: 0rem !important;
  }
  .sm-m-1 {
    margin: 1rem !important;
  }
  .sm-m-2 {
    margin: 2rem !important;
  }
  .sm-m-3 {
    margin: 3rem !important;
  }
  .sm-m-4 {
    margin: 4rem !important;
  }
  .sm-m-5 {
    margin: 5rem !important;
  }
  .sm-m-6 {
    margin: 6rem !important;
  }
  .sm-m-7 {
    margin: 7rem !important;
  }
  .sm-m-8 {
    margin: 8rem !important;
  }
  .sm-m-9 {
    margin: 9rem !important;
  }
  .sm-m-10 {
    margin: 10rem !important;
  }
  .sm-m-12 {
    margin: 12rem !important;
  }
  .sm-m-15 {
    margin: 15rem !important;
  }
  .sm-m-20 {
    margin: 20rem !important;
  }
  .sm-mt-0 {
    margin-top: 0rem !important;
  }
  .sm-mt-1 {
    margin-top: 1rem !important;
  }
  .sm-mt-2 {
    margin-top: 2rem !important;
  }
  .sm-mt-3 {
    margin-top: 3rem !important;
  }
  .sm-mt-4 {
    margin-top: 4rem !important;
  }
  .sm-mt-5 {
    margin-top: 5rem !important;
  }
  .sm-mt-6 {
    margin-top: 6rem !important;
  }
  .sm-mt-7 {
    margin-top: 7rem !important;
  }
  .sm-mt-8 {
    margin-top: 8rem !important;
  }
  .sm-mt-9 {
    margin-top: 9rem !important;
  }
  .sm-mt-10 {
    margin-top: 10rem !important;
  }
  .sm-mt-12 {
    margin-top: 12rem !important;
  }
  .sm-mt-15 {
    margin-top: 15rem !important;
  }
  .sm-mt-20 {
    margin-top: 20rem !important;
  }
  .sm-mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm-mb-1 {
    margin-bottom: 1rem !important;
  }
  .sm-mb-2 {
    margin-bottom: 2rem !important;
  }
  .sm-mb-3 {
    margin-bottom: 3rem !important;
  }
  .sm-mb-4 {
    margin-bottom: 4rem !important;
  }
  .sm-mb-5 {
    margin-bottom: 5rem !important;
  }
  .sm-mb-6 {
    margin-bottom: 6rem !important;
  }
  .sm-mb-7 {
    margin-bottom: 7rem !important;
  }
  .sm-mb-8 {
    margin-bottom: 8rem !important;
  }
  .sm-mb-9 {
    margin-bottom: 9rem !important;
  }
  .sm-mb-10 {
    margin-bottom: 10rem !important;
  }
  .sm-mb-12 {
    margin-bottom: 12rem !important;
  }
  .sm-mb-15 {
    margin-bottom: 15rem !important;
  }
  .sm-mb-20 {
    margin-bottom: 20rem !important;
  }
  .sm-ml-0 {
    margin-left: 0rem !important;
  }
  .sm-ml-1 {
    margin-left: 1rem !important;
  }
  .sm-ml-2 {
    margin-left: 2rem !important;
  }
  .sm-ml-3 {
    margin-left: 3rem !important;
  }
  .sm-ml-4 {
    margin-left: 4rem !important;
  }
  .sm-ml-5 {
    margin-left: 5rem !important;
  }
  .sm-ml-6 {
    margin-left: 6rem !important;
  }
  .sm-ml-7 {
    margin-left: 7rem !important;
  }
  .sm-ml-8 {
    margin-left: 8rem !important;
  }
  .sm-ml-9 {
    margin-left: 9rem !important;
  }
  .sm-ml-10 {
    margin-left: 10rem !important;
  }
  .sm-ml-12 {
    margin-left: 12rem !important;
  }
  .sm-ml-15 {
    margin-left: 15rem !important;
  }
  .sm-ml-20 {
    margin-left: 20rem !important;
  }
  .sm-mr-0 {
    margin-right: 0rem !important;
  }
  .sm-mr-1 {
    margin-right: 1rem !important;
  }
  .sm-mr-2 {
    margin-right: 2rem !important;
  }
  .sm-mr-3 {
    margin-right: 3rem !important;
  }
  .sm-mr-4 {
    margin-right: 4rem !important;
  }
  .sm-mr-5 {
    margin-right: 5rem !important;
  }
  .sm-mr-6 {
    margin-right: 6rem !important;
  }
  .sm-mr-7 {
    margin-right: 7rem !important;
  }
  .sm-mr-8 {
    margin-right: 8rem !important;
  }
  .sm-mr-9 {
    margin-right: 9rem !important;
  }
  .sm-mr-10 {
    margin-right: 10rem !important;
  }
  .sm-mr-12 {
    margin-right: 12rem !important;
  }
  .sm-mr-15 {
    margin-right: 15rem !important;
  }
  .sm-mr-20 {
    margin-right: 20rem !important;
  }
  .sm-my-0 {
    margin-top: 0rem !important;
  }
  .sm-my-1 {
    margin-top: 1rem !important;
  }
  .sm-my-2 {
    margin-top: 2rem !important;
  }
  .sm-my-3 {
    margin-top: 3rem !important;
  }
  .sm-my-4 {
    margin-top: 4rem !important;
  }
  .sm-my-5 {
    margin-top: 5rem !important;
  }
  .sm-my-6 {
    margin-top: 6rem !important;
  }
  .sm-my-7 {
    margin-top: 7rem !important;
  }
  .sm-my-8 {
    margin-top: 8rem !important;
  }
  .sm-my-9 {
    margin-top: 9rem !important;
  }
  .sm-my-10 {
    margin-top: 10rem !important;
  }
  .sm-my-12 {
    margin-top: 12rem !important;
  }
  .sm-my-15 {
    margin-top: 15rem !important;
  }
  .sm-my-20 {
    margin-top: 20rem !important;
  }
	
	
  .sm-my-0 {
    margin-bottom: 0rem !important;
  }
  .sm-my-1 {
    margin-bottom: 1rem !important;
  }
  .sm-my-2 {
    margin-bottom: 2rem !important;
  }
  .sm-my-3 {
    margin-bottom: 3rem !important;
  }
  .sm-my-4 {
    margin-bottom: 4rem !important;
  }
  .sm-my-5 {
    margin-bottom: 5rem !important;
  }
  .sm-my-6 {
    margin-bottom: 6rem !important;
  }
  .sm-my-7 {
    margin-bottom: 7rem !important;
  }
  .sm-my-8 {
    margin-bottom: 8rem !important;
  }
  .sm-my-9 {
    margin-bottom: 9rem !important;
  }
  .sm-my-10 {
    margin-bottom: 10rem !important;
  }
  .sm-my-12 {
    margin-bottom: 12rem !important;
  }
  .sm-my-15 {
    margin-bottom: 15rem !important;
  }
  .sm-my-20 {
    margin-bottom: 20rem !important;
  }
	
	
	
	
  .sm-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm-mx-0 {
    margin-left: 0rem !important;
  }
  .sm-mx-1 {
    margin-left: 1rem !important;
  }
  .sm-mx-2 {
    margin-left: 2rem !important;
  }
  .sm-mx-3 {
    margin-left: 3rem !important;
  }
  .sm-mx-4 {
    margin-left: 4rem !important;
  }
  .sm-mx-5 {
    margin-left: 5rem !important;
  }
  .sm-mx-6 {
    margin-left: 6rem !important;
  }
  .sm-mx-7 {
    margin-left: 7rem !important;
  }
  .sm-mx-8 {
    margin-left: 8rem !important;
  }
  .sm-mx-9 {
    margin-left: 9rem !important;
  }
  .sm-mx-10 {
    margin-left: 10rem !important;
  }
  .sm-mx-12 {
    margin-left: 12rem !important;
  }
  .sm-mx-15 {
    margin-left: 15rem !important;
  }
  .sm-mx-20 {
    margin-left: 20rem !important;
  }
  .sm-mx-0 {
    margin-right: 0rem !important;
  }
  .sm-mx-1 {
    margin-right: 1rem !important;
  }
  .sm-mx-2 {
    margin-right: 2rem !important;
  }
  .sm-mx-3 {
    margin-right: 3rem !important;
  }
  .sm-mx-4 {
    margin-right: 4rem !important;
  }
  .sm-mx-5 {
    margin-right: 5rem !important;
  }
  .sm-mx-6 {
    margin-right: 6rem !important;
  }
  .sm-mx-7 {
    margin-right: 7rem !important;
  }
  .sm-mx-8 {
    margin-right: 8rem !important;
  }
  .sm-mx-9 {
    margin-right: 9rem !important;
  }
  .sm-mx-10 {
    margin-right: 10rem !important;
  }
  .sm-mx-12 {
    margin-right: 12rem !important;
  }
  .sm-mx-15 {
    margin-right: 15rem !important;
  }
  .sm-mx-20 {
    margin-right: 20rem !important;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* -- Uncomment as required -- */
@media (min-width: 768px) {
  .md-p-0 {
    padding: 0rem !important;
  }
  .md-p-1 {
    padding: 1rem !important;
  }
  .md-p-2 {
    padding: 2rem !important;
  }
  .md-p-3 {
    padding: 3rem !important;
  }
  .md-p-4 {
    padding: 4rem !important;
  }
  .md-p-5 {
    padding: 5rem !important;
  }
  .md-p-6 {
    padding: 6rem !important;
  }
  .md-p-7 {
    padding: 7rem !important;
  }
  .md-p-8 {
    padding: 8rem !important;
  }
  .md-p-9 {
    padding: 9rem !important;
  }
  .md-p-10 {
    padding: 10rem !important;
  }
  .md-p-12 {
    padding: 12rem !important;
  }
  .md-p-15 {
    padding: 15rem !important;
  }
  .md-p-20 {
    padding: 20rem !important;
  }
  .md-pt-0 {
    padding-top: 0rem !important;
  }
  .md-pt-1 {
    padding-top: 1rem !important;
  }
  .md-pt-2 {
    padding-top: 2rem !important;
  }
  .md-pt-3 {
    padding-top: 3rem !important;
  }
  .md-pt-4 {
    padding-top: 4rem !important;
  }
  .md-pt-5 {
    padding-top: 5rem !important;
  }
  .md-pt-6 {
    padding-top: 6rem !important;
  }
  .md-pt-7 {
    padding-top: 7rem !important;
  }
  .md-pt-8 {
    padding-top: 8rem !important;
  }
  .md-pt-9 {
    padding-top: 9rem !important;
  }
  .md-pt-10 {
    padding-top: 10rem !important;
  }
  .md-pt-12 {
    padding-top: 12rem !important;
  }
  .md-pt-15 {
    padding-top: 15rem !important;
  }
  .md-pt-20 {
    padding-top: 20rem !important;
  }
  .md-pb-0 {
    padding-bottom: 0rem !important;
  }
  .md-pb-1 {
    padding-bottom: 1rem !important;
  }
  .md-pb-2 {
    padding-bottom: 2rem !important;
  }
  .md-pb-3 {
    padding-bottom: 3rem !important;
  }
  .md-pb-4 {
    padding-bottom: 4rem !important;
  }
  .md-pb-5 {
    padding-bottom: 5rem !important;
  }
  .md-pb-6 {
    padding-bottom: 6rem !important;
  }
  .md-pb-7 {
    padding-bottom: 7rem !important;
  }
  .md-pb-8 {
    padding-bottom: 8rem !important;
  }
  .md-pb-9 {
    padding-bottom: 9rem !important;
  }
  .md-pb-10 {
    padding-bottom: 10rem !important;
  }
  .md-pb-12 {
    padding-bottom: 12rem !important;
  }
  .md-pb-15 {
    padding-bottom: 15rem !important;
  }
  .md-pb-20 {
    padding-bottom: 20rem !important;
  }
  .md-pl-0 {
    padding-left: 0rem !important;
  }
  .md-pl-1 {
    padding-left: 1rem !important;
  }
  .md-pl-2 {
    padding-left: 2rem !important;
  }
  .md-pl-3 {
    padding-left: 3rem !important;
  }
  .md-pl-4 {
    padding-left: 4rem !important;
  }
  .md-pl-5 {
    padding-left: 5rem !important;
  }
  .md-pl-6 {
    padding-left: 6rem !important;
  }
  .md-pl-7 {
    padding-left: 7rem !important;
  }
  .md-pl-8 {
    padding-left: 8rem !important;
  }
  .md-pl-9 {
    padding-left: 9rem !important;
  }
  .md-pl-10 {
    padding-left: 10rem !important;
  }
  .md-pl-12 {
    padding-left: 12rem !important;
  }
  .md-pl-15 {
    padding-left: 15rem !important;
  }
  .md-pl-20 {
    padding-left: 20rem !important;
  }
  .md-pr-0 {
    padding-right: 0rem !important;
  }
  .md-pr-1 {
    padding-right: 1rem !important;
  }
  .md-pr-2 {
    padding-right: 2rem !important;
  }
  .md-pr-3 {
    padding-right: 3rem !important;
  }
  .md-pr-4 {
    padding-right: 4rem !important;
  }
  .md-pr-5 {
    padding-right: 5rem !important;
  }
  .md-pr-6 {
    padding-right: 6rem !important;
  }
  .md-pr-7 {
    padding-right: 7rem !important;
  }
  .md-pr-8 {
    padding-right: 8rem !important;
  }
  .md-pr-9 {
    padding-right: 9rem !important;
  }
  .md-pr-10 {
    padding-right: 10rem !important;
  }
  .md-pr-12 {
    padding-right: 12rem !important;
  }
  .md-pr-15 {
    padding-right: 15rem !important;
  }
  .md-pr-20 {
    padding-right: 20rem !important;
  }
  .md-py-0 {
    padding-top: 0rem !important;
  }
  .md-py-1 {
    padding-top: 1rem !important;
  }
  .md-py-2 {
    padding-top: 2rem !important;
  }
  .md-py-3 {
    padding-top: 3rem !important;
  }
  .md-py-4 {
    padding-top: 4rem !important;
  }
  .md-py-5 {
    padding-top: 5rem !important;
  }
  .md-py-6 {
    padding-top: 6rem !important;
  }
  .md-py-7 {
    padding-top: 7rem !important;
  }
  .md-py-8 {
    padding-top: 8rem !important;
  }
  .md-py-9 {
    padding-top: 9rem !important;
  }
  .md-py-10 {
    padding-top: 10rem !important;
  }
  .md-py-12 {
    padding-top: 12rem !important;
  }
  .md-py-15 {
    padding-top: 15rem !important;
  }
  .md-py-20 {
    padding-top: 20rem !important;
  }
  .md-py-0 {
    padding-bottom: 0rem !important;
  }
  .md-py-1 {
    padding-bottom: 1rem !important;
  }
  .md-py-2 {
    padding-bottom: 2rem !important;
  }
  .md-py-3 {
    padding-bottom: 3rem !important;
  }
  .md-py-4 {
    padding-bottom: 4rem !important;
  }
  .md-py-5 {
    padding-bottom: 5rem !important;
  }
  .md-py-6 {
    padding-bottom: 6rem !important;
  }
  .md-py-7 {
    padding-bottom: 7rem !important;
  }
  .md-py-8 {
    padding-bottom: 8rem !important;
  }
  .md-py-9 {
    padding-bottom: 9rem !important;
  }
  .md-py-10 {
    padding-bottom: 10rem !important;
  }
  .md-py-12 {
    padding-bottom: 12rem !important;
  }
  .md-py-15 {
    padding-bottom: 15rem !important;
  }
  .md-py-20 {
    padding-bottom: 20rem !important;
  }
  .md-px-0 {
    padding-left: 0rem !important;
  }
  .md-px-1 {
    padding-left: 1rem !important;
  }
  .md-px-2 {
    padding-left: 2rem !important;
  }
  .md-px-3 {
    padding-left: 3rem !important;
  }
  .md-px-4 {
    padding-left: 4rem !important;
  }
  .md-px-5 {
    padding-left: 5rem !important;
  }
  .md-px-6 {
    padding-left: 6rem !important;
  }
  .md-px-7 {
    padding-left: 7rem !important;
  }
  .md-px-8 {
    padding-left: 8rem !important;
  }
  .md-px-9 {
    padding-left: 9rem !important;
  }
  .md-px-10 {
    padding-left: 10rem !important;
  }
  .md-px-12 {
    padding-left: 12rem !important;
  }
  .md-px-15 {
    padding-left: 15rem !important;
  }
  .md-px-20 {
    padding-left: 20rem !important;
  }
  .md-px-0 {
    padding-right: 0rem !important;
  }
  .md-px-1 {
    padding-right: 1rem !important;
  }
  .md-px-2 {
    padding-right: 2rem !important;
  }
  .md-px-3 {
    padding-right: 3rem !important;
  }
  .md-px-4 {
    padding-right: 4rem !important;
  }
  .md-px-5 {
    padding-right: 5rem !important;
  }
  .md-px-6 {
    padding-right: 6rem !important;
  }
  .md-px-7 {
    padding-right: 7rem !important;
  }
  .md-px-8 {
    padding-right: 8rem !important;
  }
  .md-px-9 {
    padding-right: 9rem !important;
  }
  .md-px-10 {
    padding-right: 10rem !important;
  }
  .md-px-12 {
    padding-right: 12rem !important;
  }
  .md-px-15 {
    padding-right: 15rem !important;
  }
  .md-px-20 {
    padding-right: 20rem !important;
  }
  .md-m-0 {
    margin: 0rem !important;
  }
  .md-m-1 {
    margin: 1rem !important;
  }
  .md-m-2 {
    margin: 2rem !important;
  }
  .md-m-3 {
    margin: 3rem !important;
  }
  .md-m-4 {
    margin: 4rem !important;
  }
  .md-m-5 {
    margin: 5rem !important;
  }
  .md-m-6 {
    margin: 6rem !important;
  }
  .md-m-7 {
    margin: 7rem !important;
  }
  .md-m-8 {
    margin: 8rem !important;
  }
  .md-m-9 {
    margin: 9rem !important;
  }
  .md-m-10 {
    margin: 10rem !important;
  }
  .md-m-12 {
    margin: 12rem !important;
  }
  .md-m-15 {
    margin: 15rem !important;
  }
  .md-m-20 {
    margin: 20rem !important;
  }
  .md-mt-0 {
    margin-top: 0rem !important;
  }
  .md-mt-1 {
    margin-top: 1rem !important;
  }
  .md-mt-2 {
    margin-top: 2rem !important;
  }
  .md-mt-3 {
    margin-top: 3rem !important;
  }
  .md-mt-4 {
    margin-top: 4rem !important;
  }
  .md-mt-5 {
    margin-top: 5rem !important;
  }
  .md-mt-6 {
    margin-top: 6rem !important;
  }
  .md-mt-7 {
    margin-top: 7rem !important;
  }
  .md-mt-8 {
    margin-top: 8rem !important;
  }
  .md-mt-9 {
    margin-top: 9rem !important;
  }
  .md-mt-10 {
    margin-top: 10rem !important;
  }
  .md-mt-12 {
    margin-top: 12rem !important;
  }
  .md-mt-15 {
    margin-top: 15rem !important;
  }
  .md-mt-20 {
    margin-top: 20rem !important;
  }
  .md-mb-0 {
    margin-bottom: 0rem !important;
  }
  .md-mb-1 {
    margin-bottom: 1rem !important;
  }
  .md-mb-2 {
    margin-bottom: 2rem !important;
  }
  .md-mb-3 {
    margin-bottom: 3rem !important;
  }
  .md-mb-4 {
    margin-bottom: 4rem !important;
  }
  .md-mb-5 {
    margin-bottom: 5rem !important;
  }
  .md-mb-6 {
    margin-bottom: 6rem !important;
  }
  .md-mb-7 {
    margin-bottom: 7rem !important;
  }
  .md-mb-8 {
    margin-bottom: 8rem !important;
  }
  .md-mb-9 {
    margin-bottom: 9rem !important;
  }
  .md-mb-10 {
    margin-bottom: 10rem !important;
  }
  .md-mb-12 {
    margin-bottom: 12rem !important;
  }
  .md-mb-15 {
    margin-bottom: 15rem !important;
  }
  .md-mb-20 {
    margin-bottom: 20rem !important;
  }
  .md-ml-0 {
    margin-left: 0rem !important;
  }
  .md-ml-1 {
    margin-left: 1rem !important;
  }
  .md-ml-2 {
    margin-left: 2rem !important;
  }
  .md-ml-3 {
    margin-left: 3rem !important;
  }
  .md-ml-4 {
    margin-left: 4rem !important;
  }
  .md-ml-5 {
    margin-left: 5rem !important;
  }
  .md-ml-6 {
    margin-left: 6rem !important;
  }
  .md-ml-7 {
    margin-left: 7rem !important;
  }
  .md-ml-8 {
    margin-left: 8rem !important;
  }
  .md-ml-9 {
    margin-left: 9rem !important;
  }
  .md-ml-10 {
    margin-left: 10rem !important;
  }
  .md-ml-12 {
    margin-left: 12rem !important;
  }
  .md-ml-15 {
    margin-left: 15rem !important;
  }
  .md-ml-20 {
    margin-left: 20rem !important;
  }
  .md-mr-0 {
    margin-right: 0rem !important;
  }
  .md-mr-1 {
    margin-right: 1rem !important;
  }
  .md-mr-2 {
    margin-right: 2rem !important;
  }
  .md-mr-3 {
    margin-right: 3rem !important;
  }
  .md-mr-4 {
    margin-right: 4rem !important;
  }
  .md-mr-5 {
    margin-right: 5rem !important;
  }
  .md-mr-6 {
    margin-right: 6rem !important;
  }
  .md-mr-7 {
    margin-right: 7rem !important;
  }
  .md-mr-8 {
    margin-right: 8rem !important;
  }
  .md-mr-9 {
    margin-right: 9rem !important;
  }
  .md-mr-10 {
    margin-right: 10rem !important;
  }
  .md-mr-12 {
    margin-right: 12rem !important;
  }
  .md-mr-15 {
    margin-right: 15rem !important;
  }
  .md-mr-20 {
    margin-right: 20rem !important;
  }
  .md-my-0 {
    margin-top: 0rem !important;
  }
  .md-my-1 {
    margin-top: 1rem !important;
  }
  .md-my-2 {
    margin-top: 2rem !important;
  }
  .md-my-3 {
    margin-top: 3rem !important;
  }
  .md-my-4 {
    margin-top: 4rem !important;
  }
  .md-my-5 {
    margin-top: 5rem !important;
  }
  .md-my-6 {
    margin-top: 6rem !important;
  }
  .md-my-7 {
    margin-top: 7rem !important;
  }
  .md-my-8 {
    margin-top: 8rem !important;
  }
  .md-my-9 {
    margin-top: 9rem !important;
  }
  .md-my-10 {
    margin-top: 10rem !important;
  }
  .md-my-12 {
    margin-top: 12rem !important;
  }
  .md-my-15 {
    margin-top: 15rem !important;
  }
  .md-my-20 {
    margin-top: 20rem !important;
  }
	
	
  .md-my-0 {
    margin-bottom: 0rem !important;
  }
  .md-my-1 {
    margin-bottom: 1rem !important;
  }
  .md-my-2 {
    margin-bottom: 2rem !important;
  }
  .md-my-3 {
    margin-bottom: 3rem !important;
  }
  .md-my-4 {
    margin-bottom: 4rem !important;
  }
  .md-my-5 {
    margin-bottom: 5rem !important;
  }
  .md-my-6 {
    margin-bottom: 6rem !important;
  }
  .md-my-7 {
    margin-bottom: 7rem !important;
  }
  .md-my-8 {
    margin-bottom: 8rem !important;
  }
  .md-my-9 {
    margin-bottom: 9rem !important;
  }
  .md-my-10 {
    margin-bottom: 10rem !important;
  }
  .md-my-12 {
    margin-bottom: 12rem !important;
  }
  .md-my-15 {
    margin-bottom: 15rem !important;
  }
  .md-my-20 {
    margin-bottom: 20rem !important;
  }
	
	
	
  .md-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md-mx-0 {
    margin-left: 0rem !important;
  }
  .md-mx-1 {
    margin-left: 1rem !important;
  }
  .md-mx-2 {
    margin-left: 2rem !important;
  }
  .md-mx-3 {
    margin-left: 3rem !important;
  }
  .md-mx-4 {
    margin-left: 4rem !important;
  }
  .md-mx-5 {
    margin-left: 5rem !important;
  }
  .md-mx-6 {
    margin-left: 6rem !important;
  }
  .md-mx-7 {
    margin-left: 7rem !important;
  }
  .md-mx-8 {
    margin-left: 8rem !important;
  }
  .md-mx-9 {
    margin-left: 9rem !important;
  }
  .md-mx-10 {
    margin-left: 10rem !important;
  }
  .md-mx-12 {
    margin-left: 12rem !important;
  }
  .md-mx-15 {
    margin-left: 15rem !important;
  }
  .md-mx-20 {
    margin-left: 20rem !important;
  }
  .md-mx-0 {
    margin-right: 0rem !important;
  }
  .md-mx-1 {
    margin-right: 1rem !important;
  }
  .md-mx-2 {
    margin-right: 2rem !important;
  }
  .md-mx-3 {
    margin-right: 3rem !important;
  }
  .md-mx-4 {
    margin-right: 4rem !important;
  }
  .md-mx-5 {
    margin-right: 5rem !important;
  }
  .md-mx-6 {
    margin-right: 6rem !important;
  }
  .md-mx-7 {
    margin-right: 7rem !important;
  }
  .md-mx-8 {
    margin-right: 8rem !important;
  }
  .md-mx-9 {
    margin-right: 9rem !important;
  }
  .md-mx-10 {
    margin-right: 10rem !important;
  }
  .md-mx-12 {
    margin-right: 12rem !important;
  }
  .md-mx-15 {
    margin-right: 15rem !important;
  }
  .md-mx-20 {
    margin-right: 20rem !important;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* -- Uncomment as required -- */
@media (min-width: 993px) {
  .lg-p-0 {
    padding: 0rem !important;
  }
  .lg-p-1 {
    padding: 1rem !important;
  }
  .lg-p-2 {
    padding: 2rem !important;
  }
  .lg-p-3 {
    padding: 3rem !important;
  }
  .lg-p-4 {
    padding: 4rem !important;
  }
  .lg-p-5 {
    padding: 5rem !important;
  }
  .lg-p-6 {
    padding: 6rem !important;
  }
  .lg-p-7 {
    padding: 7rem !important;
  }
  .lg-p-8 {
    padding: 8rem !important;
  }
  .lg-p-9 {
    padding: 9rem !important;
  }
  .lg-p-10 {
    padding: 10rem !important;
  }
  .lg-p-12 {
    padding: 12rem !important;
  }
  .lg-p-15 {
    padding: 15rem !important;
  }
  .lg-p-20 {
    padding: 20rem !important;
  }
  .lg-pt-0 {
    padding-top: 0rem !important;
  }
  .lg-pt-1 {
    padding-top: 1rem !important;
  }
  .lg-pt-2 {
    padding-top: 2rem !important;
  }
  .lg-pt-3 {
    padding-top: 3rem !important;
  }
  .lg-pt-4 {
    padding-top: 4rem !important;
  }
  .lg-pt-5 {
    padding-top: 5rem !important;
  }
  .lg-pt-6 {
    padding-top: 6rem !important;
  }
  .lg-pt-7 {
    padding-top: 7rem !important;
  }
  .lg-pt-8 {
    padding-top: 8rem !important;
  }
  .lg-pt-9 {
    padding-top: 9rem !important;
  }
  .lg-pt-10 {
    padding-top: 10rem !important;
  }
  .lg-pt-12 {
    padding-top: 12rem !important;
  }
  .lg-pt-15 {
    padding-top: 15rem !important;
  }
  .lg-pt-20 {
    padding-top: 20rem !important;
  }
  .lg-pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg-pb-1 {
    padding-bottom: 1rem !important;
  }
  .lg-pb-2 {
    padding-bottom: 2rem !important;
  }
  .lg-pb-3 {
    padding-bottom: 3rem !important;
  }
  .lg-pb-4 {
    padding-bottom: 4rem !important;
  }
  .lg-pb-5 {
    padding-bottom: 5rem !important;
  }
  .lg-pb-6 {
    padding-bottom: 6rem !important;
  }
  .lg-pb-7 {
    padding-bottom: 7rem !important;
  }
  .lg-pb-8 {
    padding-bottom: 8rem !important;
  }
  .lg-pb-9 {
    padding-bottom: 9rem !important;
  }
  .lg-pb-10 {
    padding-bottom: 10rem !important;
  }
  .lg-pb-12 {
    padding-bottom: 12rem !important;
  }
  .lg-pb-15 {
    padding-bottom: 15rem !important;
  }
  .lg-pb-20 {
    padding-bottom: 20rem !important;
  }
  .lg-pl-0 {
    padding-left: 0rem !important;
  }
  .lg-pl-1 {
    padding-left: 1rem !important;
  }
  .lg-pl-2 {
    padding-left: 2rem !important;
  }
  .lg-pl-3 {
    padding-left: 3rem !important;
  }
  .lg-pl-4 {
    padding-left: 4rem !important;
  }
  .lg-pl-5 {
    padding-left: 5rem !important;
  }
  .lg-pl-6 {
    padding-left: 6rem !important;
  }
  .lg-pl-7 {
    padding-left: 7rem !important;
  }
  .lg-pl-8 {
    padding-left: 8rem !important;
  }
  .lg-pl-9 {
    padding-left: 9rem !important;
  }
  .lg-pl-10 {
    padding-left: 10rem !important;
  }
  .lg-pl-12 {
    padding-left: 12rem !important;
  }
  .lg-pl-15 {
    padding-left: 15rem !important;
  }
  .lg-pl-20 {
    padding-left: 20rem !important;
  }
  .lg-pr-0 {
    padding-right: 0rem !important;
  }
  .lg-pr-1 {
    padding-right: 1rem !important;
  }
  .lg-pr-2 {
    padding-right: 2rem !important;
  }
  .lg-pr-3 {
    padding-right: 3rem !important;
  }
  .lg-pr-4 {
    padding-right: 4rem !important;
  }
  .lg-pr-5 {
    padding-right: 5rem !important;
  }
  .lg-pr-6 {
    padding-right: 6rem !important;
  }
  .lg-pr-7 {
    padding-right: 7rem !important;
  }
  .lg-pr-8 {
    padding-right: 8rem !important;
  }
  .lg-pr-9 {
    padding-right: 9rem !important;
  }
  .lg-pr-10 {
    padding-right: 10rem !important;
  }
  .lg-pr-12 {
    padding-right: 12rem !important;
  }
  .lg-pr-15 {
    padding-right: 15rem !important;
  }
  .lg-pr-20 {
    padding-right: 20rem !important;
  }
  .lg-py-0 {
    padding-top: 0rem !important;
  }
  .lg-py-1 {
    padding-top: 1rem !important;
  }
  .lg-py-2 {
    padding-top: 2rem !important;
  }
  .lg-py-3 {
    padding-top: 3rem !important;
  }
  .lg-py-4 {
    padding-top: 4rem !important;
  }
  .lg-py-5 {
    padding-top: 5rem !important;
  }
  .lg-py-6 {
    padding-top: 6rem !important;
  }
  .lg-py-7 {
    padding-top: 7rem !important;
  }
  .lg-py-8 {
    padding-top: 8rem !important;
  }
  .lg-py-9 {
    padding-top: 9rem !important;
  }
  .lg-py-10 {
    padding-top: 10rem !important;
  }
  .lg-py-12 {
    padding-top: 12rem !important;
  }
  .lg-py-15 {
    padding-top: 15rem !important;
  }
  .lg-py-20 {
    padding-top: 20rem !important;
  }
  .lg-py-0 {
    padding-bottom: 0rem !important;
  }
  .lg-py-1 {
    padding-bottom: 1rem !important;
  }
  .lg-py-2 {
    padding-bottom: 2rem !important;
  }
  .lg-py-3 {
    padding-bottom: 3rem !important;
  }
  .lg-py-4 {
    padding-bottom: 4rem !important;
  }
  .lg-py-5 {
    padding-bottom: 5rem !important;
  }
  .lg-py-6 {
    padding-bottom: 6rem !important;
  }
  .lg-py-7 {
    padding-bottom: 7rem !important;
  }
  .lg-py-8 {
    padding-bottom: 8rem !important;
  }
  .lg-py-9 {
    padding-bottom: 9rem !important;
  }
  .lg-py-10 {
    padding-bottom: 10rem !important;
  }
  .lg-py-12 {
    padding-bottom: 12rem !important;
  }
  .lg-py-15 {
    padding-bottom: 15rem !important;
  }
  .lg-py-20 {
    padding-bottom: 20rem !important;
  }
  .lg-px-0 {
    padding-left: 0rem !important;
  }
  .lg-px-1 {
    padding-left: 1rem !important;
  }
  .lg-px-2 {
    padding-left: 2rem !important;
  }
  .lg-px-3 {
    padding-left: 3rem !important;
  }
  .lg-px-4 {
    padding-left: 4rem !important;
  }
  .lg-px-5 {
    padding-left: 5rem !important;
  }
  .lg-px-6 {
    padding-left: 6rem !important;
  }
  .lg-px-7 {
    padding-left: 7rem !important;
  }
  .lg-px-8 {
    padding-left: 8rem !important;
  }
  .lg-px-9 {
    padding-left: 9rem !important;
  }
  .lg-px-10 {
    padding-left: 10rem !important;
  }
  .lg-px-12 {
    padding-left: 12rem !important;
  }
  .lg-px-15 {
    padding-left: 15rem !important;
  }
  .lg-px-20 {
    padding-left: 20rem !important;
  }
  .lg-px-0 {
    padding-right: 0rem !important;
  }
  .lg-px-1 {
    padding-right: 1rem !important;
  }
  .lg-px-2 {
    padding-right: 2rem !important;
  }
  .lg-px-3 {
    padding-right: 3rem !important;
  }
  .lg-px-4 {
    padding-right: 4rem !important;
  }
  .lg-px-5 {
    padding-right: 5rem !important;
  }
  .lg-px-6 {
    padding-right: 6rem !important;
  }
  .lg-px-7 {
    padding-right: 7rem !important;
  }
  .lg-px-8 {
    padding-right: 8rem !important;
  }
  .lg-px-9 {
    padding-right: 9rem !important;
  }
  .lg-px-10 {
    padding-right: 10rem !important;
  }
  .lg-px-12 {
    padding-right: 12rem !important;
  }
  .lg-px-15 {
    padding-right: 15rem !important;
  }
  .lg-px-20 {
    padding-right: 20rem !important;
  }
  .lg-m-0 {
    margin: 0rem !important;
  }
  .lg-m-1 {
    margin: 1rem !important;
  }
  .lg-m-2 {
    margin: 2rem !important;
  }
  .lg-m-3 {
    margin: 3rem !important;
  }
  .lg-m-4 {
    margin: 4rem !important;
  }
  .lg-m-5 {
    margin: 5rem !important;
  }
  .lg-m-6 {
    margin: 6rem !important;
  }
  .lg-m-7 {
    margin: 7rem !important;
  }
  .lg-m-8 {
    margin: 8rem !important;
  }
  .lg-m-9 {
    margin: 9rem !important;
  }
  .lg-m-10 {
    margin: 10rem !important;
  }
  .lg-m-12 {
    margin: 12rem !important;
  }
  .lg-m-15 {
    margin: 15rem !important;
  }
  .lg-m-20 {
    margin: 20rem !important;
  }
  .lg-mt-0 {
    margin-top: 0rem !important;
  }
  .lg-mt-1 {
    margin-top: 1rem !important;
  }
  .lg-mt-2 {
    margin-top: 2rem !important;
  }
  .lg-mt-3 {
    margin-top: 3rem !important;
  }
  .lg-mt-4 {
    margin-top: 4rem !important;
  }
  .lg-mt-5 {
    margin-top: 5rem !important;
  }
  .lg-mt-6 {
    margin-top: 6rem !important;
  }
  .lg-mt-7 {
    margin-top: 7rem !important;
  }
  .lg-mt-8 {
    margin-top: 8rem !important;
  }
  .lg-mt-9 {
    margin-top: 9rem !important;
  }
  .lg-mt-10 {
    margin-top: 10rem !important;
  }
  .lg-mt-12 {
    margin-top: 12rem !important;
  }
  .lg-mt-15 {
    margin-top: 15rem !important;
  }
  .lg-mt-20 {
    margin-top: 20rem !important;
  }
  .lg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg-mb-1 {
    margin-bottom: 1rem !important;
  }
  .lg-mb-2 {
    margin-bottom: 2rem !important;
  }
  .lg-mb-3 {
    margin-bottom: 3rem !important;
  }
  .lg-mb-4 {
    margin-bottom: 4rem !important;
  }
  .lg-mb-5 {
    margin-bottom: 5rem !important;
  }
  .lg-mb-6 {
    margin-bottom: 6rem !important;
  }
  .lg-mb-7 {
    margin-bottom: 7rem !important;
  }
  .lg-mb-8 {
    margin-bottom: 8rem !important;
  }
  .lg-mb-9 {
    margin-bottom: 9rem !important;
  }
  .lg-mb-10 {
    margin-bottom: 10rem !important;
  }
  .lg-mb-12 {
    margin-bottom: 12rem !important;
  }
  .lg-mb-15 {
    margin-bottom: 15rem !important;
  }
  .lg-mb-20 {
    margin-bottom: 20rem !important;
  }
  .lg-ml-0 {
    margin-left: 0rem !important;
  }
  .lg-ml-1 {
    margin-left: 1rem !important;
  }
  .lg-ml-2 {
    margin-left: 2rem !important;
  }
  .lg-ml-3 {
    margin-left: 3rem !important;
  }
  .lg-ml-4 {
    margin-left: 4rem !important;
  }
  .lg-ml-5 {
    margin-left: 5rem !important;
  }
  .lg-ml-6 {
    margin-left: 6rem !important;
  }
  .lg-ml-7 {
    margin-left: 7rem !important;
  }
  .lg-ml-8 {
    margin-left: 8rem !important;
  }
  .lg-ml-9 {
    margin-left: 9rem !important;
  }
  .lg-ml-10 {
    margin-left: 10rem !important;
  }
  .lg-ml-12 {
    margin-left: 12rem !important;
  }
  .lg-ml-15 {
    margin-left: 15rem !important;
  }
  .lg-ml-20 {
    margin-left: 20rem !important;
  }
  .lg-mr-0 {
    margin-right: 0rem !important;
  }
  .lg-mr-1 {
    margin-right: 1rem !important;
  }
  .lg-mr-2 {
    margin-right: 2rem !important;
  }
  .lg-mr-3 {
    margin-right: 3rem !important;
  }
  .lg-mr-4 {
    margin-right: 4rem !important;
  }
  .lg-mr-5 {
    margin-right: 5rem !important;
  }
  .lg-mr-6 {
    margin-right: 6rem !important;
  }
  .lg-mr-7 {
    margin-right: 7rem !important;
  }
  .lg-mr-8 {
    margin-right: 8rem !important;
  }
  .lg-mr-9 {
    margin-right: 9rem !important;
  }
  .lg-mr-10 {
    margin-right: 10rem !important;
  }
  .lg-mr-12 {
    margin-right: 12rem !important;
  }
  .lg-mr-15 {
    margin-right: 15rem !important;
  }
  .lg-mr-20 {
    margin-right: 20rem !important;
  }
  .lg-my-0 {
    margin-top: 0rem !important;
  }
  .lg-my-1 {
    margin-top: 1rem !important;
  }
  .lg-my-2 {
    margin-top: 2rem !important;
  }
  .lg-my-3 {
    margin-top: 3rem !important;
  }
  .lg-my-4 {
    margin-top: 4rem !important;
  }
  .lg-my-5 {
    margin-top: 5rem !important;
  }
  .lg-my-6 {
    margin-top: 6rem !important;
  }
  .lg-my-7 {
    margin-top: 7rem !important;
  }
  .lg-my-8 {
    margin-top: 8rem !important;
  }
  .lg-my-9 {
    margin-top: 9rem !important;
  }
  .lg-my-10 {
    margin-top: 10rem !important;
  }
  .lg-my-12 {
    margin-top: 12rem !important;
  }
  .lg-my-15 {
    margin-top: 15rem !important;
  }
  .lg-my-20 {
    margin-top: 20rem !important;
  }
	
	
	
	
	
	
  .lg-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg-mx-0 {
    margin-left: 0rem !important;
  }
  .lg-mx-1 {
    margin-left: 1rem !important;
  }
  .lg-mx-2 {
    margin-left: 2rem !important;
  }
  .lg-mx-3 {
    margin-left: 3rem !important;
  }
  .lg-mx-4 {
    margin-left: 4rem !important;
  }
  .lg-mx-5 {
    margin-left: 5rem !important;
  }
  .lg-mx-6 {
    margin-left: 6rem !important;
  }
  .lg-mx-7 {
    margin-left: 7rem !important;
  }
  .lg-mx-8 {
    margin-left: 8rem !important;
  }
  .lg-mx-9 {
    margin-left: 9rem !important;
  }
  .lg-mx-10 {
    margin-left: 10rem !important;
  }
  .lg-mx-12 {
    margin-left: 12rem !important;
  }
  .lg-mx-15 {
    margin-left: 15rem !important;
  }
  .lg-mx-20 {
    margin-left: 20rem !important;
  }
  .lg-mx-0 {
    margin-right: 0rem !important;
  }
  .lg-mx-1 {
    margin-right: 1rem !important;
  }
  .lg-mx-2 {
    margin-right: 2rem !important;
  }
  .lg-mx-3 {
    margin-right: 3rem !important;
  }
  .lg-mx-4 {
    margin-right: 4rem !important;
  }
  .lg-mx-5 {
    margin-right: 5rem !important;
  }
  .lg-mx-6 {
    margin-right: 6rem !important;
  }
  .lg-mx-7 {
    margin-right: 7rem !important;
  }
  .lg-mx-8 {
    margin-right: 8rem !important;
  }
  .lg-mx-9 {
    margin-right: 9rem !important;
  }
  .lg-mx-10 {
    margin-right: 10rem !important;
  }
  .lg-mx-12 {
    margin-right: 12rem !important;
  }
  .lg-mx-15 {
    margin-right: 15rem !important;
  }
  .lg-mx-20 {
    margin-right: 20rem !important;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* -- Uncomment as required -- */
ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

.no-scroll {
  overflow: hidden;
}

.user-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.25rem;
  gap: 1rem;
}
.user-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .user-form .form-row {
    width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.user-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  border-bottom: 1px solid #000;
  padding: 0.2rem 0;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 2rem);
          flex: 1 0 calc(50% - 2rem);
}
@media (min-width: 768px) {
  .user-form .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
}
.user-form .form-group:not(.inline) {
  width: 100%;
}
.user-form .form-group.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.user-form label {
  font-size: 0.85rem;
}
.user-form input,
.user-form textarea {
  border-color: transparent;
  background-color: transparent;
}
.user-form input:focus,
.user-form textarea:focus {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .user-form input,
  .user-form textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .user-form textarea {
    width: 60vw;
    min-width: 10rem;
  }
}
.user-form input[type=submit] {
  background-color: #347AF6;
  color: white;
  border: 2px solid transparent;
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  min-width: 10rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}
.user-form input[type=submit]:hover {
  color: white;
  background-color: #001653;
}
@media (max-width: 767px) {
  .user-form input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .user-form input[type=submit] {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 99;
}
.site-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .site-header .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .site-header .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 993px) {
  .site-header .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 1367px) {
  .site-header .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site-header .header__logo a {
  display: block;
}
.site-header .header__logo img {
  width: 270px;
	height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Footer Widgets */
footer {
  width: 100% !important;
  margin: 0px !important;
  padding: unset;
	border-top: 10px solid #ffffff;
  /* Footer Menu */
}
footer .section__upper-footer .inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  footer .section__upper-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  footer .section__upper-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  footer .section__upper-footer .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  footer .section__upper-footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  footer .section__upper-footer .uf-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  footer .section__upper-footer .uf-col:first-of-type {
    max-width: 500px;
    padding-right: 12rem;
  }
}
footer .section__upper-footer .uf__logo-block .logo {
  max-width: 100%;
}
footer .section__upper-footer .uf__logo-block img {
  	width: 300px;
	height: auto;
}
footer .section__upper-footer .uf__socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
footer .section__upper-footer .uf__socials-block .sb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
footer .section__upper-footer .uf__socials-block .sb__item-link {
  color: #fff;
  background: #347AF6;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .section__upper-footer .uf__nav-block {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .section__upper-footer .uf__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    padding-top: 2rem;
  }
}
footer .section__upper-footer .uf__nav-block .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
footer .section__upper-footer .uf__contact-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7.5rem;
  margin-top: 2rem;
	justify-content: space-evenly;
}
footer .section__upper-footer .uf__contact-block ul.contact-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

footer .section__upper-footer .uf__contact-block ul.contact-inline li {
    display: flex;
    align-items: center;
}
@media (min-width: 1024px) {
	footer .section__upper-footer .uf__contact-block ul.contact-inline li:not(:last-child)::after {
		content: " |";
		margin-left: 7.5rem;
		color: #999; /* optional, for a softer look */
	}
}

footer .section__upper-footer .uf__contact-block ul.contact-inline i {
    margin-right: 0.4rem;
    color: #fff; /* optional styling */
}


footer .section__upper-footer .uf__contact-block li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .section__upper-footer .uf__contact-block li .icon {
  font-size: 20px;
  width: 20px;
  text-align: center;
}
footer .section__upper-footer .uf__contact-block li a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  footer .section__upper-footer .uf__contact-block {
    width: 100%;
	  padding: 25px 0 0;
        border-top: 1px dotted #fff;
        margin-top: 50px;
  }
}
@media (max-width: 768px) {
	footer .section__upper-footer .uf__contact-block ul {
		justify-content: flex-start;
	}
	footer .section__upper-footer .uf__contact-block ul.contact-inline li:not(:last-child)::after {
		content: "";
	}
}

footer .section__lower-footer .inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  footer .section__lower-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  footer .section__lower-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  footer .section__lower-footer .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  footer .section__lower-footer .lf__nav-block {

  }
}
footer .section__lower-footer .lf__nav-block ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .section__lower-footer .lf__nav-block ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.75rem;
  margin-left: 0.5rem;
  gap: 0.5rem;
}
footer .section__lower-footer .lf__nav-block ul li:before {
  content: "|";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
}
footer .section__lower-footer .lf__nav-block ul li:first-of-type {
  margin-left: unset;
  padding-left: unset;
}
footer .section__lower-footer .lf__nav-block ul li:first-of-type:before {
  display: none;
}
footer .section__lower-footer .lf__nav-block ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footer-nav-menu a,
footer .footer-widget a {
  text-transform: uppercase;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
}
footer .footer-nav-menu a:focus, footer .footer-nav-menu a:hover,
footer .footer-widget a:focus,
footer .footer-widget a:hover {
  text-decoration: underline;
}
footer .footer-widgets {
  background-color: var(--e-global-color-accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  max-width: 1400px;
  margin: 0 auto;
  font-family: var(--e-global-typography-text-font-family);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-font-line-height);
  color: var(--e-global-color-white);
}
footer .footer-widgets .footer-1 {
  display: none;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  footer .footer-widgets .footer-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
footer .footer-widgets .footer-2 {
  font-size: 0.85rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  footer .footer-widgets .footer-2 {
    text-align: center;
  }
}
footer .footer-widgets .footer-2 .wp-block-image {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  footer .footer-widgets .footer-2 .wp-block-image {
    margin-bottom: 2rem;
  }
}
footer .footer-widgets .footer-3 {
  display: none;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  footer .footer-widgets .footer-3 {
    display: block;
  }
}
footer .footer-widget-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 var(--e-global-sm-viewport_gutter-h) var(--e-global-sm-viewport_gutter-v);
}
@media (min-width: 768px) {
  footer .footer-widget-area {
    padding: unset;
  }
}
footer .footer-widget img {
  height: 80px;
  width: auto;
}
@media (min-width: 768px) {
  footer .footer-widget img {
    height: 125px;
  }
}
footer .footer-widget p {
  color: #fff;
}
footer .footer-widget p.copyright {
  font-size: 14px;
  line-height: 19px;
}

footer .menu-footer-container {
  text-align: right;
}
footer .menu-footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer .menu-footer-container ul li {
  margin-bottom: 0px;
}
footer .menu-footer-container ul li a {
  color: var(--e-global-color-white);
  fill: var(--e-global-color-white);
  padding: 1px 0;
  text-decoration: none;
}
footer .menu-footer-container ul li a:hover,
footer .menu-footer-container ul li.current-menu-item a {
  color: #000000;
}

@media (min-width: 768px) {
  #menu-footer-menu-primary {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important; /* Ensures it's not overridden by flex */
  }

  #menu-footer-menu-primary li {
    break-inside: avoid;
    margin-bottom: 0.5rem;
  }
}

.section--content .inner, .section__content .inner {
  padding-top: 3rem;
	padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section--content .inner, .section__content .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section--content .inner, .section__content .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section--content .inner, .section__content .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .section--content .inner, .section__content .inner {
    padding-top: 5em;
  }
}
.section--content .content__heading, .section__content .content__heading {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  letter-spacing: 1px;
}
.section--content .content__heading .top-line, .section__content .content__heading .top-line {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.section--content .content__heading .bottom-line, .section__content .content__heading .bottom-line {
  margin: unset;
  padding: unset;
}

.section--content .content__image-block, .section__content .content__image-block {
  overflow: hidden;
  max-width: 100%;
  padding-left: 1rem;
	align-items: center;
}
@media (max-width: 767px) {
  .section--content .content__image-block, .section__content .content__image-block {
    display: none;
  }
}
.section--content .content__image-block img, .section__content .content__image-block img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
	.section--content .content__wrapper.col, .section__content .content__wrapper.col {
	  padding-right: 3rem;
	}
}
.section__page-intro {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .section__page-intro {
    padding-top: 3rem;
  }
  .section__page-intro .col-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section__page-intro .col {
    width: unset;
  }
  .section__page-intro .pi__title {
    margin: unset;
    max-width: 25rem;
    text-transform: uppercase;
    color: #001653;
    padding: 1rem 0;
  }
  .section__page-intro .pi__body {
    min-height: 5rem;
    width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30rem;
    border-left: 2px solid #347AF6;
    padding-left: 2rem;
	align-content: center;
  }
}

.section__image-panel {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .section__image-panel {
    padding-top: 3rem;
  }
 .section__image-panel .ip__heading {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  letter-spacing: 1px;
	 max-width: 25rem;
}
.section__image-panel .ip__heading .top-line {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.section__image-panel .ip__heading .bottom-line {
  margin: unset;
  padding: unset;
    font-size: 1.5rem;
    font-weight: 800;
}
  .section__image-panel .ip__body {
    width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 40rem;
	align-content: center;
  }
}
.section__featured-project-grid .inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section__featured-project-grid .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section__featured-project-grid .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section__featured-project-grid .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .section__featured-project-grid .inner {
    padding-top: 5em;
  }
}
@media (max-width: 767px) {
  .section__featured-project-grid .fpg__body {
    display: none;
  }
}
.section__site-plan .inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section__site-plan .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section__site-plan .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section__site-plan .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .section__site-plan .inner {
    padding-top: 5em;
  }
}
@media (min-width: 768px) {
  .section__site-plan .site-plan {
    gap: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section__site-plan .sp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.section__site-plan .sp__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: unset;
}
.section__site-plan .sp__img-block img {
  max-width: 100%;
}
.section__contact-form .inner {
  margin-bottom: 3rem;
}
.section__contact-form .col-wrapper {
  gap: 3rem;
}
@media (min-width: 768px) {
  .section__contact-form .content-body {
    width: calc(70% - 3rem);
  }
}
.section__contact-form .content-body .user-form {
  padding-top: 2rem;
}
.section--client-grid {
  --size: clamp(6rem, 10rem, 12rem);
  --gap: 5rem;
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 100vw;
}
.section--client-grid .inner {
  width: 100%;
}
.section--client-grid ul {
  list-style: none;
  margin: unset;
  padding: unset;
}
.section--client-grid ul li img {
	aspect-ratio: auto;
  max-width: 200px;
  max-height: 200px;
}
@media (min-width: 768px) {
  .section--client-grid ul li img {
    max-width: 230px;
    max-height: 230px;
  }
}
.section--client-grid .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(var(--mask-direction, to right)), color-stop(hsla(0, 0%, 0%, 0)), color-stop(10%, hsl(0, 0%, 0%)), color-stop(90%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
  -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 10%, hsl(0, 0%, 0%) 90%, hsla(0, 0%, 0%, 0));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(var(--mask-direction, to right)), color-stop(hsla(0, 0%, 0%, 0)), color-stop(10%, hsl(0, 0%, 0%)), color-stop(90%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
          mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 10%, hsl(0, 0%, 0%) 90%, hsla(0, 0%, 0%, 0));
}
.section--client-grid .marquee .mq__group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll-x var(--duration) linear infinite;
          animation: scroll-x var(--duration) linear infinite;
}
.section--client-grid .marquee .mq__item {
  display: grid;
  place-items: center;
  width: var(--size);
  padding-left: calc(var(--size) / 10);
  padding-right: calc(var(--size) / 10);
}
.section--client-grid .marquee .mq__item a:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
            transform: translateX(var(--scroll-start));
  }
  to {
    -webkit-transform: translateX(var(--scroll-end));
            transform: translateX(var(--scroll-end));
  }
}
@keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
            transform: translateX(var(--scroll-start));
  }
  to {
    -webkit-transform: translateX(var(--scroll-end));
            transform: translateX(var(--scroll-end));
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.section--cta-block .inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .section--cta-block .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section--cta-block .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section--cta-block .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .section--cta-block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.section--cta-block .ctab__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  letter-spacing: 1px;
}
.section--cta-block .ctab__heading .top-line {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.section--cta-block .ctab__heading .bottom-line {
  margin: unset;
  padding: unset;
}
.section--cta-block .ctab__heading .bottom-line {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section--cta-block .ctab__link-wrapper {
    margin-top: 1rem;
  }
}
.section--incentives-block .inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section--incentives-block .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section--incentives-block .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section--incentives-block .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .section--incentives-block .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section--incentives-block .ib__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  letter-spacing: 1px;
}
.section--incentives-block .ib__heading .top-line {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.section--incentives-block .ib__heading .bottom-line {
  margin: unset;
  padding: unset;
}
.section--incentives-block .ib__heading .bottom-line {
  font-size: 1.5rem;
  font-weight: 800;
}
.section--testimonials .inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section--testimonials .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section--testimonials .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section--testimonials .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section--testimonials .rv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 800;
}
.section--testimonials .rv__heading .top-line {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.section--testimonials .rv__heading .bottom-line {
  margin: unset;
  padding: unset;
}
.section--testimonials .rv__heading .bottom-line {
  font-size: 1.5rem;
  font-weight: 800;
}

.section__grey {
  background-color: #f4f4f4;
}
.section__blue {
  background-color: #001653;
  color: white;
}
.section__blue .top-line {
  color: #347AF6;
}
.section__m-blue {
  background-color: #347AF6;
  color: white;
}

.section--hero {
  padding-top: 100px;
  color: #fff;
}
.section--hero.hero__bg-img {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 993px) {
  .section--hero.hero__bg-img {
    height: 400px;
  }
}
.section--hero.hero__bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.section--hero .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .section--hero .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section--hero .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section--hero .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section--hero .hero__content {
  position: relative;
  top: -3rem;
  z-index: 5;
  pointer-events: all;
}
@media (max-width: 767px) {
  .section--hero .hero__content {
	top: -1.5rem;
	width: 90vw;
  }
	.section--hero .hero__content h2 {
		font-size: 30px;
		line-height: 36px;
}
}
@media (min-width: 768px) {
  .section--hero .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.section--hero .hero__title {
	text-transform: uppercase!important;
	font-weight: 600!important;
}
@media (min-width: 993px) {
  .section--hero .hero__title {
    font-size: 4.5rem;
    line-height: 5rem;
    padding: unset;
    margin: unset;
	text-transform: uppercase!important;
	font-weight: 600!important;
  }
}
.section--hero .hero__subtitle {
  display: none;
}
@media (min-width: 768px) {
  .section--hero .hero__subtitle {
    display: block;
  }
  .section--hero .hero__subtitle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .section--hero .hero__subtitle ul li {
    list-style: none;
    position: relative;
    padding-right: 0.5rem;
  }
  .section--hero .hero__subtitle ul li:after {
    content: "•";
    display: block;
    position: absolute;
    right: -0.5rem;
    top: 0;
    width: 0.5rem;
    color: #347AF6;
  }
}
.section--hero .hero__cta-wrapper .btn {
  display: inline-block;
}
@media (min-width: 768px) {
  .section--hero .hero__cta-wrapper .btn {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.icon__hamburger {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
}
.icon__hamburger:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
}
.icon__hamburger:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (min-width: 993px) {
  .menu-toggle {
    display: none;
  }
}

.nav-icon {
  display: block;
}

@media (max-width: 992px) {
  /* Hide menu by default */
  .site-header .menu-main-menu-container {
    display: none;
    background-color: #347AF6;
    width: 100%;
    padding: 1rem 0;
  }

  /* Show when menu is active */
  .site-header .menu-main-menu-container.is-active {
    display: block;
  }

  /* Style menu list */
  .site-header .menu-main-menu-container .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Style menu links */
  .site-header .menu-main-menu-container .menu li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: inline-block;
    text-transform: uppercase;
	font-family: var(--e-global-typography-h2-font-family);
    font-weight: var(--e-global-typography-h2-font-weight);
    font-size: var(--e-global-typography-h3-font-size);
    line-height: var(--e-global-typography-h4-line-height);
}
  }

/* Responsive setup */
@media (max-width: 768px) {
    .menu-main-menu-container {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .menu-main-menu-container ul {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 0rem;
		text-align: center;
    }
}

  /* Optional: style submenus */
  .site-header .menu-main-menu-container .menu li .sub-menu {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.1rem;
  }

  /* Show submenu on parent click - optional JS enhancement */
  .site-header .menu-main-menu-container .menu li.menu-item-has-children.is-open .sub-menu {
    display: flex;
  }


@media (min-width: 993px) {
  .site-header .menu-main-menu-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    text-transform: uppercase;
  }
  .site-header .menu-main-menu-container .menu li a {
    border: 1px solid transparent;
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    padding: 0.25rem 0.75rem;
  }
  .site-header .menu-main-menu-container .menu li a:hover, .site-header .menu-main-menu-container .menu li a:focus, .site-header .menu-main-menu-container .menu li a.active {
    color: #347AF6;
    border-color: #347AF6;
  }
  .site-header .menu-main-menu-container .menu li.current_page_item a {
    color: #347AF6;
    border-color: #347AF6;
  }
}

@media (min-width: 993px) {
  /* Ensure parent has relative positioning */
  .site-header .menu li.menu-item-has-children {
    position: relative;
  }

  .site-header .menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease, transform 1.2s ease;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
  }

  .site-header .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  /* Submenu item links */
  .site-header .menu .sub-menu li a {
    color: #fff;
    text-transform: uppercase;
  }

  .site-header .menu .sub-menu li a:hover {
    color: #347AF6;
    border-color: #347AF6;
  }

  /* Optional: tweak spacing so dropdown doesn't affect layout */
  .site-header .menu .sub-menu li {
    white-space: nowrap;
  }
		
}


.site-footer .section__upper-footer .menu li {
  position: relative;
  padding-left: 1rem;
}
.site-footer .section__upper-footer .menu li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #347AF6;
}
.site-footer .section__upper-footer .menu li a {
  color: white;
  text-decoration: none;
}
.site-footer .section__upper-footer .menu li.current_page_item a {
  color: #347AF6;
}

@media (min-width: 768px) {
  .section--feature-quick-links .inner {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section--feature-quick-links .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 993px) {
  .section--feature-quick-links .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 1367px) {
  .section--feature-quick-links .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.feature-quick-links {
  background: #001653;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.075), -4px 2px 4px rgba(0, 0, 0, 0.075);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.075), -4px 2px 4px rgba(0, 0, 0, 0.075);
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
	z-index: 1;
}
@media (max-width: 767px) {
  .feature-quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(70px, 1fr));
    margin-left: 20px;
    margin-right: 20px;
    gap: 1px;
	top: -1rem!important;
  }
}
@media (min-width: 768px) {
  .feature-quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    gap: 1px;
	top: -3rem;
  }
}
.feature-quick-links .fql__item {
  background-color: #e1e1e1;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.feature-quick-links .fql__item .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-quick-links .fql__item .service-icon img {
  width: 50px;
	margin-bottom: 5px;
}
.feature-quick-links .fql__item .service-title {
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: 600;
  color: #347AF6;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
}
.feature-quick-links .fql__link {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .feature-quick-links .fql__link {
    padding: 1rem 3rem;
  }
}
.feature-quick-links .fql__link:hover {
  background-color: #f8f8f8;
}

.section--feature-image {
  height: 250px;
  overflow: hidden;
}
.section--feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  position: relative;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.features-grid {
  display: grid;
}
@media (max-width: 767px) {
  .features-grid {
    grid-template-columns: repeat(2, minmax(50vw, 1fr));
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(4, minmax(25vw, 1fr));
  }
}
.features-grid .fpg__item {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.features-grid .fpg__item:nth-child(n+5) {
  display: none;
}
.features-grid .fpg__item:hover .fpg__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.features-grid .fpg__item:hover .fpg__wrapper:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.features-grid .fpg__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.features-grid .fpg__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.features-grid .fpg__subtitle {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: var(--e-global-typography-h1-font-weight);
  color: #347AF6 ;
  font-size: clamp(12px, 2vw, 16px);
  text-transform: uppercase;
  text-orientation: sideways-right;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.features-grid .fpg__title {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: var(--e-global-typography-h1-font-family);
  font-weight: var(--e-global-typography-h1-font-weight);
  color: white;
  font-size: clamp(16px, 3vw, 24px);
  text-transform: uppercase;
  text-orientation: sideways-right;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.features-grid .fpg__img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .features-grid .fpg__img {
    height: 35vw;
  }
}

.incentives-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.incentives-block .ib__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .incentives-block .ib__feature-list {
    margin-top: 2rem;
  }
}
.incentives-block .ib__feature-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.incentives-block .ib__feature-list-item:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="55" height="55" viewBox="0 0 55 55"><image id="Group_139433" data-name="Group 139433" width="55" height="55" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDIgNzkuYTFjZDEyZjQxLCAyMDI0LzExLzA4LTE2OjA5OjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjYuNCAoMjAyNTAxMjYubS4yOTU1IDk2NmVlYzYpICAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjUtMDEtMzFUMTA6NDg6MDVaIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wMS0zMVQxMDo0ODoyMFoiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjUtMDEtMzFUMTA6NDg6MjBaIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxYjllY2FmMS1jODE5LTRlZDAtYTE2MS0yYmRhOTk5MjQ0ZmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MWI5ZWNhZjEtYzgxOS00ZWQwLWExNjEtMmJkYTk5OTI0NGZhIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MWI5ZWNhZjEtYzgxOS00ZWQwLWExNjEtMmJkYTk5OTI0NGZhIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxYjllY2FmMS1jODE5LTRlZDAtYTE2MS0yYmRhOTk5MjQ0ZmEiIHN0RXZ0OndoZW49IjIwMjUtMDEtMzFUMTA6NDg6MDVaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjYuNCAoMjAyNTAxMjYubS4yOTU1IDk2NmVlYzYpICAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/L+kdAAAG70lEQVRogd1aW28TRxQ+M7ter+1cECRBBIpyAVQKEpeWQojluLSA2r9B1D7TSi4UElK7JpWliue64aGv/QPIUMqlgKGEgKVCJAIJCjSUJKDcbK/Xuzt9iI1mx7v2ri+B8r3N8cz4fHtmzpw5cxBUGf5IvEdOrTurac4mVXPXAwAQjcdMN4KwQhDSCEbSEscvPXaIs19fDnRdqaYuqBqT+AaHA1lp7TeK0thMCFf2nAiphOfnZxzii5+uHv8oUqleFZHzhkZjmUzrZwaWqRiYk1VB+Pfitb6th8udoyxyvnAimk63HbFJiiCsECAI2bEuworm8owdL8eStsnt638+pygNjaUU4rmFWY5fulfsy3tDozFVqdupau5Vmio6iunD8wvzN4PrVtnR1TI5XzgRTafae82+OuYk2eF4df96/+bddhSg0R0cG8lmV2/TVFEwVBapxFX38JhVK1oi1x0cG8lIrTuN+mNOkkX3RF81HEAevsHhgJRqD5mQJE5x6p6Vj1iS3P6BJ49lubmjYKDNr1gOiq0WQZgZvzHQ1llsfFFyZsTKWf+VwGyflyJo6u26g2MjBsSI6Jo8v5LEAABuBtetEoSZcVYuy80d3cGxEbNxhuR84UQ0t8doELfn0VAl504luDHQ1ukUp+4CAKHlGal1p29wOGA0poCcPxLvSafae0G/ZInb82jo6okdX1ZVY5u43r95t9vzaAj0BFF6acuPRv0L9tzevumUqnpctMwpTt2txMVXG0a+wMgP6CznCyeiLDGeX5h/m4gBLC9RzEkyLVOUhkZ2eerIpdNtR+g2QipZaedhFe76h4cQUnX7L53cPEi3X5PzhkZjbKzock8M1VZFY/jCiag3NBor1udyoOuKq+7hMVpGNB7T417vuT0n51WaHMcl07dCLe5qKm0FvnAimkpu6gUAhLCieRoeHCh2z2P1xpwk/xVa4wTIWc43OBxgreZ0Tw7URPsiYD010XicXPjgj2JjnM6p3+m2poqCPxLvAciRk9Prv6M7YE6SaxlWmSG92HmuINQiuGgUda1v62GEFY2WZZIbfgPIkVNVTwP9oyg++7Uq2tpAd3BshPXUAAAu93jJfS8I0wm6rSiNzQAA2Dc4HKC/FkIaWenD2jc4HDCIiIDnF+at6OIQZ4/SbUI45I/Ee7CSafqK/gFhOVuxtjaRc+G65Yewolk9hi4Huq6wx0JWajqDNc25hhby3OKzSpW1g339z+eMsmOehgcH7MzDcckFuq0qdR04n37Lg3fMXyxTT9vwhkZjRlcZpzh1z26aj3fM3aLbGhFcGAjSLYeV2m/+SLwnI204yMo5LpkuJ9zjnXOn6TYhPI8ryTNWgtTi+xcJ4+YRUkm5gUOBpQlCVc83WkHXqacvNFXgGDFhw6lKQAinJ8cehrWAL5yIZrOrW1i5IMxMVCFw0HlMvpKZ8lkxhFTwNN7/pJQT8EfiPcn59l5WjjlJLpXssQjdMtdZzk4G2RsajWWk1l0AgAjhUHJ+26V8TGeG1OKW8+weR0gj7vqHh6z+r1UsP7KUuRRZT1eKYHdwbMQoD+lyjw9V+3UHAACQRgos5QsnolbGOhwvJ1iZGUGz8MrheDVdraOHvf8hpBHM4dQiLVSyjZ9amezGQFunUbrNiGAugVMQXsW/f2+tLQZFoGRX7aXbGElLGOPMS10ntX6D1QmtENzbN50yOEtth1elwEZaHL80jnnn7M+0MPfaYhnFCW6/ZHSNEV2TF6q9z1hn6BBnjyIAgD0nFjU6WhBdk+ftJl/NUu8sapG+yB1Ju/JthFRyO9yAMQAAxmmJ7izLLX67f2BmQRqVhFfFIMstO+h2/oaAAQrzJZoqCmYp6mIoQbCq4VUevnAiyi5JwfXPaYAi2S86i2QXRku0Vlnrj/teZujzE2FFu/1DIwdARShGWaRyrAegsyABqF3W2hsajbGBAc1D56JZ69Ff4W3Dcpy6/RLtCFl99Rlm15OzdJtoPO469fRF7VW1j+U0oP4+yOpv6ZWnnKOhlijrlQcAwFX/+HM2kySlNx60GnPWGkbEzB5sCshdDnRdyT2A6B74UslNvW+aoC+ciMpyczsjNj1iTPMn3tBoTEpvZO9ZRHRNXngTS9SsXMTtefSL2c3if1HNYOQHAEpXM1RWh+KeqOk7+fJtf/3BmtSh5PG2VRBZ3RrVrv36+3r/5g+tzsmiOzh2J5tt2mGQ9ltWtha1X3n4I/Ge9GLnOaP1T4FgTspyODXHOxbu/Hly2xdmc6lyw7dZefV+jYh1mirgYvrUtGqPRpn1loCQSuxmuFe03pLGO1kpy+KdrHE2gj8S78lKTWdUpa5DI2IdIRgZlP6y1enjDnH2aLXzKv8BS8rxHJKPJKYAAAAASUVORK5CYII="/></svg>');
  background-size: contain;
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .incentives-block .ib__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .incentives-block .ib__col:first-of-type {
    padding-right: 2rem;
  }
  .incentives-block .ib__col:last-of-type {
    padding-left: 2rem;
  }
}

.image-grid.row-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 5px;
}
.image-grid.row-grid .grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.image-grid.row-grid .grid__item img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-grid.row-grid.flexible-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.image-grid.row-grid.flexible-grid .grid__item {
  height: 15vw;
  min-height: 6rem;
}

.wall-grid .gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 1.5rem;
}
.wall-grid .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wall-grid .gallery__img:nth-child(n+7) {
  display: none;
}
.wall-grid .gallery__item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.wall-grid .gallery__item:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
.wall-grid .gallery__item:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;
}
.wall-grid .gallery__item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
}
.wall-grid .gallery__item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}
.wall-grid .gallery__item:nth-child(6) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;
}

.section__feature-showcase .inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .section__feature-showcase .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section__feature-showcase .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section__feature-showcase .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .section__feature-showcase .pagination {
    padding-top: 2rem;
  }
}

.feature-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .feature-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(calc(50% - 2rem), 1fr));
    grid-template-rows: auto;
	  overflow: hidden;
  }
}
.feature-showcase .fs__item {
  position: relative;
}
.feature-showcase .fs__item .item__img-block img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 300px;
}
.feature-showcase .fs__item .item__pre-text {
  padding-left: 0.15rem;
  padding-bottom: 0.5rem;
}
.feature-showcase .fs__item .item__title {
  word-wrap: break-word;
}
.feature-showcase .fs__item .item__flag {
  background: #666;
  color: #fff;
  padding: 0.75rem 1rem 0.65rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding-right: 2.5rem;
  line-height: 0.85rem;
}

.feature-showcase .fs__item .item__flag.residential {
  background: #001653!important;
}
.feature-showcase .fs__item .item__flag.commercial {
  background: #72b921!important;
}

.section--service-features .sf__list {
  margin: unset;
  padding: unset;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section--service-features .sf__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}

.service-process .sp__list {
  margin: unset;
  padding: unset;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .service-process .sp__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
.service-process .sp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 200px;
	align-items: center;
    text-align: center;
}

.service-process .sp__item .item__icon img {
  width: 50px;
}

@media (min-width: 768px) {
  .section__project-showcase .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section__project-showcase .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section__project-showcase .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.project-showcase .ps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .project-showcase .ps__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.project-showcase .ps__item .item__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-showcase .ps__item .item__img-block img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-showcase .ps__item .item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
}
.project-showcase .ps__item .item__details .id__heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.project-showcase .ps__item .item__details .id__feature-list {
  margin-bottom: 1rem;
  padding: 1rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-transform: uppercase;
}
.project-showcase .ps__item .item__details .id__feature-list .fl__row {
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.project-showcase .ps__item .item__details .id__feature-list .fl__col {
  margin: unset;
}
.project-showcase .ps__item .item__details .id__feature-list .fl__col:first-child {
  width: 20vw;
  min-width: 6rem;
}
@media (min-width: 768px) {
  .project-showcase .ps__item .item__details .id__feature-list .fl__col:first-child {
    width: 25%;
  }
}
.project-showcase .ps__item .item__details .id__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-showcase .ps__item .item__details .id__map img {
  max-width: 100%;
}

/* Wrapper padding */
.section__meet-the-team .inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .section__meet-the-team .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .section__meet-the-team .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) {
  .section__meet-the-team .inner {
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Section heading */
.section__meet-the-team .content__heading {
  padding-bottom: 1em;
}

/* Team grid */
.meet-the-team {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .meet-the-team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

/* Individual team member card */
.meet-the-team .mtt__item {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* Image container with fixed portrait ratio */
.meet-the-team .mtt__item .item__img-block {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
}

/* Team member image */
.meet-the-team .mtt__item .item__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
  display: block;
  transition: filter 0.3s ease;
}

.meet-the-team .mtt__item .item__img-block:hover img {
  filter: none;
}

/* Details panel */
.meet-the-team .mtt__item .item__details {
  background-color: #347AF6;
  color: white;
  display: inline-flex;
  flex-direction: column;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-width: 10rem;
  max-width: 80%;
}

/* Name styling */
.meet-the-team .mtt__item .item__name {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25rem;
  color: #001653;
  word-wrap: break-word;
  text-transform: uppercase;
}

/* Role styling */
.meet-the-team .mtt__item .item__role {
  font-size: 0.85rem;
  line-height: 1.25rem;
  word-wrap: break-word;
  text-transform: uppercase;
}


.pagination.bullet-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.pagination.bullet-list ul li {
  position: relative;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}
.pagination.bullet-list ul li:before {
  content: "•";
  display: block;
  color: black;
  font-size: 1.25rem;
  position: absolute;
  width: 100%;
  text-align: center;
}
.pagination.bullet-list ul li a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.pagination.bullet-list ul li:hover, .pagination.bullet-list ul li:focus {
  border-color: #ccc;
}
.pagination.bullet-list ul li.selected {
  border-color: #347AF6;
}
.pagination.bullet-list ul li.selected:before {
  font-size: 2rem;
  color: #347AF6;
}

.content-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .content-sidebar {
    width: 30%;
  }
}
.content-sidebar .sb__heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.content-sidebar .sb__feature-list {
  margin-bottom: 1rem;
  padding: 1rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 0.85rem;
}
.content-sidebar .sb__feature-list a {
  color: white;
  text-decoration: none;
}
.content-sidebar .sb__feature-list .fl__row {
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.content-sidebar .sb__feature-list .fl__col {
  margin: unset;
}
.content-sidebar .sb__feature-list .fl__col:first-child {
  width: auto;
  min-width: 3rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .content-sidebar .sb__feature-list .fl__col:first-child {
    width: auto;
  }
}
.content-sidebar .sb__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-sidebar .sb__map img {
  max-width: 100%;
}


	/* Core Swiper container layout */
.swiper {
  position: relative;
  overflow: hidden;
}

/* Swiper wrapper (row of slides) */
.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* Swiper slide */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  box-sizing: border-box;
}

/* Base Pagination Dots */
.swiper-pagination-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0;
}

.swiper-pagination-list li {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
}

/* Inner dot */
.swiper-pagination-list li a {
  display: block;
  width: 4px;
  height: 4px;
  background: #347AF6;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

/* Hover or Active State */
.swiper-pagination-list li.swiper-pagination-bullet-active a,
.swiper-pagination-list li:hover a {
  width: 8px;
  height: 8px;
}

/* Outer circle for active/hover state */
.swiper-pagination-list li.swiper-pagination-bullet-active::before,
.swiper-pagination-list li:hover::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #347AF6;
  z-index: 1;
  transition: all 0.3s ease;
}

/* Hide outer circle by default */
.swiper-pagination-list li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0 solid transparent;
}
	
.testimonials-swiper:hover .slider-overlay {
  opacity: 1;
}

.testimonials-swiper {
  position: relative;
  overflow: hidden;
}

.testimonial__item {
  padding: 0;
	position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
	.testimonial__item {
	  padding: 2rem;
	}
}

.testimonial__meta {
  margin-top: 1rem;
  color: #777;
}
	
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2; /* ensure it’s above the slide */
}

.slider-overlay .toggle-autoplay {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto; /* re-enable interaction */
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .slider-overlay {
    opacity: 1 !important;
  }
}

